From bf4b60af0b922dd2ad3cab151f54f5a323ce764d Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 12 Aug 2024 13:40:31 +0200 Subject: [PATCH] ff --- .../mgrote_munin_server/templates/apache.conf | 44 +++---------------- 1 file changed, 6 insertions(+), 38 deletions(-) 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 -