Mailing List Archive

cvs commit: apache CHANGES
coar 97/04/24 16:51:35

Modified: . CHANGES
Log:
Put back the "graceful restart" paragraph, since Dean spoilt my
earlier effort by making the feature work.. <g>

Revision Changes Path
1.9 +4 -0 apache/CHANGES

Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/CHANGES,v
retrieving revision 1.8
retrieving revision 1.9
diff -C3 -r1.8 -r1.9
*** CHANGES 1997/04/11 22:43:59 1.8
--- CHANGES 1997/04/24 23:51:34 1.9
***************
*** 84,89 ****
--- 84,93 ----
"Gone" or "See Other" HTTP status. For NCSA-compatibility,
RedirectTemp and RedirectPermanent are also implemented.

+ *) Graceful Restarts
+ Apache can re-read the config files and re-open log files without
+ terminating transactions in progress.
+
*) Simplified Compilation
The process of configuring Apache for compilation has been
simplified.