summaryrefslogtreecommitdiff
path: root/apache1-mod_ssl.logrotate
blob: 196740c5cc522eae1afb58774c8e213759481708 (plain)
1
2
3
4
5
6
7
8
9
/var/log/apache/ssl_engine_log
/var/log/apache/ssl_request_log
{
	sharedscripts
    olddir /var/log/archive/apache
    postrotate
		/sbin/service apache flush-logs > /dev/null
    endscript
}