summaryrefslogtreecommitdiff
path: root/htdocs/manual/mod/mod_browser.html
diff options
context:
space:
mode:
authorSameer Parekh <sameer@apache.org>1996-11-26 06:03:47 +0000
committerSameer Parekh <sameer@apache.org>1996-11-26 06:03:47 +0000
commita70f161985bdbbcf33053e1d9d013fea1f6b1282 (patch)
treedc452b09a9d9e0f1143d51df340df7f5ef620052 /htdocs/manual/mod/mod_browser.html
parent461eea963b30191830998855d5ca5396d1b76bcb (diff)
downloadhttpd-a70f161985bdbbcf33053e1d9d013fea1f6b1282.tar.gz
now that I know what status is for, fix mod_browser
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@77056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'htdocs/manual/mod/mod_browser.html')
-rw-r--r--htdocs/manual/mod/mod_browser.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/manual/mod/mod_browser.html b/htdocs/manual/mod/mod_browser.html
index e167b51e47..76e7f98c5d 100644
--- a/htdocs/manual/mod/mod_browser.html
+++ b/htdocs/manual/mod/mod_browser.html
@@ -27,7 +27,7 @@ based on the User-Agent header passed to the server.<P>
<STRONG>Syntax:</STRONG> BrowserMatch <EM>User-Agent Regex</EM> <EM>Variable</EM><BR>
<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> ???<BR>
+<STRONG>Status:</STRONG> Base<BR>
<STRONG>Module:</STRONG> mod_browser<BR>
<STRONG>Compatibility:</STRONG> BrowserMatch is only available in
Apache 1.2 and later.<P>
@@ -39,7 +39,7 @@ browsermatch, th variable is set.<P>
<STRONG>Syntax:</STRONG> BrowserMatchNoCase <EM>User-Agent Regex</EM> <EM>Variable</EM><BR>
<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> ???<BR>
+<STRONG>Status:</STRONG> Base<BR>
<STRONG>Module:</STRONG> mod_browser<BR>
<STRONG>Compatibility:</STRONG> BrowserMatchNoCase is only available in
Apache 1.2 and later.<P>