Apache httpd 2.2 starts with ThreadsPerChild exceeding ThreadLimit warning message

Solution Unverified - Updated -

Issue

I got the following warning log message when I start Apache httpd:

WARNING: ThreadsPerChild of 100 exceeds ThreadLimit value of 64 threads, lowering ThreadsPerChild to 64. To increase, please see the  ThreadLimit directive.

Even if I configure ThreadLimit and ThreadsPerChild correctly (setting same or setting ThreadLimit larger thant ThreadsPerChild):

<IfModule worker.c>
StartServers         4
MaxClients         400
 :
ThreadLimit         100
ThreadsPerChild     100
MaxRequestsPerChild  0
</IfModule>

Environment

  • Red Hat Enterprise Linux (RHEL) 5, 6
  • Red Hat JBoss Enterprise Web Server (EWS) 1.x, 2.x
  • Apache httpd 2.2

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content