前 に戻る|目次の所 に戻る

via telnet GET HTTP

use telnet port 80

アクセスの 方法

telnet を 使用して 他のサーバーに アクセス する場合

Pmt> telnet 192.168.0.5 80
Trying 192.168.0.5...
Connected to 192.168.0.5.
Escape character is '^]'.
GET

さすれば access_log に

$ cat access_log 
192.168.0.5 - - [02/Jun/2005:18:49:26 +0900] "GET" 200 12984

もう一つ

Pmt> telnet 60.35.85.116 80
Trying 60.35.85.116...
Connected to 60.35.85.116.
Escape character is '^]'.

GET

さすれば access_log に

Pmt> cat access_log 
918.121.87.87 - - [02/Jun/2005:21:17:53 +0900] "GET" 200 2897
818.291.63.37 - - [02/Jun/2005:21:18:44 +0900] "GET" 200 2897
518.591.47.68 - - [02/Jun/2005:21:19:49 +0900] "GET" 200 2897

おいおい 追加していこう

にゃんたろう 拝!


前 に戻る|目次の所 に戻る


目次の所 に戻る

Copyright © 2004.-2007. nyantarou All Rights Reserved.