https://bz.apache.org/bugzilla/show_bug.cgi?id=60240
--- Comment #11 from Rainer Jung <rainer.j...@kippdata.de> ---
Aha, the reason seems to be that systemd sets the -D FOREGROUND define at
startup. In httpd code that means it won't call apr_proc_detach during()
startup in the MPM, and part of apr_proc_detach() is a call to fork(). That's
why during "normal" startup there's a second process with a different pid and
during "FOREGROUND" startup like the one used by systemd there's no such
change.

I agree with Mark, that there's no issue observed with the duplicate init so
INVALID seems fine to me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to