I\'m trying to install mod_wsgi module followed this instruction. I\'ve downloaded mod_wsgi.so from this source. It seems like apache cannot restart services properly and the pa
I was faced with this situation as well, and Apache would run on windows 64bit, but won't if mod_wsgi is loaded.
I found a solution which is pretty simple:
c:\wamp\bin\apache\Apache2.2.21\modules\
andhttpd.conf
and add a line like: LoadModule wsgi_module modules/mod_wsgi.so
Summary: Everything (both apache and mod_wsgi) has to be 64bit for you to be able to run Apache/mod_wsgi on a 64-bit windows.