2012-02-28 11:37:03 +01:00
|
|
|
<VirtualHost *:80>
|
|
|
|
|
|
|
|
ServerName datalosjen.metanohi.name
|
|
|
|
ServerAlias www.datalosjen.metanohi.name datalosjen.lcl
|
|
|
|
ServerAdmin ns@metanohi.name
|
|
|
|
|
|
|
|
DocumentRoot /home/niels/www/meta/subsites/lunchuman
|
|
|
|
|
|
|
|
Alias /robots.txt /home/niels/www/meta/subsites/lunchuman/robots.txt
|
|
|
|
Alias /favicon.ico /home/niels/www/meta/subsites/lunchuman/favicon.ico
|
|
|
|
Alias /favicon.png /home/niels/www/meta/subsites/lunchuman/favicon.png
|
|
|
|
Alias /static /home/niels/www/meta/subsites/lunchuman/static
|
2012-03-22 16:21:56 +01:00
|
|
|
Alias /media /home/niels/www/meta/subsites/lunchuman/media
|
2012-03-14 12:21:32 +01:00
|
|
|
Alias /lunchuman.wsgi /home/niels/www/meta/subsites/lunchuman/lunchuman.wsgi
|
2012-02-28 11:37:03 +01:00
|
|
|
Alias /apache-config-template /home/niels/www/meta/subsites/lunchuman/apache-config-template
|
|
|
|
|
|
|
|
<Directory /home/niels/www/meta/subsites/lunchuman>
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
WSGIDaemonProcess lunchuman.metanohi.name processes=1 threads=1 display-name=%{GROUP}
|
|
|
|
WSGIProcessGroup lunchuman.metanohi.name
|
|
|
|
|
|
|
|
WSGIScriptAlias / /home/niels/www/meta/subsites/lunchuman/lunchuman.wsgi
|
|
|
|
|
|
|
|
LogLevel warn
|
|
|
|
ErrorLog /var/log/apache2/lunchuman.metanohi.name-error.log
|
|
|
|
CustomLog /var/log/apache2/lunchuman.metanohi.name-access.log combined
|
|
|
|
|
|
|
|
</VirtualHost>
|