From: Rich Bowen Date: Thu, 2 Apr 2026 18:45:58 +0000 (+0000) Subject: Resolves bz64896 - Clarify usage of +/- in conjunction with None and All X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f35a656cc1a2e9dab4d7ddd633a238da947d7618;p=thirdparty%2Fapache%2Fhttpd.git Resolves bz64896 - Clarify usage of +/- in conjunction with None and All in Options. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932752 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 6b2ebb65cb..5a8601c300 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4119,6 +4119,10 @@ directory

The default in the absence of any other settings is FollowSymlinks.

+ +

When using the All and None, they must + be the first option listed. The + and - modifiers cannot be used with + the All and None options.