python 2.7 - Apache can't read anything from mod_wsgi.so -


i'm using apache2.2 on windows 7. tried load mod_wsgi.so apache2.2 adding following line httpd.conf:

loadmodule wsgi_module modules/mod_wsgi.so 

in httpd.conf, there's lines using directives mod_wsgi.so (maybe depend on so, i'm not sure) line:

wsgisocketprefix d:\tool\apache2.2\conf 

this line made me stuck following error apache2.2 log:

[thu jul 25 21:44:25 2013] [notice] parent: received restart signal -- restarting server. [thu jul 25 21:44:25 2013] [notice] child 6436: exit event signaled. child process ending. [thu jul 25 21:44:25 2013] [warn] module wsgi_module loaded, skipping syntax error on line 20 of d:/work/tool/apache2.2/conf/graphite.conf: invalid command 'wsgisocketprefix', perhaps misspelled or defined module not included in server configuration [thu jul 25 21:44:25 2013] [warn] (os 995)the i/o operation has been aborted because of either  thread exit or application request.  : winnt_accept: asynchronous acceptex failed. [thu jul 25 21:44:26 2013] [notice] child 6436: released start mutex [thu jul 25 21:44:27 2013] [notice] child 6436: worker threads have exited. [thu jul 25 21:44:27 2013] [notice] child 6436: child process exiting 

please me!!

the wsgisocketprefix isn't used on windows , should not setting it. relevant mod_wsgi daemon mode supported on unix systems.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -