[Zope] Problem Apache 1.3.6 and Zope2b1
Andy Dustman
adustman@comstar.net
Wed, 28 Jul 1999 13:45:41 -0400 (EDT)
On Tue, 27 Jul 1999, Thierry MICHEL wrote:
> Hi,
>
> I prove to install Zope 2 with my Apache server 1.3.6,
> but I have a problem with the authenticate header.
> I applicated the explanations from the WEBSERVERS.txt but NOTHING.
> I can't enter in the Zope manager.
Try something like this:
RewriteEngine on
RewriteLog /home/adustman/Zope-2.0.0a4-src/var/rewrite.log
RewriteLogLevel 2
RewriteCond %{REQUEST_FILENAME} ^/.*
RewriteRule ^/(.*) /cgi-bin/Zope.cgi/$1
RewriteCond %{HTTP:Authorization} ^(.+)
RewriteRule ^(.+) $1 [ENV=HTTP_CGI_AUTHORIZATION:%1]
The original rules didn't work for me either. You must fix all paths,
obviously.
--
andy dustman | programmer/analyst | comstar communications corporation
telephone: 770.485.6025 / 706.549.7689 | icq: 32922760 | pgp: 0xc72f3f1d