Re: [Zope] Zope and Apache - again
This may sound like a bit of an obvious suggestion, but it caught me out. Check the Directory directive for <apacheroot>/cgi-bin and make sure that the ExecCGI option is set. It should look something like this: <Directory "/www/cgi-bin"> AllowOverride none Options ExecCGi Order allow,deny Allow from all </Directory> Apache 1.3.4 by default doesn't have the ExecCGI option set. HTH Phil ----- Original Message ----- From: <raver@box.dust.za.net> To: <zope@zope.org> Sent: Monday, March 01, 1999 12:22 PM Subject: [Zope] Zope and Apache - again
Hi all!
I know the question has been up to debate earlier on the list, but still...
I can't get Apache to send authorization headers on to Zope - even tough I've tried to do what the doc/WEBSERVER.txt tells me to (tried both rewrite and to let apache authenticate /cgi-bin/Zope/). I also grabbed the latest Zap release, but that one din't work (broken?). Also had a look at the zap.conf file and tried using some in my httpd.conf file, but I still had no luck.
Now - here is my current config:
Linux 2.0.35 Python 1.5.1 Zope 1.10.2 Apache 1.3.4
Something there that doesn't play well together?
If not - what is wrong??
Appreciate all the help I can get!
Sture Lygren
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
On Mon, Mar 01, 1999 at 12:28:49PM -0000, Phil Harris wrote:
This may sound like a bit of an obvious suggestion, but it caught me out.
Check the Directory directive for <apacheroot>/cgi-bin and make sure that the ExecCGI option is set.
It should look something like this:
<Directory "/www/cgi-bin"> AllowOverride none Options ExecCGi Order allow,deny Allow from all </Directory>
Apache 1.3.4 by default doesn't have the ExecCGI option set.
HTH
Phil ----- Original Message ----- From: <raver@box.dust.za.net> To: <zope@zope.org> Sent: Monday, March 01, 1999 12:22 PM Subject: [Zope] Zope and Apache - again
Unfortunately the ExecCGI option didn't help much. Thanks anyways. I'm still stuck at the point where I get 'Authorization failed'. I've checked and double checked my Zope/access file and I use correct username and passwd. The filepermissions should also be set correct (according to the instructions given in the INSTALL.txt file). Problem is, as far as I can tell, connected to the way the rewrite module does the rewrite.... Has anyone confirmed that the way the WEBSERVER.txt file says to rewrite the authorization header actually works? If it works - is there someone that can say exactly how apache should be configured and compiled to get it working (best of all also put in a working httpd.conf also)? And again.....Appreciate all teh help I can get!
participants (2)
-
Phil Harris -
raver@box.dust.za.net