Bug 49671

Summary: "rpm --verify mod_ssl" reports files missing immediately after install
Product: [Retired] Red Hat Raw Hide Reporter: Jonathan Kamens <jik>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-22 08:20:36 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 Jonathan Kamens 2001-07-23 00:36:22 UTC
If I run "rpm --verify mod_ssl" immediately after installing it, I see:

missing    /var/cache/ssl_gcache_data.dir
missing    /var/cache/ssl_gcache_data.pag
missing    /var/cache/ssl_gcache_data.sem

These files probably need to be marked "missingok" in the spec file.

I have mod_ssl-2.8.4-7.

I filed this under "apache" because there's no "mod_ssl" component.

Comment 1 Jonathan Kamens 2001-07-29 18:08:31 UTC
And another thing.... The current Rawhide mod_ssl (2.8.4-9) creates
/etc/httpd/conf/ssl.crt/server.crt and /etc/httpd/conf/ssl.key/server.key, but
they aren't listed in the spec file.  Since they are always created, the mod_ssl
package should take ownership of them as config files.


Comment 3 Joe Orton 2004-07-22 08:20:36 UTC
This has been fixed for a while since mod_ssl uses a shared memory
session cache by default now.