You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Kristian Rink <ka...@zimmer428.net> on 2008/07/15 13:12:40 UTC

[users@httpd] httpd 2.0 -> 2.2: ProxyPass behaviour?

Folks;

being into migrating one of our machines from Ubuntu 6.06/apache 2.0 to
Ubuntu 8.04/apache 2.2, I have hit some kind of issue in my
configuration regarding our reverse proxy environment. In our 2.0 setup,
we used to expose resources hosted on a backend system like this

<VirtualHost *:80>

 ServerName foo.domain.tld

 ProxyPass /target http://192.168.1.242:8080/target
 ProxyPassReverse /target http://192.168.1.242:8080/target

</VirtualHost>


having ProxyRequests turned off and most of the mod_proxy configuration
left at default settings working fine. Having this moved to our 2.2
installation, in the most simple replication of the original
configuration (VirtualHost settings the same, reduced the rest to just
the setup outlined above), even local access bails out unsuccessfully,
having a 403 returned to the browser, dumping the following line to
apache2/error.log:


[Tue Jul 15 13:07:37 2008] [error] [client 192.168.1.170] client denied
by server configuration: proxy:http://192.168.1.242:8080/target/login


What has changed in between 2.0 and 2.2's mod_proxy configuration that
could possibly cause this? From looking at our configuration so far, I
can't tell what might be responsible for that... Can anyone enlighten me
here?

TIA and best regards,
Kristian


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org