Apache 2 再起動 エラー

最近Apacheを再起動させると下記のようなエラーが出る事が多くなってきたのでメモしておく

エラー内容
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
おそらく殺しきらなかった子プロセスが80番ポートを使っている為に新しくApacheを再起動出来ませんと言ってるんであろうと思われる。

Apacheの子プロセスを探しプロセスID(PID)を見る
# /usr/sbin/lsof -i | grep http

子プロセスを強制的に終了し
# kill -9

再起動すると問題なく再起動出来る。

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(Spamcheck Enabled)

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)