mod_wsgi 适用于带有 apache 2 和 Python 2.6 的 Windows

发布于 2024-11-28 08:23:27 字数 573 浏览 0 评论 0原文

我使用的是 apache 2.0.64 和 python 2.6。

有适用于 apache 2.2 的 mod_wsgi 版本。我已经整合成功了。但我想用apache 2.0配置它。由于一些其他依赖性,我不得不将我的 apache 版本降级为 2.0。

当我尝试将“mod_wsgi-win32-ap22py26-3.3.so”与 apache 2.0 集成时,它会出现模块加载错误。 mod_wsgi 下载页面提供大量下载。

http://code.google.com/p/modwsgi/downloads/list?can=1&q=&colspec=Filename+Summary+Uploaded+Size+DownloadCount

有人知道吗mod_wsgi 版本与 apache 2.0 和 python 2.6 兼容吗?

I am using apache 2.0.64 and python 2.6.

There is mod_wsgi version avialable for apache 2.2. I have integrated it successfully. But I want to configure it with apache 2.0. Because of some other dependency I had to down grade my apache version into 2.0.

When I am trying to ingrate "mod_wsgi-win32-ap22py26-3.3.so" with apache 2.0, it gives module load error. There are number of downloads available at mod_wsgi download page.

http://code.google.com/p/modwsgi/downloads/list?can=1&q=&colspec=Filename+Summary+Uploaded+Size+DownloadCount

Is anyone know the mod_wsgi version compatible with apache 2.0 and python 2.6?

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

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

发布评论

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

评论(2

故事↓在人 2024-12-05 08:23:27

文件名的“ap22”部分表明该模块是为 Apache 2.2 构建的,因此只能与 v2.2 版本一起使用。

我在该页面上没有看到任何为 Apache 2.0 构建的内容...您可以编译自己的吗?

The "ap22" portion of the filename suggests that the module is built for Apache 2.2, methinks, and thus will only work with a v2.2 build.

I don't see on that page any built for Apache 2.0... Can you compile your own?

街道布景 2024-12-05 08:23:27

我遇到了同样的问题,但事实是,mod-wsgi 版本 3.3 不适用于 Apache 2.4。此外,该页面上给出的二进制文件指定这些二进制文件适用于 32 位系统。因此,如果您运行的是 64 位系统,则需要 64 位二进制 .so 文件。
所以,你最好还是编译源代码。

I'm having the same problem, but the fact is, mod-wsgi ver 3.3 does not work with Apache 2.4. Also, the binaries given on that page specify that the binaries are for 32-bit systems. So, if you're running a 64-bit system, you will need 64-bit binary .so file.
So, you're better going around compiling the source code.

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