Just a question to gentoo gurus
I found a recent post about Apache 2 and RequestHeader + SSL.

I used something like this in apache 1.3 to forward the reverse proxy some SSL data

    HeaderModify On
    HeaderModifyReplace SP_CLIENT_CN VAR:SSL_CLIENT_S_DN_CN
    HeaderModifyReplace SP_CLIENT_OU VAR:SSL_CLIENT_S_DN_OU
    HeaderModifyReplace SP_CLIENT_CERT_START VAR:SSL_CLIENT_V_START
    HeaderModifyReplace SP_CLIENT_CERT_END VAR:SSL_CLIENT_V_END
    HeaderModifyReplace SP_HOST VAR:REMOTE_ADDR

I'm trying to migrate to apache 2

ProxyRequests on
...
Header set STEFANO "%{SSL_CLIENT_S_DN_OU}e"
RequestHeader set STEFANO "%{SSL_CLIENT_S_DN_OU}e"
...
ProxyVia on

with no results at all

Any idea?
Documentation isn't helpy for a beginner like me

Andrea



--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Conto Arancio. Zero spese, stessa banca, pił interessi.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=657&d=19-3

--
[EMAIL PROTECTED] mailing list



Reply via email to