Index: trunk/server/fedora/config/etc/logrotate.d/httpd
===================================================================
--- trunk/server/fedora/config/etc/logrotate.d/httpd	(revision 1322)
+++ trunk/server/fedora/config/etc/logrotate.d/httpd	(revision 1323)
@@ -1,15 +1,21 @@
-rotate 0
-daily
-missingok
-notifempty
-sharedscripts
-postrotate
-    /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
-endscript
-
 /var/log/httpd/*.log /home/logview/*log {
+    rotate 0
+    daily
+    missingok
+    notifempty
+    sharedscripts
+    postrotate
+	/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
+    endscript
 }
 
 /var/log/httpd/statistics_log {
     rotate 14
+    daily
+    missingok
+    notifempty
+    sharedscripts
+    postrotate
+	/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
+    endscript
 }
