]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
list a Win32 reliability (cough cough) patch from Eric Covener
authorJeff Trawick <trawick@apache.org>
Tue, 5 Apr 2005 13:07:20 +0000 (13:07 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 5 Apr 2005 13:07:20 +0000 (13:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@160169 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d36c55301eb6369bb4506cc89170fcc40f6bed73..af0c88abadd54bd9f1f004bcb7ed01f2a7fb804d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -53,6 +53,15 @@ RELEASE SHOWSTOPPERS:
 
 PROPOSED PATCHES FOR THIS RELEASE:
 
+   *) mod_rewrite on Win32: change the mutex mechanism for RewriteLog
+      to something more reliable; Apache on Win32 will often exit(1)
+      currently if RewriteLog is enabled
+      Patch is here:
+        Message-ID: <1404e5910504010716389dd7da@mail.gmail.com>
+        From: Eric Covener <covener@gmail.com>
+        Subject: [1.3 PATCH] Win32 RewriteLog deadlock
+      +1: trawick
+
    *) mod_log_config: Cleanup log_header_out function to allow multiple headers
       like Set-Cookie to be logged properly. PR 27787 
         modules/loggers/mod_log_config.c: r1.116 (2.x patch - need 1.3 version)