Simple HTTP server in Python
Reading blog comments about Meiga out there, I’ve found one particularly interesting. Python has an embedded HTTP server that can serve the current directory from a given port. It can be instanced for port 8282 simply issuing this command:
python -m SimpleHTTPServer 8282
The funny thing is that… it works on the N810 also!
More info about SimpleHTTPServer here.
July 1st, 2009 at 06:17
The very thing is that nginx – the small and full-featured written-in-C http-server is also works on n800/810.
July 1st, 2009 at 09:13
Nice to know about it!
For those interested, I’ve found this link to download it: http://maemo.org/downloads/product/OS2007/nginx/