>-----Original Message-----
>From: Joe Orton [mailto:[EMAIL PROTECTED]
[SNIP]
>I think you've got it backwards: ssl_var_lookup always
>generates the SSL
>variables on the fly; it is used by the fixup handler to populate
>r->subprocess_env if +StdEnvVars, but works exactly the same regardless
>of that config option.
>
>What I'm proposing is something as simple as below, which lets you do
>"RewriteCond %{SSL:HTTPS} =on" without needing +StdEnvVars...
>are we on
>the same page?
This was exactly what I was trying to achieve - except that I was not sure if it's
okay to *completely* ignore the +StdEnvVars with mod_rewrite. I would imagine the very
purpose of having +StdEnvVars was to have control on what can get into the environment
and what cannot !
-Madhu