Hi, I'm currently getting a "It appears that your reverse proxy set up is broken." message on the Manage Jenkins Page.
I'm using Apache as a proxy to Jenkins (which is on another machine). My proxy setup looks like thsi ProxyPass /jenkins http://192.168.0.6:8080/jenkins nocanon ProxyPassReverse /jenkins http://192.168.0.6:8080/jenkins ProxyRequests Off AllowEncodedSlashes NoDecode # Local reverse proxy authorization override # Most unix distribution deny proxy by default (ie /etc/apache2/mods-enabled/pr$ <Proxy http://192.168.0.6:8080/jenkins*> Order deny,allow Allow from all </Proxy> I've tried curl -iL -e http:/MyServer.url/jenkins/manage \ http://User:[email protected]/jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/test But the response I get is HTTP/1.1 302 Found Date: Wed, 26 Oct 2016 19:26:37 GMT Server: Jetty(9.2.z-SNAPSHOT) X-Content-Type-Options: nosniff Location: http://MyServer.url/jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/http:/MyServer.url/jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/testForReverseProxySetup/http%3A%2F%2FMyServer.url%2Fjenkins%2Fmanage/ Content-Length: 0 HTTP/1.1 404 Not Found Date: Wed, 26 Oct 2016 19:26:37 GMT Server: Apache Vary: Accept-Encoding Content-Length: 531 Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/http:/MyServer.url/jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/testForReverseProxySetup/http://MyServer.url/jenkins/manage/ was not found on this server.</p> <hr> <address>Apache Server at MyServer.url Port 80</address> </body></html> Which makes me suspect the command is malformed, but it's copied straight from the WIKI page (with the change of url and adding a username and password) So I don't really know where to start trying to troubleshoot this. Any ideas anyone? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/99a4cd36-2ef1-4dff-b643-1fd668952cfe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
