[Zope-Checkins] CVS: Zope/doc - WEBSERVER.txt:1.21
Fred L. Drake, Jr.
fred@zope.com
Wed, 5 Mar 2003 14:06:10 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv31287/doc
Modified Files:
WEBSERVER.txt
Log Message:
Update the version of the Python interpreter to use.
=== Zope/doc/WEBSERVER.txt 1.20 => 1.21 ===
--- Zope/doc/WEBSERVER.txt:1.20 Mon Aug 26 09:25:01 2002
+++ Zope/doc/WEBSERVER.txt Wed Mar 5 14:05:56 2003
@@ -51,7 +51,7 @@
'z2.py' startup script. From the top level Zope directory, you
can::
- bash% python2.1 z2.py -p
+ bash% python2.2 z2.py -p
Note, you must have gone through the directions in 'INSTALL.txt' for
this to work.
@@ -62,7 +62,7 @@
is not named 'Zope.cgi' and is not in the same directory as 'z2.py',
then you can specify the file name after the '-p', like::
- bash% python2.1 z2.py -p /path/to/PCGI/resource/file
+ bash% python2.2 z2.py -p /path/to/PCGI/resource/file
Now the Zope long running process is started up, and the PCGI
component is loaded and ready to receive CGI requests from your