[Zope] Zope and Apache - again

Phil Harris wmlph@d033.ml.uwcm.ac.uk
Mon, 1 Mar 1999 12:28:49 -0000


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
>