Hi,

I have a centos5/ mod_fcgid / apache 2.2.8 / suexec installation that seems
have a largeish number of sleeping processes (25) exceeding 1 day old.  (ps
afxu start greater than 1 day).

I've set the following in http.conf:

LoadModule fcgid_module modules/mod_fcgid.so
MaxProcessCount 40
ProcessLifeTime 3600
DefaultMaxClassProcessCount 10
IdleTimeout 90
IdleScanInterval 60

With approx 15 domains with standard virtual directory entries:
FCGIWrapper php5-cgi .php
Options Includes FollowSymLinks ExecCGI
AllowOverride All

and a simple cgi script:
#!/bin/sh
exec /usr/bin/php-cgi "$@"

...yet some sleeping php-cgi sessions are older than the ProcessLifeTime
3600 second setting.

Have I missed something?

Jim
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to