4.4.10. pywebserveΒΆ

pywebserve aims to expose a local directory to the world. It is using only Python modules (BaseHTTPServer and SimpleHTTPServer) and can be controlled by systemd.

The server is listening on port 8880.

../../_images/pywebserve.png

pywebserve

This example shows the details of the pywebserve web server.

$ nc 10.0.0.64 8880
HEAD / HTTP/1.1
host: localhost

HTTP/1.0 200 OK
Server: SimpleHTTP/0.6 Python/2.7.5
Date: Sat, 01 Nov 2014 13:12:15 GMT
Content-type: text/html; charset=UTF-8
Content-Length: 434