You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "pascal.barbedor@laposte.net" <pa...@laposte.net> on 2002/04/23 10:04:11 UTC

reverse proxy send FORBIDDEN

Hi

winnt
I have apache 2.0.35 configured as front end server the conf 
looks like this 

# part concerning reverse proxy

#document root of back-end server
<directory d:/apache/htdocs > order deny,allow
</directory>

ProxyRequests Off

ProxyPass /stylesheets !
ProxyPass /icons !
ProxyPass /bis http://localhost:8080


RewriteEngine On
RewriteRule (^.*\.pl)$ http://localhost:8080$1 [proxy,last]

#ProxyPassReverse / http://localhost:8080/
ProxyReceiveBufferSize 49152


the back end server is apache 1.3.22 on port 8080, with 
document root d:\apache\htdocs.


adressing to front end server is ok
addressing directly to back-end server :8080 is ok

but each time the front -end server is to rewrite or proxypass 
the url i get a FORBIDDEN response.

does anyone know how to configure access rights once a reverse 
proxy has been set up ?

this is very unclear in apache docs.


thanks 

pascal






Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)"




---------------------------------------------------------------------
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
For additional commands, e-mail: users-help@httpd.apache.org