How to use Python 3 and Django with Apache?
问题 My goal is to set up Python 3 with Apache. My biggest problem is actually acquiring mod_python.so. For the life of me I found only one site where it could be downloaded (http://www.modpython.org/) and what I got was a bunch of build and install files. I can find no guide explaining how to set up Python 3 with Apache. So if someone could walk me through it now, the internet will finally contain the solution! 回答1: Django 1.6+ and mod_wsgi 3.4+ are required to use Python 3 with Apache. For more