Latest version of kloxo: http://download.lxlabs.com/ Installation process: 1. Use Putty to connect to the terminal and enter the command: wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh sh ./kloxo-install-master.sh
Copy the code. The installation may be slower on domestic hosts because it is an online installation (the update source is abroad). Friends who use American hosts can complete the installation quickly. After installation, you can kloxo, and also basically installed a series of server software such as Apache, Lighttpd, MySQL, Xcache, Bind, Djbdns, etc. 2. Now we complete the subsequent installation and complete it in the terminal (/*This is a note, do not execute*/). * yum install php-bcmath /*High-precision mathematical operation component, not installed by default, used for MD5 operation*/ * yum check-update /*Check all updates*/ * yum update /*Update all*/ * yum clean all /*Clean up all cached installation files (all installed, leaving them behind is a waste of space)*/
Copy the code OK, the kloxo panel is basically installed, and you can close the terminal. 3. Let's log in to kloxo. The first time you log in, your username and password are both admin. Address: * https://yourdomain:7777/ /*Secure connection, but the default certificate is not trusted by IE*/ * http://yourdomain:7778/ /*Just use this normal link*/ Copy the code to use the kloxo control panel to log in to SSH, use putty (download it yourself) yum check-update (Check for Updates) yum update (update all updates) yum install php-bcmath (an important PHP component, not installed by default) yum clean all (clean installation packages)
The code copying is basically completed, and you can close the terminal. Let's log in to kloxo. The first login username and password are both admin. Address: https://IP:7777/ /*Secure connection, However, the default certificate is not trusted by IE*/ http://IP:7778/ /*Let’s just use this normal link*/ Copy code Zend can be enabled in PHPConfig in the kloxo backend, and Apache can be selected from SwichProgram. It is recommended to select lighttpd and bind first and then select apache and djbdns again, otherwise you will see a high memory usage. It is recommended for beginners to use Apache, which can 99% normally support the rewrite rules of .htaccess. 1. Choose the server package to use Home -> Home -> Server:inux -> SwitchProgram The server program lighttpd is much more efficient than Apache. Experts can choose lighttpd. Its Rewrite rules are different from Apache, which is a bit troublesome. Newbies should just use it. Apache. DNS uses djbdns, a lightweight and efficient DNS. 2. Domain name settings The kloxo control panel has a feature that the DNS server must be set up first, otherwise the domain name cannot be added. In fact, you don’t have to set it, you can set it at will. The cheap VPS that everyone buys doesn't have many system resources to begin with, so don't burden it with more. However, how to use DNS still needs to be introduced. Home -> Home -> Resources -> DNS Templates You can fill in any name and select the IP used for the DNS service. The following two DNS services usually use a domain name in a format similar to ns.youtdomain.com (there is no requirement, it’s just a habit). Just add it. Now you can add the domain name. After adding, the system will automatically generate an FTP account with the username yourdomain.com and the password the same as the administrator password. This account can only FTP folders corresponding to the domain name. There is also an admin who can control all sites. At the beginning, I mentioned that it takes up a lot of space after installation. That’s because kloxo has pre-installed various website programs for users to install quickly. After checking, I found that the software versions are too old, so I decided to delete them to save space. Location /home/kloxo/httpd/installsoft/ One-click optimization package: http://www.netliu.com/post/382.html |