ComplexHTTPServer is a Multithreaded Python SimpleHTTPServer.
Install from PyPI::
$ pip install ComplexHTTPServer
Install from Source::
$ python setup.py install
Basic usage::
$ python -m ComplexHTTPServer [PORT]
Default port is 8000
ComplexHTTPServer is released under the MIT License.