diff --git a/httpd-foreground b/httpd-foreground index b258bf4..e39e9a4 100644 --- a/httpd-foreground +++ b/httpd-foreground @@ -4,5 +4,5 @@ set -e # Apache gets grumpy about PID files pre-existing rm -f /run/apache2/httpd.pid -source /etc/apache2/envvars +#source /etc/apache2/envvars exec apache2 -DFOREGROUND "$@" \ No newline at end of file