In windows, using apache deploy django, access interface has been pending

  In windows, using apache deploy django, accessing static files can be a normal visit, but when accessing django interface, has been in a pending state, apache logs no error, nor access to records.

  In the test server manage.py runserver use django comes with no problem, I thought it was mod_wsgi version not right, but check the version of apache python version mod_wsgi version no problem, for the apache and mod_wsgi version does not solve the problem. Other projects use test is run, and stumbled https://www.lizenghai.com/archives/852.html  use this article, but also project the pandas, really OK.

  In the apache configuration file to add:

  WSGIApplicationGroup %{GLOBAL}

  problem solved

 

Guess you like

Origin www.cnblogs.com/shouwangrenjian/p/12455033.html