From: Takashi Sato
Date: Mon, 9 Jun 2008 14:48:25 +0000 (+0000)
Subject: Remove the example for env negation
X-Git-Tag: 2.2.9~7
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262d8f5fcf89df9cd10c8a27b3e2b944f1cb88aa;p=thirdparty%2Fapache%2Fhttpd.git
Remove the example for env negation
since it is not implemented (yet?).
Please revert this when it is implemented.
PR: 44901
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@665707 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml
index ea81c3cb581..07657cd4767 100644
--- a/docs/manual/howto/access.xml
+++ b/docs/manual/howto/access.xml
@@ -139,14 +139,6 @@ discussed in this document include mod_setenvif and
this variable is set. This blocks that particular user agent from
the site.
-
- An environment variable test can be negated using the =!
- syntax:
-
-
- Allow from env=!GoAway
-
-
Access control with mod_rewrite