|
|
1
6
使用wsgi标准,通过
|
|
|
2
0
我通常不重新启动服务器,而是强制重新加载配置。在Ubuntu Hardy服务器上,就是
几乎立刻就完成了。 |
|
|
3
0
有关使用apache/mod wsgi时如何处理源代码重新加载的信息,请阅读: http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode http://blog.dscpl.com.au/2008/12/using-modwsgi-when-developing-django.html http://blog.dscpl.com.au/2009/02/source-code-reloading-with-modwsgi-on.html 文档在阅读时更有用。;-) |