## better use # https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/modwsgi/ # instead # # XXX this is very rough, was just pasted from the (wrong) web page # and never tested, so feel free to rewrite completely if that sounds right # #Alias /robots.txt /usr/share/myslice/all-static/robots.txt Alias /favicon.ico /usr/share/myslice/all-static/favicon.ico #AliasMatch ^/([^/]*\.css) /usr/share/myslice/all-static/styles/$1 Alias /all-static/ /usr/share/myslice/all-static/ Order deny,allow Allow from all WSGIScriptAlias / /usr/share/myslice/apache/myslice.wsgi Order allow,deny Allow from all