retained->max_daemons_limit = slot + 1;
}
+ child_listen = mpm_listen[bucket[slot]];
+ child_pod = pod[bucket[slot]];
+
if (one_process) {
set_signals();
event_note_child_started(slot, getpid());
/* NOTREACHED */
}
- child_listen = mpm_listen[bucket[slot]];
- child_pod = pod[bucket[slot]];
-
if ((pid = fork()) == -1) {
ap_log_error(APLOG_MARK, APLOG_ERR, errno, s, APLOGNO(00481)
"fork: Unable to fork new process");
retained->max_daemons_limit = slot + 1;
}
+ child_listen = mpm_listen[bucket[slot]];
+ child_pod = pod[bucket[slot]];
+
if (one_process) {
set_signals();
event_note_child_started(slot, getpid());
/* NOTREACHED */
}
- child_listen = mpm_listen[bucket[slot]];
- child_pod = pod[bucket[slot]];
-
if ((pid = fork()) == -1) {
ap_log_error(APLOG_MARK, APLOG_ERR, errno, s, APLOGNO(00481)
"fork: Unable to fork new process");