X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=apache%2Fmyslice.conf;h=c994af369aff4f4d6285decc82bb3bdb799dbf66;hp=b36a75ecd8ba91c327bde726dc81ceccdbe42a1b;hb=92db172eb967bdfec2f949a1a15592c0409a31ed;hpb=be299cf00512e0bc83bf48518a0290bdedf7ff10 diff --git a/apache/myslice.conf b/apache/myslice.conf index b36a75ec..c994af36 100644 --- a/apache/myslice.conf +++ b/apache/myslice.conf @@ -1,5 +1,7 @@ +# xxx it might be smarter to install wsgi.py in some other location +# so we don't have to hard-wire these paths here - WSGIScriptAlias / /usr/share/unfold/myslice/wsgi.py + WSGIScriptAlias / /usr/lib/python2.7/dist-packages/myslice/wsgi.py Order deny,allow @@ -21,7 +23,7 @@ # this to be optional on that port - WSGIScriptAlias / /usr/share/unfold/myslice/wsgi.py + WSGIScriptAlias / /usr/lib/python2.7/dist-packages/myslice/wsgi.py Order deny,allow