jira apache configuration

Therese Lindepil April 8, 2013

Hi,

My customer s jira installation is running behind a apache server.

JIRA s base URL is for example http://jira.inside.net

The thing is that now jira has to be reachable from outside the customer s building with for example URL http://jira.outside.net

For the jira instance to be reachable from outside a new apache server has been configured.

What should the JIRA base URL be and is this possible?

2 answers

1 accepted

0 votes
Answer accepted
Harry Chan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 8, 2013

This has to do with internal IP, external IP and DNS. You'll have to tell us more about how it's setup. Are there firewall rules?

0 votes
C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 8, 2013

sounds like you want to set up

1 Jira instance

2 Access URLs

The thing is that now jira has to be reachable from outside the customer s building with for example URL

i don't get that...

i wonder why not using an url like http://jira.anywhere.net and add some deny,allow directives to the vhost

i.e.

<Location />
        Order deny,allow
        Allow from SOME_IPS
Deny from All
</Location>

Suggest an answer

Log in or Sign up to answer