- 
        1. Re: May I install mod_Cluster in linux machine ?jfclere Aug 28, 2013 7:37 AM (in response to arun2arunraj)
- 
        2. Re: May I install mod_Cluster in linux machine ?rhusar Aug 28, 2013 7:38 AM (in response to arun2arunraj)I would like to install mod_cluster in my local machine which has been installed with fedora. Yes. In linux , I dont find any installation tutorials. Can you please give me installation tips ? Its as simple as downloading latest version - JBoss Community the whole bundle. E.g. "binaries linux2-x64" for 64 bit linux. Untar, customize configuration (/opt/jboss/httpd/httpd/conf/httpd.conf), run (/opt/jboss/httpd/sbin/apachectl start). 
- 
        3. Re: May I install mod_Cluster in linux machine ?rhusar Aug 28, 2013 7:40 AM (in response to jfclere)try yum install mod_cluster Wow, thats perfect! Thanks I didn't even know it works 
- 
        4. Re: May I install mod_Cluster in linux machine ?arun2arunraj Aug 29, 2013 11:30 AM (in response to jfclere)Hi Jean-Fredric, I have used yum installer for installing mod_cluster. After that I dont know where and how to start the service ? Could you please help me further ? Regards, ArunRaj. 
- 
        5. Re: May I install mod_Cluster in linux machine ?rhusar Aug 29, 2013 11:47 AM (in response to arun2arunraj)Edit the configuration, load the proper modules, etc: [rhusar@rhusar ~]$ sudo nano /etc/httpd/conf.d/mod_cluster.conf then restart HTTPd service: [rhusar@rhusar ~]$ sudo service httpd restart 
- 
        6. Re: May I install mod_Cluster in linux machine ?arun2arunraj Aug 29, 2013 12:06 PM (in response to rhusar)Hi Radoslav, May I know where can i find mod_slotmem.so, mod_proxy_cluster.so , mod_advertise.so, mod_manager.so files. 
 Regards,ArunRaj. 
- 
        7. Re: May I install mod_Cluster in linux machine ?jfclere Aug 29, 2013 12:18 PM (in response to arun2arunraj)[jfclere@jfcpc docs]$ repoquery -lq mod_cluster 
 /etc/httpd/conf.d/mod_cluster.conf
 /usr/lib/httpd/modules/mod_advertise.so
 /usr/lib/httpd/modules/mod_manager.so
 /usr/lib/httpd/modules/mod_proxy_cluster.so
 /usr/lib/httpd/modules/mod_slotmem.so
 /usr/share/doc/mod_cluster-1.2.1
 /usr/share/doc/mod_cluster-1.2.1/README
 /usr/share/doc/mod_cluster-1.2.1/lgpl.txtthey are in the rpm package. 
- 
        8. Re: May I install mod_Cluster in linux machine ?arun2arunraj Aug 30, 2013 12:35 AM (in response to jfclere)Hi Jean-Frederic : In my machine. I dont have the httpd folder in the lib folder. Why it is not presented in my lib directory ? Regards, ArunRaj. 
- 
        9. Re: May I install mod_Cluster in linux machine ?jfclere Aug 30, 2013 4:43 AM (in response to arun2arunraj)You installed mod_cluster via yum install mod_cluster? If yes you must have it, what did you do to check for lib? 
- 
        10. Re: May I install mod_Cluster in linux machine ?arun2arunraj Aug 30, 2013 5:28 AM (in response to jfclere)Hi Jean-Frederic , I am really sorry , It was my mistake. I am having 64 bit machine, so httpd is in lib64 folder. But interesting thing is, there are many .so files. Required modules like mod_proxy_cluster.so , mod_advertise.so , mod_manager.so , mod_slotmem.so are not in httpd folder. What could i do now ? Regards, ArunRaj. 
- 
        11. Re: May I install mod_Cluster in linux machine ?jfclere Aug 30, 2013 5:50 AM (in response to arun2arunraj)what did you do to install? 
- 
        12. Re: May I install mod_Cluster in linux machine ?arun2arunraj Aug 30, 2013 6:07 AM (in response to jfclere)I used yum installer Regards, ArunRaj 
- 
        13. Re: May I install mod_Cluster in linux machine ?jfclere Aug 30, 2013 6:30 AM (in response to arun2arunraj)[jfclere@neo2 ~]$ repoquery -lq mod_cluster 
 /etc/httpd/conf.d/mod_cluster.conf
 /usr/lib64/httpd/modules/mod_advertise.so
 /usr/lib64/httpd/modules/mod_manager.so
 /usr/lib64/httpd/modules/mod_proxy_cluster.so
 /usr/lib64/httpd/modules/mod_slotmem.so
 /usr/share/doc/mod_cluster-1.2.1
 /usr/share/doc/mod_cluster-1.2.1/README
 /usr/share/doc/mod_cluster-1.2.1/lgpl.txtOn 64 bits machine... So after the yum install you should have the files in /usr/lib64/httpd/ 
- 
        14. Re: May I install mod_Cluster in linux machine ?arun2arunraj Aug 30, 2013 6:37 AM (in response to jfclere)Hi Jean-Frederic, Atlast I have installed it. Thank you so much. The problem was I have not started that service. Could we configure the mod_cluster with jboss ? I know it is possible. But no idea about the configurations. Could you help me to do it. Regards, ArunRaj. 
 
     
    