Archive

Posts Tagged ‘script’

WHM – Setup private nameservers

November 1st, 2009 admin No comments

This guide will show you the ropes in how to setup cpanel nameservers and configure them properly so you can run ns1 and ns2.yoursite.com. Once your nameservers are setup clients can then use your own private nameservers for their domains.

Click here to read more......

cPanel SOAP extension for cPanel PHP

October 15th, 2009 admin No comments

SOAP extension for cPanel PHP

Click here to read more......

cPanel WHM Scripts directory explained – Backend WHM Scripts to make administrative functions easier

October 8th, 2009 admin No comments

Scripts

When cPanel and WHM is installed, a number of predefined scripts become available in your server’s /scripts directory. You can use any of the scripts simply by typing its location in a terminal session. For example, if you wanted to run the update script, you would type:

Click here to read more......

Official cPanel/WHM Newbie Guide

October 8th, 2009 admin No comments

Source: crusialp.com

Click here to read more......

Exim Mail Segfaults and mail delivery fails using MBOX

October 7th, 2009 admin No comments

When I tried to deliver any of the messages, these messages are displayed:

Click here to read more......

Installing CSF Firewall

October 5th, 2009 admin No comments
Installation
============
Installation is quite straightforward:

rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

Next, test whether you have the required iptables modules:

perl /etc/csf/csftest.pl

Don't worry if you cannot run all the features, so long as the script doesn't
report any FATAL errors

You should not run any other iptables firewall configuration script. For
example, if you previously used APF+BFD you can remove the combination (which
you will need to do if you have them installed otherwise they will conflict
horribly):

sh /etc/csf/remove_apf_bfd.sh

That's it. You can then configure csf and lfd by edit the files
directly in /etc/csf/*, or on cPanel servers use the WHM UI

References:

Click here to read more......