Zope with Apache howto?
hi everyone, i'm finally sitting down to do the dreaded zope/apache connection. of course i am running into all the same problems that i had read about on the list at some point or another. :( has anyone done a howto yet? something to replace the apparently completely unworkable setup info that comes with the source code? i'm stuck at the place where accessing the site gives a "error parsing pcgi info file" and the pcgi santiy checker tells me "error attempting: 'from cgi_module_publisher import publish_module'". i assumed cgi_module_publisher would be a python file and i could look at it, but it's nowhere to be found... the repairs done so far involved checking if the pcgi_wrapper executable is where the first line of Zope.cgi shows it and then replacing "Zope" in lines 2 and 3 with "Main" and "Main.py" respectively. i haven't even gotten to the juicy rewrite part yet... ack frustrated jens -- Jens Vagelpohl **Better living through electronics**
Jens Vagelpohl wrote:
i'm finally sitting down to do the dreaded zope/apache connection. of course i am running into all the same problems that i had read about on the list at some point or another. :(
has anyone done a howto yet? something to replace the apparently completely unworkable setup info that comes with the source code?
i'm stuck at the place where accessing the site gives a "error parsing pcgi info file" and the pcgi santiy checker tells me "error attempting: 'from cgi_module_publisher import publish_module'". i assumed cgi_module_publisher would be a python file and i could look at it, but it's nowhere to be found...
The cgi_module_publisher was a Bobo relic. Grab the latest pcgifile.py from: http://starship.python.net/crew/jbauer/persistcgi/pcgifile/ I've got a howto on using NT/Bobo/Apache, but it's not updated for Zope. You may find it useful anyway: http://starship.python.net/crew/jbauer/apachenotes/ Best regards, Jeff Bauer Rubicon Research
participants (2)
-
Jeff Bauer -
Jens Vagelpohl