Zope-1.10.3/apache and freebsd
Here what i get when clicking on http://localhost/Zope/manage: var/pcgi.log: pcgi-wrapper: No such file or directory (102) failure during connect Maybe the Problem is /usr/tmp/Zope-1.10.3-src/var/pcgi.soc does not exist. The stand alone server works and Zope-2.0.x works with ZServer. Btw. pcgi worked with no version without starting Zserver. There is no Zserver in Zope-1.10.3 right? pcgi/Util/pcgifile.py fails with error attempting: 'from cgi_module_publisher import publish_module' Python-1.5.2 was compiled from the porst collection with all modules. Strange.
fritz.heinrichmeyer@fernuni-hagen.de wrote:
The stand alone server works and Zope-2.0.x works with ZServer. Btw. pcgi worked with no version without starting Zserver. There is no Zserver in Zope-1.10.3 right?
pcgi/Util/pcgifile.py fails with error attempting: 'from cgi_module_publisher import publish_module'
Please try to use the pcgifile.py from: http://starship.python.net/crew/jbauer/persistcgi/pcgifile/ The cgi_module_publisher import was from an older (Bobo) version. You will probably also want to run pcgifile.py as a cgi script (i.e. put it in /cgi-bin and make it executable). Also change the top line: #!/usr/bin/env python to point to your actual python interpreter, for security's sake, e.g. #!/usr/local/bin/python Best regards, Jeff Bauer Rubicon, Inc.
participants (2)
-
fritz.heinrichmeyer@fernuni-hagen.de -
Jeff Bauer