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,