From: Rich Bowen Date: Mon, 12 Feb 2018 21:20:20 +0000 (+0000) Subject: Fixes weird formatting issue in the output. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2877 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a9bf301bcb7206d625f901a05ea3c622f51be6;p=thirdparty%2Fapache%2Fhttpd.git Fixes weird formatting issue in the output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824076 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 32a716ab59d..8918ea1622b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -553,8 +553,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.