Ryland Robertson
- Total activity 397
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 277
Articles
Recent activity by Ryland Robertson-
Where can I find the mod_pagespeed configuration file?
Question Where can I find the mod_pagespeed configuration file? Answer After installing mod_pagespeed the configuration file can be found in the following location: /etc/apache2/conf.modules.d/...
-
Error: FATAL ERROR: Received unexpected end-of-file from SFTP server
Symptoms When attempting to connect to SFTP the following errors are generated: Error: FATAL ERROR: Received unexpected end-of-file from SFTP serverError: Could not connect to server Descriptio...
-
How do I debug recurring RPM database corruption?
Question How do I debug recurring RPM database corruption? Answer RPM database corruption can be the result of a variety of issues. Red Hat provides the following article which can be used to ass...
-
Where do I find information on PHP's "error_reporting" option?
Question Where do I find information on PHP's "error_reporting" option? Answer Information on PHP's "error_reporting" option can be found via the following articles in PHP's documentation: PHP.ne...
-
The system user has exceeded its allotted quota of disk blocks.
Symptoms The following error is generated when attempting to log into webmail: Internal Server Error500The system user “USERNAME” has exceeded its allotted quota of disk blocks. Description Th...
-
How do I enable a repository on a RHEL-based system?
QuestionThis article provides the steps to enable a repository on RHEL-based systems. AnswerAccess the server's command line as the root user via SSH or Terminal in WHM.Run the following command:No...
-
What is Domain Control Validation (DCV)?
Question What is Domain Control Validation (DCV)? Answer Domain Control Validation (DCV) is one of the checks performed prior to the issuance of an SSL certificate. This is done to verify the per...
-
How do I check what dependencies a package requires?
Question How do I check what dependencies a package requires? Answer You can check this with the following command: yum deplist <package name> Information can be found via the following man p...
-
How to redirect a dedicated IP address to the domain name
Introduction Some users want traffic to their dedicated IP address redirected to the primary domain on their account. This requires a custom Apache included. Procedure Log into WHM as the 'root'...
-
Why do I get the error "CNAME and other data" when trying to add a CNAME record?
QuestionWhy do I get the following "CNAME and other data" error when trying to add a CNAME record?CONFIG_TEXT: Error: The DNS zone file is invalid. (Line #: domain.tld: CNAME and other data) Answer...