11 May
2004
11 May
'04
5:58 p.m.
William Herring wrote at 2004-5-10 22:50 -0400:
I have placed the Zope.cgi into cgi-bin of apache2. At this point, I believe I should be able to go to:
http://myaddress.com/cgi-bin/Zope.cgi/manage
I get a server error: 'Premature end of script headers: Zope.cgi'
Any suggestions?
Do not use "cgi" (unless you really need to). Use "mod_proxy" with rewrite rules to forward requests from Apache to Zope. HowTo on Zope.org. -- Dieter