DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9108>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9108 -DNO_DETACH doesn't work [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|Major |Enhancement Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2002-05-15 15:42 ------- The -DNO_DETACH flag requires that the httpd process not be the leader of a process group. This happens automatically if you start apache under a process management tool like daemontools. If you start it from the command line in most shells with job-control, it will automatically start the process as the leader of a new process group, therefore causing apr_proc_detach() to fail. I'm going to change this to an enhancement since the error message should be made more clear (and I volunteer to fix it). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
