apachecan';我没有从mod_wsgi.so上读到任何东西

apachecan';我没有从mod_wsgi.so上读到任何东西,apache,python-2.7,wsgi,graphite,Apache,Python 2.7,Wsgi,Graphite,我在Windows7上使用Apache2.2。我试图将mod_wsgi.so加载到Apache2.2,方法是在httpd.conf中添加以下行: LoadModule wsgi_module modules/mod_wsgi.so 在httpd.conf中,有一些行使用mod_wsgi.so中的指令(可能取决于此,所以我不确定),如下所示: WSGISocketPrefix D:\tool\apache2.2\conf 这一行让我陷入了从Apache2.2日志中获得的以下错误: [Thu J

我在Windows7上使用Apache2.2。我试图将mod_wsgi.so加载到Apache2.2,方法是在httpd.conf中添加以下行:

LoadModule wsgi_module modules/mod_wsgi.so
在httpd.conf中,有一些行使用mod_wsgi.so中的指令(可能取决于此,所以我不确定),如下所示:

WSGISocketPrefix D:\tool\apache2.2\conf
这一行让我陷入了从Apache2.2日志中获得的以下错误:

[Thu Jul 25 21:44:25 2013] [notice] Parent: Received restart signal -- Restarting the server.
[Thu Jul 25 21:44:25 2013] [notice] Child 6436: Exit event signaled. Child process is ending.
[Thu Jul 25 21:44:25 2013] [warn] module wsgi_module is already loaded, skipping
Syntax error on line 20 of D:/work/tool/apache2.2/conf/graphite.conf:
Invalid command 'WSGISocketPrefix', perhaps misspelled or defined by a module not included in the
server configuration
[Thu Jul 25 21:44:25 2013] [warn] (OS 995)The I/O operation has been aborted because of either a 
thread exit or an application request.  : winnt_accept: Asynchronous AcceptEx failed.
[Thu Jul 25 21:44:26 2013] [notice] Child 6436: Released the start mutex
[Thu Jul 25 21:44:27 2013] [notice] Child 6436: All worker threads have exited.
[Thu Jul 25 21:44:27 2013] [notice] Child 6436: Child process is exiting

请帮帮我

Windows上不使用WSGISocketPrefix,您不应该设置它。它仅与mod_wsgi守护程序模式相关,该模式仅在UNIX系统上受支持