From 3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:08:44 +0000 Subject: auto-import changelog data from httpd-2.0.36-7.src.rpm Wed Jul 10 2002 Joe Orton 2.0.36-7 - use /sbin/nologin as shell for apache user (#68371) - add patch from CVS to fix possible infinite loop when processing internal redirects Wed Jun 26 2002 Gary Benson 2.0.36-6 - modify init script to detect 1.3.x httpd.conf's and direct users to the migration guide Tue Jun 25 2002 Gary Benson 2.0.36-5 - patch apachectl to detect 1.3.x httpd.conf's and direct users to the migration guide - ship the migration guide Fri Jun 21 2002 Joe Orton - move /etc/httpd2 back to /etc/httpd - add noindex.html page and poweredby logo; tweak default config to load noindex.html if no default "/" page is present. - add patch to prevent mutex errors on graceful restart Fri Jun 21 2002 Tim Powers 2.0.36-4 - automated rebuild Wed Jun 12 2002 Joe Orton 2.0.36-3 - add patch to fix SSL mutex handling Wed Jun 12 2002 Joe Orton 2.0.36-2 - improved config directory patch Mon May 20 2002 Joe Orton - initial build; based heavily on apache.spec and mod_ssl.spec - fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245 --- httpd.logrotate | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 httpd.logrotate (limited to 'httpd.logrotate') diff --git a/httpd.logrotate b/httpd.logrotate new file mode 100644 index 0000000..dd0ce1b --- /dev/null +++ b/httpd.logrotate @@ -0,0 +1,8 @@ +/var/log/httpd/*log { + missingok + notifempty + sharedscripts + postrotate + /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true + endscript +} -- cgit