Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 1 | [system-worker] |
| 2 | user = www-data |
| 3 | group = www-data |
| 4 | pm = dynamic |
| 5 | pm.max_children = 15 |
| 6 | pm.start_servers = 2 |
| 7 | pm.min_spare_servers = 2 |
| 8 | pm.max_spare_servers = 4 |
| 9 | listen = [::]:9001 |
| 10 | access.log = /proc/self/fd/2 |
| 11 | clear_env = no |
| 12 | catch_workers_output = yes |
| 13 | php_admin_value[memory_limit] = 256M |
| 14 | php_admin_value[disable_functions] = show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec, ini_alter, pcntl_exec, proc_close, proc_get_status, proc_terminate, symlink |
| 15 | |
| 16 | [web-worker] |
| 17 | user = www-data |
| 18 | group = www-data |
| 19 | pm = dynamic |
| 20 | pm.max_children = 50 |
| 21 | pm.start_servers = 10 |
| 22 | pm.min_spare_servers = 10 |
| 23 | pm.max_spare_servers = 15 |
| 24 | listen = [::]:9002 |
| 25 | access.log = /proc/self/fd/2 |
| 26 | clear_env = no |
| 27 | catch_workers_output = yes |
| 28 | php_admin_value[memory_limit] = 512M |
| 29 | php_admin_value[disable_functions] = show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec, ini_alter, pcntl_exec, proc_close, proc_get_status, proc_terminate, symlink |