With setting
Code:
$go_info["server"]["perms_root"]["logs"] = true;
in config file
config.inc.php we are able to exclude logs from web quota. But if customer use website space statistics ispconfig still shows statistics with log files size included.
This behaviour we can easily change by modifying "du" command in file:
Code:
/home/admispconfig/ispconfig/lib/plugins/check_webspace.plugin.php
on line 61 or 63 (if you are not use sudo for generating stats). You have to add
--exclude=log after --max-depth=1 directive as follows:
Code:
$fd = popen ("sudo du -h --max-depth=1 --exclude=log ".$path_httpd_root."/web".$web_id, "r");
This is dirty hack only. This behaviour should depend on other system variables. I created feature request for this so you can vote for it:
http://bugtracker.ispconfig.org/inde...s&task_id=1450
I hope it will help somebody
SupuS
Recent comments
1 day 1 hour ago
1 day 1 hour ago
1 day 6 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 19 hours ago
2 days 1 hour ago
2 days 5 hours ago
2 days 7 hours ago