From: Christophe Jaillet Date: Sat, 14 Nov 2020 07:35:48 +0000 (+0000) Subject: Remove a useless and erroneous precision about the upper limit of LimitRequestFields. X-Git-Tag: 2.4.47~237 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=074ae100df0bbe830a118ac5768e7242b4fa4d96;p=thirdparty%2Fapache%2Fhttpd.git Remove a useless and erroneous precision about the upper limit of LimitRequestFields. While at it, improve an unrelated syntax highlight somewhere else. [skip ci] (r1883412 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883413 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index b13e3a16e4a..c9b6b46e846 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2138,7 +2138,7 @@ ForceType image/gif

Finally, if you have hostname-based Require directives, a hostname lookup will be performed regardless of - the setting of HostnameLookups.

+ the setting of HostnameLookups.

@@ -2832,8 +2832,8 @@ will be accepted from the client server configvirtual host -

Number is an integer from 0 (meaning unlimited) to - 32767. The default value is defined by the compile-time +

Setting number at 0 means unlimited. + The default value is defined by the compile-time constant DEFAULT_LIMIT_REQUEST_FIELDS (100 as distributed).