Lines Matching refs:of

20 ; Unix user/group of the child processes. This can be used only if the master
49 ; BSD-derived systems allow connections regardless of permissions. The owner
58 ; these options, value is a comma separated list of user/group names.
63 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
90 ; Choose how the process manager will control the number of child processes.
92 ; static - a fixed number (pm.max_children) of child processes;
93 ; dynamic - the number of child processes are set dynamically based on the
96 ; pm.max_children - the maximum number of children that can
98 ; pm.start_servers - the number of children created on startup.
99 ; pm.min_spare_servers - the minimum number of children in 'idle'
101 ; of 'idle' processes is less than this
103 ; pm.max_spare_servers - the maximum number of children in 'idle'
105 ; of 'idle' processes is greater than this
107 ; pm.max_spawn_rate - the maximum number of rate to spawn child
111 ; pm.max_children - the maximum number of children that
113 ; pm.process_idle_timeout - The number of seconds after which
118 ; The number of child processes to be created when pm is set to 'static' and the
119 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
120 ; This value sets the limit on the number of simultaneous requests that will be
129 ; The number of child processes created on startup.
134 ; The desired minimum number of idle server processes.
139 ; The desired maximum number of idle server processes.
144 ; The number of rate to spawn child processes at once.
150 ; The number of seconds after which an idle process will be killed.
155 ; The number of requests each child process should execute before respawning.
163 ; pool - the name of the pool;
166 ; start since - number of seconds since FPM has started;
167 ; accepted conn - the number of request accepted by the pool;
168 ; listen queue - the number of request in the queue of pending
170 ; max listen queue - the maximum number of requests in the queue
171 ; of pending connections since FPM has started;
172 ; listen queue len - the size of the socket queue of pending connections;
173 ; idle processes - the number of idle processes;
174 ; active processes - the number of active processes;
175 ; total processes - the number of idle + active processes;
176 ; max active processes - the maximum number of active processes since FPM
178 ; max children reached - number of times, the process limit has been reached,
213 ; pid - the PID of the process;
214 ; state - the state of the process (Idle, Running, ...);
216 ; start since - the number of seconds since the process has started;
217 ; requests - the number of requests the process has served;
218 ; request duration - the duration in µs of the requests;
221 ; content length - the content length of the request (only with POST);
228 ; last request memory - the max amount of memory the last request consumed
273 ; Default Value: value of the listen option
276 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
279 ; - create a graph of FPM availability (rrd or such);
288 ; This directive may be used to customize the response of a ping request. The
313 ; it must be associated with embraces to specify the name of the env
318 ; %l: content-length of the request (for POST request only)
320 ; %M: peak of memory allocated by PHP
329 ; it must be associated with embraces to specify the name of the header:
334 ; %p: PID of the child that serviced the request
335 ; %P: PID of the parent of the child that serviced the request
356 ; A list of request_uri values which should be filtered from the access log.
362 ; - the response code is outwith the successful range of 200 to 299
364 ; Note: The paths are matched against the output of the access.format tag "%r".
378 ; dumped to the 'slowlog' file. A value of '0s' means 'off'.
383 ; Depth of slow log stack trace.
389 ; does not stop script execution for some reason. A value of '0' means 'off'.
414 ; of its subdirectories. If the pool prefix is not set, the global prefix
450 ; Limits the extensions of the main script FPM will allow to parse. This can
467 ; Additional php.ini defines, specific to this pool of workers. These settings