Skip to content

Commit 66c054b

Browse files
committed
Switch back to restart apache2 instead start.
1 parent 6ebb9e4 commit 66c054b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
16851685
echo "</IfModule>" >> remoteip.conf
16861686
sed -i "s/LogFormat \"%h/LogFormat \"%a/g" /etc/apache2/apache2.conf
16871687
a2enmod remoteip >> $LOG
1688-
systemctl start apache2
1688+
systemctl restart apache2
16891689
fi
16901690

16911691
# Configuring MariaDB host

0 commit comments

Comments
 (0)