From: Adam Chlipala Date: Sat, 26 Jul 2008 14:20:37 +0000 (+0000) Subject: Output suPHP_UserGroup X-Git-Tag: release_2010-11-19~19 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/d5601036c7741331817c154eb4f14d77a53808fc?ds=sidebyside Output suPHP_UserGroup --- 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))