How to install mod_cluster in Redhate 7.4
When I am trying to install mod_cluster in Red hate 7.3 It gives me message like
yum install mod_cluster
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
No package mod_cluster available.
Error: Nothing to do
Can any one guide me how to resolve this or what is the best way to install and configure mod_cluster in Redhate 3.0 in appache httpd server.
I have already installed Apache 2.4,6 in my server.
Responses
mod_cluster is a module not a package. Install the mod_cluster Module Into Apache HTTPD or JBoss Enterprise Web Server HTTPD
You don't install mod_cluster using yum, it is not a package.
Download the Webserver Connecter Natives package for your operating system and architecture from the Red Hat Customer Portal at https://access.redhat.com. This package contains the mod_cluster binary HTTPD modules precompiled for your operating system. After you extract the archive, the modules are located in the modules/native/lib/httpd/modules/ directory.
Then follow these instructions - Install the mod_cluster Module Into Apache HTTPD or JBoss Enterprise Web Server HTTPD
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
