Hi,
        Question: Can we use the environment variables setup by mod_ssl in the 
RewriteCond directive ?

I believe there's some inconsistency there - the SSL environment variables are setup 
in the r->subprocess_env during the hook_fixup phase, where as the RewriteCond 
evaluates/expands the environment variables during the hook_translatename phase (which 
happens before the hook_fixup).

As a result, the SSL variables don't get expanded on the first connection - but it 
happens for subsequent connections !

-Madhu

Reply via email to