|
|
@ -4,4 +4,5 @@ set -e |
|
|
|
# Apache gets grumpy about PID files pre-existing |
|
|
|
# Apache gets grumpy about PID files pre-existing |
|
|
|
rm -f /run/apache2/httpd.pid |
|
|
|
rm -f /run/apache2/httpd.pid |
|
|
|
|
|
|
|
|
|
|
|
exec httpd -DFOREGROUND "$@" |
|
|
|
source /etc/apache2/envvars |
|
|
|
|
|
|
|
exec apache2 -DFOREGROUND "$@" |