Im trying to load mod_wsgi on Windows 7 64-bit.
I've inserted LoadModule wsgi_module modules/mod_wsgi.so in my Apache's httpd.conf file.
But on restarting Apache, I get The request operation has failed.
C:\Program Files (x86)\Apache Software Foundation\Apache2.2\logs\error.log :
httpd.exe: Syntax error on line 504 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files (x86)/Apache Software Foundation/Apache2.2/modules/mod_wsgi.so into server: The specified module could not be found.
But C:\Program Files (x86)\Apache Software Foundation\Apache2.2\modules\mod_wsgi.so does exist.
Does mod_wsgi.so need to be in Systems folder ?