From 3f199d3b4d8f28e392ac8e1a6d14db9f6d064af4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Sep 2014 15:15:00 +0200 Subject: php-horde-horde - don't use system javascript libraries as this breaks horde and its cache system - use /var/log/horde for logging - use /var/lib/horde/cache for caching - use /var/lib/horde/static for js and css cache - fix regex filter, fix missing horde-power*.png --- horde-logrotate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 horde-logrotate (limited to 'horde-logrotate') diff --git a/horde-logrotate b/horde-logrotate new file mode 100644 index 0000000..73b50d0 --- /dev/null +++ b/horde-logrotate @@ -0,0 +1,10 @@ +# Rotate Horde logs daily, only if not empty +# Save 14 days old logs under compressed mode +/var/log/horde/*.log { + daily + rotate 14 + compress + notifempty + missingok + create 644 apache apache +} -- cgit