kloxo面板教程-折腾了一天

-------------------------------------------------------------------------------

前一晚安装了掉线,不得不重新来,有点慢,还是耐心等着

20150831可行性安装:

rpm -qa | grep mysql
yum remove mysql
rpm -qa | grep httpd
yum remove httpd
rpm -qa | grep php
yum remove php  最好提前这些操作

http://jingyan.baidu.com/article/4f34706ee6613de386b56d51.html

用到的无非几个:

Advanced

  • Port Config  更改7778端口 1843718438
  • 修改后请ssh登陆您的vps,service kloxo restart 重启kloxo面板。提醒您,端口建议选择大于10000的数字,免得和其他软件端口有冲突。
  • DNS Templates  添加 ip 对应的dns模版 ==注意:Primary DNS 用当前域名商的域名 ns.yourdomain.com
  • Ftp Users 添加ftp
  • Mysql Database 添加sql 用户名跟数据库名一样,里面有phpmyadmin,
  • mysql -uuser -ppasswd -D dbname < shop_yourdb.sql

------------------------------------------------------------------------------------------------

出现醉的问题1: 

Alert: Could not Connect to the server localhost. This is most likely due to underlying network problem. Make sure that the server is accessible from this particular node by running telnet slave-...

解决方法:

  • Services  打开httpd服务就可以       
  •  

--------------------------------------------------------

出现醉的问题2: 

If you are seeing this page, it means that web has not been configured for this domain on this server.

This could be due to the following causes: 

  • Kloxo has not restarted the web server yet after you added the domain. Please wait for the web server to restart. 

  • The domain is pointing to the wrong Kloxo server. Ping the domain and make sure that the IP matches one of the IPaddress seen in admin home -> ipaddresses 

  • If you are seeing this page when you try to access an IP like http://192.168.1.1, then that means that the IP has not yet been mapped to a domain. Go to client home -> ipaddresses -> ipaddress home -> domain config and map an IP to a domain. 

    • Once you map an IP to a domain, then you have to make sure that the domain pings back to the same IP. Otherwise, if you try to access the domain, you will get this page. So IP -> domain.com should mean that domain.com pings to the same IP. 

解决方法如下:

admin登录kloxo后台

如图的切换apache 和lighttpd,再切换回来

最后切回到apache。需要上面步骤再打开httpd服务才OK。

然后网址正常可用。

---------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------

wget http://www.CTOHome.com/linux-vps-pack/kloxo_with_chinese_language.sh;sh ./kloxo_with_chinese_language.sh;

将上面1行复制,粘贴到您的linux ssh控制台里,回车,等待完成即可!

如果安装不成功,可能是有软件冲突。请进入您的VPS系统面板,重新安装centos5-x86的操作系统。然后重试。本人乱写的博客,你就不要去转啦。BAIDU一下都有的。谢谢你啦。感谢你啦。

问题集:

1.  YUM Gave Error... Trying Again...

   解决方法:删除 /etc/php.ini 即可

2.

   yum提示another app is currently holding the yum lock;waiting for it to exit

    解决方法:#rm -f /var/run/yum.pid

3.   Kloxo seems already installed do you wish to continue

  解决方法:rm -rf /usr/local/lxlabs/kloxo

-------------------------------------------------------------------------------

----------------------------------------------------------------------------------
安装完成后:

请访问 http://你的IP:7778/ 进行面板的语言设置

在Appearance -> Language里选择 Chinese, 然后点击update确认,面板就变成中文界面了!

空间面板:

有用到的一些基础的功能如框格

一般网站的操作步骤:

1.添加域名。

2.上传文件。

3.导入数据库。

4.配置域名。

5.解析域名。

分解图:

1.添加域名。将您的域名添加进去,add。(不带www)会自动生成域名目录文件夹。

2.上传文件。可以透过FTP传输。可以直接用面板登陆账号密码登陆。传输后可以通过文件管理器查看或者编辑。

如图,那些文件是自动生成的配置文件,不要删除。直接将文件传输在这个域名根目录即可。

3.建立数据库。然后从phpmyadmin进入导入。

4.配置IP,进入IP地址,然后把IP和域名绑定。(若空间需要绑定多个域名,再把绑定解除即可,即把域名在改成-Disabled-即可)

原文地址:https://www.cnblogs.com/alex-13/p/4771470.html