Hello,
I have JIRA running on one ubuntu server and I have confluence running on another ubuntu server. They have two different IP addresses.
You can access JIRA by going to jira.domain.com and confluence by going to confluence.domain.com.
However I would like to access JIRA by going to confluence.domain.com/JIRA
I keep seeing topics about virtual hosts and proxies but it doesn't seem to cover what I am trying to.
Any suggestions would be welcomed!
I think this should do it:
ProxyRequests off ProxyPreserveHost on ProxyPass /confluence/ http://confluence.domain.com:8090/confluence/ ProxyPassReverse /confluence/ http://localhost:8090/confluence/ ProxyPass /JIRA/ http://confluence.domain.com:8080/JIRA/ ProxyPassReverse /confluence/ http://confluence.domain.com:8090/JIRA/
Thank you! I have the standard setup for both confluence and Jira, so where would the above go? server.xml?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.