Description of problem: Cannot determine version of mod_ssl, that is, the version number of the _original_ mod_ssl software. This is due to RH changing the mod_ssl version to be in line with the httpd version number. But I _need_ to know what the version of the underlying mod_ssl version is. Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. Try to get mod_ssl version. 2. 3. Actual results: Expected results: Additional info:
Since mod_ssl is bundled with Apache httpd 2.0, there is not a separate "mod_ssl version number". httpd-2.0.46 shipped with a version of mod_ssl which identifies itself as "mod_ssl/2.0.46". Likewise, 2.0.52 shipped with a "mod_ssl/2.0.52". None of that is changed by the Red Hat packaging. Does that clarify the situation?
Marking NOTABUG per comment 1.