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