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