From 8d03a2f94434fafa977f853f946f0bb5e1e077a2 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Wed, 28 Jan 1998 19:11:58 +0000 Subject: As threatened. The directive attributes in the module documentation are now links back to a description of what the attributes mean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_setenvif.html | 140 ++++++++++++++++++++++++++++++-------- 1 file changed, 112 insertions(+), 28 deletions(-) (limited to 'docs/manual/mod/mod_setenvif.html') diff --git a/docs/manual/mod/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html index d089fa37db..cb80be0e38 100644 --- a/docs/manual/mod/mod_setenvif.html +++ b/docs/manual/mod/mod_setenvif.html @@ -41,19 +41,40 @@

The BrowserMatch Directive

- Syntax: BrowserMatch regex envar[=value] [...] + Syntax: BrowserMatch regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.2 and above + Compatibility: Apache 1.2 and above

The BrowserMatch directive defines environment variables based on the @@ -120,19 +141,40 @@

- Syntax: BrowserMatchNoCase regex envar[=value] [...] + Syntax: BrowserMatchNoCase regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.2 and above + Compatibility: Apache 1.2 and above

The BrowserMatchNoCase directive is semantically identical to @@ -171,19 +213,40 @@

- Syntax: SetEnvIf attribute regex envar[=value] [...] + Syntax: SetEnvIf attribute regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.3 and above + Compatibility: Apache 1.3 and above

The SetEnvIf directive defines environment variables @@ -237,20 +300,41 @@

- Syntax: SetEnvIfNoCase + Syntax: SetEnvIfNoCase attribute regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.3 and above + Compatibility: Apache 1.3 and above

The SetEnvIfNoCase is semantically identical to the -- cgit v1.2.1