https://bz.apache.org/bugzilla/show_bug.cgi?id=61666

Thomas Jarosch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.4.28                      |2.4.29

--- Comment #3 from Thomas Jarosch <[email protected]> ---
ListenCoresBucketsRatio is not explicitly set as far as I can tell.

Relevant part of httpd.conf:
-------------------
Timeout 300
KeepAliveTimeout 300
GracefulShutdownTimeout 1800

<IfModule mpm_event_module>
  # MinSpareThreads         10
  # MaxSpareThreads         250
  #
  # Number of concurrent connections is: ServerLimit * ThreadsPerChild
  # Result: 160 * 5 -> 800
  #
  StartServers 1
  ServerLimit 160
  ThreadLimit 5
  ThreadsPerChild 5
  MaxConnectionsPerChild  5000
</IfModule>

Listen 192.168.1.254:80
Listen 192.168.1.254:443
Listen 127.0.0.1:80
Listen 127.0.0.1:443
Listen 447
-------------------


I'll dig through our git history tomorrow at which pointed we switched from
httpd 2.2.x to 2.4.x. There was also another switch later on from prefork mpm
to the event mpm. 2.4.17 was released around September 2015, we'll see
tomorrow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to