From f296835c34f9f8e83ffffa3203ce721fb4917d8b Mon Sep 17 00:00:00 2001
From: Richard 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 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 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 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].
-Description: Sets environment variables based on attributes of the request
+See also
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
+
--
2.50.1