[NTLUG:Discuss] mod_env module for Apache 2.0

Rick Matthews RedHat.Linux at verizon.net
Wed Mar 12 01:18:58 CST 2003


Daniel L. Shipman wrote:
> 
> Does anyone know where I can go to download the mod_env module for 
> Apache 2.0?

>From http://httpd.apache.org/docs-2.0/:
---------------------------------
Apache Module mod_env
Description: Modifies the environment which is passed to CGI scripts 
             and SSI pages 
Status: Base 
Module Identifier: env_module 
Source File: mod_env.c 

where:

Status
This indicates how tightly bound into the Apache Web server the module 
is; in other words, you may need to recompile the server in order to 
gain access to the module and its functionality. Possible values for 
this attribute are:

Base 
A module labeled as having "Base" status is compiled and loaded into 
the server by default, and is therefore normally available unless you 
have taken steps to remove the module from your configuration. 
---------------------------------

Module Index
Below is a list of all of the modules that come as part of the Apache 
distribution. See also the complete alphabetical list of all Apache 
directives:

mod_env
Modifies the environment which is passed to CGI scripts and SSI pages 
---------------------------------

So, to answer your question:
http://www.apache.org/dyn/closer.cgi






More information about the Discuss mailing list