summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-12-27 21:16:45 +0000
committerRich Bowen <rbowen@apache.org>2010-12-27 21:16:45 +0000
commit418459af93f1507065c213293b171609c1cbdb79 (patch)
tree7cd8ba881697eb6bfcb01e9767169d6537563029
parent90e3e92daee62a136e5f8fae32b4920237ab065a (diff)
downloadhttpd-418459af93f1507065c213293b171609c1cbdb79.tar.gz
Links to current documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1053190 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_browser.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/htdocs/manual/mod/mod_browser.html b/htdocs/manual/mod/mod_browser.html
index fb67f90a36..2c7b30ee11 100644
--- a/htdocs/manual/mod/mod_browser.html
+++ b/htdocs/manual/mod/mod_browser.html
@@ -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.