forked from pool/apache2
Accepting request 252298 from home:pgajdos
- ServerSignature=Off and ServerTokens=Prod by request from security team [bnc#716495] - fix documentation links 2.2 -> 2.4 [bnc#888163] (internal) OBS-URL: https://build.opensuse.org/request/show/252298 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=405
This commit is contained in:
@@ -10,47 +10,47 @@
|
||||
# prefork MPM
|
||||
<IfModule prefork.c>
|
||||
# number of server processes to start
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#startservers
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#startservers
|
||||
StartServers 5
|
||||
# minimum number of server processes which are kept spare
|
||||
# http://httpd.apache.org/docs/2.2/mod/prefork.html#minspareservers
|
||||
# http://httpd.apache.org/docs/2.4/mod/prefork.html#minspareservers
|
||||
MinSpareServers 5
|
||||
# maximum number of server processes which are kept spare
|
||||
# http://httpd.apache.org/docs/2.2/mod/prefork.html#maxspareservers
|
||||
# http://httpd.apache.org/docs/2.4/mod/prefork.html#maxspareservers
|
||||
MaxSpareServers 10
|
||||
# highest possible MaxClients setting for the lifetime of the Apache process.
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#serverlimit
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#serverlimit
|
||||
ServerLimit 150
|
||||
# maximum number of server processes allowed to start
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxclients
|
||||
MaxClients 150
|
||||
# maximum number of requests a server process serves
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxrequestsperchild
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxrequestsperchild
|
||||
MaxRequestsPerChild 10000
|
||||
</IfModule>
|
||||
|
||||
# worker MPM
|
||||
<IfModule worker.c>
|
||||
# initial number of server processes to start
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#startservers
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#startservers
|
||||
StartServers 3
|
||||
# minimum number of worker threads which are kept spare
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#minsparethreads
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#minsparethreads
|
||||
MinSpareThreads 25
|
||||
# maximum number of worker threads which are kept spare
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxsparethreads
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxsparethreads
|
||||
MaxSpareThreads 75
|
||||
# upper limit on the configurable number of threads per child process
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadlimit
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#threadlimit
|
||||
ThreadLimit 64
|
||||
# maximum number of simultaneous client connections
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxclients
|
||||
MaxClients 150
|
||||
# number of worker threads created by each child process
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadsperchild
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#threadsperchild
|
||||
ThreadsPerChild 25
|
||||
# maximum number of requests a server process serves
|
||||
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxrequestsperchild
|
||||
# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxrequestsperchild
|
||||
MaxRequestsPerChild 10000
|
||||
</IfModule>
|
||||
|
||||
|
Reference in New Issue
Block a user