2023-01-05 02:23:37 -05:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
logfile=/var/log/supervisord/supervisord.log
|
|
|
|
pidfile=/var/run/supervisord/supervisord.pid
|
|
|
|
childlogdir=/var/log/supervisord/
|
|
|
|
logfile_maxbytes=50MB ; maximum size of logfile before rotation
|
|
|
|
logfile_backups=10 ; number of backed up logfiles
|
|
|
|
loglevel=error
|
|
|
|
|
2023-04-16 22:31:08 -04:00
|
|
|
[program:apache2]
|
2023-01-05 02:23:37 -05:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2023-04-16 22:31:08 -04:00
|
|
|
# command=php-fpm
|
|
|
|
command=apache2-foreground
|
2023-01-05 02:23:37 -05:00
|
|
|
|
|
|
|
[program:cron]
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
|
|
|
command=/cron.sh
|