Authentication with Apache problems (continued)
Hey Zopers.. I forgot to include what my rewrite_log looks like when I try to log in: 203.3.121.10 - - [09/May/2000:01:02:07 -0500] [www.webbios.com.au/sid#8139034][r id#8179034/initial] (2) init rewrite engine with requested uri /cgi-bin/Zope.cgi /manage 203.3.121.10 - - [09/May/2000:01:02:07 -0500] [www.webbios.com.au/sid#8139034][r id#8179034/initial] (3) applying pattern '^/Zope(.*)' to uri '/cgi-bin/Zope.cgi/ manage' 203.3.121.10 - - [09/May/2000:01:02:07 -0500] [www.webbios.com.au/sid#8139034][r id#8179034/initial] (1) pass through /cgi-bin/Zope.cgi/manage 203.3.121.10 - - [09/May/2000:01:02:07 -0500] [www.webbios.com.au/sid#8139034][r id#817c034/subreq] (2) init rewrite engine with requested uri /manage 203.3.121.10 - - [09/May/2000:01:02:07 -0500] [www.webbios.com.au/sid#8139034][r id#817c034/subreq] (3) applying pattern '^/Zope(.*)' to uri '/manage' 203.3.121.10 - - [09/May/2000:01:02:07 -0500] [www.webbios.com.au/sid#8139034][r id#817c034/subreq] (1) pass through /manage 203.3.121.10 - - [09/May/2000:01:02:11 -0500] [www.webbios.com.au/sid#8139034][r id#8179034/initial] (2) init rewrite engine with requested uri /cgi-bin/Zope.cgi /manage 203.3.121.10 - - [09/May/2000:01:02:11 -0500] [www.webbios.com.au/sid#8139034][r id#8179034/initial] (3) applying pattern '^/Zope(.*)' to uri '/cgi-bin/Zope.cgi/ manage' 203.3.121.10 - - [09/May/2000:01:02:11 -0500] [www.webbios.com.au/sid#8139034][r id#8179034/initial] (1) pass through /cgi-bin/Zope.cgi/manage 203.3.121.10 - - [09/May/2000:01:02:11 -0500] [www.webbios.com.au/sid#8139034][r id#817c034/subreq] (2) init rewrite engine with requested uri /manage 203.3.121.10 - - [09/May/2000:01:02:11 -0500] [www.webbios.com.au/sid#8139034][r id#817c034/subreq] (3) applying pattern '^/Zope(.*)' to uri '/manage' 203.3.121.10 - - [09/May/2000:01:02:11 -0500] [www.webbios.com.au/sid#8139034][r id#817c034/subreq] (1) pass through /manage My httpd.conf Rewrite section looks like this: # Zope configuration maps /Zope/ to the Zope.cgi CGI script RewriteEngine on RewriteLog logs/rewrite_log RewriteLogLevel 9 RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope(.*) /usr/local/apache/cgi-bin/Zope.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] (the above is actually one whole line) # End of Zope configuration in httpd.conf Any ideas??? Thanks a lot. Regards, Gonzalo. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
participants (1)
-
Speedy Gonzales