No I don't use any aliases in the apache configuration.
but I edit the config.inc.php file in /usr/local/ispconfig/server/lib while I'm still with ISPC 3.0.3.3
I edit it to this to set allowed module for client everytime I create client:
Code:
//** Interface
$conf['interface_modules_enabled'] = 'dashboard,dns,help,tools';
after that I update ISPC to 3.0.4 beta and I noticed the new config.inc.php change has changed to this:
Code:
//** Interface
$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
Even if I change the configuration to the old:
Code:
//** Interface
$conf['interface_modules_enabled'] = 'dashboard,dns,help,tools';
it won't work

Everytime I create client, the allowed module for client is still dashboard,mail,sites,dns,tools like the new config.
I don't know if it's related or not? Thank you.
Recent comments
1 day 14 min ago
1 day 6 hours ago
1 day 10 hours ago
1 day 12 hours ago
1 day 20 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 10 hours ago
2 days 15 hours ago
2 days 15 hours ago