Ubuntuでnginxが起動しない
Ubuntu上でnginxを起動しようとしていますが、次のエラーメッセージが出てきます。
$ sudo service nginx start
Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
そこで、「systemctl status nginx.service」を実行しました。
そうしたら、次のメッセージになりました。
$ systemctl status nginx.service
● nginx.service - nginx - high performance web server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: en
abled)
Active: failed (Result: exit-code) since 水 2018-10-31 09:08:49 JST; 9min ago
Docs: http://nginx.org/en/docs/
Process: 19669 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited
, status=1/FAILURE)
10月 31 09:08:47 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
(98: Address already in use)
10月 31 09:08:47 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
(98: Address already in use)
10月 31 09:08:48 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
(98: Address already in use)
10月 31 09:08:48 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
(98: Address already in use)
10月 31 09:08:49 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
(98: Address already in use)
10月 31 09:08:49 ubuntu nginx[19669]: nginx: [emerg] still could not bind()
10月 31 09:08:49 ubuntu systemd[1]: nginx.service: Control process exited, code=
exited status=1
10月 31 09:08:49 ubuntu systemd[1]: Failed to start nginx - high performance web
server.
10月 31 09:08:49 ubuntu systemd[1]: nginx.service: Unit entered failed state.
10月 31 09:08:49 ubuntu systemd[1]: nginx.service: Failed with result 'exit-code
'.
次に、「journalctl -xe」を実行しました。
そうしたら、次のメッセージになりました。
$ journalctl -xe
-- Unit nginx.service has begun starting up.
10月 31 09:08:47 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
10月 31 09:08:47 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
10月 31 09:08:48 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
10月 31 09:08:48 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
10月 31 09:08:49 ubuntu nginx[19669]: nginx: [emerg] bind() to 0.0.0.0:80 failed
10月 31 09:08:49 ubuntu nginx[19669]: nginx: [emerg] still could not bind()
10月 31 09:08:49 ubuntu systemd[1]: nginx.service: Control process exited, code=
10月 31 09:08:49 ubuntu systemd[1]: Failed to start nginx - high performance web
-- Subject: Unit nginx.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit nginx.service has failed.
--
-- The result is failed.
10月 31 09:08:49 ubuntu systemd[1]: nginx.service: Unit entered failed state.
10月 31 09:08:49 ubuntu systemd[1]: nginx.service: Failed with result 'exit-code
10月 31 09:08:49 ubuntu sudo[19637]: pam_unix(sudo:session): session closed for
10月 31 09:09:22 ubuntu wpa_supplicant[2635]: wlp2s0: WPA: Group rekeying comple
10月 31 09:09:42 ubuntu sudo[19698]: flicfit : TTY=pts/2 ; PWD=/home/flicfit/fl
10月 31 09:09:42 ubuntu sudo[19698]: pam_unix(sudo:session): session opened for
何か設定がおかしいようですが、どこが悪いのか、どうしたらいいのかがわかりません。
何かわかる方、よろしくお願いします。
環境は、次のとおりです。
・ubuntu16.04
・nginx/1.14.0
本件、自己解決しましたので、クローズします。
ご協力、ありがとうございました。