https://issues.apache.org/bugzilla/show_bug.cgi?id=54519
Edward Quick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.2.22 |2.4.3 --- Comment #1 from Edward Quick <[email protected]> --- I reproduced the problem on Fedora 18 with httpd 2.4.3 as well: [root@laptop httpd]# ps -ef | grep [h]ttp root 2326 1 0 20:57 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND apache 2327 2326 0 20:57 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND apache 2328 2326 0 20:57 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND apache 2329 2326 0 20:57 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND apache 2330 2326 0 20:57 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND apache 2331 2326 0 20:57 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND apache 2332 2326 0 20:57 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND [root@laptop httpd]# kill -9 2326 [root@laptop httpd]# ps -ef | grep [h]ttp [root@laptop httpd]# echo 1 > /var/run/httpd/httpd.pid [root@laptop httpd]# /usr/sbin/httpd -k start httpd (pid 1) already running [root@laptop httpd]# ps -ef | grep [h]ttp [root@laptop httpd]# httpd -v Server version: Apache/2.4.3 (Fedora) Server built: Jan 8 2013 13:46:23 [root@laptop httpd]# uname -a Linux laptop 3.7.7-201.fc18.i686 #1 SMP Tue Feb 12 22:59:10 UTC 2013 i686 i686 i386 GNU/Linux -- 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]
