[Zope] Apache + Zope + Authentication

Jens Vagelpohl tommymi@concentric.net
Sun, 14 Nov 1999 23:24:05 -0500


hi erick,

try the following:

replace your line:
> 	RewriteRule ^/(.*) $1 [ENV=HTTP_CGI_AUTHORIZATION:%1]

with

RewriteRule ^(.*) <location of Zope.cgi>$1 [e=HTTP_CGI_AUTHORIZATION:
%1,t=application/x-httpd-cgi,l]

works for me :)

the $1 alone sends it nowhere, you need to prefix the full path to your
zope.cgi file.

jens