Python <= 2.3python -c "import SimpleHTTPServer as s; s.test();" 8000
Python >= 2.4python -m SimpleHTTPServer 8000
Python 3.xpython -m http.server 8000