From 8ca1d2a82e520643eb108beb5831a9cf49d8b0ee Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 1 Nov 2015 21:10:05 +0000 Subject: [PATCH] Set statscache httpd location. --- roles/statscache/frontend/templates/statscache.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/statscache/frontend/templates/statscache.conf b/roles/statscache/frontend/templates/statscache.conf index 5090d392dd..a3bc150d6c 100644 --- a/roles/statscache/frontend/templates/statscache.conf +++ b/roles/statscache/frontend/templates/statscache.conf @@ -15,3 +15,8 @@ Alias /static/ /usr/lib/python2.7/site-packages/statscache/static/ Order deny,allow Allow from all + + + WSGIProcessGroup statscache + Require all granted +