質問編集履歴
3
更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
すいません。cent os7でサーバーを立てております
|
2
2
|
httpサーバーをたてたのですが(apache)
|
3
3
|
|
4
|
-
|
4
|
+
```
|
5
5
|
# Change this to Listen on specific IP addresses as shown below to
|
6
6
|
# prevent Apache from glomming onto all bound IP addresses.
|
7
7
|
#
|
@@ -279,7 +279,7 @@
|
|
279
279
|
|
280
280
|
systemctl start httpd.service
|
281
281
|
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
|
282
|
-
|
282
|
+
```
|
283
283
|
というエラーがでてうごきません。
|
284
284
|
すいません。助けてください
|
285
285
|
|
2
ごじ
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
すいません。cent os7でサーバーを立てております
|
2
2
|
httpサーバーをたてたのですが(apache)
|
3
3
|
|
4
|
+
'ジ
|
4
5
|
# Change this to Listen on specific IP addresses as shown below to
|
5
6
|
# prevent Apache from glomming onto all bound IP addresses.
|
6
7
|
#
|
@@ -278,6 +279,7 @@
|
|
278
279
|
|
279
280
|
systemctl start httpd.service
|
280
281
|
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
|
282
|
+
'
|
281
283
|
というエラーがでてうごきません。
|
282
284
|
すいません。助けてください
|
283
285
|
|
1
書式の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -279,4 +279,10 @@
|
|
279
279
|
systemctl start httpd.service
|
280
280
|
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
|
281
281
|
というエラーがでてうごきません。
|
282
|
-
すいません。助けてください
|
282
|
+
すいません。助けてください
|
283
|
+
|
284
|
+
systemctl status http.service -l
|
285
|
+
をしたところ
|
286
|
+
Loaded: not-found (Reason: No such file or directory)
|
287
|
+
Active: inactive (dead)
|
288
|
+
でした
|