hi

i am trying to set up a front end vanilla + backend modperl
server with mod_proxy

the front end server (apache2)works ok on port 80, the back
end works (apache mod_perl 1) ok on port 8080, but

each time the url is redirected to the backend server i get a
forbidden response even though i put "allow from all" for
everything in the front end .

the front end conf is something like this

<directory / >allow from all</directory>
ProxyRequests Off
ProxyPass /stylesheets !
ProxyPass /icons !
ProxyPass /evolif http://localhost:8080/evolif
RewriteEngine On
RewriteRule (^.*\.pl)$ http://localhost:8080$1 [proxy,last]
ProxyPassReverse / http://localhost:8080/
ProxyReceiveBufferSize 49152

the back end conf is set on port 8080 and works perfectly by
itself if I specify :8080 in the url.

the reverse proxy setting is explained "everywhere", but only
allusions is made to access rights that goes with it.

I looked in the apache docs, in mod_perl guide, but found no
practical working example that explains about how to set
access rights, after the reverseproxy setting, especially when
the back-end is to serve generated on the fly document and not
a file on disk.

thanks for any help
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)"



Reply via email to