zope + apache2 + ssl with cgi
Have the configuration directives changed for using Zope + ssl with Apache 2? I have followed the directions provided in the provided in the WEBSERVERS.txt documentation, but they appear to be the same as for Apache1.3.
William Herring wrote:
Have the configuration directives changed for using Zope + ssl with Apache 2? I have followed the directions provided in the provided in the WEBSERVERS.txt documentation, but they appear to be the same as for Apache1.3.
I dunno what WEBSERVERS.TXT but a VHM and a rewrite rule do fine for me with Apache 2. Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
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? -----Original Message----- From: Chris Withers [mailto:chris@simplistix.co.uk] Sent: Monday, May 10, 2004 8:15 AM To: William Herring Cc: zope@zope.org Subject: Re: [Zope] zope + apache2 + ssl with cgi William Herring wrote:
Have the configuration directives changed for using Zope + ssl with Apache 2? I have followed the directions provided in the provided in the WEBSERVERS.txt documentation, but they appear to be the same as for Apache1.3.
I dunno what WEBSERVERS.TXT but a VHM and a rewrite rule do fine for me with Apache 2. Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
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
participants (3)
-
Chris Withers -
Dieter Maurer -
William Herring