On Thu, 1 Sep 2011 16:58:07 +0300
Yehezkel Horowitz <[email protected]> wrote:

> Hello
> 
> In case I don't want to support "Range" and "Request-Range" headers at all, 
> would it be safe to remove those headers in the early processing hook?
> 
> Something like:
> RequestHeader unset Range early
> RequestHeader unset Range-Request early
> 
> I'm asking because the documentation of mod_headers recommends not using the 
> early mode in an operational server.

This would be on-topic for the users list rather than here.

The reason for that recommendation is that when used 'early' it will
have side-effects, like ignoring the context it's supposed to be
configured for.

If you want the unset to apply server-wide, then early should be fine.


-- 
Nick Kew

Reply via email to