Eric Delorme
- Total activity 556
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 392
Articles
Recent activity by Eric Delorme-
How to delegate specific IPs to a reseller
Introduction You may want to assign specific IP addresses to a reseller. This is done with the Restricted Delegation option for resellers. Procedure Log into WHM and access "Resellers / Manage R...
-
How to force account creations to one path when other matching /home mounts like /home2 exist
Introduction The "Additional home directories matching the following value will also be used for new home directory creations." setting in WHM under "Basic WebHost Manager® Setup" allows the home d...
-
How to set a resellers main IP using cPanel WHMAPI
Introduction You may want to set a resellers IP using our API or via CLI. The API documentation page is located at: Update reseller's main IP address Procedure The IP first needs to be added in WHM...
-
How to check what RPMs are available for updated without installing any RPMs
Introduction You may need a list of what RPMs will be updated before running "yum update" Procedure The following command will check what RPMs that would be updated and list them. yum check-updat...
-
How to get a list of packages/plans used so it can be compared with existing packages created.
Introduction You may want to do some server maintenance and clear out packages/plans not being used. Procedure The following one liner using our APIs will show the plans being used and the number...
-
How to enable Reset Zone in cPanel
Introduction In cPanel using "Zone Editor", you may want to enable "Reset Zone" when a DNS zone is managed with " Manage Zone". Procedure This is enabled with the "Feature List" function in WHM. ...
-
How to set the umask for SFTP so file uploads are 644 permissions and folder permissions are 755
Introduction The default SFTP file and folder umask may not be desired and requires a custom changed to /etc/ssh/sshd_config Procedure Modify /etc/ssh/sshd_config and search for the line with sft...
-
How to disable a ModSecurity rule on a per user basis.
Introduction A ModSecurity rule may be impacting a user, and you want to only disable the rule for that user. User-level Apache include files used on a cPanel server can be used to disable the rule...
-
Are File Manager uploads and downloads included in bandwidth usage on cPanel servers?
Question Are File Manager uploads and downloads included in bandwidth usage on cPanel servers? Answer Presently the File Manager uploads and downloads are not included in cPanel users Bandwidth i...
-
How to install PECL module ssh2 for PHP 7.2, 7.4
Introduction The ssh2 PECL module install fails and is due to the current version being BETA. In order to work around this, a specific version needs to be installed for now. The official PECL modul...