Re: [EMAIL PROTECTED] ssl environment mod_rewrite

2005-08-15 Thread Joshua Slive
On 8/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > im was surprised to find that not all environment variables are > available in mod_rewrite > (is that correct ?) No. Arbitrary env variables are available using %{ENV:variable} See: http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#

[EMAIL PROTECTED] ssl environment mod_rewrite

2005-08-15 Thread allan
hi i want to bypass a cgi script via possibly mod_rewrite. basically i want to forward a ssl client cettificate to a reversed proxied backend, and this is possible via a cgi script. but it would be nice if one could do the same for instance via mod_rewrite envirionment variable or appended t