Browsing tag

mysql

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 […]

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 phpMyAdmin on Fedora 27 / Fedora 26/25/24

phpMyAdmin is the web-based administration tool for managing the MySQL, MariaDB and Drizzle servers; it helps in performing databases activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on Fedora 27 / Fedora 26/25. Install phpMyAdmin Install phpMyAdmin using the following command. dnf […]

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 […]