【发布时间】:2012-09-14 21:18:58
【问题描述】:
在 Apache 2 上使用 mod-python mod-wsgi 在 Python 中进行开发。
一切运行良好,但如果我对我的 PY 文件进行任何更改,更改不会传播,直到我重新启动 Apache /etc/init.d/apache2 restart。
这很烦人,因为我每次在开发中都无法 SSH 并重新启动 Apache 服务。
有什么方法可以禁用 Apache 缓存?
谢谢。
【问题讨论】:
标签: python apache caching wsgi