X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=apache%2Fmyslice.conf;h=b78245200dc236c6c533bf95d570e611d62ff724;hb=2baef1cc1dd5bd77c4a949cd60721122d1b55a46;hp=581b559c779c6a77b852a711f6aa7171f9d1c9a6;hpb=2404a7633cc73ab9efbd316d033507980b127b6f;p=unfold.git diff --git a/apache/myslice.conf b/apache/myslice.conf index 581b559c..b7824520 100644 --- a/apache/myslice.conf +++ b/apache/myslice.conf @@ -1,25 +1,14 @@ -## 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/static/robots.txt -Alias /favicon.ico /usr/share/unfold/static/favicon.ico - -#AliasMatch ^/([^/]*\.css) /usr/share/myslice/static/styles/$1 - -Alias /static/ /usr/share/unfold/static/ - - -Order deny,allow -Allow from all - - -WSGIScriptAlias / /usr/share/unfold/apache/myslice.wsgi - - -Order allow,deny -Allow from all - + + WSGIScriptAlias / /usr/share/unfold/myslice/wsgi.py + + + Order deny,allow + Allow from all + + + Alias /static/ /usr/share/unfold/static/ + + Order deny,allow + Allow from all + +