From f809b8d5c75ebfba1fce53882596356456328826 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 17 May 2019 20:30:13 +0100 Subject: [PATCH] core132: Ship updated apache configuration A reload would be sufficient. I could not find why apache needs to be restarted. Signed-off-by: Michael Tremer --- config/rootfiles/core/132/filelists/files | 1 + config/rootfiles/core/132/update.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/132/filelists/files b/config/rootfiles/core/132/filelists/files index d63c77e4a8..ab3520b40c 100644 --- a/config/rootfiles/core/132/filelists/files +++ b/config/rootfiles/core/132/filelists/files @@ -1,6 +1,7 @@ etc/system-release etc/issue etc/mime.types +etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf etc/rc.d/init.d/suricata etc/rc.d/init.d/unbound etc/suricata/suricata.yaml diff --git a/config/rootfiles/core/132/update.sh b/config/rootfiles/core/132/update.sh index 669df6009d..94c38b19e3 100644 --- a/config/rootfiles/core/132/update.sh +++ b/config/rootfiles/core/132/update.sh @@ -92,7 +92,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services -/etc/init.d/apache restart +/etc/init.d/apache reload /etc/init.d/collectd restart /etc/init.d/firewall restart /etc/init.d/unbound restart -- 2.39.2