Apache restart after source changes

diverman pavel at schon.cz
Mon Dec 30 02:32:06 EST 2013


In development environment I suggest to use build-in webserver from wsgiref module, see http://docs.python.org/2/library/wsgiref.html#examples

Then it's easy to run webserver in console and kill&start it with Ctrl+C keystroke. In production environment, use your prefered webserver like apache,nginx etc...

Dne čtvrtek, 26. prosince 2013 7:36:45 UTC+1 Fredrik Bertilsson napsal(a):
> > Also, it's not a python issue, it's an issue with your particular
> 
> > stack. Other stacks do automatic reloading (for example, the web
> 
> > server that Django uses).
> 
> 
> 
> Which web server do you suggest instead of Apache, which doesn't have this problem? (I am not planning to use Django)



More information about the Python-list mailing list