httpd Modules - Installing and using the bundles

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2470

This topic has not yet been written. The content below is from the topic description.
5.2. Installing and using the bundles The bundles are tar.gz on POSIX platforms just extract them in root something like: cd / tar xvf mod-cluster-1.0.0-linux2-x86-ssl.tar.gz The httpd.conf is located in /opt/jboss/httpd/httpd/conf to quick test just add something like: Listen 10.33.144.3:6666 Order deny,allow Deny from all Allow from 10.33.144. KeepAliveTimeout 60 MaxKeepAliveRequests 0 ManagerBalancerName mycluster AdvertiseFrequency 5 To start httpd do the following: /opt/jboss/httpd/sbin/apachectl start NOTE: Make sure to use SSL before going in production.