You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/12/27 22:16:48 UTC

svn commit: r1053190 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_browser.html

Author: rbowen
Date: Mon Dec 27 21:16:45 2010
New Revision: 1053190

URL: http://svn.apache.org/viewvc?rev=1053190&view=rev
Log:
Links to current documentation.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_browser.html

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_browser.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_browser.html?rev=1053190&r1=1053189&r2=1053190&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_browser.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_browser.html Mon Dec 27 21:16:45 2010
@@ -93,6 +93,11 @@
     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
@@ -128,6 +133,11 @@
     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.