myslice.ini possible themes = onelab, fed4fire, fibre, smartfire
[myslice.git] / apache / unfold.conf
1 # see also unfold-ssl.conf
2
3 <VirtualHost *:80>
4         WSGIDaemonProcess unfold processes=2 threads=25
5         WSGIProcessGroup  unfold
6         CustomLog ${APACHE_LOG_DIR}/unfold-access.log common
7         ErrorLog ${APACHE_LOG_DIR}/unfold-error.log
8         WSGIScriptAlias / /usr/share/unfold/apache/unfold.wsgi
9         <Directory /usr/share/unfold/apache/>
10         <Files unfold.wsgi>
11         Order deny,allow
12         Allow from all
13         </Files>
14         </Directory>
15         Alias /static/ /usr/share/unfold/static/
16         <Directory /usr/share/unfold/static>
17         Order deny,allow
18         Allow from all
19         </Directory>
20 </VirtualHost>