Re: [users@httpd] mod_proxy over mod_rewrite precedence

2005-06-16 Thread lists
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

Re: [users@httpd] mod_proxy over mod_rewrite precedence

2005-06-15 Thread Joshua Slive
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

[users@httpd] mod_proxy over mod_rewrite precedence

2005-06-15 Thread lists
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