Re: python local web server

2010-06-14 Thread James Mills
On Tue, Jun 15, 2010 at 2:44 PM, alex23 wrote: > shanti bhushan wrote: >> Please guide me the design or direct me the best approach to do all >> this. > > The best approach? > > 1. Study > 2. Learn > 3. Apply > > There you go, the advice that keeps on giving. In addition to my good colleagues so

Re: python local web server

2010-06-14 Thread Stephen Hansen
On 6/14/10 9:41 PM, shanti bhushan wrote: > Hi , > I want to use the python local web server. > I want to do the following activities with the server. > 1. I want to change to configuration of any time ,with the help of > python script. > 2. I want to log request and response fo

Re: python local web server

2010-06-14 Thread alex23
shanti bhushan wrote: > Please guide me the design or direct me the best approach to do all > this. The best approach? 1. Study 2. Learn 3. Apply There you go, the advice that keeps on giving. -- http://mail.python.org/mailman/listinfo/python-list

python local web server

2010-06-14 Thread shanti bhushan
Hi , I want to use the python local web server. I want to do the following activities with the server. 1. I want to change to configuration of any time ,with the help of python script. 2. I want to log request and response for the server so ,i can use it for analysis. Please guide me in this