Krist van Besien wrote:

Did you configure you apache to allow proxying? [...] You need something like this in your apache:
ProxyRequests Off
<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>

I've added this, and it doesn't seem to have an effect. I still get the Forbidden message. I also tried "ProxyRequests On", in case that was a typo, and I also tried "Order allow,deny".

If your requirements are simple there is no need to use a rewrite rule:
ProxyPass /old http://ukrbcsr01/
ProxyPassReverse /old http://ukrbcsr01/

Tried that (along with the <Proxy *> clause above) and it still has the same effect -- 403 Forbidden. :/

Thanks for any further help you can provide,
Arne Heizmann


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

**********************************************************************


---------------------------------------------------------------------
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