I created a client with "force SuExec" options turned on.
When client creates a site, everything is OK, but when he creates a vhost subdomain, "force suexec" rule is not applicated and subdomain has suexec disabled.
I solved this by changing line 387 in /interface/web/sites/web_vhost_subdomain_edit.php
from:
Code:
if($client['force_suexec'] != 'n') $this->dataRecord['suexec'] = '-';
to
Code:
if($client['force_suexec'] != 'n') $this->dataRecord['suexec'] = 'y';
don't know, if it is a correct solution, but it works

I have no account at bugtracker, so I write it here
Recent comments
23 hours 31 min ago
23 hours 36 min ago
1 day 4 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 17 hours ago
2 days 17 min ago
2 days 4 hours ago
2 days 5 hours ago