Browse Source

trying to get rid of segfault, changing to ubuntu

main
Holger Frey 3 years ago
parent
commit
555d66958f
  1. 2
      httpd-foreground

2
httpd-foreground

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