On 18 Mar 2012, at 10:13, Paul Grenyer wrote:
ProxyPass /jenkins/ http://192.168.1.15/
Should that one not be http://192.168.1.15/jenkins/ ?
I run an apache rewrite on the same box as jenkins, and its config has:
ProxyPass /jenkins/ http://localhost:8080/jenkins/
see https://gist.github.com/2106616
I access that through https://jenkins.mydomain.com/, which redirects to https://jenkins.mydomain.com/jenkins/ In Manage Jenkins -> Configure System, the "Jenkins URL" is set to "https://jenkins.lucidworks.io/jenkins/"
-- Martjn