]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_buffer: fix BufferSize context - remove server config/virtual host (Bug 65477)
authorRich Bowen <rbowen@apache.org>
Sat, 2 May 2026 22:09:08 +0000 (22:09 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 2 May 2026 22:09:08 +0000 (22:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933747 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_buffer.xml

index 1b6d89e4fed384de55518ce1c51383029246dddf..93db0983a12a7b92b0bcfc6033f391990a9aab19 100644 (file)
@@ -76,8 +76,7 @@
 <description>Maximum size in bytes to buffer by the buffer filter</description>
 <syntax>BufferSize integer</syntax>
 <default>BufferSize 131072</default>
-<contextlist><context>server config</context>
-<context>virtual host</context>
+<contextlist>
 <context>directory</context>
 <context>.htaccess</context>
 </contextlist>