相关疑难解决方法(0)

在Windows 64位上将mod_wsgi模块加载到apache的问题

我正在尝试按照此指令安装mod_wsgi模块.我从这个源代码下载了mod_wsgi.so .似乎apache无法正常重启服务,并且在将以下行添加到httpd.conf后无法加载页面

LoadModule wsgi_module modules/mod_wsgi.so

我从一些来源检查了一些问题如下:

  1. 文件名是正确的 - mod_wsgi.so不是mod_wsgi.so.so
  2. 文件的权限设置与正确加载的其他模块相同
  3. 为所有用户安装了Python

环境:

  • WindowsServer®标准FE 64位
  • WAMP 2.0上的Apache 2.2.8
  • 为所有用户安装了Python 2.7.1

在不加载此模块的情况下,apache正常运行.我的问题是什么?

应用程序error.log:

[Mon May 23 10:12:20 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon May 23 10:12:20 2011] [notice] Child 4528: Exit event signaled. Child process is ending.
[Mon May 23 10:12:21 2011] [notice] Child 4528: Released the start mutex
[Mon May 23 10:12:22 2011] [notice] Child 4528: All worker threads have exited. …
Run Code Online (Sandbox Code Playgroud)

python windows mod-wsgi x86-64 apache2

8
推荐指数
2
解决办法
1万
查看次数

标签 统计

apache2 ×1

mod-wsgi ×1

python ×1

windows ×1

x86-64 ×1