https://issues.apache.org/bugzilla/show_bug.cgi?id=47716
Summary: LimitRequestFieldSize and friends not merged well
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Eric Covener <[email protected]> 2009-08-20 12:54:16 PDT ---
LimitRequestFieldSize is merged from the main config into virtualhosts only
when it appears in the configuration before the vhost definition, because it is
locked in at the time when the <VirtualHost> tag is encountered instead of
"merged" in the usual sense.
This class of directives could be post-processed like other null/-1 valued
inherited defaults like timeout and keepalive in ap_fixup_virtual_hosts().
Old releases might just document the ordering dependency.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]