summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:44 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:44 +0000
commit3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd (patch)
treef243aa3e31b875453ff2a216b010cabfa6b16724 /httpd.logrotate
parente91b33a9114660e244c38e272a78995175e580e5 (diff)
downloadhttpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.tar.gz
httpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.tar.xz
httpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.zip
auto-import changelog data from httpd-2.0.36-7.src.rpmhttpd-2_0_36-7
Wed Jul 10 2002 Joe Orton <jorton@redhat.com> 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 <gbenson@redhat.com> 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 <gbenson@redhat.com> 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 <jorton@redhat.com> - 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 <timp@redhat.com> 2.0.36-4 - automated rebuild Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-3 - add patch to fix SSL mutex handling Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-2 - improved config directory patch Mon May 20 2002 Joe Orton <jorton@redhat.com> - initial build; based heavily on apache.spec and mod_ssl.spec - fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245
Diffstat (limited to 'httpd.logrotate')
-rw-r--r--httpd.logrotate8
1 files changed, 8 insertions, 0 deletions
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
+}