Suede Young
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 79
Articles
Recent activity by Suede Young-
Websites won't load and Apache ports shows closed instead of filtered
When having an issue with loading a website but the Apache ports are showing as closed instead of filtered check and see if the following command shows only listening to localhost: ss -lntp|egrep...
-
Why is my Time To First Byte high?
Having a fast website is essential for any business as it can sometimes affect how a website may convert visitors into customers. This will touch on some of the more common reasons why the Time To ...
-
How do I enable event_scheduler by default in MySQL?
Introduction In some cases, we need to enable the event_scheduler in MySQL for our databases. While this is enabled by default in MySQL 8, we will need to enable this in the /etc/my.cnf in previous...
-
How to restart MySQL from WHM
Introduction Sometimes, we need to restart MySQL for a configuration change or regular maintenance. This article provides the procedure to restart MySQL from WHM. Procedure Log into WHM as the ‘...
-
How to change MySQL Port?
Introduction In a few cases, we need to have remote connections be available but still need some little extra security. One good way for this is to change the MySQL port so it's different from the ...
-
How can I reach Mailgun Support?
Question How do I reach Mailgun support when I need to? Answer You should be able to get in contact with the support team through the following link: Mailgun Support
-
PHPMyAdmin gives a 500 error when trying to access with a Cannot Open Source Device
Symptoms PHPMyAdmin cannot load for WHM and cPanel, and the cPanel error log shows a "Cannot Open Source Device." Description When getting a 500 error when accessing PHPMyAdmin, you may find...
-
How do I enable innodb_file_per_table?
Question By default, MySQL has the innodb_file_per_table option disabled. Due to this, how do I enable it so that InnoDB will give free space back to the server? Answer To enable innodb_file_per...
-
How to restrict access to SMTP
Introduction Some administrators want to restrict SMTP access on their servers from specific IP addresses. This article provides the procedure for blocking access to SMTP for individual IP addresse...
-
How do I uninstall Dovecot Solr?
Introduction Sometimes, we need to remove Dovecot Solr to help the servers load as Java applications can sometimes cause some load on a server and make things run slower. Procedure To uninstall ...