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]
,
but If a specify a value like "RequestHeader add REMOTE_USER 'abc'" I
can see this in the Zope request.
(I also tried to pass the header via E= in the rewrite code)
I need to pass this header with mod_rewrite because FastCGI is
de
Server myserver
NTLMLockfile /tmp/_my.lck
require valid-user
RequestHeader add REMOTE_USER "anyuser"
Any possibile solutions?
--
Davide Coriodavide.corioredomino.com
Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
Te