From: Rich Bowen Date: Thu, 3 Nov 2005 01:40:47 +0000 (+0000) Subject: Warning about mixing +/- with bareword Options X-Git-Tag: 2.3.0~2803 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73f24d42487fad1d95f793ec71aa3a3ee2b85a96;p=apache Warning about mixing +/- with bareword Options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330409 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 4d013cef36..40b010c0f4 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -948,6 +948,8 @@ Location support.
  • On Linux the use of sendfile triggers TCP-checksum offloading bugs on certain networking cards when using IPv6.
  • +
  • On Linux on Itanium, sendfile may be unable to handle files + over 2GB in size.
  • With a network-mounted DocumentRoot (e.g., NFS or SMB), the kernel may be unable to serve the network file through its own cache.
  • @@ -2329,6 +2331,12 @@ directory - are removed from the options currently in force.

    +

    Warning

    +

    Mixing Options with a + or + - with those without is not valid syntax, and is likely + to cause unexpected results.

    +
    +

    For example, without any + and - symbols:

    diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 7d4dc336e4..8e7292f0c9 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2326,6 +2326,12 @@ directory - are removed from the options currently in force.

    + Warning +

    Mixing Options with a + or + - with those without is not valid syntax, and is likely + to cause unexpected results.

    +
    +

    For example, without any + and - symbols: