Switch from application/x-httpd-php to application/x-httpd-suphp to allow
[manu/suphp.git] / debian / suphp-common.logrotate
1 /var/log/suphp/*.log {
2         daily
3         missingok
4         compress
5         delaycompress
6         notifempty
7         create 640 root adm
8 }