Kloxo installation
$ wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
$ sh ./kloxo-install-master.sh
Make sure that you open the ports 7778 and 7777 in the firewall and disable selinux by editing /etc/sysconfig/selinux and changing the line to selinux=disabled and then running
$ setenforce 0
HyperVM installation
http://www.cloudtaco.com/hypervm-tips-and-install-guide/
wget http://download.lxlabs.com/download/hypervm/production/hypervm-install-master.sh
chmod +x hypervm-install-master.sh
./hypervm-install-master.sh --virtualization-type=xen --skip-ostemplate=true
Switch the web server on a machine from lighttpd to apache
We can switch programs via gui itself. Just go to server home -> switch program
(OR)
cd /usr/local/lxlabs/lxadmin/httpdocs/ service lighttpd stop yum -y install httpd lphp.exe ../bin/common/misc/changedriver.php web apache lphp.exe ../bin/misc/fixwebdnsfullupdate.php service httpd restart
Switch the web server on a machine from apache to Lighttpd
We can switch programs via gui itself. Just go to server home -> switch program
(OR)
cd /usr/local/lxlabs/lxadmin/httpdocs/ service httpd stop rpm -e --nodeps httpd lphp.exe ../bin/common/misc/changedriver.php web lighttpd lphp.exe ../bin/misc/fixwebdnsfullupdate.php service lighttpd restart