Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #111 from bparees/master
Browse files Browse the repository at this point in the history
do not use apachectl to start in foreground
  • Loading branch information
scollier committed Jun 22, 2015
2 parents c1a67e8 + 32b5dcc commit 12755fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/run-apache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# if it thinks it is already running.
rm -rf /run/httpd/* /tmp/httpd*

exec /usr/sbin/apachectl -D FOREGROUND
exec /usr/sbin/httpd -D FOREGROUND

0 comments on commit 12755fd

Please sign in to comment.