Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I need to configure Apache for a 16 GB Server for maximum performance. It should have maximum requests and also with stand load. I have given the current configuration ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    2

    Configure Apache for 16 GB server

    Hi,

    I need to configure Apache for a 16 GB Server for maximum performance. It should have maximum requests and also with stand load. I have given the current configuration below.

    <IfModule prefork.c>
    StartServers 8
    MinSpareServers 5
    MaxSpareServers 20
    ServerLimit 192
    MaxClients 50
    MaxRequestsPerChild 1000
    </IfModule>

    Your help is much appreciated.

    Regards,
    S.Ragavendra Ganesh

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You should probably get this information from the Apache web site. There are doubtless any number of things you have to deal with, depending upon what services you want to provide.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...