apache2.conf 366 B

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