components/apache2-modules/mod_fcgid/patches/fcgid.badspawnctl-r1037727.patch
branchs11u1-sru
changeset 2940 71cb13894b7c
parent 2937 4d2a1f9ca312
child 2944 ddcd7e77db21
--- a/components/apache2-modules/mod_fcgid/patches/fcgid.badspawnctl-r1037727.patch	Wed Feb 05 12:35:42 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#
-#  Fix regression in 2.3.6 which broke process controls when using vhost-
-#  specific configuration.
-#
-Index: modules/fcgid/fcgid_spawn_ctl.c
-===================================================================
---- modules/fcgid/fcgid_spawn_ctl.c	(revision 1037726)
-+++ modules/fcgid/fcgid_spawn_ctl.c	(revision 1037727)
-@@ -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;