Re: configuration setting for python server

2010-06-15 Thread David Zaslavsky
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,

Re: configuration setting for python server

2010-06-14 Thread Stephen Hansen
On 6/14/10 8:30 PM, shanti bhushan wrote: > On Jun 15, 5:53 am, David Zaslavsky wrote: >> On Monday 14 June 2010 6:19:33 am shanti bhushan wrote:> I want to update >> the configuration file for python server ,but i am >>> not able to locate the python configuration file. >> >> What configuration

Re: configuration setting for python server

2010-06-14 Thread shanti bhushan
On Jun 15, 5:53 am, David Zaslavsky wrote: > On Monday 14 June 2010 6:19:33 am shanti bhushan wrote:> I want to update the > configuration file for python server ,but i am > > not able to locate the python configuration file. > > What configuration file? I don't see anything in your code that rea

Re: configuration setting for python server

2010-06-14 Thread shanti bhushan
On Jun 15, 5:53 am, David Zaslavsky wrote: > On Monday 14 June 2010 6:19:33 am shanti bhushan wrote:> I want to update the > configuration file for python server ,but i am > > not able to locate the python configuration file. > > What configuration file? I don't see anything in your code that rea

Re: configuration setting for python server

2010-06-14 Thread David Zaslavsky
On Monday 14 June 2010 6:19:33 am shanti bhushan wrote: > I want to update the configuration file for python server ,but i am > not able to locate the python configuration file. What configuration file? I don't see anything in your code that reads a configuration file. :) David -- http://mail.py