diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 3efa7b949b..9c530b7d3d 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -14,9 +14,9 @@ always available.
+

SendBufferSize

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

+ +The server will set the TCP buffer size to the number of bytes +specified. Very useful to increase past standard OS defaults on high +speed high latency (i.e. 100ms or so, such as transcontinental +fast pipes) + +


+ +

<Files>

+Syntax: <Files regexp>
+Context: server config, virtualhost, directory
+Status: Core.

+ +The File container applies the directives within to files +which match the regexp. + +


+ +

<IfModule>

+Syntax: <IfModule modulename>
+Context: server config, virtual host, directory
+Status: core

+ +Directives within the <IfModule> container are activated +if the specified module is configured into the server. + +


AccessConfig directive