From 73f24d42487fad1d95f793ec71aa3a3ee2b85a96 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 3 Nov 2005 01:40:47 +0000 Subject: [PATCH] Warning about mixing +/- with bareword Options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330409 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 8 ++++++++ docs/manual/mod/core.xml | 6 ++++++ 2 files changed, 14 insertions(+) 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:

    -- 2.50.1