Bug 21227

Summary: no logrotate entry for ssl_request_log
Product: [Retired] Red Hat Linux Reporter: Arenas Belon, Carlo Marcelo <carenas>
Component: apacheAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Dale Lovelace <dale>
Severity: medium Docs Contact:
Priority: low    
Version: 7.1Keywords: 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:

Description Arenas Belon, Carlo Marcelo 2000-11-22 06:58:06 UTC
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
}

Comment 1 Arenas Belon, Carlo Marcelo 2000-11-24 05:44:45 UTC
dropping severity as i hope filling /var because of too much ssl hits is
something that hopefully won't happen ;)

Comment 2 Arenas Belon, Carlo Marcelo 2001-01-10 18:30:12 UTC
still not fixed for beta2

Comment 3 Nalin Dahyabhai 2001-01-12 02:30:12 UTC
This will be fixed in apache-1.3.14-7 and later.  Thanks!