Loading server/mpm_common.c +1 −1 Changes for server/mpm_common.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ int ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, int status) ap_log_error(APLOG_MARK, APLOG_ALERT, 0, ap_server_conf, "Child %" APR_PID_T_FMT " returned a Fatal error... server is exiting!", " returned a Fatal error... Apache is exiting!", pid->pid); return APEXIT_CHILDFATAL; } Loading Loading
server/mpm_common.c +1 −1 Changes for server/mpm_common.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ int ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, int status) ap_log_error(APLOG_MARK, APLOG_ALERT, 0, ap_server_conf, "Child %" APR_PID_T_FMT " returned a Fatal error... server is exiting!", " returned a Fatal error... Apache is exiting!", pid->pid); return APEXIT_CHILDFATAL; } Loading