From: Ralf S. Engelschall Date: Sat, 2 Jan 1999 13:24:41 +0000 (+0000) Subject: Small fix for mod_env.html: The module was documented as to be _not_ X-Git-Tag: 1.3.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e340f399eb6443c9ae406c4146d76602d33a346;p=thirdparty%2Fapache%2Fhttpd.git Small fix for mod_env.html: The module was documented as to be _not_ compiled into Apache per default, although it _IS_ compiled into Apache per default. Submitted by: Sim Harbert Reviewed by: Ralf S. Engelschall PR: 3572 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index 09082201539..abe1fbf795b 100644 --- a/docs/manual/mod/mod_env.html +++ b/docs/manual/mod/mod_env.html @@ -16,7 +16,7 @@

Apache module mod_env

This module is contained in the mod_env.c file, and -is not compiled in by default. It provides for +is compiled in by default. It provides for passing environment variables to CGI/SSI scripts. Is is only available in Apache 1.1 and later.