yum search apache | grep -i server
the name of apache web server is httpd , not apache in rhel
[root@localhost ~]# yum search apache | grep -i server
: webserver
httpd.x86_64 : Apache HTTP Server
httpd-devel.x86_64 : Development interfaces for the Apache HTTP server
httpd-manual.noarch : Documentation for the Apache HTTP server
httpd-tools.x86_64 : Tools for use with the Apache HTTP Server
: Server
mod_auth_openidc.x86_64 : OpenID Connect auth module for Apache HTTP Server
mod_dav_svn.x86_64 : Apache httpd module for Subversion server
mod_ldap.x86_64 : LDAP authentication modules for the Apache HTTP Server
mod_nss.x86_64 : SSL/TLS module for the Apache HTTP server
[root@localhost ~]# yum search apache | grep -i server
: webserver
httpd.x86_64 : Apache HTTP Server
httpd-devel.x86_64 : Development interfaces for the Apache HTTP server
httpd-manual.noarch : Documentation for the Apache HTTP server
httpd-tools.x86_64 : Tools for use with the Apache HTTP Server
: Server
mod_auth_openidc.x86_64 : OpenID Connect auth module for Apache HTTP Server
mod_dav_svn.x86_64 : Apache httpd module for Subversion server
mod_ldap.x86_64 : LDAP authentication modules for the Apache HTTP Server
mod_nss.x86_64 : SSL/TLS module for the Apache HTTP server
Comments
Post a Comment