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 resolve duplicate RPMs
IntroductionWhile trying to install or update RPMs you noticed there are duplicate RPMs reported. An indicator is when trying to update an RPM or run yum update you see "conflicts with" errors like...
-
How to link Webalizer stats so a cPanel login isn't required
Introduction Some cPanel users want to have their Webalizer stats available without cPanel access. Please note it is highly recommended that password protection be used so this is not viewable by e...
-
Why isn't the whm subdomain covered in the AutoSSL issued SSL certificate?
Question Why isn't the whm subdomain covered in the AutoSSL issued SSL certificate? Answer The WHM interface is for server and account administration and is used only by reseller accounts and roo...
-
How to get all NS records currently set on all domains on my cPanel server
Introduction Sometimes you want this information when a large number of domains are being moved and you want to know which need manual updates and which do not. You can loop through all the domains...
-
Where are the PHP-FPM configuration files located?
Question Where are the PHP-FPM configuration files located? Answer The PHP-FPM configuration files that would be used globally either domain pools or systems settings would be located in: /var/cp...
-
Where are the global PHP-FPM logs located?
QuestionWhere are the global PHP-FPM logs located? AnswerPHP-FPM logs are located in the following folder.Note: Please replace ea-php84with the version of PHP you want to use. CONFIG_TEXT: /opt/cpa...
-
How to manually update pure-ftpd server settings so they are preserved on configuration updates
Introduction Changes to /etc/pure-ftpd.conf get overwritten at some point due to natural configuration changes. There are storage configuration files to hold changes so they are added to the conf...
-
How to fix ownership issues within a cPanel users home directory public_html folder
Introduction All files in a user's public_html should be owned by the user. If files are owned by something other than the user, such as root, this can introduce issues where files are not properly...
-
How to check the configured number of open files allowed for Apache
Introduction You may see Apache error with "Too many open files" and want to know what is currently set. Procedure Use ps to obtain the httpd process ID. Example: [root@cptestvm ~]# ps auxw|grep ...
-
How to increase the number of open files allowed for Apache
Introduction When trying to start or stop Apache you may see errors like "Error: Too many open files" and needs to be increased. Procedure On a server using systemd to manage services do the foll...