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,

configuration setting for python server

2010-06-14 Thread shanti bhushan
I want to update the configuration file for python server ,but i am not able to locate the python configuration file. Please guide me in this respect. I am using a python web server This is the code for it --- import string,cgi,time from os

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 --

Re: configuration setting for python server

2010-06-14 Thread shanti bhushan
On Jun 15, 5:53 am, David Zaslavsky diaz...@ellipsix.net 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

Re: configuration setting for python server

2010-06-14 Thread shanti bhushan
On Jun 15, 5:53 am, David Zaslavsky diaz...@ellipsix.net 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

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 diaz...@ellipsix.net 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