Python web server one liner using the SimpleHTTPServer module
Monday, February 20th, 2012Sometimes I need a webserver while doing troubleshooting, such as testing firewalls or proxy servers, and installing Apache or Nginx is a bit heavyweight for my tastes (or time). Optimally, I would want something that I can invoke easily, keep in the foreground, and CTRL-C when complete. Luckily, Python includes a simple webserver which gives [...]
My name is Rich Jerrido and I am the person behind



