From: Michael Tremer Date: Fri, 17 May 2019 19:30:13 +0000 (+0100) Subject: core132: Ship updated apache configuration X-Git-Tag: v2.23-core133~123 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=f809b8d5c75ebfba1fce53882596356456328826;hp=df62774e32cdd33da266432f2dffefb0402c8ccf 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 --- 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