Skip to main content

Jira mod_proxy subdomain

Comments

3 comments

  • Jake B.
    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
  • cPanelMichael
    Hello :) I am happy to see you were able to determine a solution. Thank you for updating us with the outcome.
    0
  • Brady.Gunn_Anishinabek
    Ah thanks that did it!
    0

Please sign in to leave a comment.