Subversion Repositories ALCASAR

Rev

Rev 426 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1 root 1
/var/log/httpd/access_log /var/log/httpd/ssl_access_log{
2
    rotate 12
3
    monthly
4
    dateext
5
    missingok
6
    notifempty
7
    compress
8
    prerotate
9
	/etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1
10
    endscript
11
    postrotate
12
	/etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1
13
    endscript
14
}
15
/var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex /var/log/httpd/error_ /var/log/httpd/ssl_request_log {
16
    rotate 4
17
    monthly
18
    missingok
19
    notifempty
20
    compress
21
    prerotate
22
	/etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1
23
    endscript
24
    postrotate
25
	/etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1
26
    endscript
27
}