質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,4 +15,18 @@
|
|
15
15
|
[FAILED]
|
16
16
|
```
|
17
17
|
|
18
|
-
心当たりがある方がいらっしゃれば、よろしくお願いします。
|
18
|
+
心当たりがある方がいらっしゃれば、よろしくお願いします。
|
19
|
+
|
20
|
+
|
21
|
+
追記
|
22
|
+
httpd.confの277行目を以下に変更したところ
|
23
|
+
```lang-<ここに言語を入力>
|
24
|
+
ServerName 192.168.33.10:80
|
25
|
+
```
|
26
|
+
|
27
|
+
次のエラーが出ました
|
28
|
+
```lang-<ここに言語を入力>
|
29
|
+
Starting httpd: Syntax error on line 502 of /etc/httpd/conf/httpd.conf:
|
30
|
+
Invalid command 'requires', perhaps misspelled or defined by a module not included in the server configuration
|
31
|
+
[FAILED]
|
32
|
+
```
|