Subscribe:

Ads 468x60px

Pages

Sunday, March 4, 2012

Simple Python Web Server

This is about a simple web server which I have done for an assignment. Server implemented using python language and it's standard libraries. This simple web server facilitates for GET request and server is capable with handling few HTTP error codes. Server configurations can be manipulated using external configuration file. Some configurable values are web root path, host IP, etc. This server successfully tested on Ubuntu 10.10      

>>Download