akosut 96/12/01 00:38:25
Modified: htdocs/manual/mod mod_browser.html
Log:
Forgot to add 1.2-only lines. Oops.
Revision Changes Path
1.4 +3 -1 apache/htdocs/manual/mod/mod_browser.html
Index: mod_browser.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_browser.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_browser.html 1996/12/01 08:31:23 1.3
--- mod_browser.html 1996/12/01 08:38:24 1.4
***************
*** 9,15 ****
<H1>Apache module mod_browser</h1>
This module is contained in the <code>mod_browser.c</code> file, and
! is compiled in by default. It provides for
setting environment variables based on the browser.
<h2>Summary</h2>
--- 9,15 ----
<H1>Apache module mod_browser</h1>
This module is contained in the <code>mod_browser.c</code> file, and
! is compiled in by default with Apache 1.2 and above. It provides for
setting environment variables based on the browser.
<h2>Summary</h2>
***************
*** 33,38 ****
--- 33,39 ----
<strong>Context:</strong> server config<br>
<strong>Status:</strong> base<br>
<strong>Module:</strong> mod_browser<p>
+ <strong>Compatibility:</strong> Apache 1.2 and above
The BrowserMatch directive defines environment variables based on the
User-Agent
***************
*** 59,64 ****
--- 60,66 ----
<strong>Context:</strong> server config<br>
<strong>Status:</strong> base<br>
<strong>Module:</strong> mod_browser
+ <strong>Compatibility:</strong> Apache 1.2 and above
<p>The <code>BrowserMatchNoCase</code> directive is semantically identical
to
the <a href="#browsermatch"><code>BrowserMatch</code></a>