[Zope] zope + apache2 + ssl with cgi

Dieter Maurer dieter at handshake.de
Tue May 11 13:58:31 EDT 2004


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



More information about the Zope mailing list