Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 4585 invoked by uid 500); 29 Apr 2003 08:54:24 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 4558 invoked by uid 500); 29 Apr 2003 08:54:24 -0000 Delivered-To: apmail-apache-docs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 29 Apr 2003 08:54:22 -0000 Message-ID: <20030429085422.61626.qmail@icarus.apache.org> From: martin@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_setenvif.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N martin 2003/04/29 01:54:22 Modified: htdocs/manual/mod mod_setenvif.html.en Log: Make anchors lower-case Revision Changes Path 1.19 +14 -14 httpd-docs-1.3/htdocs/manual/mod/mod_setenvif.html.en Index: mod_setenvif.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_setenvif.html.en,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mod_setenvif.html.en 8 Oct 2001 01:34:31 -0000 1.18 +++ mod_setenvif.html.en 29 Apr 2003 08:54:22 -0000 1.19 @@ -58,18 +58,18 @@

Directives


-

BrowserMatch +

BrowserMatch directive

Note that the regular expression string is case-sensitive. For case-INsensitive matching, see the BrowserMatchNoCase + href="#browsermatchnocase">BrowserMatchNoCase directive.

The BrowserMatch and BrowserMatchNoCase directives are special cases of - the SetEnvIf and SetEnvIfNoCase + the SetEnvIf and SetEnvIfNoCase directives. The following two lines have the same effect:

      BrowserMatchNoCase Robot is_a_robot
  @@ -144,8 +144,8 @@
       
-

BrowserMatchNoCase directive

+

BrowserMatchNoCase directive

Syntax: BrowserMatchNoCase @@ -180,7 +180,7 @@

The BrowserMatch and BrowserMatchNoCase directives are special cases of - the SetEnvIf and SetEnvIf and SetEnvIfNoCase directives. The following two lines have the same effect:

  @@ -191,7 +191,7 @@
       
-

SetEnvIf +

SetEnvIf directive

-

SetEnvIfNoCase +

SetEnvIfNoCase directive

The SetEnvIfNoCase is semantically identical to - the SetEnvIf directive, + the SetEnvIf directive, and differs only in that the regular expression matching is performed in a case-insensitive manner. For example:

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org