[Zope] Zope & Apache

Phil Harris phil@philh.org
Mon, 24 May 1999 08:38:59 +0100


Have you made sure that your cgi-bin has ExecCGI turned on?

This sounds like an obvious thing, and you would imagine that it would be
on, but in later releases of Apache it is turned off by design.

HTH

Phil
phil@philh.org

----- Original Message -----
From: Chuck Mead <chuck@moongroup.com>
To: <zope@zope.org>
Sent: Monday, May 24, 1999 5:59 AM
Subject: [Zope] Zope & Apache


>
> I'm trying to run Zope with Apache... but I can't get into "manage".
>
> This is in httpd.conf:
>
> # Zope configuration maps /Zope/ to the Zope.cgi CGI script
> RewriteEngine on
> RewriteCond %{HTTP:Authorization}  ^(.*)
> RewriteRule ^/Zope/(.*) /home/httpd/cgi-bin/Zope.cgi/$1
> [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
> Note: the rewrite rule is all one line!
>
> Zope.cgi is in /home/httpd/cgi-bin/ and it works because I get the login
> screen!
>
> When I enter the username and the password it rejects it and doesn't allow
> me access.  It says "No Authorization header found".
>
> I'm running: apache_modperl-1.3.6-1.19-1 on Red Hat Linux 5.1.
>
> The $zope_home/var directory and the $zope_home/access file are both set
> UID and GID nobody and the access file is readable by nobody and root.
>
> Can somebody hit me with the clue-bat?
>
> Cheers!
> --
> Chuck Mead, CTO - Moongroup Consulting, Inc.- http://www.moongroup.com/
> Need help with sendmail/fetchmail/procmail or MUA's?  Join the mailhelp
mailing list.
> Send "s-u-b-s-c-r-i-b-e" (no quotes and no hyphens) in the subject line to
> mailhelp-request@moongroup.com to join.
>
>
>
> _______________________________________________
> 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 )