For beginners who do not want to learn commands and use CentOS VPS directly, we recommend a fool-type virtual Host management system Kloxo, and is free, unlimited bound domain name.
Kloxo Introduction
Kloxo, formerly known as Lxadmin, is a free virtual host management system that is simple to install and powerful enough to quickly build lamp on the host of the Red Hat,centos series Linux System (linux+apache+mysql+perl/php/ Python) environment.
Install Kloxo
KLOXO installation will build lamp environment, so need a not installed PHP, MySQL, Apache and other server software system, if it has been arranged, we need to uninstall it.
1. Uninstall Server Software
Uninstall MySQL command:
Rpm-qa | grep MySQL
Uninstall Apache command:
Rpm-qa | grep httpd
Uninstall PHP Command:
Rpm-qa | grep php
2. Download Kloxo and install
Download Kloxo
wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
Execute setup Script
Sh./kloxo-install-master.sh
During installation, you may be prompted to enter the y/n, enter Y to continue, after the installation is completed, then execute the following command.
Installs the High-precision mathematical operation component, the default does not install, uses in the MD5 operation
Yum Install Php-bcmath
Check all Updates
Yum Check-update
Update All Updates
Yum Update
Clean up all cached installation files to save space
Yum Clean All
3, Control Panel management address
https://IP:7777//* Secure connection * *
http://IP:7778//* Common links, commonly used * *
Both the default user and password are admin.
Kloxo of Chinese
1, login ssh, into the Kloxo language pack directory
Cd/usr/local/lxlabs/kloxo/httpdocs/lang
2. Download Chinese Language Pack
wget Http://www.chinavps.net/soft/lxadmin_cn_pack.zip
3, Decompression language pack
Unzip Lxadmin_cn_pack.zip
4, visit http://your ip:7778/kloxo backstage, settings->appearance language under Advanced->general Chinese, then click Update Confirm, This will automatically refresh, the interface is already in Chinese. The pictures are as follows:
Kloxo FAQ
1, when the site fails or kloxo can not be used
Execute reboot command: Service kloxo restart
2, Kloxo cannot add FTP user name
To execute a command:
Copy Code code as follows:
Sed-i ' s/^;zend_/zend_/'/usr/local/lxlabs/kloxo/httpdocs/htmllib/filecore/php.ini
/script/upcp
/etc/init.d/kloxo restart
Kloxo to manage the website is really convenient, also easy to start. But I want to further optimize the performance of the server or the need for their own through SSH Direct Management Server, this will have a more in-depth understanding of CentOS, in order to better maintain a good server.