From: Jim Jagielski Date: Thu, 9 Nov 2006 15:14:50 +0000 (+0000) Subject: Add in proposed backport which makes AcceptMutex more SSLMutex X-Git-Tag: 2.2.4~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd0a1751e471df074f631e4d1638ca5dcc83682;p=thirdparty%2Fapache%2Fhttpd.git Add in proposed backport which makes AcceptMutex more SSLMutex like in that it now allows for pathname arguments directly. Adds in mutex support functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472943 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index eb9abb8d6c5..dbc2f22abd5 100644 --- a/STATUS +++ b/STATUS @@ -241,3 +241,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=472633 +1: bnicholes + * core: Allow AcceptMutex to accept pathname arguments ala SSLMutex, + and, as a result, semi-depreciate Lockfile. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=467326 + http://svn.apache.org/viewvc?view=rev&revision=468049 + 2.2.x version of patch: + Trunk version works (requires handling of CHANGES and ap_mmn.h + conflict though) + +1: jim