Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Setting up Apache and Confluence

Daniel Mason October 14, 2012

Please can you explain how i set up confluence so that i can redirect users automatically to avoid them having to use the port number at the end of the url, i.e

The end user submits the following url, www.demo.site.com/confluence and it redirects to www.demo.site.com:8090/confluence.

I am getting lost on the configuration.

3 answers

1 vote
Vishwajeet Singh
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 14, 2012

You can follow the documentation running confluence behind apache

0 votes
chungpark1029 October 14, 2012
0 votes
Luis Mayora
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 14, 2012

You will need to set the apache internal proxy and then create a configuration file that handles the redirection for requests.

<Proxy *>
Order deny,allow
Allow from all
</Proxy>
 
ProxyRequests       Off
ProxyPreserveHost On
ProxyPass           /confluence       http://localhost:8088/confluence
ProxyPassReverse    /confluence       http://localhost:8088/confluence

So if your website is www.demo.site.com then you should access it using www.demo.site.com/confluence. Please make sure you have the same configuration on the Confluence Administration page other wise you could encounter link issues.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events