[ZCM] [ZC] 199/ 2 Reject "PCGI autentification with Apache"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Wed, 06 Feb 2002 06:24:26 -0500


Issue #199 Update (Reject) "PCGI autentification with Apache"
 Status Rejected, Zope/doc request medium
To followup, visit:
  http://collector.zope.org/Zope/199

==============================================================
= Reject - Entry #2 by ajung on Feb 6, 2002 6:24 am

 Status: Pending => Rejected

duplicate
________________________________________
= 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?

==============================================================