From: Christophe Jaillet Date: Sun, 26 Dec 2021 11:10:14 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: 2.4.53-rc1-candidate~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdc9f71cb13a81c741ef47ee475be5dfb979905;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo. Prefer to when giving the value of a parameter Add a missing space Add a missing link r1896413 in trunk + synch with trunk [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896415 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a3b580607df..428205b8c29 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -548,8 +548,8 @@ AllowOverride AuthConfig AllowOverrideList CookieTracking CookieName -

In the example above, AllowOverride - grants permission to the AuthConfig +

In the example above, AllowOverride + grants permission to the AuthConfig directive grouping and AllowOverrideList grants permission to only two directives from the FileInfo directive grouping. All others will cause an internal server error.

@@ -2020,12 +2020,12 @@ to the network

This directive allows to configure the maximum number of pipelined responses, which remain pending so long as pipelined request are received. - When the limit is reached, reponses are forcibly flushed to the network in + When the limit is reached, responses are forcibly flushed to the network in blocking mode, until passing under the limit again.

FlushMaxPipelined helps constraining memory - usage. When set to 0 pipelining is disabled, when set to - -1 there is no limit (FlushMaxThreshold + usage. When set to 0 pipelining is disabled, when set to + -1 there is no limit (FlushMaxThreshold still applies).

@@ -2034,7 +2034,7 @@ to the network FlushMaxThreshold Threshold above which pending data are flushed to the network -FlushMaxThresholdnumber-of-bytes +FlushMaxThreshold number-of-bytes FlushMaxThreshold 65536 server configvirtual host @@ -2046,7 +2046,7 @@ network the network in blocking mode, until passing under the limit again.

FlushMaxThreshold helps constraining memory - usage. When set to 0 or a too small value there are actually + usage. When set to 0 or a too small value there are actually no pending data, but for threaded MPMs there can be more threads busy waiting for the network thus less ones available to handle the other simultaneous connections.

@@ -2342,7 +2342,13 @@ if file exists at startup the path will be checked relative to the compiled-in server root or the server root passed in on the command line via the -d parameter.

- + + Warning + In 2.4.34, it is not possible to specify a filename + with surrounding quotes. This would generate a parsing error at start-up. + The main impact is that filenames with spaces can't be used. + This behavior is fixed in 2.4.35. + @@ -4351,18 +4357,18 @@ of a request or the last 63, assuming the request itself is greater than Available in Apache httpd 2.2.7 and later. -

mod_status with ExtendedStatus On +

mod_status with ExtendedStatus On displays the actual request being handled. For historical purposes, only 63 characters of the request are actually stored for display purposes. This directive - controls whether the 1st 63 characters are stored (the previous + controls whether the first 63 characters are stored (the previous behavior and the default) or if the last 63 characters are. This is only applicable, of course, if the length of the request is 64 characters or greater.

If Apache httpd is handling GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 mod_status displays as follows: + > mod_status displays as follows:

@@ -4689,7 +4695,6 @@ header disabling the Server: header does nothing at all to make your server more secure. The idea of "security through obscurity" is a myth and leads to a false sense of safety. - ServerSignature