On Thu, 30 Aug 2001 01:10:01 -0700, Aaron Bannert wrote:
>On Wed, Aug 29, 2001 at 10:06:20PM -0700, Justin Erenkrantz wrote:
[...]
>> Index: server/mpm/spmt_os2/spmt_os2.c
>> ===================================================================
>> RCS file: /home/cvs/httpd-2.0/server/mpm/spmt_os2/spmt_os2.c,v
>> retrieving revision 1.102
>> diff -u -r1.102 spmt_os2.c
>> --- server/mpm/spmt_os2/spmt_os2.c 2001/08/30 00:55:50 1.102
>> +++ server/mpm/spmt_os2/spmt_os2.c 2001/08/30 04:58:44
>> @@ -104,10 +104,10 @@
>>
>> server_rec *ap_server_conf;
>>
>> -/* The spmt_os2 MPM respects a runtime flag that can aid
>> - * in debugging. Setting the -DONE_PROCESS flag will get you the
>> - * child_main loop running in the process which originally started up.
>> - * This gives you a pretty nice debugging environment. (You'll get a SIGHUP
>> +/* one_process --- debugging mode variable; can be set from the command line
>> + * with the -X flag. If set, this gets you the child_main loop running
>> + * in the process which originally started up (no detach, no make_child),
>> + * which is a pretty nice debugging environment. (You'll get a SIGHUP
>> * early in standalone_main; just continue through. This is the server
>> * trying to kill off any child processes which it might have lying
>> * around --- Apache doesn't keep track of their pids, it just sends
>
>Since this MPM doesn't have NO_DETACH, how about this instead:
Don't sweat it, spmt_os2 will be going away soon. mpmt_os2 supercedes it.
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------