[Zope] Using Zope with PCGI

Sam Gendler sgendler@teknolojix.com
Fri, 19 Nov 1999 09:58:54 -0800


Harry wrote:
> 
> on 11/19/1999 9:43 AM, Mike Pelletier at mike@digicool.com wrote:
> 
> > or you can look into FastCGI which is
> > much like PCGI but doesn't cost a fork() and can use a tcp port to
> > communicate with Zope, allowing you to move it to another machine.
> 
> I thought we had just established that FastCGI does *NOT* yet work with
> Zope.
> 
> Can we *PLEASE* get a definitive answer on this!!
> 

If your site is entirely accessible from an anonymous user, then you can
use fastCGI with the latest stable version.  If you need authentication,
you just need to use aq more recent version of mod_fastcgi and zope will
be fully functiional (barring any bugs on the apache module, of course).

--sam