- [program:httpd]
- command=/usr/bin/pidproxy /var/run/apache2/apache2.pid /bin/bash -c "/usr/sbin/apache2ctl -D FOREGROUND"
- autostart=false
- autorestart=true
- startretries=3
- startsecs=1
- user=root
- killasgroup=true
- stopasgroup=true
- stdout_logfile=/dev/stdout
- stderr_logfile=/dev/stderr
- stdout_logfile_maxbytes=0
- stderr_logfile_maxbytes=0
- stdout_events_enabled = true
- stderr_events_enabled = true
|