From: Marc Slemko Date: Tue, 10 Jun 1997 00:28:33 +0000 (+0000) Subject: SendBufferSize is not valid in a VirtualHost, so make Apache say so. X-Git-Tag: APACHE_1_3_PRE_NT~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400e0c856d2f9c80672fdd20167221d80fb39007;p=thirdparty%2Fapache%2Fhttpd.git SendBufferSize is not valid in a VirtualHost, so make Apache say so. Note that allowing this to be set on a per socket (ie. per Listen directive) basis could be useful for some, but isn't currently implemented. Also note that the code as written may fail to work correctly on some systems that don't copy the socket settings fully on an accept(). Reviewed by: Randy Terbush, Dean Gaudet Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78281 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index fde6c351a23..56b5826904b 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1158,7 +1158,7 @@ release.

SendBufferSize directive

Syntax: SendBufferSize bytes
-Context: server config, virtual host
+Context: server config
Status: core

The server will set the TCP buffer size to the number of bytes