Problem of loading mod_wsgi module into apache on Windows 64-bit
问题 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 page cannot be loaded after I added the following line to httpd.conf LoadModule wsgi_module modules/mod_wsgi.so I've checked some issues from some sources as follows: The file name is correct - mod_wsgi.so not mod_wsgi.so.so Permissions on the file was set as same as other modules that loaded properly Python installed for