--- httpd-2.0.44/modules/loggers/mod_log_config.c.orig Fri Feb 21 05:41:46 2003 +++ httpd-2.0.44/modules/loggers/mod_log_config.c Fri Feb 21 05:42:23 2003 @@ -1284,7 +1284,7 @@ "could not open transfer log file %s.", fname); return NULL; } - apr_file_inherit_set(fd); + apr_file_inherit_unset(fd); return fd; } } --- httpd-2.0.44/server/log.c.orig Fri Feb 21 05:41:29 2003 +++ httpd-2.0.44/server/log.c Fri Feb 21 05:41:37 2003 @@ -312,7 +312,7 @@ return DONE; } - apr_file_inherit_set(s->error_log); + apr_file_inherit_unset(s->error_log); } return OK;