File fcgid_spawn_ctl_vhostid.patch of Package dba-apache2-mod_fcgid-236
--- mod_fcgid-2.3.6.orig/modules/fcgid/fcgid_spawn_ctl.c 2010-10-29 01:53:29.000000000 +0200
+++ mod_fcgid-2.3.6/modules/fcgid/fcgid_spawn_ctl.c 2012-03-21 12:03:04.000000000 +0100
@@ -173,7 +173,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;