[Zope] pcgi info file error

Pincin, Jason R. Jason.Pincin@networks.net
Mon, 9 Aug 1999 16:16:30 -0400


I am getting this error (displayed in page source of the page I'm hosting):

Error parsing pcgi info file
pcgi-wrapper-version 2.0a5

I'm running Zope 2.0B1 on RH6 with Apache 1.3.6.
I've added the rewrite rules to httpd.cong, Zope is running, etc.

Any help would be greatly appreciated.

These are the contents of my Zope.cgi file:
#!/home/zope/pcgi/pcgi-wrapper
PCGI_NAME=Zope
PCGI_MODULE_PATH=/home/zope/lib/python/Zope
PCGI_PUBLISHER=/home/zope/pcgi/pcgi_publisher.py
PCGI_EXE=/usr/bin/python
PCGI_SOCKET_FILE=/home/zope/var/pcgi.soc
PCGI_PID_FILE=/home/zope/var/pcgi.pid
PCGI_ERROR_LOG=/home/zope/var/pcgi.log
PCGI_DISPLAY_ERRORS=1
BOBO_REALM=/home/http/cgi-bin/Zope.cgi
BOBO_DEBUG_MODE=1
INSTANCE_HOME=/home/zope