开发者

Wamp not running with mod_wsgi?

开发者 https://www.devze.com 2023-03-21 03:50 出处:网络
I used this tutorial: http://martinprzybyla.com/2011/02/01/how-to-get-python-working-with-apache-and-wampserver-win-7/

I used this tutorial:

http://martinprzybyla.com/2011/02/01/how-to-get-python-working-with-apache-and-wampserver-win-7/

And many similar ones to try and get the mod_wsgi module to work on wamp. 开发者_开发技巧After doing all the steps wamp will not start up and I don't get any messages in the log files. I even changed the LogLevel from warn to info but nothing is logged.

I have tried:

  1. Reintalling python to make sure it is installed for everyone
  2. Rebooting
  3. Grabbing different mod_wsgi binaries
  4. Adding the configurations one by one to see at which point wamp fails to start; which is the first line: LoadModule wsgi_module modules/mod_wsgi.so

Any ideas?

http://i.imgur.com/WR3Mi.jpg


Are you using the 64 bit version of WAMP?

If so you need to make sure you are using the 64 bit version of mod_wsgi.

You can find it here: http://www.lfd.uci.edu/~gohlke/pythonlibs/

0

精彩评论

暂无评论...
验证码 换一张
取 消