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

前端 未结 5 1075
野的像风
野的像风 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:45

    This topic is useful for Windows 10, xampp webserver as well.
    I was struggling to find precompiled mod_wsgi.so for 
    Apache/2.4.27 (Win32) 
    Python/2.7.13 
    This [link][1] is useful to find the appropriate version of mod_wsgi.
    IF you are lucky, you can find the precompiled version [here][2]
    There is a step by step guidance available [here][3]
    
    
      [1]: https://github.com/GrahamDumpleton/mod_wsgi/blob/develop/win32/README.rst
      [2]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi
      [3]: https://everything2.com/title/Installing+Python+on+XAMPP
    

提交回复
热议问题