blob: 3cd7424d9495162c07aa283e4de2f8b592d39ca9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Nru syscp-options/scripts/cron_tasks.php syscp-suexec/scripts/cron_tasks.php
--- syscp-options/scripts/cron_tasks.php 2006-03-26 01:24:58.000000000 +0100
+++ syscp-suexec/scripts/cron_tasks.php 2006-03-26 04:09:01.000000000 +0200
@@ -108,6 +108,7 @@
{
$domain['documentroot'] = makeCorrectDir ($domain['documentroot']);
$vhosts_file.=' DocumentRoot "'.$domain['documentroot']."\"\n";
+ $vhosts_file.=' SuexecUserGroup '.$domain['loginname'].' '.$domain['loginname']."\n";
if($domain['ssi_includes'] == '1')
{
$vhosts_file.=' Options +Includes'."\n";
|