Re: Apache::SIG kills the process

2001-01-28 Thread Stas Bekman
On Fri, 26 Jan 2001, Doug MacEachern wrote: On Tue, 9 Jan 2001, Stas Bekman wrote: I was rewriting the detecting 'STOP' button pressed section in the guide, to notice that Apache::SIG kills the process under Apache::Registry. httpd.conf: PerlFixupHandler Apache::SIG why

Re: Apache::SIG kills the process

2001-01-26 Thread Doug MacEachern
On Tue, 9 Jan 2001, Stas Bekman wrote: I was rewriting the detecting 'STOP' button pressed section in the guide, to notice that Apache::SIG kills the process under Apache::Registry. httpd.conf: PerlFixupHandler Apache::SIG why are you using Apache::SIG at all? its no longer required

Apache::SIG kills the process

2001-01-09 Thread Stas Bekman
I was rewriting the detecting 'STOP' button pressed section in the guide, to notice that Apache::SIG kills the process under Apache::Registry. httpd.conf: PerlFixupHandler Apache::SIG test script: use strict; my $r = shift; $r-send_http_header('text/plain'); print("PID =