Mailing List Archive

cvs commit: apache-1.3/src CHANGES
martin 98/05/06 14:16:04

Modified: src CHANGES
Log:
Add a note to httpd.conf-dist that apache will on some systems fail
to start when the Group # is set to a negative or large positive value

Revision Changes Path
1.828 +4 -0 apache-1.3/src/CHANGES

Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.827
retrieving revision 1.828
diff -u -u -r1.827 -r1.828
--- CHANGES 1998/05/06 20:56:59 1.827
+++ CHANGES 1998/05/06 21:16:03 1.828
@@ -1,5 +1,9 @@
Changes with Apache 1.3b7

+ *) Add a note to httpd.conf-dist that apache will on some systems fail
+ to start when the Group # is set to a negative or large positive value.
+ [Martin Kraemer]
+
*) Make sure the module execution order is correct even when some modules
are loaded under runtime (`LoadModule') via the DSO mechanism:
1. The list of loaded modules is now a dynamically allocated one