[Zope-dev] Re: [Zope] PCGI?

Guido van Rossum guido@python.org
Thu, 13 Feb 2003 20:27:29 -0500


> Having only ever used Zope-behind-PCGI myself, if we drop it, what would 
> be the prevailing approach for running Zope behind Apache?  Has everyone 
> switched to FastCGI (or Quixote's SCGI) but me?

AFAIK most people use Apache's mod_redirect to a Zope HTTP server
running at (e.g.) port 8000.  No additional software needed.

--Guido van Rossum (home page: http://www.python.org/~guido/)