Paul Western
- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 84
Articles
Recent activity by Paul Western-
Why is "Checking whether to disconnect long-running connections for process xxxxx" showing in the apache error log?
Question Why is "Checking whether to disconnect long-running connections for process xxxxx" showing in the apache error log? Answer This is actually not an error but a normal occurrence when usin...
-
(XID xukatg) The system failed to set the user ID to “0000” and the group ID to “99” on “GLOB(0x1e12b00)” because of an error: Operation not permitted at /usr/local/cpanel/bin/rebuild_phpconf line 168.
Symptoms When attempting to change the PHP handler for a PHP version you will get the following error: (XID xukatg) The system failed to set the user ID to “1023” and the group ID to “99” on “GLOB(...
-
How-To create a GIT repository in cPanel
Introduction cPanel allows you to create GIT repositories that are hosted locally on the cPanel server. This article provides the steps to create the repository. Procedure Access the server's co...
-
How to increase the maximum execution time in cPanel and Webmail
QuestionHow do you increase the maximum execution time in cPanel and Webmail? AnswerSometimes specific actions such as uploading files may need more time then the default 90 seconds allotted to be ...
-
Can special FTP accounts (anonymous, log, etc.) be removed?
Question Can special FTP accounts (anonymous, log, etc.) be removed? Answer From our documentation: "The Special FTP Accounts table lists your cPanel account’s primary FTP account and the log acc...
-
How to prevent PHP deprecated warning messages?
Question How to prevent PHP deprecated warning messages? Answer On the error_reporting reporting line of your php.ini file: error_reporting = E_ALL You will want to add ~E_DEPRECATED after the ...
-
How to provide SSH access to your Google Cloud instance
Introduction Google Cloud requires a number of steps to be done to allow SSH access via keys. Procedure The following URL provides the steps to allow access: https://cloud.google.com/compute/docs...
-
How-To reinstall packages using yum/dnf
Introduction You may want to reinstall a package already on the system, such as when a configuration file relating to the package is missing. Dnf/yum has a built-in feature to allow package reinsta...
-
Does AlmaLinux support Cloudlinux and Litespeed?
Question Does AlmaLinux support CloudLinux and Litespeed? Answer Yes, AlmaLinux is essentially a drop-in replacement for CentOS. The following article goes into what is fully supported with AlmaLin...
-
How-To display a domain's FPM status variables
Introduction The FPM status page allows you to view FPM pool information like below: Procedure 1. Create /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml if you do not already have it: touch...