Announcement

Collapse
No announcement yet.

Fcgid settings

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fcgid settings

    Based on the settings on the blog does this looks like ..sane?

    > <IfModule mod_fcgid.c>
    > FcgidMinProcessesPerClass 0
    > FcgidMaxProcessesPerClass 8
    > FcgidMaxProcesses 200
    > FcgidIdleTimeout 180
    > FcgidProcessLifeTime 320
    > FcgidIdleScanInterval 60
    > FcgidMaxRequestLen 536870913
    > FcgidErrorScanInterval 30
    > FcgidFixPathinfo 1
    > FcgidIOTimeout 99
    > </IfModule>

    Keep in mind that, there are a few sites that are running in-browser cron jobs and other weird stuff
    and they need to be alive constantly to update database / sending mails etc.

    Any thoughts, advice, if something needs changing, adding or modifying anything, is welcome :-)

  • #2
    It looks good. There is nothing in FCGID settings that would kill a process that is currently running and produces some sort of output.

    Comment

    Working...
    X