Mercurial > repos > other > Puppet
view modules/apache/templates/mod/worker.conf.erb @ 275:d9352a684e62
Mass update of modules to remove deprecation warnings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jan 2020 11:36:07 +0000 |
parents | 675c1cc61eaf |
children |
line wrap: on
line source
<IfModule mpm_worker_module> ServerLimit <%= @serverlimit %> StartServers <%= @startservers %> ThreadLimit <%= @threadlimit %> MaxClients <%= @maxclients %> MinSpareThreads <%= @minsparethreads %> MaxSpareThreads <%= @maxsparethreads %> ThreadsPerChild <%= @threadsperchild %> MaxRequestsPerChild <%= @maxrequestsperchild %> ListenBacklog <%= @listenbacklog %> </IfModule>