El Miércoles, 21 de Octubre de 2009, Jacques Caron escribió:
> Hi,
>
> The host is not present in the URL in HTTP (in this context at least
> -- it's a different matter with an "explicit" proxy). So you have to
> use HeadRequire. However there can be (and there usually are) spaces
> between the Host: and the domain, and you don't want to match other
> headers than might end up with "Host".
>
> The "right" syntax is thus probably rather:
> HeadRequire "^Host:\s*www.example.tld"

Is it case sensitive? what about a valid header:
  host: www.example.tld
?
Would it match?

Regards.

--
Iñaki Baz Castillo <[email protected]>

--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to