From: Christophe Jaillet Date: Sat, 14 Nov 2020 07:34:19 +0000 (+0000) Subject: Remove a useless and erroneous precision about the upper limit of LimitRequestFields. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8379b57a129a325657f595961a32ad51c68ffc72;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] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883412 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 62823be60f0..e256f2a97a6 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2165,7 +2165,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.

@@ -2863,8 +2863,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).