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 even after many requests
> I hopped at least to see if RewriteCond match or not
> 
> this made me to think that the request doesn't pass to mod_rewrite.
> Of course this module is enabled.
> 
> Any idea ?

Delete the ProxyPass / ... line.  The RewriteRule with the [P] flag is
doing that for you already.

Joshua.

---------------------------------------------------------------------
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