mod_python 无法正常工作

发布于 2024-11-19 11:30:35 字数 513 浏览 3 评论 0原文

我最近安装了 mod_python 来与 Apache2 一起使用。但是,它没有显示 python 页面,而是要求我下载它。我按照这里的说明进行操作: http://www.howtoforge.com/embedding-python -in-apache2-with-mod_python-debian-etch

当我重新启动 apache2 时: * 重新启动 Web 服务器 apache2 [Tue Jul 12 21:00:44 2011] [warn] 模块 python_module 已加载,正在跳过 ...等待 [Tue Jul 12 21:00:45 2011] [warn] 模块 python_module 已加载,正在跳过 出了

什么问题?

哦,我需要为 Django 启用 psp 处理程序吗?模板不需要吗?

I recently installed mod_python to use with Apache2. But, instead of displaying a python page, it asks me to download it. I followed the instructions here:
http://www.howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-etch

When I restart apache2:
* Restarting web server apache2 [Tue Jul 12 21:00:44 2011] [warn] module python_module is already loaded, skipping
... waiting [Tue Jul 12 21:00:45 2011] [warn] module python_module is already loaded, skipping

What's wrong?

Oh, and do I need to enable the psp handler for Django? Is it not required for the templates?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

稚然 2024-11-26 11:30:36
  1. 不要遵循互联网上的随机指示。遵循 Django 网站上的实际文档

  2. 不要使用 mod_python - 它已被弃用。使用 mod_wsgi。

  3. 别想PSP。

  1. Don't follow random directions on the internet. Follow the actual documentation on Django's website.

  2. Don't use mod_python - it's deprecated. Use mod_wsgi.

  3. Don't even think about PSP.

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