From: Jeff Trawick Date: Sun, 8 Jun 2008 18:29:01 +0000 (+0000) Subject: propose a fix X-Git-Tag: 2.2.9~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c58b3be53196d8c3f4a87c973bb6c6e9cf81af25;p=thirdparty%2Fapache%2Fhttpd.git propose a fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@664537 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3a786333f2f..8a55d2899a4 100644 --- a/STATUS +++ b/STATUS @@ -138,6 +138,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, + * core: Fix address-in-use startup failure on some platforms caused + by attempting to set up an IPv4 listener which overlaps with an + existing IPv6 listener. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=664535&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: trawick + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when