Re: [Zope] Bypass ZODB and use File System

2000-10-19 Thread Jonothan Farr
ECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 19, 2000 7:59 AM Subject: Re: [Zope] Bypass ZODB and use File System > Noah wrote: > > > > What we really want to do is to provide a second view to > > /var/www/htdocs for Apache.

Re: [Zope] Bypass ZODB and use File System

2000-10-19 Thread Michael Bernstein
Noah wrote: > > What we really want to do is to provide a second view to > /var/www/htdocs for Apache. I understand that Apache won't > serve up our dynamic content, but that's not important. > Zope is just viewed as a better solution for managing our > static documents. The problem we have in my

[Zope] Bypass ZODB and use File System

2000-10-18 Thread Noah
Hi, Is there an easy way that I can get Zope to use the local file system instead of ZODB? I basically want to make it share the local file system with Apache. Will the LocalFS product do what I want? http://yyy.zope.org/Members/jfarr/Products/LocalFS I looked at it, and so far it see