30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
|
<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
|
||
|
Alias /lunchuman.wsgi /home/niels/www/meta/subsites/films/lunchuman.wsgi
|
||
|
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>
|