Start httpd ไม่ได้ q process ไม่หาย

ขอคำแนะนำด้วยครับ service httpd restart ไม่ได้
error
Stopping httpd: [FAILED]Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

ทำการ kill process
killall -9 httpd

fuser 80/tcp

process id ยังรันอยุ่เลยครับ ทำให้ไม่สามารถ start httpd ได้ครับ ไม่อยาก restart server ครับ
ขอคำแนะนำด้วยครับ

netstat -nltp|grep 80

ดู pid ที่ listen แล้วสั่ง kill -9 PID ทิ้ง

เรียน คุณ icez
รอง kill
tcp 0 0 0.0.0.0:8084 0.0.0.0:* LISTEN 1822/python tcp 0 0 :::80 :::* LISTEN 17183/httpd

แล้วไม่หาย ครับ

[COLOR=#333333]kill -9 17183

[/COLOR]

ขอบคุณ ครับ รองแล้วไม่ หาย เลย re ซะเลย ขอบคุณครับ