Delete the ProxyPass / ... line. The RewriteRule with the [P] flag is
doing that for you already.
Thanks !
-G.-
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/usersli
On 6/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> RewriteRule ^/(.*)
> http://www.domain.tld/$1?subjectdn=${escaper:%{SSL_CLIENT_S_DN}} [QSA,P]
>
> ProxyRequests Off
> ProxyPass / http://www.domain.tld/
> ProxyPassReverse / https://www.domain.tld/
> RewriteLog is empty eve
Hi all,
following "apache as reverse-proxy : forwarding SSL environment
variables", I just set up my proxy as below :
ServerName www.domain.tld
RewriteEngine On
RewriteLogLevel 9
RewriteLog /tmp/rewrite.log
RewriteCond %{QUERY_STRING} subjectdn=
RewriteRule .* - [F]
RewriteMap escaper