summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_rewrite.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-06-10 02:02:02 +0200
committerEric Covener <covener@apache.org>2014-06-10 02:02:02 +0200
commit2c7046ccf78ba406097e1a3149b6d0a7b3e90777 (patch)
tree29ec49931fb3f6fc7b83c8166b66c0bece00fd5f /docs/manual/mod/mod_rewrite.xml
parentmod_proxy: Shutdown (eg. SSL close notify) the backend connection (diff)
downloadapache2-2c7046ccf78ba406097e1a3149b6d0a7b3e90777.tar.xz
apache2-2c7046ccf78ba406097e1a3149b6d0a7b3e90777.zip
simplify/clarify that negation operates on an entire condition and not
on the regex or the special test conditions. Comment #1291. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r--docs/manual/mod/mod_rewrite.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 5d7bab2450..59904704c8 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -727,8 +727,9 @@ Alias /myapp /opt/myapp-1.2.3
<ol>
<li>You can prefix the pattern string with a
- '<code>!</code>' character (exclamation mark) to specify a
- <strong>non</strong>-matching pattern.</li>
+ '<code>!</code>' character (exclamation mark) to negate the result
+ of the condition, no matter what kind of <em>CondPattern</em> is used.
+ </li>
<li>
You can perform lexicographical string comparisons:
@@ -883,11 +884,6 @@ Alias /myapp /opt/myapp-1.2.3
</ul>
-<note><title>Note:</title>
- All of these tests can
- also be prefixed by an exclamation mark ('!') to
- negate their meaning.
-</note>
</li>
<li>