Subversion Repositories ALCASAR

Rev

Rev 40 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

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