From: Eric Covener Date: Mon, 8 Aug 2011 12:15:43 +0000 (+0000) Subject: document implicit limitation in AllowOverride Option=Foo -- this doesn't let you X-Git-Tag: 2.3.15~397 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c8a526237a6f562d8ddbe893b3f811bd0c7e637;p=thirdparty%2Fapache%2Fhttpd.git document implicit limitation in AllowOverride Option=Foo -- this doesn't let you "lock in" any value since the non +/- syntax can zap whatever it wants. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154940 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 95f636bb070..eb0ffd9a734 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -421,7 +421,17 @@ NoDecode option available in 2.3.12 and later. XBitHack). An equal sign may be given followed by a comma (but no spaces) separated lists of options that may be set using the Options command. + module="core">Options command. + + Implicit disabling of Options +

Even though the list of options that may be used in .htaccess files + can be limited with this directive, as long as any Options directive is allowed any + other inherited option can be disabled by using the non-relative + syntax. In other words, this mechanism cannot force a specific option + to remain set while allowing any others to be set. +

+

Example: