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