by Sijin George | May 8, 2019 | Apache, Latest, Server Administration
Secure website transaction involves a key exchange between the server and the browser. And, when an attacker is ever able to get hold of this key, they can decrypt your SSL session. Thus, the whole process fails. Perfect Forward Secrecy (PFS) eliminate the use of such...
by Sijin George | May 7, 2019 | Apache, Latest, Server Administration
By default, Apache comes with a set of standard error documents. They show up when the requested website page do not exist. Often these response pages can be intimidating to site users. That’s where custom error-document helps. But, it needs additional...
by Sijin George | May 3, 2019 | Latest, Server Administration
A slow server is always a nightmare for any server owner. And, when the slowness occurs due to applications like PHP, it adds fuel to the fire. Unfortunately, any problem with PHP affects all PHP-based websites on the server. Therefore, a timely solution is always...
by Sijin George | May 2, 2019 | Latest, MySQL, Server Administration
Managing MySQL databases via browser make things easy. But, often it can show up MySQL query browser error 2003. Am trying to access MySQL database through Microsoft SSIS application. But unfortunately, it’s getting failed. I think this is because of the...
by Jilu Joseph | Apr 24, 2019 | Latest, Server Administration
A “502 gateway timeout” is a common server error that leads many of our customers to headache. This error happens when one web server gets an invalid response from another web server. There are many reasons for this error to happen, such as Bad server...
by Sijin George | Apr 5, 2019 | Latest, Server Administration
LetsEncrypt make SSL website hosting easier. And, it allows users to secure their websites free of cost. But, websites need to follow LetsEncrypt SSL renew process every 90 days. Fortunately, there are ways to automate this task. However, SSL renewals often return...