[Zope] VirtualHost 403 Forbidden. Help!!

cristopher pierson ewing cewing at u.washington.edu
Thu Sep 21 11:06:22 EDT 2006


> <IfModule mod_proxy.c>
>
>        #turning ProxyRequests on and allowing
> proxying from all may allow
>        #spammers to use your proxy to send email.
>
>        ProxyRequests Off
>
>        <Proxy *>
>                Order deny,allow
>                Deny from all
>                #Allow from .your_domain.com
>        </Proxy>

Forgive me if I'm being dense, but doesn't 'deny from all' imply that no 
proxy requests will be allowed?  Don't you then need to uncomment the 
'Allow' statement and put your server name there, so that proxy requests 
from your own server will be allowed?

Cris Ewing


More information about the Zope mailing list