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.
The very thing is that nginx – the small and full-featured written-in-C http-server is also works on n800/810.
Nice to know about it!
For those interested, I’ve found this link to download it: http://maemo.org/downloads/product/OS2007/nginx/