]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1154940 from trunk:
authorEric Covener <covener@apache.org>
Mon, 8 Aug 2011 12:16:58 +0000 (12:16 +0000)
committerEric Covener <covener@apache.org>
Mon, 8 Aug 2011 12:16:58 +0000 (12:16 +0000)
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/branches/2.2.x@1154942 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index c53c110cec9cd30a18a6503a72b6fbb70bda0ee0..75f49943f16b2f550309de6369909af239840fc2 100644 (file)
@@ -459,7 +459,17 @@ NoDecode option available in 2.2.18 and later.</compatibility>
       <directive module="mod_include">XBitHack</directive>).
       An equal sign may be given followed by a comma (but no spaces)
       separated lists of options that may be set using the <directive
-      module="core">Options</directive> command.</dd>
+      module="core">Options</directive> command.
+
+      <note><title>Implicit disabling of Options</title>
+      <p>Even though the list of options that may be used in .htaccess files 
+         can be limited with this directive, as long as any <directive 
+         module="core">Options</directive> 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 <em>set</em> while allowing any others to be set.
+      </p></note>
+      </dd>
     </dl>
 
     <p>Example:</p>