We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebb9e4 commit 66c054bCopy full SHA for 66c054b
install/hst-install-ubuntu.sh
@@ -1685,7 +1685,7 @@ if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
1685
echo "</IfModule>" >> remoteip.conf
1686
sed -i "s/LogFormat \"%h/LogFormat \"%a/g" /etc/apache2/apache2.conf
1687
a2enmod remoteip >> $LOG
1688
- systemctl start apache2
+ systemctl restart apache2
1689
fi
1690
1691
# Configuring MariaDB host
0 commit comments