]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Votes, promotes, and a new suggestion to diagnose mod_so errors
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 8 May 2007 19:23:34 +0000 (19:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 8 May 2007 19:23:34 +0000 (19:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@536302 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a5264d598da19ce57a08ba2bd94f7abe01eb5637..79729060919ea926528806b96d03f1f1fb6ad52f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -120,6 +120,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       Patch; http://issues.apache.org/bugzilla/attachment.cgi?id=16495
       +1: wrowe, rpluem, sctemme
 
+    * mod_ssl: Move thread locking upcall initialization before
+      hardware library initialization, so hardware library can use
+      these upcalls when run in a threaded MPM. Fixes PR 20951. 
+      [adunn at ncipher.com]
+      http://people.apache.org/~sctemme/2.0.x-ssl_engine_init.c.patch
+      +1: sctemme, rpluem, wrowe
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ please place SVN revisions from trunk here, so it is easy to
     identify exactly what the proposed changes are!  Add all new
@@ -129,15 +136,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewvc?view=rev&revision=536052      
       +1: mturk
       
-    * mod_ssl: Move thread locking upcall initialization before
-      hardware library initialization, so hardware library can use
-      these upcalls when run in a threaded MPM. Fixes PR 20951. 
-      [adunn at ncipher.com]
-
-      http://people.apache.org/~sctemme/2.0.x-ssl_engine_init.c.patch
-
-      +1: sctemme, rpluem
-
     *) Reverse Proxy fixes: <Location> bug and Cookie support
         Patch is at
         http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch
@@ -151,6 +149,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
 
+    *) Backport 520733; more helpful LoadModule feedback, so it reads;
+          Syntax error in -C/-c directive:
+          API module structure 'ftp_module' in file /.../modules/mod_ftp.so 
+          is garbled - expected signature 41503230 but saw 41503232 -
+          perhaps this is not an Apache module DSO, or was compiled 
+          for a different Apache version?
+       http://svn.apache.org/viewvc?view=rev&rev=520733
+       +1: wrowe
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.