configuration setting for python server
David Zaslavsky
diazona at ellipsix.net
Tue Jun 15 17:30:47 EDT 2010
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
More information about the Python-list
mailing list