Anthony May
- Total activity 166
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 95
Articles
Recent activity by Anthony May-
How to increase the Max Execution Time directive for PHP.
Introduction Often times when executing a PHP script, you will run into an error related to a timeout. This request takes too long to process, it is timed out by the server. If it should not be tim...
-
Getting around the "is a reserved username on this system" error when creating cPanel accounts.
Symptoms The following error is returned when creating a cPanel account: Unable to create account. (XID vpycqw)test is a reserved username on this system. at /usr/local/cpanel/Whostmgr/Accounts/Cr...
-
Troubleshooting the "client denied by server configuration" error in Apache
SymptomsYou are trying to access a part of your website and receive an error message regarding not being authorized, or that you do not have access. When checking the Apache error log at /var/log/...
-
How to enable gzip compression
Introduction In Linux systems, gzip (mod_deflate) is used to compress HTTP content before it is served to the client; this results in faster network transfers. However, simply having mod_deflate en...
-
How to access cPanel and WHM for the first time and setup FTP.
Introduction This article exists to help cPanel users access cPanel and WHM for the first time. Procedure In order to access WHM, you will need to use the user root and the server's root pas...
-
How to block SSH access using Host Access Control in WHM.
QuestionHow do you block SSH access using the Host Access Control in WHM? AnswerHost Access Control allows you to lock down access to various services on your host to only allow specific IP address...
-
How to run AutoSSL via the API
Introduction This article provides resources on how to run AutoSSL via the API. Procedure Please see our API documentation here for information on how to do this. Start AutoSSL Check for On...
-
How to check available swap space on your server.
Introduction This article shows how to determine how much swap space is available on your host to use as memory. Procedure You can simply use the free -m command to see the swap space. The b...
-
How to find the private key for a CSR generated on your server.
Introduction When you create a signing request for your SSL certificate inside of WHM, a private key is also generated and stored on your host. Procedure You can locate the private key by na...
-
What's the difference between MySQL 5.7 and MySQL 8?
Question What's the difference between MySQL 5.7 and MySQL 8? Answer .TRG, .FRM, .TRN and .PAR files no longer exist in MySQL 8 as Oracle changed how they handle physical files. Within MySQL 8.0, t...