WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Ifmodule directive in IBM http server

    Posted Fri September 23, 2016 12:54 PM

    Hi All,

    Please help me in understading the below ifmodule directives in detail if possible with a scenario
    IfModule worker.c>
    ThreadLimit         25
    ServerLimit         64
    StartServers         2
    MaxClients         600
    MinSpareThreads     25
    MaxSpareThreads     75
    ThreadsPerChild     25
    MaxRequestsPerChild  0
    </IfModule>

    kalyan.



  • 2.  RE: Ifmodule directive in IBM http server

    Posted Sat September 24, 2016 07:32 AM

    Hi Kalyan,

      The best explanation is from apache :-)
     
      Apache MPM worker
      http://httpd.apache.org/docs/current/mod/worker.html
     
      Hope this helps. Tell us if you need more support.
     
    Regards