]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Warning about mixing +/- with bareword Options
authorRich Bowen <rbowen@apache.org>
Thu, 3 Nov 2005 01:39:07 +0000 (01:39 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 3 Nov 2005 01:39:07 +0000 (01:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@330408 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 10cc92fb57cc394c0069387c3bdf79ec250fc585..647bf532211bab89e71d4506071ab6bf7e6271ca 100644 (file)
@@ -2301,6 +2301,12 @@ directory</td></tr>
     <code>-</code> are removed from the options currently in
     force. </p>
 
+    <div class="warning"><h3>Warning</h3>
+    <p>Mixing <code class="directive">Options</code> with a <code>+</code> or
+    <code>-</code> with those without is not valid syntax, and is likely
+    to cause unexpected results.</p>
+    </div>
+
     <p>For example, without any <code>+</code> and <code>-</code> symbols:</p>
 
     <div class="example"><p><code>
index 1b8d638cb86c5d20dff2b38fa8f18fd5065b92ae..c8a0d06d844593fe294ab535d63e47ca98e6b0f9 100644 (file)
@@ -2277,6 +2277,12 @@ directory</description>
     <code>-</code> are removed from the options currently in
     force. </p>
 
+    <note type="warning"><title>Warning</title>
+    <p>Mixing <directive>Options</directive> with a <code>+</code> or
+    <code>-</code> with those without is not valid syntax, and is likely
+    to cause unexpected results.</p>
+    </note>
+
     <p>For example, without any <code>+</code> and <code>-</code> symbols:</p>
 
     <example>