apache2.conf 349 B

123456789101112
  1. [program:apache2]
  2. autorestart=true
  3. autostart=true
  4. command=/usr/bin/pidproxy /run/apache2/apache2.pid /bin/bash -c "source /etc/apache2/envvars && /usr/sbin/apache2 -DFOREGROUND"
  5. environment=APACHE_CONFDIR=""
  6. stdout_logfile=/dev/stdout
  7. stdout_logfile_maxbytes=0
  8. stderr_logfile=/dev/stderr
  9. stderr_logfile_maxbytes=0
  10. stopasgroup=true
  11. killasgroup=true