How to install mod_wsgi for apache 2.4 and python 3.4 on windows?

前端 未结 5 1080
野的像风
野的像风 2020-12-03 16:09

I had apache 2.4 already installed with xampp.I tried adding mod_wsgi using the steps mentioned here

But when I add the line

LoadModule wsgi_module          


        
5条回答
  •  甜味超标
    2020-12-03 16:59

    @LarryMartell I met the same issue on windows and fixed it. You can try to copy file apr_perms_set.h from apr repository (https://github.com/traviscross/apr) to Apache2.4's include folder.

提交回复
热议问题