https://issues.apache.org/bugzilla/show_bug.cgi?id=49902
--- Comment #3 from Jeff Trawick <[email protected]> 2010-11-21 21:04:19 EST --- >Had to downgrade almost immediately after upgrade, due to server load jumping sky high... If you're referring to mod_fcgid 2.3.6, the issue is likely a regression in 2.3.6 which is fixed by the following: Index: fcgid_spawn_ctl.c =================================================================== --- fcgid_spawn_ctl.c (revision 1037483) +++ fcgid_spawn_ctl.c (working copy) @@ -178,7 +178,7 @@ if (current_node->inode == command->inode && current_node->deviceid == command->deviceid && !strcmp(current_node->cmdline, command->cmdline) - && current_node->vhost_id == sconf->vhost_id + && current_node->vhost_id == command->vhost_id && current_node->uid == command->uid && current_node->gid == command->gid) break; -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
