From: Michael Tremer Date: Sun, 22 Sep 2024 14:44:40 +0000 (+0000) Subject: core190: Ship Apache configuration and updated initscript X-Git-Tag: v2.29-core190~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9682fa9fe769ea84a032400b2855e7ef4a975696;p=ipfire-2.x.git core190: Ship Apache configuration and updated initscript Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/190/filelists/files b/config/rootfiles/core/190/filelists/files index 61317e4958..c2f0a122c3 100644 --- a/config/rootfiles/core/190/filelists/files +++ b/config/rootfiles/core/190/filelists/files @@ -1,8 +1,11 @@ etc/collectd.conf etc/collectd.d +etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf +etc/rc.d/init.d/apache etc/rc.d/init.d/collectd srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/logs.cgi/log.dat srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi +var/ipfire/backup/include var/ipfire/network-functions.pl diff --git a/config/rootfiles/core/190/update.sh b/config/rootfiles/core/190/update.sh index b9e1fd8420..23ed84e2db 100644 --- a/config/rootfiles/core/190/update.sh +++ b/config/rootfiles/core/190/update.sh @@ -56,6 +56,7 @@ if [ -e "/etc/collectd.custom" ]; then fi # Start services +/etc/rc.d/init.d/apache restart /etc/init.d/collectd restart /etc/init.d/sshd restart