Sha256: db5c59d117e9d9d8694ec93b16e11a7bc2ee88fd920b7add09d9270945726209

Contents?: true

Size: 698 Bytes

Versions: 12

Compression:

Stored size: 698 Bytes

Contents

##
## Server-Pool Size Regulation (MPM specific)
## 

# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_worker_module>
    StartServers          5
    MaxClients          300
    MinSpareThreads      25
    MaxSpareThreads      75 
    ThreadsPerChild      25
    MaxRequestsPerChild   0
</IfModule>

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
auser-poolparty-1.2.1 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.10 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.11 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.12 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.2 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.3 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.4 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.7 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.8 lib/poolparty/templates/apache2/mpm-worker.conf.erb
auser-poolparty-1.2.9 lib/poolparty/templates/apache2/mpm-worker.conf.erb
fairchild-poolparty-1.2.12 lib/poolparty/templates/apache2/mpm-worker.conf.erb
poolparty-1.2.2 lib/poolparty/templates/apache2/mpm-worker.conf.erb