Compare commits

...

3 Commits

Author SHA1 Message Date
DiouxX 760591083b
Merge pull request #100 from angy91m/master
2 years ago
Angelo Burzi 9e702defa9 updated
2 years ago
angy91m 2b4db4ea20
Fix to kill apache before start it
2 years ago

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