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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to