You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/08/08 14:15:44 UTC

svn commit: r1154940 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: covener
Date: Mon Aug  8 12:15:43 2011
New Revision: 1154940

URL: http://svn.apache.org/viewvc?rev=1154940&view=rev
Log:
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.


Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1154940&r1=1154939&r2=1154940&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Mon Aug  8 12:15:43 2011
@@ -421,7 +421,17 @@ NoDecode option available in 2.3.12 and 
       <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>