わーくあうと!

日々の作業でためになったことをアウトプットすることで自分の成長につながればなと。

httpdが起動しなくなった

負荷かけてたらhttpdが落ちた。
で、スタートさせようとしたらこんなエラーが

$ service httpd start
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

status確認したらPIDが残ってるとの事だったので残っているプロセス消した

$ pkill httpd

で、起動を試す。

$ service httpd start

起動できた。