Cannot run mod_wsgi on Apache 2.4 x64 Windows
Solution 1:
In my case the problem was wyth Python - it's x86 while everithing else is x64 (thanks to https://stackoverflow.com/questions/10447094/installing-mod-wsgi-module-for-apache)
Also the module import should be (thanks to Can't locate API module structure `mod_wsgi')
LoadModule wsgi_module modules/mod_wsgi.so
not
LoadModule mod_wsgi modules/mod_wsgi.so