Yes, on Windows CTRL+C will stop it, but on Linux it would not.
Because the implementations of the process models are different.
2008/5/5, Joshua Slive <[EMAIL PROTECTED]>:
> On Mon, May 5, 2008 at 1:56 AM, zengwm <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > On Fedora 8, I start apache in single p
On Mon, May 5, 2008 at 1:56 AM, zengwm <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Fedora 8, I start apache in single process mode using this command:
> httpd -X
> And it won't stop!
>
> Sending it SIGKILL will kill the process. But it does not respond to
> SIGTERM or SIGINT.
>
> Is there a way t
Hi,
On Fedora 8, I start apache in single process mode using this command:
httpd -X
And it won't stop!
Sending it SIGKILL will kill the process. But it does not respond to
SIGTERM or SIGINT.
Is there a way to shut it down but not to kill it?
I start httpd in this way because I'm debugging it, I