[Zope] VirtualHost 403 Forbidden. Help!!

KE Liew ke.liew at gmail.com
Thu Sep 21 12:32:32 EDT 2006


Turn off ProxyVia, and leave everything to default, especially

       <Proxy *>
               Order deny,allow
               Deny from all
               #Allow from .your_domain.com
       </Proxy>

You don't want everyone to use your server as a proxy. That can be bad.


On 9/21/06, Ferhat Ayaz <ferhatayaz at yahoo.com> wrote:
> In the apache logs I found this:
>
> [Thu Sep 21 16:15:58 2006] [error] [client
> 141.12.190.15] client denied by server configuration:
> proxy:http://localhost:8080/VirtualHostBase/http/journal.homelinux.net:80/homelinux.net/VirtualHostRoot
>
>
> And this is my proxy conf
>
> <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>
>
>         # Enable/disable the handling of HTTP/1.1
> "Via:" headers.
>         # ("Full" adds the server version; "Block"
> removes all outgoing Via: headers)
>         # Set to one of: Off | On | Full | Block
>
>         ProxyVia On
>
>         # To enable the cache as well, edit and
> uncomment the following lines:
>         # (no cacheing without CacheRoot)
>
>         CacheRoot "/var/cache/apache2/proxy"
>         CacheSize 5
>         CacheGcInterval 4
>         CacheMaxExpire 24
>         CacheLastModifiedFactor 0.1
>         CacheDefaultExpire 1
>         # Again, you probably should change this.
>         #NoCache a_domain.com another_domain.edu
> joes.garage_sale.com
>
> </IfModule>
>
>
> I know...Sorry that this is not a Zope issue directly.
> But I think I can find here much more experience with
> apache and Zope VirtualHosting as on other lists.
>
> Greets,
> Ferhat
>
>
> --- Jonathan <dev101 at magma.ca> wrote:
>
> >
> > ----- Original Message -----
> > From: "Jonathan" <dev101 at magma.ca>
> > To: "Ferhat Ayaz" <ferhatayaz at yahoo.com>;
> > <zope at zope.org>
> > Sent: Thursday, September 21, 2006 10:34 AM
> > Subject: Re: [Zope] VirtualHost 403 Forbidden.
> > Help!!
> >
> >
> > >
> > > ----- Original Message -----
> > > From: "Ferhat Ayaz" <ferhatayaz at yahoo.com>
> > > To: <zope at zope.org>
> > > Sent: Thursday, September 21, 2006 10:20 AM
> > > Subject: [Zope] VirtualHost 403 Forbidden. Help!!
> > >
> > >
> > >> Hi,
> > >>
> > >> I read every doc I found. But the server reports
> > >> always 403 on konfiguring an APache VirtualHost
> > on my
> > >> Zope Instance on the same machine. Here my
> > sniplet
> > >> from apache2.conf (also known as httpd.conf)
> > >>
> > >>
> > >> <VirtualHost journal.homelinux.net:80>
> > >>       ServerName journal.homelinux.net
> > >>       ServerAdmin myemail at yahoo.com
> > >>       RewriteEngine On
> > >>       RewriteRule ^/(.*)
> > >>
> >
> http://localhost:8080/VirtualHostBase/http/journal.homelinux.net:80/VirtualHostRoot/$1
> > >> [P,L]
> > >>
> > >>       ErrorLog /var/log/apache2/journal-error_log
> > >>       TransferLog
> > /var/log/apache2/journal-access_log
> > >> </VirtualHost>
> > >>
> > >>
> > >> I tryed many other variants to point to the VH
> > >> Monster.
> > >> The result is always:
> > >>
> > >> Forbidden
> > >>
> > >> You don't have permission to access / on this
> > server.
> > >>
> > >>
> > >> What am I doing
> > wrong?????????????????????????????????
> > >
> > >
> > > Is your nameserver configured to allow access to
> > journal.homelinux.net?
> > > (look at /etc/named.conf  and the associated db
> > entry in /etc/named)
> > >
> > > Can you get to a simple directory on your server?
> > (ie. change the rewrite
> > > rule so that it points at a directory on your
> > server - create a simple
> > > index.html file in the associated htdocs
> > subdirectory)
> >
> > I take this back, the above would be for a 404
> > error, probably not your 403
> > error.
> >
> > Have you check your apache and zope logs?
> >
> >
> > Jonathan
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>


More information about the Zope mailing list