Package: cherokee
Severity: normal
/etc/logrotate.d/cherokee says:
/var/log/cherokee*log { ...
but /etc/cherokee/sites-enabled/default says:
AccessLog /var/log/cherokee.access
ErrorLog /var/log/cherokee.error
so the default cherokee logs are not rotated.
We fixed this by creating a /var/log/cherokee directory and using
/etc/logrotate.d/cherokee:
/var/log/cherokee/*.access /var/log/cherokee/*.error { ...
/etc/cherokee/sites-enabled/default:
AccessLog /var/log/cherokee/default.access
ErrorLog /var/log/cherokee/default.error
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]