[Zope] apache rules with zope

Jonathan (dev101) dev101 at magma.ca
Fri Sep 4 15:20:20 EDT 2009


----- Original Message ----- 
From: "Thomas Bennett" <bennetttm at appstate.edu>
To: <zope at zope.org>
Sent: Friday, September 04, 2009 2:58 PM
Subject: [Zope] apache rules with zope


>I can access two directories in /var/www but not two others.
> I have this rule in httpd.conf before the rewrite rules for Zope:
>
> RewriteCond %{REQUEST_URI} !^/(usage|zusage|ead2002|asu_ead)
>
> The usage and zusage directories work, that is /usage goes to the
> /var/www/usage directory not looking on Zope/ZODB.  Same with the zusage
> directory.  But ead2002 and asu_ead directories give a Not Found error 
> from
> Zope.  The Alias  and Directory tags in httpd.conf are the same for all 
> four.
>

You don't usually access underlying file directories directly from zope 
unless you are using external methods or an add-on product like "ExtFile".

How are you trying to access these directories?


Jonathan 



More information about the Zope mailing list