回答編集履歴

3

脱字

2017/04/12 01:53

投稿

退会済みユーザー
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  を有効にされているので、
54
54
 
55
- tacsheavenさんの言われてVirtualHostにしたいとすると、
55
+ tacsheavenさんの言われているVirtualHostにしたいとすると、
56
56
 
57
57
  <VirtualHost>
58
58
 

2

追記2

2017/04/12 01:53

投稿

退会済みユーザー
test CHANGED
@@ -39,3 +39,25 @@
39
39
  `Listen 11111`
40
40
 
41
41
 
42
+
43
+ 追記2:
44
+
45
+ > 3. 設定が合っているかは検証していません。
46
+
47
+
48
+
49
+ 提示されている設定をよくよくみると、
50
+
51
+ NameVirtualHost *80
52
+
53
+ を有効にされているので、
54
+
55
+ tacsheavenさんの言われてVirtualHostにしたいとすると、
56
+
57
+ <VirtualHost>
58
+
59
+ の設定を
60
+
61
+ [バーチャルホストの例](https://httpd.apache.org/docs/2.2/ja/vhosts/examples.html)
62
+
63
+ を参考に設定してみてください。

1

Listenの件、追記

2017/04/12 01:53

投稿

退会済みユーザー
test CHANGED
@@ -7,3 +7,35 @@
7
7
  なので「http://000.00.00.00`/:33333`」でなく「「http://000.00.00.00`:33333/`」です。
8
8
 
9
9
  3. 設定が合っているかは検証していません。
10
+
11
+
12
+
13
+ 追記:
14
+
15
+ httpd.confの設定内Listenの設定も行って有りますか?
16
+
17
+
18
+
19
+ # Listen: Allows you to bind Apache to specific IP addresses and/or
20
+
21
+ # ports, in addition to the default. See also the <VirtualHost>
22
+
23
+ # directive.
24
+
25
+
26
+
27
+ # Change this to Listen on specific IP addresses as shown below to
28
+
29
+ # prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
30
+
31
+
32
+
33
+ #Listen 12.34.56.78:80
34
+
35
+ Listen 80
36
+
37
+ `Listen 33333`
38
+
39
+ `Listen 11111`
40
+
41
+