From d3c8bbe8853c7172a25f09765f0645b08c739401 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Thu, 26 Jul 2007 13:34:01 +0000 Subject: [PATCH] Copy Options warning present in trunk and 2.0 docs to 2.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559809 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 3753c882ca6..2e243ca0cc0 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2331,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:

-- 2.47.3