We already discussed about, how do we can install the kloxo control panel on a server. You can refer kloxo installation on centos for more details; Here, I will give some quick way to acces your kloxo control panel and…
Control panels
How to remove IP Address from cPHulk
1. SSH to your server as root and execute mysql from command line [root@server ~]# mysql 2. From mysql interface type as follows: mysql> use cphulkd; mysql> select IP, BRUTETIME from brutes order by BRUTETIME; mysql> select IP, LOGINTIME FROM…
Csf command not found in WHM/cPanel server
CSF – Config server firewall is a firewall configuration tool for WHM/cPanel server. CSF is available as a plugin of WHM by default. In some strange situation you will be face some errors with csf, like “csf command not found”
kloxo installation on centos
Kloxo is an another commonly using open source control panel for web servers to manage websites. There are some simple steps to install kloxo on server. Requirements: 1) A dedicated or virtual server running CentOS or Red Hat EL 5.x.…
What port is webmin using and configuring your firewall for webmin
Webmin is an open source control panel for web-hosting industry. Click here to see how install webmin on your server.
Install Cpanel on centos – step by step procedure
WHM/cPanel is one of the best control panels for web-hosting industry. Here I am discussing about the system/server requirements and the steps for installing cpanel on it.
how to prevent .htaccess file modification while running easyapache ?
Most of the time, the recompilation process of Apache/php with Easyapache will be effected the users’ .htaccess file under the WHM/cPanel server. After the Easyapache, we might see some entries like the one pasted below in .htacces file. AddHandler application/x-httpd-php5…