]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove the example for env negation
authorTakashi Sato <takashi@apache.org>
Mon, 9 Jun 2008 14:48:25 +0000 (14:48 +0000)
committerTakashi Sato <takashi@apache.org>
Mon, 9 Jun 2008 14:48:25 +0000 (14:48 +0000)
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

docs/manual/howto/access.xml

index ea81c3cb581cb3626d909451208be2226cefee88..07657cd4767825c17d0233215549ae8eca2a9ebe 100644 (file)
@@ -139,14 +139,6 @@ discussed in this document include <module>mod_setenvif</module> and
     this variable is set. This blocks that particular user agent from
     the site.
     </p>
-
-    <p>An environment variable test can be negated using the <code>=!</code>
-    syntax:</p>
-
-    <example><p>
-    Allow from env=!GoAway
-    </p></example>
-
 </section>
 
 <section id="rewrite"><title>Access control with mod_rewrite</title>