]> granicus.if.org Git - apache/commitdiff
Warning about mixing +/- with bareword Options
authorRich Bowen <rbowen@apache.org>
Thu, 3 Nov 2005 01:40:47 +0000 (01:40 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 3 Nov 2005 01:40:47 +0000 (01:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330409 13f79535-47bb-0310-9956-ffa450edef68

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

index 4d013cef3688e5e5125a0888ff48f994d54a599b..40b010c0f452add11cff6c6fc695067a4cbc2691 100644 (file)
@@ -948,6 +948,8 @@ Location</a></li>
     support.</li>
     <li>On Linux the use of sendfile triggers TCP-checksum
     offloading bugs on certain networking cards when using IPv6.</li>
+    <li>On Linux on Itanium, sendfile may be unable to handle files
+    over 2GB in size.</li>
     <li>With a network-mounted <code class="directive"><a href="#documentroot">DocumentRoot</a></code> (e.g., NFS or SMB),
     the kernel may be unable to serve the network file through
     its own cache.</li>
@@ -2329,6 +2331,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 7d4dc336e468d36f21de754ce66ddc38272255b0..8e7292f0c92bc993fc801c7073a5d64decf9f6d1 100644 (file)
@@ -2326,6 +2326,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>