前提・実現したいこと
NginXを起動したい
ここに質問の内容を詳しく書いてください。
sudo service nginx start実行時に以下のエラーメッセージが発生しました。
細かいエラー内容を読んだり検索してもピンとこないのでお力添えを願います。
必要な物があればどんどん追記をしていきますので、よろしくお願いします。
発生している問題・エラーメッセージ
エラーメッセージ
$ sudo service nginx start
Redirecting to /bin/systemctl start nginx.service
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
● nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since 月 JST; 8s ago
Process: 24544 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=1/FAILURE)
Process: 24542 ExecStartPre=/usr/bin/rm -f /run/nginx.pid (code=exited, status=0/SUCCESS)
$ journalctl -xe
No journal files were found.
-- No entries --
webサーバ: Nginx 1.16.1 OS: Linux 7.4
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
CentOS 7.4で大丈夫でしょうか?
CONOHAのVPS環境でwebでサーバー追加時に選択式でOSがインストールされています。
nginxは初起動で
$ sudo yum install nginx
でnginxはインストールしています。
apacheなどに関しては実施していません。
あなたの回答
tips
プレビュー