基于 djapian 的搜索冻结
当我尝试运行基于 djapian 的搜索时,它会冻结应用程序,并且我没有从服务器得到任何响应。 正在使用 mod_wsgi 部署站点。 当我在 python shell 或 django 开发服务器中运行搜索时,搜索运行良好。 这个问题似乎只有当我将站点部署到 apache 时才会出现。 有谁知道我该如何解决这个问题?
When I try to run a djapian based search it freezes the applications and I dont get any response from the server. Am deploying the site using mod_wsgi. The search runs fine when i run it in the python shell or in the django dev server. The problem seems to arise only when I deploy my site to apache. Does anyone know how I can get around this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我开始使用 Djapian 时,我遇到了同样的问题。 您应该能够通过将以下内容添加到您的 Apache 站点来解决此问题
配置文件:
有关该主题的更多信息可在此处找到:http://trac.xapian.org/ticket/ 185,此处有 Djapian 的相关票证:http: //code.google.com/p/djapian/issues/detail?id=35
I ran into the same problem when I started using Djapian. You should be able to work around this problem by adding the following to your Apache site
configuration file:
More information on the subject is available here: http://trac.xapian.org/ticket/185 and there's a related ticket for Djapian here: http://code.google.com/p/djapian/issues/detail?id=35