python - python 2.7 的 mod_python

标签 python python-2.7 mod-python

我最近在我的计算机 (x64) 上下载了 python 2.7,我想为其安装 mod_python(我有 apache 2.2),但是,我找不到支持 python 2.7 的 mod_python 版本。开发停止了吗?如果是这样,我应该改用什么?

最佳答案

mod_python 的开发已经停止,不再推荐使用它。我建议 mod_wsgi

来自mod_python Django documentation :

Support for mod_python has been deprecated, and will be removed in Django 1.5. If you are configuring a new deployment, you are strongly encouraged to consider using mod_wsgi or any of the other supported servers.

关于python - python 2.7 的 mod_python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3225498/

相关文章:

python - 如何编写动态代码让多元回归模型自动计算r方值并输出数据

android - 在 termux android N OS 上安装 python 时出错

python - OpenCV-Python : How Do I split an Image in a grid?

Python 将 r 放在 unicode 字符串变量之前

django - 导入错误 : No module named modpython

Python:计算一组整数中所有元素之间的差异

python - 如何使用 OpenCV 在一张 RGB 图像中编码灰度、SobelX 和 SobelY?

python - 如何使用 scikit-learn 中的标签对文本进行分类?

python - 在与 mod_python 一起运行的脚本中使用 pam_python

python - 使用 mod_python 时 python 日志记录模块的不同行为