質問編集履歴
1
詳細をアップロードしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,8 +10,6 @@
|
|
10
10
|
|
11
11
|
```
|
12
12
|
|
13
|
-
|
14
|
-
|
15
13
|
● httpd.service - The Apache HTTP Server
|
16
14
|
|
17
15
|
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
|
@@ -20,32 +18,34 @@
|
|
20
18
|
|
21
19
|
└─php-fpm.conf
|
22
20
|
|
23
|
-
Active: failed (Result: exit-code) since Wed 2019-09-11 07:4
|
21
|
+
Active: failed (Result: exit-code) since Wed 2019-09-11 07:46:09 UTC; 1h 15min ago
|
24
22
|
|
25
23
|
Docs: man:httpd.service(8)
|
26
24
|
|
27
|
-
Process: 32
|
25
|
+
Process: 32206 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
|
28
26
|
|
29
|
-
Main PID: 32
|
27
|
+
Main PID: 32206 (code=exited, status=1/FAILURE)
|
30
28
|
|
31
29
|
Status: "Reading configuration..."
|
32
30
|
|
33
31
|
|
34
32
|
|
35
|
-
Sep 11 07:4
|
33
|
+
Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: Starting The Apache HTTP Server...
|
36
34
|
|
37
|
-
Sep 11 07:4
|
35
|
+
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:
|
38
36
|
|
39
|
-
Sep 11 07:4
|
37
|
+
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
|
40
38
|
|
41
|
-
Sep 11 07:4
|
39
|
+
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
|
42
40
|
|
43
|
-
Sep 11 07:4
|
41
|
+
Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: Failed to start The Apache HTTP Server.
|
44
42
|
|
45
|
-
Sep 11 07:4
|
43
|
+
Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: Unit httpd.service entered failed state.
|
46
44
|
|
47
|
-
Sep 11 07:4
|
45
|
+
Sep 11 07:46:09 ip-172-31-38-106.ap-northeast-1.compute.internal systemd[1]: httpd.service failed.
|
48
46
|
|
49
|
-
|
47
|
+
[ec2-user@ip-172-31-38-106 ~]$
|
48
|
+
|
49
|
+
|
50
50
|
|
51
51
|
```
|