Im trying to setup wsgi on xampp in order to run python web applications.
Ive downloaded the appropriate binary from here and ive installed the module as described. As im running xampp, my module is located at C:\xampp\apache\modules. Ive also renamed the module (as suggested) to mod_wsgi.so.
Ive installed the module by adding the following to my httpd.conf:
LoadModule wsgi_module modules/mod_wsgi.so
immediately underneath all of the other module imports. However whenever i attempt to restart xampp, it wont start up again. The error i get is the endlessly helpful: The Apache2.2 service terminated with service-specific error Incorrect function... It should be noted that if i comment out the LoadModule... line above, my server restarts without issue. Any ideas would be greatly appreciated.