Sha256: 620f7dc7ac9ad3edfc88db45fa3da301aee5d97c3379cbdfc4b1bdcb07f7e5d6

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          2
    MaxClients          500
    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.erb
auser-poolparty-1.2.10 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.11 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.12 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.2 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.3 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.4 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.7 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.8 lib/poolparty/templates/apache2/mpm-worker.erb
auser-poolparty-1.2.9 lib/poolparty/templates/apache2/mpm-worker.erb
fairchild-poolparty-1.2.12 lib/poolparty/templates/apache2/mpm-worker.erb
poolparty-1.2.2 lib/poolparty/templates/apache2/mpm-worker.erb