Steven Sublett
- Total activity 755
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 598
Articles
Votes on activity by Steven Sublett-
Website login pages return 503 errors with Imunify360 version 8.2.5-1
Symptoms After Imunify360 updates to 8.2.5-1, websites returned 503 error messages. LiteSpeed returns a 503 error message: Apache's error_log ( /var/log/apache2/error_log ) returns the following: ...
-
How install pdo_sqlsrv to connect to MSSQL Servers
Introduction Note: This is a task that a certified administrator should perform to avoid conflicts and issues. Manually attempting to install any package or related functionality will result in a c...
-
Unable to upload files on the website after enabling Nginx
Symptoms Attempting file uploads on the websites don't complete, or they fail. The Nginx log will show the below similar errors: Note: The Nginx error log can be located at path: "/var/log/nginx/er...
-
How to Move MySQL Datadir
Introduction Running out of disk space is typical for the primary filesystem or partition on a server. For example, if the /root or / is low on disk space, moving /var/lib/mysql to /home will free ...
-
Elevate: Cache-only enabled but no cache for 'cloudlinux-x86_64-server-8'
Symptoms The server failed to elevate to CloudLInux 8 with the following error. STDERR:Failed to create directory /var/lib/leapp/el8userspace//sys/fs/selinux: Read-only file systemFailed to create ...
-
phpMyAdmin error: Error in processing request
Symptoms When accessing phpMyAdmin, the below errors appear. Error in processing requestError code: 200Error text: OK (rejected)It seems that the connection to server has been lost. Please check yo...
-
Unable to send mail between two servers in the same IP range
Symptoms When sending emails with two servers where the IP range is the same or similar, a connection timed out will occur. Server 1 connecting to Server 2: exinext domain2.comTransport: domain2.co...
-
Apache/httpd failed to start syntax error "modsec2.cpanel.conf: Could not open configuration file"
Symptoms The web server Apache/httpd is unable to start because of the below error messages. Syntax error on line 270 of /etc/apache2/conf/httpd.conf:Syntax error on line 32 of /etc/apache2/conf.d/...
-
How to redirect all pages for a domain to a page
Introduction This article will provide details about how to redirect domains to another page via .htaccess rules. A common issue when adding redirects in the cPanel interface is that the redirects ...
-
PHP File upload failed (Request Entity Too Large)
Symptoms When uploading a file in PHP, the below error will appear in the Apache logs: ModSecurity: Request body (Content-Length) is larger than the configured limit (134217728). or ModSecurity: Ou...