<code>[root@linode nginx]# systemctl status nginx
nginx.service - nginx - high performance web server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled)
Active: failed (Result:
exit
-code) since 二 2015-11-10 21:53:18 CST; 11min ago
Docs: http:
Process: 4246 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
Process: 4243 ExecStartPre=/usr/sbin/nginx -t -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)
11月 10 21:53:15 linode nginx[4243]: nginx: configuration file /etc/nginx/nginx.conf test is successful
11月 10 21:53:15 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in
use
)
11月 10 21:53:16 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in
use
)
11月 10 21:53:16 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in
use
)
11月 10 21:53:17 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in
use
)
11月 10 21:53:17 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in
use
)
11月 10 21:53:18 linode nginx[4246]: nginx: [emerg] still could not bind()
11月 10 21:53:18 linode systemd[1]: nginx.service: control process exited, code=exited status=1
11月 10 21:53:18 linode systemd[1]: Failed to start nginx - high performance web server.
11月 10 21:53:18 linode systemd[1]: Unit nginx.service entered failed state.
[root@linode nginx]# </code>