by Sijin George | May 9, 2019 | Latest, Server Management
Server hard disks often show degraded performance due to file system errors. And, utilities like fsck is of great help in correcting the errors. But, what if the utility itself report errors ? A typical error message appears as “fsck: error 2 (No such file or...
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 6, 2019 | Latest, Nginx, Plesk, WordPress
Nginx make sites faster. It definitely has an upper edge in serving static content. That’s why, many WordPress users switch to Nginx. Often, this switch cause Nginx WordPress permalinks 404 errors. This happens as Apache’s rewrite rules do not work with...
by Sijin George | May 4, 2019 | Latest, Server Management
500 internal server error clearly indicates that something went wrong during the display of PHP page. By default, web servers like IIS return only generic error messages in websites. Often, this causes the masking of real reason for IIS PHP errors such as 500 internal...
Recent Comments