回答編集履歴

2

修正2

2016/10/10 03:11

投稿

moonphase
moonphase

スコア6621

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  1.グローバルIPで分ける
6
6
 
7
- example.com80 -> 111.111.111.111:80 -> serverA:80
7
+ example.com:80 -> 111.111.111.111:80 -> serverA:80
8
8
 
9
9
  example.net:80 -> 222.222.222.222:80 -> serverB:80
10
10
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  2.グローバルIPは一つ、Hostヘッダで分ける
20
20
 
21
- example.com80 -> 111.111.111.111:80 -> (Host: example.com) -> serverA:80
21
+ example.com:80 -> 111.111.111.111:80 -> (Host: example.com) -> serverA:80
22
22
 
23
23
  example.net:80 -> 111.111.111.111:80 -> (Host: example.net) -> serverB:80
24
24
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  3.グローバルIPは一つ、ポート番号で分ける
34
34
 
35
- example.com80 -> 111.111.111.111:80 -> serverA:80
35
+ example.com:80 -> 111.111.111.111:80 -> serverA:80
36
36
 
37
37
  example.com:8080 -> 111.111.111.111:8080 -> serverB:80
38
38
 

1

修正

2016/10/10 03:11

投稿

moonphase
moonphase

スコア6621

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  1.グローバルIPで分ける
6
6
 
7
- example.com:80 -> 111.111.111.111:80 -> serverA:80
7
+ example.com:80 -> 111.111.111.111:80 -> serverA:80
8
8
 
9
9
  example.net:80 -> 222.222.222.222:80 -> serverB:80
10
10
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  2.グローバルIPは一つ、Hostヘッダで分ける
20
20
 
21
- example.com:80 -> 111.111.111.111:80 -> (Host: example.com) -> serverA:80
21
+ example.com:80 -> 111.111.111.111:80 -> (Host: example.com) -> serverA:80
22
22
 
23
23
  example.net:80 -> 111.111.111.111:80 -> (Host: example.net) -> serverB:80
24
24
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  3.グローバルIPは一つ、ポート番号で分ける
34
34
 
35
- example.com:80 -> 111.111.111.111:80 -> serverA:80
35
+ example.com:80 -> 111.111.111.111:80 -> serverA:80
36
36
 
37
37
  example.com:8080 -> 111.111.111.111:8080 -> serverB:80
38
38