回答編集履歴

2

追記

2019/08/07 05:40

投稿

退会済みユーザー
test CHANGED
@@ -19,3 +19,41 @@
19
19
  ちなみに `apache` のスペル間違ってますよ。
20
20
 
21
21
  `apatch` -> `apache`
22
+
23
+
24
+
25
+ ---
26
+
27
+ ```bash
28
+
29
+ # Change this to Listen on specific IP addresses as shown below to
30
+
31
+ # prevent Apache from glomming onto all bound IP addresses.
32
+
33
+ #
34
+
35
+ #Listen 12.34.56.78:80
36
+
37
+ 8090  ←ここが60行目です
38
+
39
+ ```
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+ ```bash
48
+
49
+ # Change this to Listen on specific IP addresses as shown below to
50
+
51
+ # prevent Apache from glomming onto all bound IP addresses.
52
+
53
+ #
54
+
55
+ #Listen 12.34.56.78:80
56
+
57
+ Listen 8090
58
+
59
+ ```

1

修正

2019/08/07 05:40

投稿

退会済みユーザー
test CHANGED
@@ -9,3 +9,13 @@
9
9
  C:/Apache24/conf/httpd.conf の60行目にエラーがあるという意味なのですから、
10
10
 
11
11
  全角の空白が混ざっていたり、すくなくとも文法的なエラーがあると指摘されています。
12
+
13
+
14
+
15
+ ---
16
+
17
+
18
+
19
+ ちなみに `apache` のスペル間違ってますよ。
20
+
21
+ `apatch` -> `apache`