Can you try replacing 127.0.0.1 with actual ip of the box or change it to localhost. I remember a problem sometimes back where definition of localhost was different for java and c code. Don't remember the exact details, but changing it localhost did make it work.

On 03/20/2014 09:05 AM, 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 <mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
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