Turn on ExecCGI, you do need it ! ----- Original Message ----- From: Milos Prudek <prudek@sol.cz> To: Sebastian Luehnsdorf <sfl@beehive.de> Cc: <zope@zope.org> Sent: Thursday, March 11, 1999 1:16 PM Subject: Re: [Zope] Apache Authorization
Yes I turned rewite engine on, but maybe not in the right place. I wrote it into global config.
I believe do not need to use ExecCGI, since I use ScriptAlias. And Zope.cgi gets executed, I otherwise wouldn't be able to get to Zope introductory.
I'm desperate....
------------ Milos Prudek
On Thu, 11 Mar 1999, Sebastian Luehnsdorf wrote:
No. Zope works fine with Apache 1.3.3. Did you remember to set the ExecCGI option? And did you remember to turn the RewriteEngine on?
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Phil Harris wrote:
Turn on ExecCGI, you do need it !
I can confirm this; this one bit me too, I recall. Can anyone write up a FAQ on this one? (I think I heard the Digicool folks are working on some FAQ document on Apache with Zope too, what's the status on this?). Regards, Martijn
Turn on ExecCGI, you do need it ! I can confirm this; this one bit me too, I recall. Can anyone write up a FAQ on this one? (I think I heard the Digicool folks are working on some
Well you were both right. I have turned on ExecCGI for my standard cgi-bin directory, where I placed a copy of Zope.cgi. It is NOT neccessary to add <Directory> statement for /usr/local/zope/ (I thought it was neccessary... so I'm writing it here for the upcoming FAQ). Also I thought that I should use http://www.domain.com/cgi-bin/Zope.cgi address, which brings the introductory screen (that fooled me) but does not allow authorization. The correct address is of course http://www.domain.com/Zope, since that's what the rewrite rule is about. Thanks to all who helped me! -- Milos Prudek
participants (3)
-
Martijn Faassen -
Milos Prudek -
Phil Harris