質問編集履歴
4
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
#systemctl start httpd.service
|
4
4
|
```
|
5
5
|
を実行すると上手く行きません。
|
6
|
-
「job for httpd.dervice failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details」というエラーメッセージが出ます。最初の
|
6
|
+
「job for httpd.dervice failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details」というエラーメッセージが出ます。最初の頃のように
|
7
7
|
```httpd.service(Apache) 実行するためのスクリプト
|
8
8
|
#systemctl start httpd.service
|
9
9
|
```
|
3
誤字訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
```httpd.service(Apache) 実行するためのスクリプト
|
8
8
|
#systemctl start httpd.service
|
9
9
|
```
|
10
|
-
をCentOS7インストール時のように、実行するにはどうすれば
|
10
|
+
をCentOS7インストール時のように、実行するにはどうすればよいでしょうか。
|
11
11
|
|
12
12
|
```ここに言語を入力
|
13
13
|
#systemctl enabled httpd.service
|
2
文章付け足し
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,4 +7,15 @@
|
|
7
7
|
```httpd.service(Apache) 実行するためのスクリプト
|
8
8
|
#systemctl start httpd.service
|
9
9
|
```
|
10
|
-
をCentOS7インストール時のように、実行するにはどうすれば善いでしょうか。
|
10
|
+
をCentOS7インストール時のように、実行するにはどうすれば善いでしょうか。
|
11
|
+
|
12
|
+
```ここに言語を入力
|
13
|
+
#systemctl enabled httpd.service
|
14
|
+
```
|
15
|
+
はエラーなしに実行できました。
|
16
|
+
|
17
|
+
また、
|
18
|
+
```httpd.service(Apache) 実行するためのスクリプト
|
19
|
+
#systemctl restart httpd.service
|
20
|
+
```
|
21
|
+
を実行すると「Job for httpd.service failed. See 'systemctl status httpd.service and' 'journalctl -xn' for datails.」というエラーメッセージが出ます。最初のころのように、実行できるようになるにはそうすればいいでしょうか?
|
1
消去
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|