Once again Bill is correct.  

If I use setenv to set an environment variable it works.   What doesn't 
appear to work are the environment variables set from [e=key:value] on a 
rewriterule line.  I can see the value being set in the rewrite log.  

Any ideas ??

Bill Stoddard <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> Josh Konkol wrote:
>> Thanks Bill you are correct.  I changed it to RequestHeader and now I
>> can see the headers being created.  Problem is RequestHeader doesn't
>> accept the ${env}e value and instead puts in a <null> value. >
>> Any ideas ??
> 
> Sure it does (perhaps the doc is wrong). I've tested this recently and
> it works fine.
> 
>     RequestHeader append SSL_SESSION_ID %{SSL_SESSION_ID}e
>     RequestHeader append SSL_VERSION_INTERFACE
>     %{SSL_VERSION_INTERFACE}e RequestHeader append SSL_CIPHER
>     %{SSL_CIPHER}e RequestHeader append SSL_SERVER_S_DN
>     %{SSL_SERVER_S_DN}e RequestHeader append SSL_CIPHER_USEKEYSIZE
>     %{SSL_CIPHER_USEKEYSIZE}e 
> 
> Bill
> 
> 


Reply via email to