On 08/22/2007 01:28 AM, [EMAIL PROTECTED] wrote: > Author: wrowe > Date: Tue Aug 21 16:28:32 2007 > New Revision: 568326 > > URL: http://svn.apache.org/viewvc?rev=568326&view=rev > Log: > Refactor r452431, because this should not be fatal to starting > the server if it's horribly broken. The alternative of returing > 'rc' in this case would be to open /dev/null as the error stream > for this generation of the server; and even more useless result.
Where do you see that /dev/null will be used as the error stream in this case? As far as I can see if log_child returns something different than APR_SUCCESS the whole open_logs hook fails and causes the process to die. Regards RĂ¼diger
