]> granicus.if.org Git - apache/commit
Fix an existing problem with error handling in piped_log_spawn().
authorJeff Trawick <trawick@apache.org>
Mon, 10 Feb 2003 16:27:28 +0000 (16:27 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 10 Feb 2003 16:27:28 +0000 (16:27 +0000)
commit0ac06d74846b4b3451d4acabad7b1539d41787e7
tree995f6da00a2e630bca796281d5470c04867422ad
parent03378059d1affda8eaa8bd9aa306edbc7000c48c
Fix an existing problem with error handling in piped_log_spawn().

Use new APR apr_proc_create() features to prevent Apache from starting
on Unix* in most cases where a piped log program can be started,
and add log messages for the other situations.  *Other platforms
already failed Apache initialization if a piped log program
couldn't be started.

PR:         15761

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98607 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/log.c