summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/htdocs/manual/mod/mod_setenvif.html.html
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/mod/mod_setenvif.html.html')
-rw-r--r--usr.sbin/httpd/htdocs/manual/mod/mod_setenvif.html.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/mod/mod_setenvif.html.html b/usr.sbin/httpd/htdocs/manual/mod/mod_setenvif.html.html
index a75a51cbe85..2837e4619b9 100644
--- a/usr.sbin/httpd/htdocs/manual/mod/mod_setenvif.html.html
+++ b/usr.sbin/httpd/htdocs/manual/mod/mod_setenvif.html.html
@@ -65,18 +65,18 @@
<h2>Directives</h2>
<ul>
- <li><a href="#BrowserMatch">BrowserMatch</a></li>
+ <li><a href="#browsermatch">BrowserMatch</a></li>
- <li><a href="#BrowserMatchNoCase">BrowserMatchNoCase</a></li>
+ <li><a href="#browsermatchnocase">BrowserMatchNoCase</a></li>
- <li><a href="#SetEnvIf">SetEnvIf</a></li>
+ <li><a href="#setenvif">SetEnvIf</a></li>
- <li><a href="#SetEnvIfNoCase">SetEnvIfNoCase</a></li>
+ <li><a href="#setenvifnocase">SetEnvIfNoCase</a></li>
</ul>
<hr />
<!-- the HR is part of the directive description -->
- <h2><a id="BrowserMatch" name="BrowserMatch">BrowserMatch
+ <h2><a id="browsermatch" name="browsermatch">BrowserMatch
directive</a></h2>
<p><a href="directive-dict.html#Syntax"
@@ -135,13 +135,13 @@
<p>Note that the regular expression string is
<strong>case-sensitive</strong>. For case-INsensitive matching,
see the <a
- href="#BrowserMatchNoCase"><samp>BrowserMatchNoCase</samp></a>
+ href="#browsermatchnocase"><samp>BrowserMatchNoCase</samp></a>
directive.</p>
<p>The <samp>BrowserMatch</samp> and
<samp>BrowserMatchNoCase</samp> directives are special cases of
- the <a href="#SetEnvIf"><samp>SetEnvIf</samp></a> and <a
- href="#SetEnvIfNoCase"><samp>SetEnvIfNoCase</samp></a>
+ the <a href="#setenvif"><samp>SetEnvIf</samp></a> and <a
+ href="#setenvifnocase"><samp>SetEnvIfNoCase</samp></a>
directives. The following two lines have the same effect:</p>
<pre>
BrowserMatchNoCase Robot is_a_robot
@@ -151,8 +151,8 @@
<hr />
<!-- the HR is part of the directive description -->
- <h2><a id="BrowserMatchNoCase"
- name="BrowserMatchNoCase">BrowserMatchNoCase directive</a></h2>
+ <h2><a id="browsermatchnocase"
+ name="browsermatchnocase">BrowserMatchNoCase directive</a></h2>
<p><a href="directive-dict.html#Syntax"
rel="Help"><strong>Syntax:</strong></a> BrowserMatchNoCase
@@ -187,7 +187,7 @@
<p>The <samp>BrowserMatch</samp> and
<samp>BrowserMatchNoCase</samp> directives are special cases of
- the <a href="#SetEnvIf"><samp>SetEnvIf</samp></a> and <a
+ the <a href="#setenvif"><samp>SetEnvIf</samp></a> and <a
href="#SetEnvIfNoCase"><samp>SetEnvIfNoCase</samp></a>
directives. The following two lines have the same effect:</p>
<pre>
@@ -198,7 +198,7 @@
<hr />
<!-- the HR is part of the directive description -->
- <h2><a id="SetEnvIf" name="SetEnvIf">SetEnvIf
+ <h2><a id="setenvif" name="setenvif">SetEnvIf
directive</a></h2>
<p><a href="directive-dict.html#Syntax"
@@ -290,7 +290,7 @@
<hr />
<!-- the HR is part of the directive description -->
- <h2><a id="SetEnvIfNoCase" name="SetEnvIfNoCase">SetEnvIfNoCase
+ <h2><a id="setenvifnocase" name="setenvifnocase">SetEnvIfNoCase
directive</a></h2>
<p><a href="directive-dict.html#Syntax"
@@ -315,7 +315,7 @@
.htaccess files only supported with 1.3.13 and later</p>
<p>The <samp>SetEnvIfNoCase</samp> is semantically identical to
- the <a href="#SetEnvIf"><samp>SetEnvIf</samp></a> directive,
+ the <a href="#setenvif"><samp>SetEnvIf</samp></a> directive,
and differs only in that the regular expression matching is
performed in a case-insensitive manner. For example:</p>
<pre>