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 :-)
> <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 :-)
Comment