by Sijin George | May 15, 2019 | Latest, Magento, Server Administration
Creating a shopping website using Magento is easier than you think. With features like easy customization, faster checkout, mobile friendliness Magento is one of the best eCommerce platform. But, things go for a toss, when Magento website throw errors like “502...
by Sijin George | May 14, 2019 | Latest, Server Administration
For business reasons, website users prefer to use custom nameservers showing their own brand name. At times, improper setup of nameservers cause problems with website showing up in the browser. And, a detailed DNS check will show errors like “No valid SOA record...
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...