如果我加载mod_wsgi.so,WAMP服务器将无法生成星标

时间:2013-08-29 11:02:09

标签: apache wamp mod-wsgi

我已经阅读了很多关于这个主题的其他答案,但找不到我的解决方案。甚至卸载了所有东西并重新安装......

OS Win8-64bit

Wamp 64位,Apache:2.4.4 MySQL:5.6.12 PHP:5.4.12 PHPMyAdmin:4.0.4 SqlBuddy:1.3.3
              XDebug:2.2.3

我从here下载了64位wsgi。 我安装的所有东西都是64位。

当我向httpd.conf添加LoadModule wsgi_module modules/mod_wsgi.so时,WAMP无法启动,删除它可以解决问题......

Apache日志:

[Thu Aug 29 13:50:38.914739 2013]
[mpm_winnt:notice]
[pid 6124:tid 380]
AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations [Thu Aug 29 13:50:38.914739 2013]

[mpm_winnt:notice]
[pid 6124:tid 380]
AH00456: Server built: Feb 22 2013 22:08:37 [Thu Aug 29 13:50:38.914739 2013]

[core:notice]
[pid 6124:tid 380]
AH00094: Command line: 'c:\wamp\bin\apache\apache2.4.4\bin\httpd.exe -d C:/wamp/bin/apache/Apache2.4.4' [Thu Aug 29 13:50:38.914739 2013]

[mpm_winnt:notice]
[pid 6124:tid 380]
AH00418: Parent: Created child process 3624 [Thu Aug 29 13:50:39.308626 2013]

[mpm_winnt:notice]
[pid 3624:tid 260]
AH00354: Child: Starting 150 worker threads. [Thu Aug 29 13:52:03.007076 2013]

[mpm_winnt:notice]
[pid 6124:tid 380]
AH00422: Parent: Received shutdown signal -- Shutting down the server. [Thu Aug 29 13:52:05.009448 2013]

[mpm_winnt:notice]
[pid 3624:tid 260]
AH00364: Child: All worker threads have exited. [Thu Aug 29 13:52:05.023457 2013]

[mpm_winnt:notice]
[pid 6124:tid 380]
AH00430: Parent: Child process 3624 exited successfully. [Thu Aug 29 13:59:22.716409 2013]

[mpm_winnt:notice]
[pid 5948:tid 376]
AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations [Thu Aug 29 13:59:22.717411 2013]

[mpm_winnt:notice]
[pid 5948:tid 376]
AH00456: Server built: Feb 22 2013 22:08:37 [Thu Aug 29 13:59:22.717411 2013]

[core:notice]
[pid 5948:tid 376]
AH00094: Command line: 'c:\wamp\bin\apache\apache2.4.4\bin\httpd.exe -d C:/wamp/bin/apache/Apache2.4.4' [Thu Aug 29 13:59:22.717411 2013]

[mpm_winnt:notice]
[pid 5948:tid 376]
AH00418: Parent: Created child process 5956 [Thu Aug 29 13:59:22.963535 2013]

[mpm_winnt:notice]
[pid 5956:tid 252]
AH00354: Child: Starting 150 worker threads.

0 个答案:

没有答案