News

What version of Python is mod_wsgi compiled for? If it is the system package for mod_wsgi it may well be built for a different version of Python than your virtual environment and what you are wanting ...
It should be sufficient to have it as 0755. The user that Apache runs your code as only needs read access. Usually the problem is that your home directory is only 0750. Are you sure you didn't also ...