From 5372f26f07d30cd9b3ee949e08342f437b86b130 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 17 May 2013 15:55:25 +0000 Subject: merge abompards lists-dev playbook into main repo mark some fixmes move some files/inventory items around --- files/lists-dev/hyperkitty.apache.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/lists-dev/hyperkitty.apache.conf (limited to 'files/lists-dev/hyperkitty.apache.conf') diff --git a/files/lists-dev/hyperkitty.apache.conf b/files/lists-dev/hyperkitty.apache.conf new file mode 100644 index 000000000..5773918fb --- /dev/null +++ b/files/lists-dev/hyperkitty.apache.conf @@ -0,0 +1,27 @@ +#Alias /robots.txt /etc/hyperkitty/sites/default/static/robots.txt +#Alias /favicon.ico /etc/hyperkitty/sites/default/static/favicon.ico +Alias /hyperkitty/static /var/lib/hyperkitty/sites/default/static + +#ErrorLog /var/log/httpd/hyperkitty_error.log +#CustomLog /var/log/httpd/hyperkitty_access.log combined + +WSGIScriptAlias /hyperkitty /etc/hyperkitty/sites/default/wsgi.py +WSGIDaemonProcess hyperkitty threads=25 python-path=/etc/hyperkitty/sites/default +# If using VirtualEnv +#WSGIDaemonProcess hyperkitty threads=25 python-path=/etc/hyperkitty/sites/default:/path/to/your/venv/lib/python2.X/site-packages +WSGISocketPrefix run/wsgi + + + + Order deny,allow + Allow from all + Require all granted + + WSGIProcessGroup hyperkitty + + + + Order deny,allow + Allow from all + Require all granted + -- cgit