Output suPHP_UserGroup
authorAdam Chlipala <adamc@hcoop.net>
Sat, 26 Jul 2008 14:20:37 +0000 (14:20 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sat, 26 Jul 2008 14:20:37 +0000 (14:20 +0000)
src/plugins/apache.sml

index 35d6cda..d97ac8b 100644 (file)
@@ -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))