Installing mod_wsgi on WAMP server running on Windows 7

前端 未结 6 727
孤街浪徒
孤街浪徒 2020-12-02 12:34

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 follow

6条回答
  •  情歌与酒
    2020-12-02 13:11

    Only for users running windows 64 versions.

    I have created wsgi. Now you only need to install python and run apache. The configurations have already been set in the package. Just download the package and follow the instructions from 'Steps to follow.txt file' present in package.

    You dont need to download python and apache and mod_wsgi.so from anywhere. I have compiled the so file, and compatible python and apache2 versions. So that you are ready to deploy. Just that in apache config the document root has been set to cgi-bin folder present inside Apache2.

    Package can be downloaded from Zip package

    Instructions and package usage

提交回复
热议问题