Lines Matching refs:pm
192 ; static - a fixed number (pm.max_children) of child processes;
196 ; pm.max_children - the maximum number of children that can
198 ; pm.start_servers - the number of children created on startup.
199 ; pm.min_spare_servers - the minimum number of children in 'idle'
203 ; pm.max_spare_servers - the maximum number of children in 'idle'
209 ; pm.max_children - the maximum number of children that
211 ; pm.process_idle_timeout - The number of seconds after which
214 pm = dynamic
216 ; The number of child processes to be created when pm is set to 'static' and the
217 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
222 ; forget to tweak pm.* to fit your needs.
223 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
225 pm.max_children = 5
228 ; Note: Used only when pm is set to 'dynamic'
230 pm.start_servers = 2
233 ; Note: Used only when pm is set to 'dynamic'
234 ; Note: Mandatory when pm is set to 'dynamic'
235 pm.min_spare_servers = 1
238 ; Note: Used only when pm is set to 'dynamic'
239 ; Note: Mandatory when pm is set to 'dynamic'
240 pm.max_spare_servers = 3
243 ; Note: Used only when pm is set to 'ondemand'
245 ;pm.process_idle_timeout = 10s;
251 ;pm.max_requests = 500
271 ; when pm tries to start more children (works only for
272 ; pm 'dynamic' and 'ondemand');
350 ;pm.status_path = /status