Mod cluster Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
This procedure assumes [[httpd]] was already installed, configured, and it works well ''without'' mod_cluster.
This procedure assumes [[httpd]] was already installed, configured, and it works well ''without'' mod_cluster.


At the time of the writing, the pre-compiled native components to be installed within an existing httpd are published on the download page as "mod_cluster modules for httpd". For example, the mod_cluster binaries for Linux x86 httpd are listed as "linux-x86_64 mod_cluster binaries". The file name is <tt>mod_cluster-1.3.1.Final-linux2-x64-so.tar.gz</tt>. It contains the pre-compiled httpd extensions (<tt>mod_advertise.so</tt>, <tt>mod_cluster_slotmem.so</tt>, <tt>mod_manager.so</tt> and <tt>mod_proxy_cluster.so</tt>).
At the time of the writing, the pre-compiled native components to be installed within an existing httpd are published on the download page as "mod_cluster modules for httpd". For example, the mod_cluster binaries for Linux x86 httpd are listed as "linux-x86_64 mod_cluster binaries". The file name is <tt>mod_cluster-1.3.1.Final-linux2-x64-so.tar.gz</tt>. It contains the pre-compiled httpd dynamic libraries (<tt>mod_advertise.so</tt>, <tt>mod_cluster_slotmem.so</tt>, <tt>mod_manager.so</tt> and <tt>mod_proxy_cluster.so</tt>).


=Java Components Installation=
=Java Components Installation=

Revision as of 19:45, 8 January 2016

TODO deplete https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Mod_clusterInstallation

Internal

Download

Compiled bundles are available here: http://mod-cluster.jboss.org/downloads

Native Components Installation

This procedure assumes httpd was already installed, configured, and it works well without mod_cluster.

At the time of the writing, the pre-compiled native components to be installed within an existing httpd are published on the download page as "mod_cluster modules for httpd". For example, the mod_cluster binaries for Linux x86 httpd are listed as "linux-x86_64 mod_cluster binaries". The file name is mod_cluster-1.3.1.Final-linux2-x64-so.tar.gz. It contains the pre-compiled httpd dynamic libraries (mod_advertise.so, mod_cluster_slotmem.so, mod_manager.so and mod_proxy_cluster.so).

Java Components Installation