mini_httpd is
good software. It's a very simple web server that needs no
config.
mini_httpd -p 8080 -c *.py
That's all you need to run a web server serving the current directory
and running Python CGI. I use mini_httpd all the
time when I need an HTTP view of something for a quick project.
|
||