From: Luca Toscano Date: Tue, 5 Apr 2016 09:47:07 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha~1779 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad0eff004e3272d295c12c2776b40c26f7732350;p=thirdparty%2Fapache%2Fhttpd.git Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737810 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 990502d48cf..cf64956106c 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -137,6 +137,8 @@ AddOutputFilter INCLUDES .shtml + + @@ -160,6 +162,17 @@ AddOutputFilter INCLUDES .shtmlmod_cgi, and will only be available if this module is loaded.

+

The comment Element

+

This command doesn't output anything. Its only use is to + add comments within a file. These comments are not printed.

+ +

This syntax is available in version 2.5 and later.

+ +

+ <!--#comment Blah Blah Blah --> +

+ +

The config Element

This command controls various aspects of the parsing. The valid attributes are:

diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 498404983f5..e685b5db2fa 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -274,6 +274,13 @@ in *BSDs. then make each child handle a single bucket (with round-robin distribution of the buckets at children creation time).

+

Meaning of "online" CPU core

+

On Linux (and also BSD) a CPU core can be turned on/off if + Hotplug + is configured, therefore ListenCoresBucketsRatio needs to + take this parameter into account while calculating the number of buckets to create.

+
+

ListenCoresBucketsRatio can improve the scalability when accepting new connections is/becomes the bottleneck. On systems with a large number of CPU cores, enabling this feature has @@ -283,7 +290,10 @@ in *BSDs.

There must be at least twice the number of CPU cores than the configured ratio for this to be active. The recommended ratio is 8, hence at least 16 - cores should be available at runtime when this value is used.

+ cores should be available at runtime when this value is used. + The right ratio to obtain maximum performance needs to be calculated + for each target system, testing multiple values and observing the variations in your + key performance metrics.

top
@@ -433,7 +443,9 @@ spikesMinSpareThreads 75 and deal with idle threads on a server-wide basis. If there aren't enough idle threads in the server then child processes are created until the number of idle threads is greater - than number.

+ than number. Please also note that additional processes/threads + might be created if ListenCoresBucketsRatio + is enabled.

mpm_netware uses a default of MinSpareThreads 10 and, since it is a single-process

ElementDescription
commentSSI comment
config configure output formats
echo