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#
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