To display the default Apache page how do I set the primary IP address for my cPanel environment !!!

13 years ago

To display the default Apache page how do I set the primary IP address for my cPanel environment .Log into…

How to configure cPanel !!!

13 years ago

Open a web browser and connect to your cPanel Control Panel located at https://ip address:2087.Login as the Administrator using the…

How to install BIND .

13 years ago

[Root @ example ~] # yum -y install BIND BIND-utilsIt is set assuming that the global address [192.16.0.80/29], private address…

Script to kill Roundcube stuck process !!

13 years ago

Create the new file roundcube.sh and insert the following code. #!/bin/sh for ROUNDCUBE in `ps aux | grep roundcube |…

Script to kill Roundcube stuck process !!

13 years ago

Create the new file roundcube.sh and insert the following code.#!/bin/shfor ROUNDCUBE in `ps aux | grep roundcube | awk -F…

How to use cgi script to check the Server uptime .

13 years ago

The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads#!/bin/bash echo Content-type: text/plainecho echo $(hostname)echo “=>”echo…

How to use cgi script to check the Server uptime .

13 years ago

The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo…

Add SPF and Domainkeys in cPanel

13 years ago

If you have a cPanel based server, adding an SPF record or domain keys entries for domains are so much…

Database size doesn’t get updated in cPanel.

13 years ago

If the database inside the cPanel shows 0 mb, it is because the database cache file of the user is…

How to enable alternate port for exim?

13 years ago

Exim is a mail transfer agent (MTA) used on Linux/Unix-like operating systems. It is freely available under the GNU GPL and…