By tort ( October 5, 2010 at am 8:53) · Filed under Kloxo 教程, kloxo
If your login kloxo background,Tip Alert: not_in_list_of_allowed_ip,This is most likely you are not careful to set up IP restrictions,For example whitelist blacklist,He refused to give himself up outside。 How to do?
Log in as root ssh,carried out:
/script/clearallowedblockedip –class=client –name=admin
See the following prompt:
AllowedIp Sucessfully cleared for client:admin
Says admin unblocked,This time you can log in normally kloxo,Be careful not to put themselves in refused。
Permalink
By tort ( October 5, 2010 at am 8:51) · Filed under Kloxo 教程, kloxo
Forget Kloxo the admin login password how to restore your password? Only reinstall it? Too painful。
Do not worry,There is a way,ssh root user login,Run the following command to reset the admin password:
cd /usr/local/lxlabs/kloxo/httpdocs;lphp.exe ../bin/common/resetpassword.php master ctohome the above command kloxo new password reset for ctohome
then,Your background can log kloxo。After logging,Change your password。
Permalink
By tort ( October 5, 2010 at am 8:50) · Filed under Kloxo 教程, kloxo
Although the default is not turned xcache kloxo,But sometimes not careful on the,Unknowingly opened xcache。If it turns xcache,lighttpd 500 error please try to close xcache。
If not enough,Fastcgi try again Close。
Not enough,You can also try adding a few more lighttpd process method:In LIGHTTPD.CONF which added:
server.max-worker = 6
# max-connections == max-fds/2 (maybe /3)
server.max-connections = 1024
server.max-fds = 2048
#Maximum number of seconds until an idling keep-alive connection is dropped.
server.max-keep-alive-idle = 5
server.max-keep-alive-requests = 1000
Permalink
By tort ( October 5, 2010 at am 8:48) · Filed under Kloxo 教程, kloxo
Since the vast majority of Chinese pages when encoding is gb2312, so we kloxo panel installation,The default encoding of apache changed gb2312 (Simplified Chinese),If your program / web page is the default encoding of UTF-8,Then please switch to lighttpd,Such acquiescence is to support UTF-8 encoding。
kloxo panel switched to apache lighttpd method:
Login kloxo background,Click on the left server:linux => switching program => Select lighttpd and djbdns => Click update => Wait 10 seconds to refresh your page to see results。
If the page does not open,Probably lighttpd does not start,Please start:
Restart Lighttpd,As shown below,In server:linux = "Services =" Click lighttpd this line of three blue dots (I've added a shadow)
Permalink
By tort ( October 5, 2010 at am 8:44) · Filed under Kloxo 教程, kloxo
How to set up a directory,And let him inside all the attributes are changed to 777 (written permission)? Lxadmin file manager with authority to modify the directory (including sub) method follows FIG.,Remember to Change Permssion Recursively check to make all the subdirectories and files can also change the attributes:
Permalink
By tort ( October 5, 2010 at am 8:42) · Filed under Kloxo 教程, kloxo
Installed KLOXO,The default is apache web server,Sometimes you may wonder:KLOXO Why UTF-8 / GBK / GB2312 Chinese web pages garbled? This is due to the encoding output set would be forced apache UTF-8 or caused GBK,And your web pages are not in the coding,So there will be problems Chinese garbled。
How to solve the problem? simplest,It is switched to Lighttpd web service software。
apache kloxo panel switched to a method for lighttpd:Kloxo into the background = "server:linux => = handover procedure "Choose lighttpd =" update point。As shown below:
If you want to use apache,We need to find the apache httpd.conf,Modify the default encoding settings,as follows:
First landing VPS with SSH,Modify the httpd.conf file
cd /etc/httpd/conf/
vi httpd.conf
Seek:AddDefaultCharset
The:AddDefaultCharset UTF8
Changed:AddDefaultCharset OFF
In this case,When it will open the page in accordance with encoding settings page to open the page。
Enter the following command to restart Apache
service httpd restart
Permalink
By tort ( October 5, 2010 at am 8:41) · Filed under Kloxo 教程, kloxo
Use KLOXO panel,FTP connection timeout,Sometimes you can FTP,Sometimes I can not upload,what happened? This is most likely because Lxguard function caused kloxo panel. Solution: Guard Lx disable or whitelist (not fixed due to the total IP's ADLS,IP whitelist setting is not very good):
Lxguard Profile:Lx guards(Lxguard)The effect is to prevent brute force ssh and ftp。When someone tries to enumerate password ftp or ssh,After the cumulative number of errors,It will be blacklisted。This feature can not be disabled,But you can adjust the allowed number of failed logins or white list。
Prohibited FTP link IP example of Figure (number of failures exceeds a predetermined 21 times,The future will no longer be linked):
Solution: Disable Lx guards
Permalink