Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一条在生产中(在 Apache 2 和 mod_wsgi 下)不起作用的特定路由('service' 和 '/service')(它们触发 NotFound 视图)。
但是,在开发中它们工作正常。
我可以做些什么来调试这个问题?我尝试添加另一条类似的路线(引发配置错误)。我试过在 development.ini 文件下运行它(除了日志记录没有变化)。
您可以尝试使用 Pyramid 的 notfound 调试输出来收集生产配置和开发配置之间的差异:
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/environment.html#debugging-not-found-errors