diff --git a/httpd-foreground b/httpd-foreground index b7f4d56..8ac3d22 100644 --- a/httpd-foreground +++ b/httpd-foreground @@ -1,7 +1,7 @@ -#!/bin/sh -set -e - -# Apache gets grumpy about PID files pre-existing -rm -f /usr/local/apache2/logs/httpd.pid - +#!/bin/sh +set -e + +# Apache gets grumpy about PID files pre-existing +rm -f /usr/local/apache2/logs/httpd.pid + exec httpd -DFOREGROUND "$@" \ No newline at end of file