Jefferson Sherlin
- Total activity 439
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 301
Articles
Recent activity by Jefferson Sherlin-
Account restore failed: Exceeded max filesystem nodes while making permissions safe at /usr/local/cpanel/Cpanel/Archive/Utils.pm line 66.
Symptoms A restore fails with the following error in the logs: Failed to extract the archive at “/home/cpmove-user.tar.gz”: Exceeded max filesystem nodes while making permissions safe at /usr/local...
-
Ubuntu 22 GPG error: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
Symptoms When installing new software or running package updates, Ubuntu's package manager flags the following error on one or more repos: The following signatures couldn't be verified because the ...
-
How to install a non-cPanel-provided RPM from a local source
Introduction This article explains how to install a system or other RPM not provided by cPanel. Procedure Access the server's command line as the 'root' user via SSH or "Terminal" in WHM. Run th...
-
ModSecurity error: Request body no files data length is larger than the configured limit
SymptomsWhen attempting to upload a file on your site, you encounter a 503 or 413 error, and an error similar to either of the following can be found in the Apache error log.[Wed May 08 08:37:25.26...
-
How do I disable a repository on a RHEL-based system?
QuestionHow do I disable a repository on a RHEL-based system? AnswerAccess the server's command line as the root user via SSH or Terminal in WHM.Run the following command:CentOS & CloudLinux 7# yum...
-
Unable to install or update mod_lsapi due to missing python3 packages
Symptoms When attempting to install or update the ea-apache24-mod_lsapi, you encounter the following errors. Error: Package: ea-apache24-mod_lsapi-1.1-73.73.1.cpanel.x86_64 (EA4) Requires...
-
How to whitelist an IP address in CSF from the command line
Please note that Way to the Web Ltd. (the company behind ConfigServer) has announced it will close permanently on August 31, 2025. However, their free scripts will remain available under the GPLv3 ...
-
How to install mod_pagespeed from the command line
Introduction This article provides the steps to install the mod_pagespeed Apache module from the command line. Procedure Access the server's command line as the 'root' user via SSH or "Terminal"...
-
How to edit the php.ini file for a domain using PHP-FPM
Introduction Sometimes, you will want to or need to make changes to a domain's php.ini file. This article provides the steps to make the desired change for a domain using PHP-FPM. Procedure Log ...
-
How to correct "PHP Fatal error: Allowed memory size" errors from WHM
Introduction A PHP application running under your domain throws an error similar to the following. PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 32768 bytes) i...