在Ubuntu 12中,一个Apache进程将CPU占用率降至100%。 如何优雅地杀死它?
我不想使用service apache2 restart因为它closures所有现有的连接。
service apache2 restart
我可以用kill -15 pid来优雅地杀死那个pid吗?
kill -15 pid