From b011eb5327d86395b22862c3b8d4c059a563797f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 14 Jun 2002 11:23:41 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_setenvif.html.en | 8 +++++--- docs/manual/mod/mod_setenvif.xml | 6 +++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 6bb02defebc..7e6ceacbc4d 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 d0677678925..f295188a17d 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 + -- 2.47.2