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
- rpluem says: Is this really the correct thing to do on UNIX? I am not sure
- if all dup2 implementation notice that both fd's are the same. Otherwise
- they close stdout/stderr first and dup a then closed fd in stdout/stderr,
- leaving us without stdout/stderr in the child.
-
+ +1: wrowe, rpluem
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
http://issues.apache.org/bugzilla/attachment.cgi?id=19901
+1: trawick, 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
- proposals to the end of this list. ]
-
* Backport 102870; PR 17217; stop linking OpenSSL .so's to support/*
binaries (especially when compiled --with-static-support (!)) and
fix mod_ssl.so to compile against .a openssl archives.
adjusted patch without distcache complexity and accomodating the
changes for pkgconfig info from ssl
http://people.apache.org/~wrowe/httpd-2.0-limit-ssl-binding.patch
- +1: wrowe, colm
+ +1: wrowe, colm, rpluem
+
+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
+ proposals to the end of this list. ]
* Backport 327179; PR 31226; allow ap_add_output_filters_by_type to handle
proxied requests. Basic tests by jorton and [rpluem] show that this works,