24 Apr
2001
24 Apr
'01
7:19 p.m.
Hello I've managed to get Zope installed on FreeBSD with Apache web server using pcgi. However, I still can't authenticate to get to the Zope management screen. I've added the following to my httpd.conf, as mentioned in the docs/WEBSERVER.txt: RewriteEngine on RewriteRule ^/Zope$ /Zope/ [R] RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] What gives? What am I doing wrong? I don't see anything in the apache logs. In var/Z2.log I see this repeated several times: 127.0.0.1:- - [24/Apr/2001:18:23:27 -0400] "GET /manage" 401 1848 any help would be appreciated! -Kurt