Browsing tag

php

How To Install LAMP Server on Debian 9

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Ubuntu 18.04 LAMP (a server stack) stands for Linux, Apache, MySQL, and PHP. These four popular open source software components are used by most of the web hosting companies, web developers, blogs and others to run their websites. Here is the small guide […]

How To Install LEMP Stack on Ubuntu 16.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack. It is widely used tech stack to host websites and blogs. This tutorial shows you how to install Nginx with PHP support (through PHP-FPM) and MySQL support on Ubuntu 16.04. Install LEMP Stack Install Nginx Download signing key from the official website. wget http://nginx.org/keys/nginx_signing.key Add […]

How to Install LAMP on Fedora 27 / Fedora 26 / 25

LAMP Stands for Linux, Apache, MySQL, and PHP. Most of the websites work with the above combination.Below are the steps to install LAMP on Fedora 27 / Fedora 26 / 25.   Install Apache To start off, we will install Apache. Open up the terminal and switch to root. $ su Type following command on […]

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 WordPress with Nginx on Fedora 27 / Fedora 26

WordPress is the most widely used open source web blogging and content management software written in PHP and MySQL; even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation with Nginx on Fedora 27 / Fedora 26. Prerequisites Before proceeding, you might want to look at the following. READ: Install EMP […]