> I'm no expert Apache and authorization but this _looks_ like the rewrite > rule is not juuust right. I'd triple check it. I did. I can't see any problem: RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope/(.*) /home/httpd/cgi-bin/Zope.cgi/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] var/pcgi.log is never touched (!). var/pcgi.pid is correctly created. -- Milos Prudek