10/3/14

python -m SimpleHTTPServer (Start a http server by python)

python -m SimpleHTTPServer
bogon:_video apple$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
192.168.0.102 - - [04/Oct/2014 01:56:21] "GET / HTTP/1.1" 200 -
192.168.0.102 - - [04/Oct/2014 01:56:22] code 404, message File not found
192.168.0.102 - - [04/Oct/2014 01:56:22] "GET /favicon.ico HTTP/1.1" 404 -

192.168.0.102 - - [04/Oct/2014 01:56:24] "GET /%E4%BD%A0%E8%AF%95%E8%BF%87%E5%8D%81%E4%B8%80%E9%83%BD%E5%9C%A8%E5%96%9D%E5%96%9C%E9%85%92%E5%90%97.mov HTTP/1.1" 200 -

No comments:

Post a Comment