From d5601036c7741331817c154eb4f14d77a53808fc Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 26 Jul 2008 14:20:37 +0000 Subject: [PATCH] Output suPHP_UserGroup --- src/plugins/apache.sml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index 35d6cda..d97ac8b 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -519,6 +519,10 @@ fun vhostBody (env, makeFullHost) = TextIO.output (file, group)) else (TextIO.output (file, "\n\tSuexecUserGroup "); + TextIO.output (file, user); + TextIO.output (file, " "); + TextIO.output (file, group); + TextIO.output (file, "\n\tsuPHP_UserGroup "); TextIO.output (file, user); TextIO.output (file, " "); TextIO.output (file, group)) -- 2.20.1