We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 971f1c2 + 19d9e3b commit b3e363fCopy full SHA for b3e363f
scripts/init.sh
@@ -1,4 +1,8 @@
1
#!/bin/bash
2
3
source /etc/apache2/envvars
4
-exec apache2 -D FOREGROUND
+
5
+# Apache gets grumpy about PID files pre-existing
6
+rm -f /var/run/apache2/apache2.pid
7
8
+exec apache2 -D FOREGROUND
0 commit comments