jpschewe commented on Bug JENKINS-21989

I've got Apache 2.2.22 with the config below and I'm getting the error from Jenkins that my reverse proxy isn't setup properly. Accessing the instance directly does not show the error.

ProxyPass         /jenkins/  http://localhost:8042/jenkins/ nocanon
ProxyPassReverse  /jenkins/  http://localhost:8042/jenkins/
ProxyRequests     Off
AllowEncodedSlashes NoDecode

# Local reverse proxy authorization override
# Most unix distribution deny proxy by default (ie /etc/apache2/mods-enabled/proxy.conf in Ubuntu)
<Proxy http://localhost:8042/jenkins>
  Order deny,allow
  Allow from all
</Proxy>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to