From: Richard Bowen Date: Fri, 14 Jun 2002 11:23:41 +0000 (+0000) Subject: Added (slightly redundant) pointer from SetEnvIf directive docs to X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f296835c34f9f8e83ffffa3203ce721fb4917d8b;p=apache Added (slightly redundant) pointer from SetEnvIf directive docs to ../env.html for more examples. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95670 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 6bb02defeb..7e6ceacbc4 100644 --- a/docs/manual/mod/mod_setenvif.html.en +++ b/docs/manual/mod/mod_setenvif.html.en @@ -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 @@ of

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
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index d067767892..f295188a17 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -211,6 +211,10 @@ of

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 @@ without respect to case combination.

- \ No newline at end of file +