rse 99/01/02 05:24:42
Modified: src CHANGES
htdocs/manual/mod mod_env.html
Log:
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 <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
PR: 3572
Revision Changes Path
1.1193 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1192
retrieving revision 1.1193
diff -u -r1.1192 -r1.1193
--- CHANGES 1999/01/02 13:19:38 1.1192
+++ CHANGES 1999/01/02 13:24:40 1.1193
@@ -1,4 +1,8 @@
Changes with Apache 1.3.4
+
+ *) 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. [Sim Harbert <[EMAIL PROTECTED]>] PR#3572
*) Instead of fixing a bug in the generation procedure for config.status (a
backslash was missing) we remove the bug together with it's complete
1.12 +1 -1 apache-1.3/htdocs/manual/mod/mod_env.html
Index: mod_env.html
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_env.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod_env.html 1998/05/20 14:12:56 1.11
+++ mod_env.html 1999/01/02 13:24:41 1.12
@@ -16,7 +16,7 @@
<H1 ALIGN="CENTER">Apache module mod_env</H1>
This module is contained in the <CODE>mod_env.c</CODE> 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.