1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help me to FIX mod_fcgid: can't apply process slot for /usr/local/cpanel/cgi-sys/php5

Discussion in 'Apache' started by AGKnow, Oct 30, 2013.

  1. #1
    Hi,
    I get an error mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php5 on my webservers:
    php 5.4
    cgi 2.3.6
    Apache 2.2.25
    I try co change the connection in config files but nothing
    server down in a few minutes - when I get a lot of visitors
    Help me fix it
    if you need an additional data - let me know
    thanks
    Alex
     
    AGKnow, Oct 30, 2013 IP
  2. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #2
    Alex,

    Without seeing your configuration files, it is difficult to recommend anything. You have to make sure that you have a proper balance with how your Apache configuration is set up as well as how you have your mod_fcgid configuration set up. Do you have a specific mod_fcgid configuration, or are you only changing to Apache configuration variables through WHM?

    Regards,
    Chris
     
    RHS-Chris, Oct 31, 2013 IP
  3. sahabcse

    sahabcse Well-Known Member

    Messages:
    272
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    140
    #3
    This issue commonly occur due to lower values of MaxRequestsPerProcess. solution was changing the apache directive to the following

    MaxRequestsPerProcess 1000
    DefaultMaxClassProcessCount 120
    IdleTimeout 60
    MaxProcessCount 2000
    IPCCommTimeout 40
    IPCConnectTimeout 10
    MaxRequestLen 10240000

    Source - cpanelstuffs.linuxcabin.com/?p=1053
     
    sahabcse, Oct 31, 2013 IP
  4. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #4
    RHS-Chris, Oct 31, 2013 IP