[ZCM] [ZC] 199/ 1 Request "PCGI autentification with Apache"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Tue, 05 Feb 2002 18:51:02 -0500
Issue #199 Update (Request) "PCGI autentification with Apache"
Status Pending, Zope/doc request medium
To followup, visit:
http://collector.zope.org/Zope/199
==============================================================
= Request - Entry #1 by Anonymous User on Feb 5, 2002 6:51 pm
I try to configure the PCGI version of Zope with the Apache server, and after copy the lines described in the WEBSERVER.txt,
# Zope configuration maps /Zope/ to the Zope.cgi CGI script
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^/Zope(.*) d:/apache/cgi-bin/Zope.cgi/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
Then i've tried to use the next URL:
http://localhost/Zope.cgi/manage
where i've tried to introduce my login and password but it never let me in.
Where do i find the solution to this?
==============================================================