rse 97/10/22 00:57:53
Modified: src CHANGES
Log:
Entry for UNIQUE_ID patch.
Revision Changes Path
1.469 +4 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -r1.468 -r1.469
--- CHANGES 1997/10/18 13:07:42 1.468
+++ CHANGES 1997/10/22 07:57:52 1.469
@@ -1,5 +1,9 @@
Changes with Apache 1.3b3
+ *) Add support to suexec wrapper program for mod_unique_id's UNIQUE_ID
+ variable to provide this one to suexec'd CGIs, too.
+ [Ralf S. Engelschall] PR#1284
+
*) New support tool: src/support/split-logfile, a sample Perl script which
splits up a combined access log into separate files based on the
name of the virtual host (listed first in the log records by "%v").