• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Logration not working especially access_log.processed

destan40

Basic Pleskian
Plesk Obsidian Version 18.0.27

I noticed, that the logration is not working for logs of domains and havent found a solution.
especially access_log.processed are more then 1GB:


Code:
[root@server logs]# ls -lh access_* error_log
-rw-r--r-- 2 root root  177 May 14 10:04 access_log
-rw-r--r-- 2 root root  41M May 14 09:58 access_log.processed
-rw------- 1 root root  15K May 14 09:58 access_log.webstat
-rw-r--r-- 2 root root  27K May 14 10:07 access_ssl_log
-rw-r--r-- 2 root root 1.2G May 14 09:58 access_ssl_log.processed
-rw------- 1 root root 1.3M May 14 09:58 access_ssl_log.webstat
-rw-r--r-- 2 root root 9.0M May 14 10:00 error_log

What i did:

Checked cronjobs:
Code:
[root@server logs]# cd /etc/cron.daily/
[root@server cron.daily]# ll
total 56
drwxr-xr-x.   2 root root  4096 May 13 14:55 ./
drwxr-xr-x. 118 root root 12288 May 13 16:25 ../
-rwxr-xr-x    1 root root   211 Jan 12  2017 00webalizer*
-rwxr-xr-x    1 root root   282 May  7 20:07 50plesk-daily*
-rwxr-xr-x    1 root root   448 May  7 15:30 60sa-update*
-rwxr-xr-x    1 root root  3498 Oct 21  2019 asl*
-rw-r--r--    1 root root   152 Dec 24 08:06 awstats
-rwx------    1 root root  3325 Jul 15  2019 csget*
-rwxr-xr-x    1 root root    57 May  7 15:29 dmarc-report*
-rwx------    1 root root   219 Oct 30  2018 logrotate*
-rwxr-xr-x    1 root root  3777 Feb 27 10:04 maldet*
-rwxr-xr-x    1 root root   618 Oct 30  2018 man-db.cron*

executed manually:
Code:
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f ExecuteStatistics
 
Back
Top