]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Abnormal exit clean up added for NetWare
authorBradley Nicholes <bnicholes@apache.org>
Wed, 23 May 2001 17:03:59 +0000 (17:03 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 23 May 2001 17:03:59 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89225 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 6177d0688b64c221e2012dbac51dd4c0f3dafd33..5cbee4c2dd0527388b7430f0f58c8c7539de2592 100644 (file)
@@ -1,5 +1,11 @@
 Changes with Apache 1.3.21
 
+  *) Added an abnormal exit clean up routine to make sure that ApacheC NLM
+     is always unloaded cleanly.  This fixes the "Ouch! out of memory"
+     problem when restarting Apache for NetWare after an abnormal exit
+     due to configuration errors. 
+     [Brad Nicholes <BNICHOLES@novell.com>]
+
   *)_Change the compile switches for ReliantUNIX SVR4 not to use
      SYSV semaphores, because upon reaching the system limit of
      semaphores, the whole server exits (not just one child).