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

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

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-即可)

kloxo面板教程-折腾了一天的更多相关文章

  1. Windows 配置 Aria2 及 Web 管理面板教程

    今天闲来没事,想找点东西折腾下,然后看到个在 Debian 7 x64 系统环境下配置 Aria2 和 Web 管理面板的教程,针对 Linux 服务器用的.但很多人没服务器,也不知道什么是 Aria ...

  2. docker中安装宝塔面板教程

    本人电脑是win10,安装的virtualbox,装的centos7.2,在centos7.2装了docker,这个比较简单,网上一大堆教程,今天说一下装好了docker之后怎么在docker中安装面 ...

  3. Linux系统安装宝塔面板教程

    # Linux系统宝塔安装教程 注意:安装宝塔面板的前提条件 首先要有一台服务器或者使用linux系统的虚拟机. 安装前请确保是[全新的机器].必须是没装过其它环境的新系统,如Apache/Nginx ...

  4. Linux Centos安装宝塔面板教程

    材料:阿里云服务器远程ip地址和购买服务的账号和密码 版本Centos 6.9版本 用Xshell远程登录安装宝塔 Xshell的界面是这样的,如图 点击左上角新建回话可以创建一个新的SSH连接,如图 ...

  5. Linux下docker中安装宝塔面板教程

    本人云服务器,装的cent os7.6,在cent os7.6已装了docker,没装的可以借鉴 https://www.cnblogs.com/xiaoyige/p/12673076.html 1. ...

  6. linux vps安装kloxo配置全部过程

    第一步如何登录Linux VPS进行远程(SSH)管理 很多人可能用过免费虚拟主机,但绝没有用过好用的免费服务器租用,仅有的少数免费服务器都只针对有较高访问量的大站(以交换广告为条件),而普通小站是无 ...

  7. 火狐FoxyProxy配置教程

    原文:http://www.lvtao.net/tool/640.html 虽然autoproxy是火狐上最优秀的代理插件,但是好久不更新,也有一些bug,比如观看youtube视频7分钟左右会无法播 ...

  8. 解决Kloxo出现Could not open database connection问题

    当我们在使用或者运行kloxo面板的时候,可能会出现类似"Could not open database connection"错误提示,对于新手朋友来说肯定本身安装面板管理VPS ...

  9. 手把手教你docker安装宝塔面板

    手把手教你docker安装宝塔面板(针对小白提一下:需要先安装docker,安装docker的教程请自行百度,非常简单的),docker安装宝塔面板教程如下: 一.拉取centos镜像(当然这里拉取别 ...

随机推荐

  1. SweetTips: 快意灵动的Android提示库!

    此文章是我在简书的文章,自行搬到博客园.简书地址:SweetTips: 快意灵动的Android提示库! 源码及所在DEMO已上传至GitHub:SweetTips,欢迎大家提Bug,喜欢的话记得St ...

  2. hibernate简单的增删改查

    获取当前线程的session protected Session getSession() { return sessionFactory.getCurrentSession(); } 增加:save ...

  3. python2到python3的转换以及f.write在python3 中的用法

    .利用Python内置(Python脚本)工具,帮你自动转换 Python 2.x版本,比如我安装的Python 2.7.2,其在windows下载安装好之后,就自带了相关的一些有用的工具. 其中一个 ...

  4. scp免密码传送文件

    一.单向 ssh-keygen -t rsa 单向无密码访问远程服务器操作比较简单,比如服务器A需要无密码访问服务器B(A–>B),那么只需要在服务器A生成密钥对,将生成的公钥上传到服务器B的相 ...

  5. smarty基础与实例

    什么是smarty? Smarty是一个使用PHP写出来的模板引擎,是业界最著名的PHP模板引擎之一.Smarty分离了逻辑代码和外在的内容,提供一种易于管理和使用的方法,用来将原本与HTML代码混杂 ...

  6. [妙味DOM]第三课:Event-事件详解1

    知识点总结 焦点事件 onfocus 获取焦点 onblur 失点焦点 obj.focus() 给指定元素设置焦点 obj.blur() 取消指定元素的焦点 obj.select() 选择指定元素里的 ...

  7. Stack Overflow for web end

    Jquery UI tooltip on disabled button In general, disabled elements do not trigger any DOM events. Th ...

  8. AVFoundation--视频录制

    // // ViewController.m // AVFoundationCameraRecording // // Created by ZhuYi on 16/5/3. // Copyright ...

  9. apache动态编译与静态编译

    静态: 在使用./configure 编译的时候,如果不指定某个模块为动态,即没有使用:enable-mods-shared=module或者enable-module=shared 这个2个中的一个 ...

  10. 浙大pat 1011题解

    With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excite ...