I'm having problems setting up a very simple proxy with Apache.
Something seems to have changed between 1.x and the 2.0 in RedHat,
because I used to have this working.

Anyway, on the firewall I have:

  <VirtualHost some.ip.address>
    ... ServerName and other typical stuff here ...
    ProxyPass /foo http://internal_server/foo
    ProxyPassReverse /foo http://internal_server/foo
  </VirtualHost>

When I try http://firewall_machine/foo, I get a 403 error which shows up
in the error_log as "client denied by server configuration:
proxy:http://internal_server/foo";. 

I have tried:

* Adding ProxyRequests On

* Adding <Proxy *> Order Allow,Deny  Allow from all </Proxy>

* Adding <Directory proxy:http://internal_server/foo> Order Allow,Deny
  Allow from all</Directory>

None of these make a difference, though sometimes depending on the
variation I'll still get 403 but the error log will show "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."  (Yes, the LoadModule for proxy is
there.)

Any ideas?

Raul



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to