[Bug 65477] "BufferSize" not allowed in <VirtualHost> context
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=65477 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mod_buffer |Documentation Assignee|[email protected] |[email protected] Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Rich Bowen <[email protected]> --- Fixed in r1933747 (trunk) and r1933748 (2.4.x). Removed "server config" and "virtual host" from the BufferSize directive context list. Verified in mod_buffer.c: the directive is registered with ACCESS_CONF only (no RSRC_CONF), and the module struct has NULL for both per-server config creator and merger (lines 333-334, 349-350). -- You are receiving this mail because: You are the assignee for the bug.