Archive

Posts Tagged ‘whm’

WHM / WHM API Error – Sorry, resellers are not permitted to create subdomains of the server’s main domain

October 15th, 2009 admin No comments

Please double check the Tweak Settings page via root access to your WHM control panel. Here two related options to look for within the Domains section of the WHM Tweak Settings page:
* Allow users to park subdomains of the server’s hostname main domain.
* Allow resellers to create accounts with subdomains of the server’s hostname main domain.

Click here to read more......

Related posts

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......

Related posts

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......

Related posts