Hello, I have a problem with process spawning when running php enabled from .htaccess: AddHandler fcgid-script .php #AddHandler fcgid-script .php5 FCGIWrapper "/usr/local/cpanel/cgi-sys/php4fcgi" .php #FCGIWrapper "/usr/local/cpanel/cgi-sys/php5fcgi" .php5
The problem is spawn control and probably lifetime/idle limits are not working because in fcgid_spawn_ctl.c function int is_spawn_allowed(server_rec * main_server, fcgid_command * command): if (!current_node) return 1; is true and it just spawns another process without checking any limits etc. Why would it do this? How to fix this? ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Mod-fcgid-users mailing list Mod-fcgid-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users