Commit f1e78681 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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
parent e9d02062
Loading
Loading
Loading
Loading
+16 −9
Original line number Diff line number Diff line
@@ -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.