Bug 2378
Summary: | USR1 should be used instead of HUP for log rotation | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Jay Freeman <saurik> |
Component: | apache | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 1.0 | CC: | pekkas |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.apacheweek.com/tips/tips | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-11-04 11:04:35 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jay Freeman
1999-04-26 22:55:41 UTC
assigned to pbrown this will be fixed in the next release (6.1). Thanks for the report. In RHL 7.0, HUP is used instead of USR1. --- /var/log/httpd/access_log { missingok postrotate /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true endscript } --- Documentation at the Apache Group web site states that USR1 doesn't close child processes, so there may be processes using the log files for an unknown amount of time after the signal is delivered, which can lead to inconsistencies and weirdness. Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/3ad2bce93189ff38474b5e644497a75f4bf1f944 Issue 2378 - Show TLS information for routes, create routes and routes/routename pages |