You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/10/05 07:57:14 UTC

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

Author: wrowe
Date: Thu Oct  4 22:57:14 2007
New Revision: 582085

URL: http://svn.apache.org/viewvc?rev=582085&view=rev
Log:
Work around ineffectual tlp

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=582085&r1=582084&r2=582085&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Oct  4 22:57:14 2007
@@ -178,6 +178,14 @@
       PR 43491, solution validated by reporter
       +1: wrowe, rpluem
 
+   * core log.c: Work around possible solutions rejected by apr for
+     the old implementation of apr_proc_create(), and explicitly pass
+     the output and error channels to all log processes created.
+     This goes all the way back to piped logs failing to run on win32.
+     Not in or needed at trunk/, as apr 1.3.0 has the proper fix.
+       http://people.apache.org/~wrowe/httpd-2.0-2.2-procattr-bugfix-log.c.patch
+     +1: wrowe
+
    * mod_proxy: Fix persistent backend connections.
      PR 43472
      Trunk version of patch: