|
Apache HTTP Server Version 1.3Apache module mod_envThis module is contained in themod_env.c file, and
is not compiled in by default. It provides for
passing environment variables to CGI/SSI scripts. Is is only available
in Apache 1.1 and later.
SummaryThis module allows Apache's CGI and SSI environment to inherit environment variables from the shell which invoked the httpd process. CERN web-servers are able to do this, so this module is especially useful to web-admins who wish to migrate from CERN to Apache without rewriting all their scriptsDirectivesPassEnvSyntax: PassEnv variable variable ...Context: server config, virtual host Status: Base Module: mod_env Compatibility: PassEnv is only available in Apache 1.1 and later. Specifies one or more environment variables to pass to CGI scripts from the server's own environment. Example: PassEnv LD_LIBRARY_PATH SetEnvSyntax: SetEnv variable valueContext: server config, virtual host Status: Base Module: mod_env Compatibility: SetEnv is only available in Apache 1.1 and later. Sets an environment variable, which is then passed on to CGI scripts. Example: SetEnv SPECIAL_PATH /foo/bin UnsetEnvSyntax: UnsetEnv variable variable ...Context: server config, virtual host Status: Base Module: mod_env Compatibility: UnsetEnv is only available in Apache 1.1 and later. Removes one or more environment variables from those passed on to CGI scripts. Example: UnsetEnv LD_LIBRARY_PATH
Apache HTTP Server Version 1.3 |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |