How To Increase the Apache connection limit in Windows

How To Increase the Apache connection limit in Windows


  • Go to Apache/Conf directory 
  • Open httpd.confg file using text editor
  • Uncomment the MPM config include in httpd.conf
     # Server-pool management (MPM specific)
     Include conf/extra/httpd-mpm.conf
  • Then locate the mpm_winnt_module and change the thread count from 250 to whatever.

  
    
       ThreadsPerChild 1000
       MaxRequestsPerChild 0
      


  Apache, iis, apache connection limits, connection limits for apache in windows, apache connections