On Mon, 22 Mar 2004, Sascha Kersken wrote:

> Hi there,
>
> the "Special Notes" on variables in the description of RewriteCond contains
> the examples %{HTTP:Proxy-Connection} and %{LA-U:REMOTE_USER}. Is this
> correct? Doesn't it have to be either %{HTTP:Proxy-Connection} and
> %{LA-U:Remote-User}, or %{HTTP:PROXY_CONNECTION} and %{LA-U:REMOTE_USER}? Or
> do HTTP Headers and look-ahead-variables really have a different format?

Proxy-Connection is an HTTP header, while REMOTE_USER is an env variable,
so the capitalization is standard and correct.  I'm not really sure if
mod_rewrite is case-sensitive in this area or not, however.

Joshua.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to