X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e66808bc9a56116a8b13dc7445c3b5a4fa76148e..e04a3d9448c218e380a0c281f2e6330df3166ead:/wolnelektury.vhost.template diff --git a/wolnelektury.vhost.template b/wolnelektury.vhost.template new file mode 100644 index 000000000..959b16457 --- /dev/null +++ b/wolnelektury.vhost.template @@ -0,0 +1,38 @@ + + ServerName %(project_name)s.example.com + ServerAdmin admin@example.com + + WSGIDaemonProcess %(project_name)s user=%(user)s group=%(user)s processes=2 threads=15 display-name=%%{GROUP} python-path=%(path)s/lib/python2.5/site-packages + WSGIProcessGroup %(project_name)s + + WSGIScriptAlias / %(path)s/%(project_name)s.wsgi + + Order allow, deny + allow from all + + + Alias /media %(path)s/media + + Options Indexes + Order allow, deny + Allow from all + + + Alias /admin-media %(path)s/admin-media + + Options Indexes + Order allow, deny + Allow from all + + + Alias /static %(path)s/releases/current/%(project_name)s/static + + Options Indexes + Order allow, deny + Allow from all + + + LogLevel warn + ErrorLog /var/log/apache2/error.log + CustomLog /var/log/apache2/access.log combined +