d2399a
;;;;;;;;;;;;;;;;;;;;;
d2399a
; FPM Configuration ;
d2399a
;;;;;;;;;;;;;;;;;;;;;
d2399a
d2399a
; All relative paths in this configuration file are relative to PHP's install
d2399a
; prefix.
d2399a
d2399a
; Include one or more files. If glob(3) exists, it is used to include a bunch of
d2399a
; files from a glob(3) pattern. This directive can be used everywhere in the
d2399a
; file.
d2399a
include=/etc/php-fpm.d/*.conf
d2399a
d2399a
;;;;;;;;;;;;;;;;;;
d2399a
; Global Options ;
d2399a
;;;;;;;;;;;;;;;;;;
d2399a
d2399a
[global]
d2399a
; Pid file
d2399a
; Default Value: none
d2399a
pid = /run/php-fpm/php-fpm.pid
d2399a
d2399a
; Error log file
d2399a
; Default Value: /var/log/php-fpm.log
d2399a
error_log = /var/log/php-fpm/error.log
d2399a
d2399a
; Log level
d2399a
; Possible Values: alert, error, warning, notice, debug
d2399a
; Default Value: notice
d2399a
;log_level = notice
d2399a
d2399a
; If this number of child processes exit with SIGSEGV or SIGBUS within the time
d2399a
; interval set by emergency_restart_interval then FPM will restart. A value
d2399a
; of '0' means 'Off'.
d2399a
; Default Value: 0
d2399a
;emergency_restart_threshold = 0
d2399a
d2399a
; Interval of time used by emergency_restart_interval to determine when 
d2399a
; a graceful restart will be initiated.  This can be useful to work around
d2399a
; accidental corruptions in an accelerator's shared memory.
d2399a
; Available Units: s(econds), m(inutes), h(ours), or d(ays)
d2399a
; Default Unit: seconds
d2399a
; Default Value: 0
d2399a
;emergency_restart_interval = 0
d2399a
d2399a
; Time limit for child processes to wait for a reaction on signals from master.
d2399a
; Available units: s(econds), m(inutes), h(ours), or d(ays)
d2399a
; Default Unit: seconds
d2399a
; Default Value: 0
d2399a
;process_control_timeout = 0
d2399a
d2399a
; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
d2399a
; Default Value: yes
d2399a
daemonize = no
d2399a
d2399a
;;;;;;;;;;;;;;;;;;;;
d2399a
; Pool Definitions ; 
d2399a
;;;;;;;;;;;;;;;;;;;;
d2399a
d2399a
; See /etc/php-fpm.d/*.conf
d2399a