X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=apache%2Funfold.conf;fp=apache%2Fmyslice.conf;h=61bb49f97a29d5899720a4bcfbee777935fdbab6;hp=8ee84d0fba9b75b2ed6baa7864ee5ff5d7812e5e;hb=c622863d98f57c1cfdaf12789c41644f51dd828b;hpb=c22a2a779edb285797b4b0a7b6297181f2165c05 diff --git a/apache/myslice.conf b/apache/unfold.conf similarity index 68% rename from apache/myslice.conf rename to apache/unfold.conf index 8ee84d0f..61bb49f9 100644 --- a/apache/myslice.conf +++ b/apache/unfold.conf @@ -1,15 +1,11 @@ -# xxx it might be smarter to install wsgi.py in some other location -# so we don't have to hard-wire these paths here -# xxx it might also be helpful to set up a specific log channel for this -# e.g. in /var/log/myslice.log - WSGIDaemonProcess myslice processes=2 threads=25 - WSGIProcessGroup myslice - CustomLog ${APACHE_LOG_DIR}/myslice-access.log common - ErrorLog ${APACHE_LOG_DIR}/myslice-error.log - WSGIScriptAlias / /usr/lib/python2.7/dist-packages/myslice/wsgi.py - - + WSGIDaemonProcess unfold processes=2 threads=25 + WSGIProcessGroup unfold + CustomLog ${APACHE_LOG_DIR}/unfold-access.log common + ErrorLog ${APACHE_LOG_DIR}/unfold-error.log + WSGIScriptAlias / /usr/share/unfold/apache/unfold.wsgi + + Order deny,allow Allow from all @@ -33,9 +29,9 @@ WSGIProcessGroup myslice-ssl CustomLog ${APACHE_LOG_DIR}/myslice-ssl-access.log common ErrorLog ${APACHE_LOG_DIR}/myslice-ssl-error.log - WSGIScriptAlias / /usr/lib/python2.7/dist-packages/myslice/wsgi.py - - + WSGIScriptAlias / /usr/share/unfold/apache/unfold.wsgi + + Order deny,allow Allow from all