From 72267e8283de77a21d8524f0968ea7af0ac8afb2 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 25 Feb 2015 18:07:57 +0100 Subject: [PATCH] README: Add some additional config to apache. Based on comment @propyless in #113. --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b1b7529..018f9e6 100644 --- a/README.rst +++ b/README.rst @@ -276,6 +276,10 @@ Here is a sample configuration for Debian and Ubuntu: CustomLog /var/log/apache2/puppetboard.access.log combined Alias /static /usr/local/lib/pythonX.Y/dist-packages/puppetboard/static + Directory /usr/lib/python2.X/dist-packages/puppetboard/static> + Satisfy Any + Allow from all + WSGIProcessGroup puppetboard @@ -296,7 +300,11 @@ Here is a sample configuration for Fedora: ErrorLog /var/log/httpd/puppetboard.error.log CustomLog /var/log/httpd/puppetboard.access.log combined - Alias /static /usr/lib/pythonX.Y/site-packages/puppetboard/static + Alias /static /usr/local/lib/pythonX.Y/site-packages/puppetboard/static + Directory /usr/lib/python2.X/site-packages/puppetboard/static> + Satisfy Any + Allow from all + WSGIProcessGroup puppetboard