Magellan Linux

Annotation of /trunk/apache2/apache2.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 231 - (hide annotations) (download)
Sat Jun 30 02:24:36 2007 UTC (16 years, 10 months ago) by niro
File size: 164 byte(s)
files for apache-2.2.4-r1

1 niro 231 #
2     # Apache2 logrotate config file
3     #
4    
5     /var/log/apache2/*log {
6     missingok
7     notifempty
8     sharedscripts
9     postrotate
10     /etc/init.d/apache2 reload >/dev/null
11     endscript
12     }