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
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
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.