mod_python 无法正常工作
我最近安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要遵循互联网上的随机指示。遵循 Django 网站上的实际文档。
不要使用 mod_python - 它已被弃用。使用 mod_wsgi。
别想PSP。
Don't follow random directions on the internet. Follow the actual documentation on Django's website.
Don't use mod_python - it's deprecated. Use mod_wsgi.
Don't even think about PSP.