github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/supervisor/apache.conf (about)

     1  [program:apache2]
     2  stopwaitsecs = 20
     3  startretries=10
     4  stopsignal = TERM
     5  command=/usr/sbin/apache2ctl -D "FOREGROUND"
     6  # Great hints at https://advancedweb.hu/supervisor-with-docker-lessons-learned/
     7  killasgroup=true
     8  stopasgroup=true
     9  priority=6
    10  stdout_logfile=/proc/self/fd/2
    11  stdout_logfile_maxbytes=0
    12  redirect_stderr=true
    13  exitcodes=0,1
    14  startsecs=1 # Must stay up 1 sec