Django + Apache + mod_wsgi permission denied
问题 I finished the tutorial on Django's site about using mod_wsgi (here), and having substituted my paths as appropriate, results in a big fat "Permission denied." when I try to access /. Here is the stuff I added to httpd.conf ( mod_wsgi is enabled earlier in the conf file): # Django configuration WSGIScriptAlias / /usr/local/django/billing/apache/django.wsgi <Directory /usr/local/django/billing/apache/django.wsgi> Order allow,deny Allow from all </Directory> AliasMatch ^/([^/]*\.css) /usr/local