###経緯および質問
nginxの起動を行ったところ、下記の通り0.0.0.0:80ポートのバインドエラーが発生しました。
[root@ip-10-0-1-10 ~]# nginx nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] still could not bind()
lsof -i:80コマンドで使用状況を確認したところ、複数のapacheでLISTEN状態になっていたため、一部をkillして使えるようにしたいのですが、どれをkillすべきか・消してはいけない等はあるのでしょうか?
お手数ですがご教示いただきたくお願い致します。
[root@ip-10-0-1-10 ~]# sudo lsof -i:80 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME httpd 1677 root 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1678 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1679 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1680 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1681 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1682 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1839 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1943 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1949 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN) httpd 1950 apache 4u IPv6 69907 0t0 TCP *:http (LISTEN)
###環境
開発環境
Visual Studio Code 1.59
mac OS Catalina 10.15.7
AWS EC2
Docker
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/09 03:29
2021/10/09 20:17