Skip to content

Commit

Permalink
Merge pull request #100 from angy91m/master
Browse files Browse the repository at this point in the history
Fix to kill apache before start it
  • Loading branch information
DiouxX authored Jan 24, 2024
2 parents 0bb48db + 9e702de commit 7605910
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
docker-compose-test.yml
cust-entry.sh
data
start-docker.sh
3 changes: 3 additions & 0 deletions glpi-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7605910

Please sign in to comment.