You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; origin-src: rhel/php-fpm/dummy.conf
|
|
|
|
[www]
|
|
listen = 127.0.0.1:9999
|
|
listen.allowed_clients = 127.0.0.1
|
|
|
|
user = apache
|
|
group = apache
|
|
|
|
pm = ondemand
|
|
pm.max_children = 4
|
|
pm.max_requests = 4000
|
|
pm.process_idle_timeout = 10s
|