Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 9263 invoked by uid 500); 14 Jun 2002 11:23:41 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 9252 invoked by uid 500); 14 Jun 2002 11:23:41 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 14 Jun 2002 11:23:41 -0000 Message-ID: <20020614112341.20847.qmail@icarus.apache.org> From: rbowen@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod mod_setenvif.html.en mod_setenvif.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbowen 2002/06/14 04:23:41 Modified: docs/manual/mod mod_setenvif.html.en mod_setenvif.xml Log: Added (slightly redundant) pointer from SetEnvIf directive docs to ../env.html for more examples. Revision Changes Path 1.4 +5 -3 httpd-2.0/docs/manual/mod/mod_setenvif.html.en Index: mod_setenvif.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_setenvif.html.en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mod_setenvif.html.en 28 May 2002 07:35:00 -0000 1.3 +++ mod_setenvif.html.en 14 Jun 2002 11:23:41 -0000 1.4 @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->mod_setenvif- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_setenvif

Description:Allows the setting of environment variables based -on characteristics of the request
Status:Base
Module Identifier:setenvif_module

Summary

+ -->mod_setenvif- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_setenvif

Description:Allows the setting of environment variables based +on characteristics of the request
Status:Base
Module Identifier:setenvif_module

Summary

The mod_setenvif module allows you to set environment variables according to whether different aspects of @@ -160,7 +160,9 @@ HAVE_TS if the request contains any headers that begin with "TS" whose values begins with any character in the set [a-z].

-

SetEnvIfNoCase Directive

Description: Sets environment variables based on attributes of the request +

See also


SetEnvIfNoCase Directive

Description: Sets environment variables based on attributes of the request without respect to case
Syntax:SetEnvIfNoCase attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Base
Module:mod_setenvif
Compatibility:Apache 1.3 and above
1.6 +5 -1 httpd-2.0/docs/manual/mod/mod_setenvif.xml Index: mod_setenvif.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_setenvif.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mod_setenvif.xml 26 May 2002 23:10:15 -0000 1.5 +++ mod_setenvif.xml 14 Jun 2002 11:23:41 -0000 1.6 @@ -211,6 +211,10 @@ begin with "TS" whose values begins with any character in the set [a-z].

+ +Environment Variables in Apache, +for additional examples. + @@ -243,4 +247,4 @@ combination.

- \ No newline at end of file +