Hello,
one of my clients asked me why his Apache log files (access.log) in his directory
/logs are always start in the morning, ca. 6.30 , but they end at midnight 23.59 .
I investigated this and found that the cronjob
("/var/www/imscp/engine/tools/imscp-httpd-logs-mngr")
which seems doing the copy from /var/log/apache/... to users /logs directory is
set to run "@daily", which means at midnight.
But the system log rotate for Apache log files is done in the morning, 6.30 (+-).
This explains why the time from midnight to 6.30 is always missing.
How can i solve this?
Kind regards
System is :
i-MSCP 1.2.2
Ubuntu 14.04.2, kernel 3.13.0-53-generic
Apache 2.4.7-1ubuntu4.4
PHP 5.5.9-1ubuntu4.9 , Zend Engine v2.5.0 , ionCube PHP Loader + Intrusion Protection v5.0.7, Zend OPcache v7.0.3
Perl v5.18.2 built for x86_64-linux-gnu-thread-multi