Problem of loading mod_wsgi module into apache on Windows 64-bit

后端 未结 3 818
一个人的身影
一个人的身影 2021-02-06 05:11

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 pa

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-06 05:36

    I got Apache/Mod_wsgi running on a Windows 2008 server.

    The link to the 64 bit version of Apache provided by Peter is broken. I found one that worked for me at:

    http://www.apachelounge.com/download/win64/

    Read the readme.txt. The install is very simple.

    His link to the 64 bit mod_wsgi is still good:

    http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi

    I used an win-amd64 version just fine and I think the hardware I'm on is Intel.

    I made sure the Apache and Mod_wsgi versions matched as did the python version. I believe the mod_wsgi version I used was 3.3.

提交回复
热议问题