Current File : //usr/local/apps/php74/etc/php-fpm.conf |
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;
; Global Options ;
;;;;;;;;;;;;;;;;;;
[global]
emergency_restart_threshold = 10
emergency_restart_interval = 1m
process_control_timeout = 10s
;;;;;;;;;;;;;;;;;;;;
; Pool Definitions ;
;;;;;;;;;;;;;;;;;;;;
[inlingua-user]
listen = /usr/local/apps/php74/var/fpm-inlingua.sock
listen.owner = nobody
listen.group = nobody
listen.mode = 0660
chdir = /home/inlingua
user = inlingua
group = inlingua
request_slowlog_timeout = 5s
slowlog = var/log/php-fpm-inlingua-slow.logs
listen.allowed_clients = 127.0.0.1
pm = ondemand
pm.max_children = 5
pm.start_servers = 0
pm.min_spare_servers = 1
pm.max_spare_servers = 5
pm.max_requests = 600
pm.process_idle_timeout = 100
request_terminate_timeout = 900s
php_flag[allow_url_fopen] = on
php_flag[log_errors] = on
php_flag[short_open_tag] = on
php_value[disable_functions] =
php_value[error_log] = /home/inlingua/inlingua_php74.error.log
php_value[error_reporting] = E_ALL & ~E_NOTICE
rlimit_files = 131072
rlimit_core = unlimited
catch_workers_output = yes
security.limit_extensions = FALSE
env[HOSTNAME] = \$HOSTNAME
env[TMP] = /tmp
env[TMPDIR] = /tmp
env[TEMP] = /tmp