On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan <li...@itech7.com> wrote:
> Hi,
>
> I recently migrated from mod_fastcgi to mod_fcgid and experienced enormous
> performance boost.
>
> My current settings is as follows -
>
> FcgidMaxProcesses 100
> FcgidMaxProcessesPerClass 50
> FcgidFixPathInfo 1
> FcgidPassHeader HTTP_AUTHORIZATION
> FcgidMaxRequestsPerProcess 10000

Since this is PHP, make sure you sync PHP's child exit strategy with
mod_fcgid's max-requests-per-process.

See "Special PHP considerations" at
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html for discussion of
a couple of issues.

> FcgidOutputBufferSize 1048576
> FcgidProcessLifeTime 1800
> FcgidMinProcessesPerClass 2
>
> Main use is for PHP applications, but in future may add some languages.
>
> Server config -
>
> Fedora 12, 500 MB RAM, Pentium 2 Ghz
>
> PHP applications are cached using Xcache, and will normally use PostgreSQL.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to