Browse Source

trying to get rid of segfault, changing to ubuntu

main
Holger Frey 3 years ago
parent
commit
3386b1ab80
  1. 3
      httpd-foreground
  2. 7
      httpd-foreground alpine

3
httpd-foreground

@ -4,4 +4,5 @@ set -e @@ -4,4 +4,5 @@ set -e
# Apache gets grumpy about PID files pre-existing
rm -f /run/apache2/httpd.pid
exec httpd -DFOREGROUND "$@"
source /etc/apache2/envvars
exec apache2 -DFOREGROUND "$@"

7
httpd-foreground alpine

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /run/apache2/httpd.pid
exec httpd -DFOREGROUND "$@"
Loading…
Cancel
Save