From: David Zaslavsky on
On Monday 14 June 2010 11:29:35 pm shanti bhushan wrote:
> do we have some configuration file for python server??
No.

As people have explained in reply to your other messages, Python's
BaseHTTPServer does not use any configuration files. If you want a web server
which uses a configuration file, you will need to write the code to read and
parse that configuration file.

:) David