Index: logrotate.httpd
===================================================================
--- logrotate.httpd (nonexistent)
+++ logrotate.httpd (revision 5)
@@ -0,0 +1,12 @@
+/var/log/httpd/*_log {
+ rotate 10
+ notifempty
+ missingok
+ size 5M
+ compress
+ delaycompress
+ sharedscripts
+ postrotate
+ /etc/rc.d/rc.httpd restart
+ endscript
+}