3cbd43bfe9
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
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
/var/log/httpd/*log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|