[Solved] Disk Quota Exceeded

Disk Quota Exceeded is a very scary and common Linux error in web hosting servers. When this happens you as a website owner may fail to restart MySQL database, fail to upload a file or even failed to restart your webserver if it is down. Generally, it looks like you exceeded your allotted disk limit or your overall disk space…

[Solved] HTTP Error 503. The service is unavailable

HTTP Error 503. The service is unavailable Web servers such as LiteSpeed and Apache use various codes to tell browsers about responses. For example, if the webserver replies back with HTTP code 200, it means that everything is fine and the response generation was successful. There are many other response codes, but today we will discuss HTTP Error 503, and…

OpenLiteSpeed vs NGINX

OpenLiteSpeed is getting lots of attention lately. OpenLiteSpeed is an open-source version of LiteSpeed Enterprise Web Server that shares the same code base thus you eventually get the same Enterprise-Grade performance. Today we will see the performance of openlitespeed vs nginx. We will look into various scenarios such as Static file performance of openlitespeed vs nginx. Simple PHP file performance….

.htaccess 301 redirect

What is .htaccess? .htaccess is a configuration file used by Apache Web Server Software. Through .htaccess file, you can change the configuration of Apache Web Server to enable or disable rewrite rules and some functionality the Apache Web Server has to offer. Note .htaccess files must be uploaded in ASCII mode (binary mode is not supported). Some basic functionality that…