summaryrefslogtreecommitdiff
path: root/httpd-foreground
blob: e896168ca1783bc50327bc4a7e7806ba8aa6d482 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e

# Apache gets grumpy about PID files pre-existing
rm -f /usr/local/apache2/logs/httpd.pid

exec httpd -DFOREGROUND "$@"