On Jun 28, 2007, at 11:54 AM, Brian J. France wrote:

Here is a patch that will allow SIGTERM to work with -X

http://www.brianfrance.com/software/apache/httpd.signal.diff

Without the patch running httpd on the command line with -X and trying to stop it can only be done by backgrounding it and then kill -9'ing it (ctrl-c doesn't work).

Control-backslash sends SIGQUIT on most unix-like systems, which seems good enough.

/usr/local/apache2/ 751> !bi
bin/httpd -X
^\Quit
/usr/local/apache2/ 752>

-Tim

Reply via email to