Krist van Besien wrote:
Indeed, I use Ubuntu.
> So you need to enable it explicitely for your virtualhost.
> Ad the following in your VirtualHost block:
> <Proxy /*>
> Order deny, allow
> Allow from All
> </Proxy>
Thanks! I thus now have the following in my site file:
NameVirtualHost www.new.com:80
<VirtualHost www.new.com:80>
ProxyRequests Off
ProxyPass / http://localhost:1234/container/ctxt/
<Proxy /*>
Order deny,allow
Allow from All
</Proxy>
</VirtualHost>
But I still have exactly the same "403 Forbidden" error:
Forbidden
You don't have permission to access / on this server.
I am not sure what other relevant info I could provide...
Regards,
--
Florent Georges
http://www.fgeorges.org/
---------------------------------------------------------------------
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]