pcgi info file error
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
Jason, Two suggestions: 1. Check out the pcgi sanity checker to verify you have everything set correctly: http://starship.python.net/crew/jbauer/persistcgi/pcgifile/ 2. Check your Apache logs. Good luck. -Jeff
participants (2)
-
Jeff Bauer -
Pincin, Jason R.