Magellan Linux

Contents of /tags/apache2-2_2_4-r8/apache2/apache2.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 285 - (show annotations) (download)
Tue Jul 31 19:18:36 2007 UTC (16 years, 9 months ago) by (unknown author)
File size: 164 byte(s)
This commit was manufactured by cvs2svn to create tag
'apache2-2_2_4-r8'.
1 #
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 }