Installing mod_wsgi module for apache

前端 未结 1 1367
清歌不尽
清歌不尽 2021-01-01 05:16

WHEN I WAS INSTALLING WSGI MODULE FOR APACHE

i Downloaded module from http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-win32-ap22py27-3.3.so

1条回答
  •  有刺的猬
    2021-01-01 06:00

    Make sure of the following:

    1. That you don't have extensions hidden and have added the extension twice.
    2. That the mod_wsgi.so file is readable to whatever Apache service user is.
    3. That your Apache is 32 bit.
    4. That your Python is 32 bit.
    5. That your Python is installed for all users and not just user you installed it as.

    0 讨论(0)
提交回复
热议问题