http://people.apache.org/~covener/2.2.x-auth_alias_digest.diff
+1: covener
+ * mod_ssl: implement dynamic mutex callbacks for OpenSSL. This
+ locking infrastructure is currently only used by the chil plugin,
+ and this plugin won't load into OpenSSL 0.9.8 if these upcalls
+ aren't set. OpenSSL may start using dynamic locks in more places
+ in the future and with this patch, Apache 2.2.x is ready for that.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=687550&view=rev
+ http://svn.apache.org/viewvc?rev=687819&view=rev
+ Single patch against branches/2.2.x:
+ http://people.apache.org/~sctemme/httpd-2.2.x-ssl-upcalls.diff
+ +1:
+
PATCHES/ISSUES THAT ARE STALLED
* beos MPM: Create pmain pool and run modules' child_init hooks when