Il giorno gio, 30/11/2006 alle 21.54 +0100, Davide Corio ha scritto:
> Hello list,
> I'm still tryng to get mod_rewrite work correctly in order to pass
> authorization headers to Zope.


Solved! :)

RewriteEngine on
RewriteCond %{REMOTE_USER} (.*)
RewriteRule .* - [E=REMOTE_USER:%1]
RequestHeader add REMOTE_USER "%{REMOTE_USER}e"

-- 
Davide Corio                                davide.corio<at>redomino.com
Redomino S.r.l.            C.so Monte Grappa 90/b - 10145 Torino - Italy
Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to