Hi
I'm struggling with apache confiuration to reverse proxy 2 JIRA instances running on the same machine but different ports. I came up with this apache conf:
NameVirtualHost jira.mycompany.pl:80 <VirtualHost jira.mycompany.pl:80> ServerAdmin blah@whatever ServerName jira.mycompany.pl ErrorLog logs/jira80.error.log Redirect / http://jira.mycompany.pl:8666 </VirtualHost> NameVirtualHost jira.mycompany.pl:8666 <VirtualHost jira.mycompany.pl:8666> ServerName jira.mycompany.pl AllowEncodedSlashes On <Proxy *> Order deny,allow Allow from all </Proxy> SSLEngine on SSLProxyEngine On SSLCertificateFile 2jiramycompanypl.cer SSLCertificateKeyFile jirakey.key ProxyRequests Off ProxyPreserveHost On ProxyPass / https://jira.mycompany.pl:8443/ ProxyPassReverse / https://jira.mycompany.pl:8443/ </VirtualHost>
proxy-host="jira.mycompany.pl" proxy-port="8666" proxy-scheme="https"
It seems like the first virtual host works but I cannot make apache do the second one. Please help
Hello ,
You may want to refer [this: https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Apache]
Thanks!
Hi When I configured apache to terminate SSL and chat with tomcat by http it works like a charm. But I cannot make apache forward https traffic to tomcat. User<https>apache<https>tomcat not working but User<https>apache<http>tomcat goes like hell. That's where I'm stuck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I hope tthis will solve the configuration issue you have. Do not forget to make the change on database side as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm getting "website not available" when trying to access your link :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK i found it. When configure http_proxy to run on a certain port, tell apache to listen on it... Otherwise you'll be struggling with not very talkative apache (no errors in logs) while you're saying lots of bad words :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
cool! There you go!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I cannot reach the site https://extranet.atlassian.com/display/C4L/JIRA+-+Advanced+Training+-+Lesson+2A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ya sure- its extranet- my bad. you may refer the first link and if you scroll down at the end you will be able to see the settings.
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.