Introduction Lighttpd is a free, open-source web server which is also known as Lighty. It is a fast, secure, compliant, and extremely flexible webserver optimized for speed. Compared to other web-servers, Lighttpd consumes very less server resources. When it is installed alongside PHP and MySQL or MariaDB, it can serve millions of connections. Prerequisites How […]
How to Increase File Upload Size in Nginx – 3 Simple Steps
By default, the maximum file upload size in NGINX is 1MB. If a user tries to upload a file bigger than this, the Nginx throws a “413 Request Entity Too Large” error. So in this tutorial, we will learn how to increase file upload size in Nginx. How To Increase File Upload Size in NGINX […]
How to Fix a 408 Request Timeout Error
HTTP status code starting with 4XX is the client-side error code and 408 request timeout error is one of the client-side errors. In this, we will learn how to fix a 408 request timeout error. Before we dive into the solution let’s understand what does this error actually mean and how does it differ from […]
How to Install Django on Ubuntu: 4 Easy Methods
Django is a full-featured web development framework written in python for developing websites and applications. It is a free and open-source framework that follows the MVC (Model-View-Controller) framework. The framework is designed to help developers get their website and application online as quick as possible. In this guide, we will learn how to install Django […]
How to Install Angular on Ubuntu: 5 Easy Steps
Angular is a TypeScript/JavaScript-based open-source mobile and desktop web application framework created by the Angular team at Google. It is a complete rewrite from the same team that built AngularJS. It is well suited for building small to large scale mobile and web applications from scratch. In this guide, we will learn how to install […]