Merge pull request #100 from angy91m/master

Fix to kill apache before start it
pull/103/merge
DiouxX 2 years ago committed by GitHub
commit 760591083b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored

@ -1 +1,4 @@
docker-compose-test.yml
cust-entry.sh
data
start-docker.sh

@ -63,5 +63,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