在yum中如何在RHEL7上安装mod_ssl

我已经得到了Apache 2.4.6和OpenSSL的RHEL7服务器,我想安装mod_ssl。 问题是百胜没有find包:

yum install mod_ssl No package mod_ssl available. Error: Nothing to do 

在search过程中也找不到,只findmod_gnutls:

 yum search mod_ssl =================================================== Matched: mod_ssl =================================================== mod_gnutls.x86_64 : GnuTLS module for the Apache HTTP server 

我怎样才能安装mod_ssl? 我需要find一个rpm或安装回购有百胜find它?

下面是列出httpd和openssl的输出以显示版本:

 yum list httpd openssl Installed Packages httpd.x86_64 2.4.6-67 @rhel-7-server-rpms openssl.x86_64 1:1.0.2k-8.el7 @rhel-7-server-rpms 

这是我的repolist:

 yum repolist repo id repo name status epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 11,769 webtatic/x86_64 Webtatic Repository EL7 - x86_64 649 repolist: 12,713 

yum repolist的输出中没有基础仓库( rhel-7-server-rpms

我已经validation了在RHEL7版本库上findmod_ssl

使用subscription-manager重新启用该回购。