Do apache restart instead of reload.

agranig/1_0_subfix
Andreas Granig 12 years ago
parent 1437084795
commit afb37d5e08

@ -32,7 +32,7 @@ a2dissite default
# reload perl and/or apache modules
if [ -x /etc/init.d/apache2 ] ; then
invoke-rc.d apache2 reload
invoke-rc.d apache2 restart
fi
exit 0

Loading…
Cancel
Save