You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2007/08/15 20:47:24 UTC

LimitRequest* merging

LimitRequestFields[ize]/LimitRequestLine are inherited from the base
server  config early during the parsing of the <VirtualHost tag.

This means LimitRequestFieldsize at the bottom of your config can be
unexpectedly not applied to earlier VirtualHosts

Any objections to merging these via ap_fixup_virtual_hosts():
  http://people.apache.org/~covener/trunk-limit_req_scope.diff

...and fixing doc on two points:

1) these options are accepted in VirtualHost context
2) when used in name-based VirtualHosts,
LimitRequestFields[ize]/LimitRequestLine are only effective in the
default virtual host

-- 
Eric Covener
covener@gmail.com

Re: LimitRequest* merging

Posted by Ruediger Pluem <rp...@apache.org>.

On 08/15/2007 08:47 PM, Eric Covener wrote:
> LimitRequestFields[ize]/LimitRequestLine are inherited from the base
> server  config early during the parsing of the <VirtualHost tag.
> 
> This means LimitRequestFieldsize at the bottom of your config can be
> unexpectedly not applied to earlier VirtualHosts
> 
> Any objections to merging these via ap_fixup_virtual_hosts():
>   http://people.apache.org/~covener/trunk-limit_req_scope.diff

>From a quick glance looks ok.

Regards

RĂ¼diger