Apache Logs
SSH
-
root@iBitLive:~# find /var/www/ -maxdepth 4 -type f -name access.log -or -name error.log | xargs du -hc | tail -n1
-
6,7G insgesamt
Einige Wochen später, nach Konfiguration von logrotate.
SSH
-
root@iBitLive:~# find /var/www/ -maxdepth 4 -type f -name access.log* -or -name error.log* | xargs du -hc | tail -n1
-
664M insgesamt
