基于 djapian 的搜索冻结

发布于 2024-07-26 02:06:06 字数 171 浏览 6 评论 0原文

当我尝试运行基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青衫负雪 2024-08-02 02:06:06

当我开始使用 Djapian 时,我遇到了同样的问题。 您应该能够通过将以下内容添加到您的 Apache 站点来解决此问题
配置文件:

WSGIApplicationGroup %{GLOBAL}

有关该主题的更多信息可在此处找到: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:

WSGIApplicationGroup %{GLOBAL}

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文