[Zope] fastcgi and ISP's -- alternatives?

Mike Pelletier mike@digicool.com
Fri, 19 Nov 1999 13:15:03 -0500


     The latest CVS's doc/WEBSERVERS.txt documents using mod_fastcgi with
Zope.  A SNAP of 2.2.3 is required to follow the instructions given.  I
haven't tested, but I _think_ that 2.2.2 will work for pages which do not no
require authentication.  This means that you couldn't use the management
interface via FastCGI _unless_ you were using cookie-based authentication.
Alternatively, you could have ZServer serving HTTP as well as using FastCGI,
and access the management interface via that route.

Mike.