[Zope] Apache/Zope/NT: Can't login to management screens

Adrian Esteban Madrid aem@byu.edu
Thu, 13 May 1999 22:22:36 -0600


Rob Page wrote:

> Here's my RewriteRule:
>
> RewriteEngine On
> RewriteCond %{HTTP:Authorization} ^(.*)
> RewriteRule ^/Zope/(.*)
> /PROGRA~1/APACHE~1/Apache/cgi-bin/Zope1102.exe/$1
> [last,e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,L]
>
> I struggled with this for a WHILE.  Try taking out the drive letter and
> quotes.  I think as long as your ServerRoot directive is correct it will
> "remember" the drive letter for the RewriteRule.
>
> --Rob

Thanks Rob, but I tried every single combinatioon and nothing works. Here it
goes all my info:

Apache 1.3.6 win32

   * ServerRoot "d:/apache"
   * LoadModule rewrite_module modules/ApacheModuleRewrite.dll
     # Zope configuration maps /Zope/ to the Zope.cgi CGI script
     RewriteEngine On
     RewriteCond %{HTTP:Authorization} ^(.*)
     RewriteRule ^/Zope/(.*) cgi-bin/zaem.exe/$1
     [last,e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,L]
   * <Directory "d:/apache/cgi-bin">
         AllowOverride None
         Options ExecCGI
         Order allow,deny
         Allow from all
     </Directory>

Zope 1.11.0pr1 win32

   * Installed at d:\Zope
   * Server name: zaem
   * EXE location: d:\apache

Windows NT 4 SP 3

Receiving any suggestions, PLEASE!


-aem