LAMP Stack is a group of open source programs that work together to enable a server to host dynamic websites or web applications. LAMP represents Linux (operating system), Apache (web server), MySQL (MariaDB database), PHP (scripting language). In this guide, we will learn how to install LAMP on CentOS 7. Prerequisites Update the software packages […]
Apache
How to Install WordPress on CentOS 7
WordPress is one of the most popular CMS out there. It powers more than 30% of all websites on the internet. Moreover, it’s an open source program and available for free. There are thousands of themes, plugins and documentation available on the internet. This makes WordPress a first choice for bloggers, small and big companies […]
Fix 413 Request Entity Too Large Error on Nginx & Apache
What does 413 Request Entity Too Large Nginx Error Mean? A 413 Request Entity Too Large Nginx Error occurs when a request made on a client-side by the visitor or user is too large to be processed by the web server. If you have set your web server to a particular HTTP request size limit, […]
How To Install LAMP Stack on Ubuntu
This tutorial covers an easy and step-by-step guide on how to install LAMP Stack on Ubuntu. While writing this tutorial, I used Ubuntu Server 18.04 LTE though this guide is equally useful in installing LAMP Server on Ubuntu 16.04 and 14.04 with few adjustments (if required). Introduction A LAMP Stacks or LAMP Server (Linux, Apache, […]