On Mon, 28 May 2001, Leonard Sitongia wrote:
I dropped the Zope 2.2.2 port, and built 2.3.2 from sources, using w_pcgi.py. (Point of confusion: Quick Start describes using this one, but it's the approach for using an existing server, however it starts up Zserver on port 8080, and Apache is on port 80 of course. Later, the INSTALL.txt describes using wo_pcgi.py to install using Zserver, which still appears to start up the same way. So, what's the difference and how does Apache get involved?...).
wo_pcgi = "without PCGI", where PCGI is PersistenCGI protocol, supported by Zope.cgi (see below) and mod_pcgi2 Apache module. w_pcgi = "with PCGI", this includes "wo_pcgi" and also builds Zope.cgi. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.