Jira mod_proxy subdomain
I'm trying to create an apache proxy subdomain for Jira so I can have jira.domain.com instead of domain.com:port. I've tried adding the proxy configurations to the pre virtualhost include file, but it didn't do anything. Just curious if anyone's managed to do this, or something similar :)
-
Ended up getting this to work by putting this into pre_virtualhost_2.conf: ServerName jira.domain.com ProxyRequests Off Order deny,allow Allow from all ProxyPass / http://s1.domain.com:9000/ ProxyPassReverse / http://s1.domain.com:9000/ Order allow,deny Allow from all
:)0 -
Hello :) I am happy to see you were able to determine a solution. Thank you for updating us with the outcome. 0 -
Ah thanks that did it! 0
Please sign in to leave a comment.
Comments
3 comments