Bug#288625: apache, logrotate.d file errors when reloads if apache is not running

2005-01-04 Thread George Georgalis
2005 @@ -8,6 +8,6 @@ create 640 root adm sharedscripts postrotate - /etc/init.d/apache reload /dev/null + [ ! -f /var/run/apache.pid ] || /etc/init.d/apache reload /dev/null endscript } // George -- George Georgalis, systems

Bug#282306: apache.postinst doesn't handle include for directories

2004-11-20 Thread George Georgalis
Package: apache Version: 1.3.26-0woody6 Severity: normal apache.postinst does some magic with Check for log files. to warn about adjusting logrotate if logs are outside /var/log/apache echo Apache has switched to using logrotate. However, some of your logs echo are stored