Fix to kill apache before start it

It's necessary because 'service apache2 stop' leaves some process alive
pull/100/head
angy91m 2 years ago committed by GitHub
parent fdbe308a26
commit 2b4db4ea20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,5 +62,8 @@ service cron start
#Activation du module rewrite d'apache
a2enmod rewrite && service apache2 restart && service apache2 stop
#Fix to really stop apache
pkill -9 apache
#Lancement du service apache au premier plan
/usr/sbin/apache2ctl -D FOREGROUND

Loading…
Cancel
Save