Wednesday, January 19, 2011

Installing mod_wsgi on windows server 2008 and WAMP

Hi, I'm currently running WAMP server and I'm trying to install mod_wsgi on the apache server. I copied the precompiled .so file into the /modules directory, added the loadmodule to the httpd.conf with the correct path, restarted the server but it won't load... I look into the apache error log but nothing's there. I tried with apache 2.2.11 and 2.2.14 but both failed. Is there anything I may be missing?

  • Did you have correct version of 32 bit Python installed for mod_wsgi.so file you use? Did you install Python for all users and not just yourself? Did you ensure that mod_wsgi.so file was readable by user that Apache service runs as? All are common mistakes.

    Pekka : +1 installing 32 bit python sorted it for me (Running Windows 7 64 bit).

0 comments:

Post a Comment