Installing mod_wsgi on WAMP server running on Windows 7
问题 I downloaded mod_wsgi from the following location for apache 2.2 and python 2.7 (64bit). (I'm trying to get django to run on my computer). Whenever I add the following line: LoadModule wsgi_module modules/mod_wsgi.so Apache fails to start up. Can anyone tell me what the issue might be? 回答1: These are the following things you need to do to setup Apache for Django. I assume you are using Python 2.7 ( 32-bit ) on Windows ( 32-bit ) with WAMP server ( 32-bits ) installed. Download mod_wsgi-win32