core114: Ship updated apache2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-09-04 12:58:17 +01:00
parent 051884986d
commit 5f7487f676
4 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../common/apache2

View File

@@ -0,0 +1 @@
../../../common/apr

View File

@@ -0,0 +1 @@
../../../common/aprutil

View File

@@ -35,6 +35,7 @@ done
ipsec stop
/etc/init.d/squid stop
/etc/init.d/unbound stop
/etc/init.d/apache stop
# Extract files
extract_files
@@ -42,13 +43,15 @@ extract_files
# update linker config
ldconfig
# Remove baudrate from inittab
# Remove some files
rm -f /usr/sbin/htpasswd
# Update Language cache
/usr/local/bin/update-lang-cache
# Start services
/etc/init.d/unbound start
/etc/init.d/apache start
/etc/init.d/squid start
if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then