Blog
- Home
- Blog
This article covers methods to resolve 504 Gateway Time-out Plesk error which happens when there is an Execution of the PHP code of the website which takes longer than the specified timeout.
This article covers methods to resolve blank page in SolusVM due to a missing PHP extension.
This article covers methods to resolve Postfix address already in use error in Plesk. To fix this error, simply Edit file /etc/postfix/master.cf and comment out all duplicate lines in the configuration, for example:
203.0.113.2- unix - n n - - smtp -o smtp_bind_address=203.0.113.2 -o
smtp_bind_address6= -o smtp_address_preference=ipv4
Note: The line with the IP address should exist only once in the /etc/postfix/master.cf configuration file.
This article covers methods to resolve AWS MySQL error 1419. When automated backup is enabled for a MySQL DB instance, it also enables binary logging.
You might receive the following error message when creating a trigger: "ERROR 1419 (HY000): You do not have the SUPER privilege and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable)".
This article covers methods to resolve AWS MySQL error 10060. This error is a result of the inbound connection rule set on your DB instance.
For each RDS database instance we create, there are Inbound & Outbound connection-security groups.
In AWS RDS console, under 'Databases', click on the 'DB Identifier' of your RDS instance. Then in the 'Security group rules' section, click on 'Inbound' type security group and edit the inbound rule to allow appropriate inbound connections.
You get 3 options here, under 'source' column:
This article covers methods to resolve cPanel: Firefox users see "sec_error_ocsp_try_server_later".
To fix this cPanel error:
Once you see the text editor for the include file of All Versions, there may already be some configuration lines in there. If there are, simply scroll to the bottom of the window, then paste in the following:
SSLUseStapling on
SSLStaplingCache shmcb:/tmp/stapling_cache(32768)