Category: Kloxo

安装了kloxo,如果面板无法访问,一般是iptables原因

By admin, 2011年08月3日 6:35 上午

安装了kloxo,如果面板无法访问,一般是iptables原因

http://域名:7778,无法访问,可以试试service iptables stop

How to remove apache test page in CentOS

By admin, 2011年07月31日 10:07 下午

After you install apache web server in CentOS and point your browser to http://localhost you will see a Apache 2 Test Page powered by CentOS. You can disable or remove this apache test page from the configuration file. Before you do any modification, please make sure you have the privilege to reload the apache webserver.
 
apache test page

To remove apache test page in CentOS, follow the steps below:-

  

  • Start your Terminal and login to your webserver thru SSH
  • Once logged in, edit this file with your favorite editor
    /etc/httpd/conf.d/welcome.conf
  • The content of the file should look similar like this:-
    # This configuration file enables the default "Welcome"
    # page if there is no default index page present for
    # the root URL.  To disable the Welcome page, comment
    # out all the lines below.
    #
    <LocationMatch "^/+$">
       Options -Indexes
       ErrorDocument 403 /error/noindex.html
    </LocationMatch>
  • To remove the apache test page, comments all the line like below:-
    # This configuration file enables the default "Welcome"
    # page if there is no default index page present for
    # the root URL.  To disable the Welcome page, comment
    # out all the lines below.
    After you install apache web server in CentOS and point your browser to http://localhost you will see a Apache 2 Test Page powered by CentOS. You can disable or remove this apache test page from the configuration file. Before you do any modification, please make sure you have the privilege to reload the apache webserver.
    
    apache test page

To remove apache test page in CentOS, follow the steps below:-

  

  • Start your Terminal and login to your webserver thru SSH
  • Once logged in, edit this file with your favorite editor
    /etc/httpd/conf.d/welcome.conf
  • The content of the file should look similar like this:-
    # This configuration file enables the default "Welcome"
    # page if there is no default index page present for
    # the root URL.  To disable the Welcome page, comment
    # out all the lines below.
    #
    <LocationMatch "^/+$">
       Options -Indexes
       ErrorDocument 403 /error/noindex.html
    </LocationMatch>
  • To remove the apache test page, comments all the line like below:-
    # This configuration file enables the default "Welcome"
    # page if there is no default index page present for
    # the root URL.  To disable the Welcome page, comment
    # out all the lines below.
    #
    #<LocationMatch "^/+$">
    #    Options -Indexes
    #    ErrorDocument 403 /error/noindex.html
    #</LocationMatch>
  • now reload your apache web server
    service httpd reload
  • Now point your browser to http://localhost and you shouldn’t see any Apache Test Page again.

#
#<LocationMatch “^/+$”>
# Options -Indexes
# ErrorDocument 403 /error/noindex.html
#</LocationMatch>

  • now reload your apache web server
    service httpd reload
  • Now point your browser to http://localhost and you shouldn’t see any Apache Test Page again.
  • kloxo怎么设置使用IP直接访问网站

    By admin, 2011年07月30日 5:17 下午

    IP地址-》配置域名-》选择你想被访问的域名-》update

    后台面板点击 IP地址 按钮,再点击你要访问的IP,进去以后选择配置域名,选择你要直接用这个IP访问的域名就可以了。 当然你必须先把域名解析到这个IP,不然会提示你失败。 再说一个题外话,如果你用的是汉化包,那个比较老了错误也不少,后面那个除外客户是翻译错误,其实是独享客户的意思。也就是说如果你用kloxo来开空间给其他人,选择IP然后独享客户,就等于分配了一个独立IP给这个客户

    修改kloxo免费虚拟主机控制面板默认IP主页Kloxo Default Page方法

    By admin, 2011年07月30日 5:02 下午

     通常,虚拟主机的控制面板有cp、da两种世界上最出名的可以使用,不过他们都是需要收费的,世界上当然也会有免费的午餐,所以kloxo免费的虚拟主机控制面板就诞生了。

    点击在新窗口中浏览此图片
        安装了kloxo之后,所有的PHP环境都是一起自动配置好的,所以新手就不用再去命令行下在繁琐的配置php环境了。不过安装好后默认使用ip浏览的话会出现kloxo自己的主页,也就是Kloxo Default Page,那么我们要如何修改这个主页呢?今天小石头就为大家带来了修改的方法。

        方法如下:首先使用sftp软件通过ssh登陆到VPS系统当中,进入根目录,如下图所示:
    点击在新窗口中浏览此图片

        然后进入home目录,如下图所示:
    点击在新窗口中浏览此图片

          然后进入kloxo目录,如下图所示:
    点击在新窗口中浏览此图片

          最后的default目录就是默认的kloxo ip网页,在这里修改掉index.html文件就可以使得ip访问的页面修改了。
    点击在新窗口中浏览此图片

        kloxo是一款免费的虚拟主机管理软件,他的使用也是非常简单的,只要你用心去钻研了,终究会得到回报的。

    Panorama Theme by Themocracy