AWSにApacheをインストールしました。
index.htmlのファイルを編集したかったので一度削除して新しいファイルとしてindex.htmlを新規ファイルとして作成したらApacheがエラーになって現在ウェブサーバーとして動かなくなってしましいました。
systemctl status httpd.serviceで表示されるエラーメッセージは以下のとうりです。
● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled) Drop-In: /usr/lib/systemd/system/httpd.service.d └─php-fpm.conf Active: failed (Result: exit-code) since Wed 2019-09-11 07:46:09 UTC; 1h 15min ago Docs: man:httpd.service(8) Process: 32206 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 32206 (code=exited, status=1/FAILURE) Status: "Reading configuration..." Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: Starting The Apache HTTP Server... Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal httpd[32206]: AH00526: Syntax error on line 119 of /etc/httpd/conf/httpd.conf: Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal httpd[32206]: DocumentRoot '/var/www/html/hizuki/HTML/index.html' is not a directory, or is not readable Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: Failed to start The Apache HTTP Server. Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: Unit httpd.service entered failed state. Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: httpd.service failed. [ec2-user@ip-172-31-38-106 ~]$
回答2件
あなたの回答
tips
プレビュー