質問編集履歴
2
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
試したことを一点追加。
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,4 +38,23 @@
|
|
38
38
|
稼働中のインターネット接続 (サーバと確立)
|
39
39
|
Proto 受信-Q 送信-Q 内部アドレス 外部アドレス 状態
|
40
40
|
tcp6 0 0 :::8000 :::* LISTEN
|
41
|
+
```
|
42
|
+
### 試したこと②
|
43
|
+
|
44
|
+
curl アクセスの詳細を確認。
|
45
|
+
```ここに言語を入力
|
46
|
+
root@63e19d771435:~/mysite2/mysite2# curl -v http://172.17.0.1:8000
|
47
|
+
* Rebuilt URL to: http://172.17.0.1:8000/
|
48
|
+
* Trying 172.17.0.1...
|
49
|
+
* TCP_NODELAY set
|
50
|
+
* Connected to 172.17.0.1 (172.17.0.1) port 8000 (#0)
|
51
|
+
> GET / HTTP/1.1
|
52
|
+
> Host: 172.17.0.1:8000
|
53
|
+
> User-Agent: curl/7.58.0
|
54
|
+
> Accept: */*
|
55
|
+
>
|
56
|
+
* Empty reply from server
|
57
|
+
* Connection #0 to host 172.17.0.1 left intact
|
58
|
+
curl: (52) Empty reply from server
|
59
|
+
|
41
60
|
```
|