website/httpd-foreground

8 lines
138 B
Text
Raw Normal View History

2021-08-16 19:05:50 +02:00
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /usr/local/apache2/logs/httpd.pid
exec httpd -DFOREGROUND "$@"