重新编译 Django 而不重新启动 Apache
我知道有关于此的主题,并且我知道将守护进程与 mod_wsgi 一起使用,但我在 Windows 计算机上运行,因此我不相信 WSGIDaemonProcess 可用。有没有其他方法可以在 Windows 计算机上重新编译 Django,而无需使用 mod_wsgi 重新启动 Apache?
如果不是,那也没关系,但我只是想知道人们如何在托管公司(如 GoDaddy)的生产环境中处理这个问题,其中服务器不由他们控制。我正在运行开发服务器,因此重新启动它没什么大不了的。
I know there are topics on this and I am aware of using Daemon processes with mod_wsgi, but I am running on a Windows computer and I don't believe WSGIDaemonProcess is therefore available. Is there any other way I can recompile Django without restarting Apache with mod_wsgi on a Windows computer?
If not that's fine but I just wonder how people would deal with this in a production environment with a hosting company (like GoDaddy), where the server is not theirs to control. I'm running a development server so restarting it is no big deal.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以管理的最好内容是:
http://blog.dscpl.com.au/2009/02/source-code-reloading-with-modwsgi-on.html
Best you can manage is what is described in:
http://blog.dscpl.com.au/2009/02/source-code-reloading-with-modwsgi-on.html