On 9/15/2007 5:40 PM, David wrote:
> 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

Here is the access.log:

127.0.0.1 - - [15/Sep/2007:17:08:18 -0400] "GET /foo HTTP/1.1" 403 1089

And the matching line from the error.log:

[Sat Sep 15 17:08:18 2007] [warn] proxy: No protocol handler was valid
for the URL /foo. If you are using a DSO version of mod_proxy, make sure
the proxy submodules are included in the configuration using LoadModule.

Advice would be appreciated.

David

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to