You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2008/06/08 20:29:01 UTC

svn commit: r664537 - /httpd/httpd/branches/2.2.x/STATUS

Author: trawick
Date: Sun Jun  8 11:29:01 2008
New Revision: 664537

URL: http://svn.apache.org/viewvc?rev=664537&view=rev
Log:
propose a fix

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=664537&r1=664536&r2=664537&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Jun  8 11:29:01 2008
@@ -138,6 +138,15 @@
          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