Trying to proxy jira and confluence with apache, but it's displayed the apache default page

Tiberiu Manolescu October 19, 2018

Hello everyone,

I have installed on the same VM jira nd confluence server. On another VM I have installed Apache web server. I tried to proxy jira and confluence with apache by following this tutorial https://confluence.atlassian.com/kb/proxying-atlassian-server-applications-with-apache-http-server-mod_proxy_http-806032611.html but in the end, when I'm accesing jira.example.com or confluence.example.com , web browser displays me the apache default web page. Am I missing something? 

 

UPDATE:

As I can see, I can access confluence.example.com:8090/confluence but I want to access it without port and context path

 

Please help

1 answer

0 votes
Petr Vaníček
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.
October 20, 2018

Hi,

probably you set context path for both applications in their server.xml conf file.

If it's true, then stop applications and edit server.xml for each appplications like here how-to-change-the-jira-application-context-path. After that start both apps.

If you can access it now by port and context path after that you should be able access it over URL without port and context path.

Let me know if you will need some kind of help.

Tiberiu Manolescu October 20, 2018

Hello, 

Yes, I set the context path on both applications. One is set to /jira and another one is set to /confluence. I will make the changes and tell you if it's working. Thank you for support

 

Update:

Is a little confusing for me. Should I remove the context path, or should I have the context path like "/jira" ? If is the second option, than this was made from beginning :(

Suggest an answer

Log in or Sign up to answer