Browsing tag

web server

How to install LEMP on Fedora 22 – Nginx + PHP + MariaDB

Nginx is a free, open-source, high-performance HTTP server. This tutorial shows you how to install LEMP on  Fedora 22. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. PHP-FPM is an alternative PHP FastCGI implementation, it has some additional features useful for sites of any size, especially busier sites). […]

Install Lighttpd With PHP5 FastCGI And MySQL On Fedora 21

Lighttpd is an open-source web server  designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution to overcome server load problems. Here i will explain you the […]

Install Nginx + MariaDB + PHP on Fedora 27 / Fedora 26

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on Fedora 27 with PHP support (through PHP-FPM) and MariaDB support. PHP-FPM is an alternative PHP FastCGI implementation. It has some additional features useful […]

Install Apache2 With PHP5 And MySQL On Fedora 21 (LAMP)

LAMP Stands for Linux,Apache,MySQL and PHP. Most of the websites works with the above combination. The main purpose of LAMP is testing the application locally by the programmer before going to the production. Below are the steps to install LAMP (Apache, PHP and MySQL) on Fedora. Installing Linux: Here i am not going to show […]

Nginx 1.7.9 + PHP5-FPM + MySQL (LEMP) on Ubuntu 14.10

The steps in this post no longer works and the product is already depreciated. Visit How To Install LEMP Stack on Ubuntu 18.04 or How To Install LEMP Stack on Ubuntu 18.04 for latest documentation. Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and […]