[Zope-dev] z2.py buglet

Petru Paler ppetru@coltronix.com
Sat, 29 Jan 2000 02:21:29 +0200


     Hello,

   While playing around with FastCGI I found a small bug in the startup
script. Patch included.

-Petru

--- z2.py.orig  Sat Jan 29 02:19:37 2000
+++ z2.py       Sat Jan 29 02:19:55 2000
@@ -549,7 +549,7 @@
     fcgiPort = None
     fcgiPath = None
     try:
-        fcgiPort = string.atoi(FCGI_PORT)
+        fcgiPort = string.atoi(CGI_PORT)
     except ValueError:
         fcgiPath = FCGI_PORT
     zfcgi = FCGIServer(module=MODULE,