core190: Ship Apache configuration and updated initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-22 14:44:40 +00:00
parent a577bfec64
commit 9682fa9fe7
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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