python 2.x python -m SimpleHTTPServer 1234 python 3.x python -m http.server python 3.x python -m http.server 1234 python 3.x , bind the server to a static ip address python -m http.server 1234 --bind 127.0.0.1