standalone python web server

Jarek Zgoda jzgoda at o2.usun.pl
Thu Dec 27 04:01:48 EST 2007


eric napisał(a):

> I want to setup simple python web server and I want it to just unzip
> and run, without any installation steps (have no right to do it).

Look at SimpleHTTPServer in standard library.

> I've tried to write by myself, however, I find I am getting into more
> details like processing image file, different file type(like FLV) ..
> etc. Any recommendation or tools suggested for me?

You'd have to write it on your own anyway if you do not want to use
ready-made server software like lighttpd or nginx.

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: zgoda at jabber.aster.pl | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)



More information about the Python-list mailing list