https://issues.apache.org/bugzilla/show_bug.cgi?id=54519
--- Comment #2 from Edward Quick <[email protected]> --- Just for comparison, I carried out the same test on nginx and that was fine. [root@laptop run]# ps -ef | grep [n]ginx root 3055 1 0 21:50 ? 00:00:00 nginx: master process /usr/sbin/nginx nginx 3056 3055 0 21:50 ? 00:00:00 nginx: worker process [root@laptop run]# cat /run/nginx.pid 3055 [root@laptop run]# kill -9 3055 [root@laptop run]# ps -ef | grep [n]ginx [root@laptop run]# echo 1 > /run/nginx.pid [root@laptop run]# /usr/sbin/nginx [root@laptop run]# ps -ef | grep [n]ginx root 3144 1 0 21:53 ? 00:00:00 nginx: master process /usr/sbin/nginx nginx 3145 3144 0 21:53 ? 00:00:00 nginx: worker process [root@laptop run]# cat /run/nginx.pid 3144 [root@laptop run]# nginx -v nginx version: nginx/1.2.6 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
