mirror of
https://github.com/macintoshplus/apache2-php.git
synced 2026-03-24 08:32:12 +01:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:apache2]
|
|
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DNO_DETACH -DNO_DAEMONIZE -DFOREGROUND"
|