httpd데몬이 두개 떠있슴다..이렇게..
[root@test bin]# ps -aux| grep httpd
nobody 2957 0.0 0.3 3616 1688 ? S 01:45 0:00 /www/bin/httpd
nobody 2958 0.0 0.3 3676 1760 ? S 01:45 0:00 /www/bin/httpd
nobody 2959 0.0 0.3 3676 1760 ? S 01:45 0:00 /www/bin/httpd
nobody 2960 0.0 0.3 3676 1760 ? S 01:45 0:00 /www/bin/httpd
nobody 2961 0.0 0.3 3676 1760 ? S 01:45 0:00 /www/bin/httpd
nobody 2962 0.0 0.3 3676 1760 ? S 01:45 0:00 /www/bin/httpd
root 2956 0.1 0.3 3592 1692 ? S 01:45 0:00 /www/bin/httpd
root 3002 0.0 0.0 1360 508 ? S 01:45 0:00 grep httpd
--그래서 둘다 죽이고 다시 하나만 살리려고 했더니...이렇게..
[root@test bin]# kill 2956
[root@test bin]# kill 3002
kill: (3002) - No such pid:얘의 정체가 뭔지 알고싶군여...
라는 메세지가 뜨네여..그리고 다시 ./apachectl start로 재가동시킨후보니
[root@test bin]# ps -aux | grep httpd
nobody 3063 0.0 0.3 3616 1676 ? S 01:49 0:00 /www/bin/httpd
nobody 3064 0.2 0.4 3800 2100 ? S 01:49 0:00 /www/bin/httpd
nobody 3065 0.2 0.4 3820 2120 ? S 01:49 0:00 /www/bin/httpd
nobody 3066 0.0 0.3 3676 1760 ? S 01:49 0:00 /www/bin/httpd
nobody 3067 0.0 0.3 3676 1760 ? S 01:49 0:00 /www/bin/httpd
nobody 3068 0.0 0.3 3676 1760 ? S 01:49 0:00 /www/bin/httpd
nobody 3099 0.0 0.3 3676 1776 ? S 01:49 0:00 /www/bin/httpd
nobody 3100 0.0 0.3 3676 1776 ? S 01:49 0:00 /www/bin/httpd
nobody 3101 0.0 0.3 3676 1776 ? S 01:49 0:00 /www/bin/httpd
root 3062 0.5 0.3 3592 1692 ? S 01:49 0:00 /www/bin/httpd
root 3103 0.0 0.0 1360 508 ? S 01:49 0:00 grep httpd
또 두개가 떠있슴다...
이거 httpd데몬 하나만 뜨게 하는 방법 다른거 뭐 없을까여?..
정말 신경쓰이네여...@_@;;
--
서으명