Never mind. It looks like this is actually a bug in Jenkins:

https://issues.jenkins-ci.org/browse/JENKINS-21989

Regards,
  Dennis

On Thursday, March 20, 2014 5:05:47 PM UTC+1, Dennis Jacobfeuerborn wrote:
>
> Hi,
> I just installed a fresh Jenkins behind Apache httpd and while Jenkins is 
> available it tells me "It appears that your reverse proxy set up is 
> broken." but I don't know why.
>
> This is my httpd config:
>
> <VirtualHost *:80>
>     ServerName jenkins.local
>     ProxyRequests Off
>     ProxyPreserveHost On
>     ProxyPass           / http://127.0.0.1:8080/
>     ProxyPassReverse    / http://127.0.0.1:8080/
> </VirtualHost>
>
> What specifically is wrong with this configuration?
>
> Regards,
>   Dennis
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to