I am an Apache novice trying to configure a reverse proxy. My httpd.conf configuration look like this: <IfModule proxy_module> ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /foo http://theflorys.org/ ProxyPassReverse /foo http://theflorys.org/ <Location /foo> Order allow,deny Allow from all </Location> </IfModule> When I access http://myserver.org/foo I get an Error 403: Access Forbidden. Where should I look to solve the problem? David Flory --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx