File apache2.logrotate of Package apache2 (Revision 94a2d99a529f7021b40b258e7da4a694)
Currently displaying revision 94a2d99a529f7021b40b258e7da4a694, show latest
x
1
/var/log/apache2/access_log {
2
compress
3
dateext
4
maxage 365
5
rotate 99
6
size=+4096k
7
notifempty
8
missingok
9
create 644 root root
10
postrotate
11
/etc/init.d/apache2 reload
12
endscript
13
}
14
15
/var/log/apache2/error_log {
16
compress
17
dateext
18
maxage 365
19
rotate 99
20
size=+1024k
21
notifempty
22
missingok
23
create 644 root root
24
postrotate
25
/etc/init.d/apache2 reload
26
endscript
27
}
28
29
/var/log/apache2/suexec.log {
30
compress
31
dateext
32
maxage 365
33
rotate 99
34
size=+1024k
35
notifempty
36
missingok
37
create 644 root root
38
postrotate
39
/etc/init.d/apache2 reload
40
endscript
41
}
42
43
/var/log/apache2/ssl_request_log {
44
compress
45
dateext
46
maxage 365
47
rotate 99
48
size=+4096k
49
notifempty
50
missingok
51
create 644 root root
52
postrotate
53
/etc/init.d/apache2 reload
54
endscript
55
}
56
57
/var/log/apache2/ssl_engine_log {
58
compress
59
dateext
60
maxage 365
61
rotate 99
62
size=+1024k
63
notifempty
64
missingok
65
create 644 root root
66
postrotate
67
/etc/init.d/apache2 reload
68
endscript
69
}
70