涡轮齿轮 2 / 塔架
我真的很困惑我的目录结构如下。 project下的/foo/bar/project/
是通过virtualenv的python环境。
我还有两个额外的文件夹 live 和 beta。
Live 通过 apache wsgi 提供服务,而 beta 则使用 Paster 提供服务。
一些实时站点如何从 beta 目录提供模板的信息。为了确保我没有失去理智,我将 beta 目录重命名为 wtfbeta,希望服务器抛出错误来帮助我找出问题所在。
不,相反,它只是从实时目录加载正确的模板。 (重新启动 apache2 服务后)。
我真的被困在这里了。
I am really confused i have a directory structure as follows.
/foo/bar/project/
under project is the python environment via virtualenv.
I have two additional folders live, and beta.
Live is served via apache wsgi and beta is served using paster.
Some how the live site is serving templates from the beta directory. To make sure i wasn't losing my mind I renamed the beta directory to wtfbeta expecting the server to throw an error helping me track down what went wrong.
Nope, instead it just falls back to loading the correct template from the live directory. (after service apache2 restart).
I am really stuck here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此问题与使用相同 virtualenv 的两个站点有关。
This issue was related to both sites using the same virtualenv.