Bug 21227
| Summary: | no logrotate entry for ssl_request_log | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Arenas Belon, Carlo Marcelo <carenas> |
| Component: | apache | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED RAWHIDE | QA Contact: | Dale Lovelace <dale> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.1 | Keywords: | FutureFeature |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-01-10 18:30:17 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: | |||
dropping severity as i hope filling /var because of too much ssl hits is something that hopefully won't happen ;) still not fixed for beta2 This will be fixed in apache-1.3.14-7 and later. Thanks! |
the mod_ssl configuration keeps a log of the pages served on : /var/log/httpd/ssl_request_log there is no entry on /etc/logrotate.d/apache for that file, so it could get as big as allowed for the corresponding filesystem. an entry should be added so it is cut and rotated as all the other apache logs as shown : /var/log/httpd/ssl_request_log { missingok postrotate /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2>/dev/null || true endscript }