Apache Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdPatron
    No commissions, no fees.
    • Apr 2003
    • 17706

    #1

    Apache Question

    How do I make it so apache can have handle more than the 256 requests?
  • Dynamix
    G F Y not
    • Jan 2004
    • 2910

    #2
    Hop in your server config file and increase your "MaxClients" setting

    TGPFactory Full TGP Design & Installation Services
    ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
    See who I am at AdultWhosWho.com!

    Comment

    • cronparser
      Registered User
      • Jun 2006
      • 26

      #3
      Update Max Client Settings but Keep in mind Apache 1.3 is hardlimited for 256 unless you updated in src to allow for more. Apache 2.0 is default for 2000
      ------------------------------------------
      Frankie Gravato -- [email protected]
      Systems & Network Design and Integration
      Fuse969 LLC ---> www.fuse969.com
      ------------------------------------------

      Comment

      • nestle
        Confirmed User
        • Apr 2006
        • 647

        #4
        FYI, it's in httpd.conf

        Most likely in one of these:
        /etc/httpd/conf/httpd.conf
        /usr/local/apache/conf/httpd.conf

        Comment

        • AdPatron
          No commissions, no fees.
          • Apr 2003
          • 17706

          #5
          I edited the httpd.conf file and here is what I got. I guess I'll have to re-install apache.

          WARNING: MaxClients of 300 exceeds compile time limit of 256 servers, lowering MaxClients to 256. To increase, please see the HARD_SERVER_LIMIT define in src/include/httpd.h.

          Comment

          • AdPatron
            No commissions, no fees.
            • Apr 2003
            • 17706

            #6
            Originally posted by cronparser
            Update Max Client Settings but Keep in mind Apache 1.3 is hardlimited for 256 unless you updated in src to allow for more. Apache 2.0 is default for 2000
            That worked, I updated the httpd.h file first before I re-installed.

            Comment

            Working...