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 enable logging for cPanel/UAPI
Introduction This article will show you how to enable logging for API requests done by cPanel accounts, also known as UAPI. Procedure Log into WHM as the root user Access "Home / Configuration ...
-
Change communication type settings under Contact Manager using the command line
Introduction The Contact Manager provides options to configure which level of alerts is sent to each contact point. This configuration is typically done through the WHM "Contact Manager" interface,...
-
How to enable or disable compiler access using the command line instead of WHM
Introduction You may want to use scripts when building servers or to ensure specific settings are set. Procedure The following script can be used to enable or disable compiler access. Allow compile...
-
How to install the pdflib PECL module
Introduction The pdflib module is not distributed as an rpm and must be manually compiled to be installed. Please note that this PECL module has only added support up to PHP 7. PHP 8 is incompatibl...
-
How to reinstall the cPanel Perl RPMs if /scripts/check_cpanel_pkgs isn't working
QuestionHow do you reinstall the cPanel Perl RPMs if /scripts/check_cpanel_pkgs isn't working? AnswerIf the cPanel internal Perl isn't working and /scripts/check_cpanel_pkgs is unable to run, you m...
-
Why do I see 'You do not have the feature “backup”.'?
Question Why do I see 'You do not have the feature “backup”.'? Answer If you attempt to generate a user backup using the uapi Backup API call documented at Back up cPanel account to home director...
-
How to manually update a DNS Zone serial for a single domain or for all domains
Introduction You may want to have a command-line method of incrementing a DNS zone serial and reloading the DNS zone without using an editor. Procedure The following perl one liner will search fo...
-
How to use the is_script_stuck Script to monitor for long running processes
Introduction In some rare cases, a long process may hang indefinitely and be difficult for system administrators to detect. The "/usr/local/cpanel/bin/is_script_stuck" script checks how long a scri...
-
How to get a list of accounts and the backups available via the whmapi1 API
Introduction You may want to write a script and need the users and backups available for those users. Procedure The following API documented provides this output. Return backup files for the serv...
-
Why is /home/virtfs/$user created when jailshell and the jailed shell environment is disabled?
Question Why is /home/virtfs/$user created when jailshell and the jailed shell environment is disabled? Answer Our software is designed to jail certain activity that has a potential method of int...