From: William A. Rowe Jr Date: Tue, 8 May 2007 19:23:34 +0000 (+0000) Subject: Votes, promotes, and a new suggestion to diagnose mod_so errors X-Git-Tag: 2.0.60~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed40d42f1c0c85703044e54d61153200994c70c4;p=thirdparty%2Fapache%2Fhttpd.git Votes, promotes, and a new suggestion to diagnose mod_so errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@536302 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a5264d598da..79729060919 100644 --- 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: 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.