diff --git a/roles/mgrote_munin_server/templates/apache.conf b/roles/mgrote_munin_server/templates/apache.conf index 01a6c180..355c80bd 100644 --- a/roles/mgrote_munin_server/templates/apache.conf +++ b/roles/mgrote_munin_server/templates/apache.conf @@ -1,48 +1,16 @@ -Documentroot /var/cache/munin/www - -ServerName {{ munin_servername }} - +Alias /munin /var/cache/munin/www - Satisfy Any - Options none - - ExpiresActive On - ExpiresDefault M310 - + Require local + Options None -Alias / /var/cache/munin/www/ - - Satisfy Any - Options +ExecCGI +ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph + + Require local SetHandler fcgid-script SetHandler cgi-script - - - - Satisfy Any - - - - Satisfy Any - - SetHandler fcgid-script - - - SetHandler cgi-script - - - - - Satisfy Any - - SetHandler fcgid-script - - - SetHandler cgi-script -