From: Rich Bowen Date: Tue, 30 Nov 2010 22:00:39 +0000 (+0000) Subject: Rebuild various new doc enhancements. X-Git-Tag: 2.3.10~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09aef046e912f91ccee4424d743a6a5ba6e93230;p=thirdparty%2Fapache%2Fhttpd.git Rebuild various new doc enhancements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_env.html.en b/docs/manual/mod/mod_env.html.en index 1495dc3f186..6a0738c03bd 100644 --- a/docs/manual/mod/mod_env.html.en +++ b/docs/manual/mod/mod_env.html.en @@ -34,11 +34,12 @@ SSI pages Source File:mod_env.c

Summary

-

This module allows for control of the environment that will - be provided to CGI scripts and SSI pages. Environment variables - may be passed from the shell which invoked the httpd - process. Alternatively, environment variables may be set or unset within - the configuration process.

+

This module allows for control of internal environment variables that + are used by various Apache HTTP Server modules. These variables are also + provided to CGI scripts as native system environment variables, and available + for use in SSI pages. Environment variables may be passed from the shell + which invoked the httpd process. Alternatively, + environment variables may be set or unset within the configuration process.

Directives

top
@@ -62,9 +64,11 @@ SSI pages Status:Base Module:mod_env -

Specifies one or more environment variables to pass to CGI - scripts and SSI pages from the environment of the shell which - invoked the httpd process.

+

Specifies one or more native system environment variables to make available + as internal environment variables, which are available to Apache HTTP Server modules + as well as propogated to CGI scripts and SSI pages. Values come from the + native OS environment of the shell which invoked the + httpd process.

Example

PassEnv LD_LIBRARY_PATH @@ -81,8 +85,8 @@ SSI pages Status:Base Module:mod_env -

Sets an environment variable, which is then passed on to CGI - scripts and SSI pages.

+

Sets an internal environment variable, which is then available to Apache + HTTP Server modules, and passed on to CGI scripts and SSI pages.

Example

SetEnv SPECIAL_PATH /foo/bin @@ -98,6 +102,10 @@ SSI pages

+

See also

+
top

UnsetEnv Directive

@@ -110,7 +118,7 @@ SSI pages Status:Base Module:mod_env -

Removes one or more environment variables from those passed +

Removes one or more internal environment variables from those passed on to CGI scripts and SSI pages.

Example

diff --git a/docs/manual/mod/mod_env.xml.ja b/docs/manual/mod/mod_env.xml.ja index 3f5ca033f09..d977c9b9b64 100644 --- a/docs/manual/mod/mod_env.xml.ja +++ b/docs/manual/mod/mod_env.xml.ja @@ -1,7 +1,7 @@ - + + + + + + - + + + +