WHEN I WAS INSTALLING WSGI MODULE FOR APACHE
I downloaded the module from http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-win32-ap22py27-3.3.so
Renamed it to mod_wsgi.so
Copied it to C:\Program Files\Apache Software Foundation\Apache2.2\modules
edited httpd.conf
in C:\Program Files\Apache Software Foundation\Apache2.2\conf
Added line LoadModule wsgi_module modules/mod_wsgi.so
in the module loading section of httpd.conf
restarted Apache
Apache cannot be restarted
The error in errorlog is:
Syntax error on line 129 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_wsgi.so into server: The specified module could not be found.
It is not an issue with file extension or permission. Please help.
Make sure of the following: