Ken Perl wrote:
I tried to stop apache by issuing apache2ctl -k stop in another
terminal, the command exit without any output, but the debugger is
still hung there. I have to send signal KILL to the process.

That will work, but the usual way to stop is to hit Ctrl-C in the debugger terminal. The apache2ctl script probably fails because you are running with a single process so the PID file isn't there or isn't accurate.

I haven't seen your IO::Handle issue before, but I suspect the debugger is just informing you about some code that ran after your return. The real issue is why your home page doesn't display as you expect. To help you with that, you need to give us more details about what happens and what was supposed to happen.

- Perrin

Reply via email to