added lunchuman
This commit is contained in:
30
subsites/lunchuman-apache
Normal file
30
subsites/lunchuman-apache
Normal file
@@ -0,0 +1,30 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user