Reverse Proxy - server.xml

Ajay Gupta May 8, 2020

Hi,

I already have Confluence/ Jira and use to have Bamboo. Trying to re-evaluate latest version, 7.0.3 and having issues with setting reverse proxy. 

I have Confluence and Jira working great like (https://domain.com/confluence and https://domain.com/jira).  Have similar configuration for Bamboo in apache httpd.conf.

We bamboo, struggling for while.

Any working sample of server.xml in any GIT repo.  Tried making changes similar to Confluence/ Jira,  no luck.

Components: apache httpd, SSL i.e. using https,  LetsEncrypt. (Confluence and jira working do apache looks good).

ProxyPass /jira http://localhost:8080/jira
ProxyPassReverse /jira http://localhost:8080/jira

ProxyPass /confluence http://localhost:8090/confluence
ProxyPassReverse /confluence http://localhost:8090/confluence

ProxyPass /bamboo http://localhost:8085/bamboo
ProxyPassReverse /bamboo http://localhost:8085/bamboo

 

thanks.

2 answers

1 accepted

0 votes
Answer accepted
Ajay Gupta May 8, 2020

HI,

 

Issue with conf/server.xml, which is packaged with tar file:  Line 63 should have "/>"

 

46 <Service name="Catalina">
47
48 <Connector
49 port="8085"
50 protocol="HTTP/1.1"
51
52 maxThreads="150" minSpareThreads="25"
53 connectionTimeout="20000"
54 disableUploadTimeout="true"
55 acceptCount="100"
56
57 enableLookups="false"
58 maxHttpHeaderSize="8192"
59
60 useBodyEncodingForURI="true"
61 URIEncoding="UTF-8"
62
63 redirectPort="8443">

0 votes
Austin Smith February 12, 2021

I thought the same, but received an error when I closed that directive bracket and the server refused to start at all.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events