From f8a9bf301bcb7206d625f901a05ea3c622f51be6 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 12 Feb 2018 21:20:20 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 32a716ab59..8918ea1622 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.

-- 2.40.0