Posts by Koren

    Hi,


    I searched for this behaviour already and could not find anything in forum or bugtracker. I hope i didn't miss something here.


    On all of our servers, the imscp-dsk-quota counts the files in the webdir by du [...] --exclude=logs/*.log', (Line 88),


    Since all the Logfiles are stored in /logs/domain/*.log this doesn't seem to match and the logfile size ends up being used in the quota.
    Shoudn't it be something like --exclude=logs/*


    Example:


    /var/www/mytestsite.tld# du -h --exclude=logs/*.log
    645MB


    /var/www/mytestsite.tld# du -h --exclude=logs/*
    12MB


    The actual Size of the htdocs is 12MB, so that's correct. Am i missing something or could this be a bug ?


    Best regards


    Chris

    Hi,


    We recently upgraded our systems from I-MSCP 1.1 to I-MSCP 1.3
    So far everything looks good, but the awstats isn't working anymore.


    1. It does not generate any new config in /etc/awstats/ for new Customers.
    2. The migration did not update the configs during the upgrade. They still contain "/var/www/imscp/engine/PerlLib/Addons/Webstats/Awstats/Scripts/logresolvemerge.pl"
    instead of the new location, which is /var/www/imscp/engine/PerlLib/Package/Webstats/Awstats/Scripts/logresolvemerge.pl



    System. Debian 8.5 Linux
    I-MSCP 1.3.0


    Anyone got an idea ?


    best regards


    Chris