[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#445599: logrotate: fails to restart if ssl password required



Package: apache2
Version: 2.2.3-4+etch1
Severity: normal


The apache2 logrotate script includes a script which restarts apache.  This
fails if an SSL password is required at startup.

Can I suggest the restart action is replaced with the copyrotate function.
facility.  This avoids the need to do a restart at all.

/var/log/apache2/*.log {
        weekly
        missingok
        rotate 52
        compress
        delaycompress
        notifempty
        copytruncate
        create 640 root adm
}

Dick


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork        2.2.3-4+etch1 Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information




Reply to: