]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Links to current documentation.
authorRich Bowen <rbowen@apache.org>
Mon, 27 Dec 2010 21:16:45 +0000 (21:16 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 27 Dec 2010 21:16:45 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1053190 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_browser.html

index fb67f90a36ce87716e1584abf80e1d1dbd213c5a..2c7b30ee11e12eef5eb230c53c5e4de76e00c315 100644 (file)
     rel="Help"><strong>Compatibility:</strong></a> Apache 1.2 and
     above 
 
+    <p class="currentdocs"><strong>The functionality provided by this
+    directive is replaced by <a
+    href="http://httpd.apache.org/docs/current/mod/mod_setenvif">mod_setenvif</a> 
+    in current versions of the server.</strong></p>
+
     <p>The BrowserMatch directive defines environment variables
     based on the User-Agent header. The first argument should be a
     POSIX.2 extended regular expression (similar to an egrep-style
     rel="Help"><strong>Compatibility:</strong></a> Apache 1.2 and
     above 
 
+    <p class="currentdocs"><strong>The functionality provided by this
+    directive is replaced by <a
+    href="http://httpd.apache.org/docs/current/mod/mod_setenvif">mod_setenvif</a> 
+    in current versions of the server.</strong></p>
+
     <p>The <code>BrowserMatchNoCase</code> directive is
     semantically identical to the <a
     href="#browsermatch"><code>BrowserMatch</code></a> directive.