]> granicus.if.org Git - apache/commit
Fix the inability to log errors like exec failure in
authorJeff Trawick <trawick@apache.org>
Fri, 4 Apr 2003 18:55:49 +0000 (18:55 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Apr 2003 18:55:49 +0000 (18:55 +0000)
commit25be2b6a89ff7dc550748f69457a02238a9cc15d
tree58793a956c3b6f7bfe461cb68a3970d7bac29d2e
parent613ac62e8372fc9c322df5fa1719ba991727d68d
Fix the inability to log errors like exec failure in
mod_ext_filter/mod_cgi script children (e.g., exec failure).  This
was broken after such children stopped inheriting the error log
handle.

(For this to work with mod_ext_filter, that module's LogStderr option
has to be on.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99211 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_ext_filter.c
modules/generators/mod_cgi.c