How to install & Configure OpenLiteSpeed, php & MySQL on Fedora

  • Post last modified:April 15, 2020
  • Post category:Linux
  • Post author:

In this tutorial we are going to install and configure OpenLiteSpeed web server, PHP and MySQL database server on Fedora. OpenLiteSpeed is a free and open source version of the LiteSpeed web server. This is a one of the best Apache web server alternative. It comes with apache rewrite rules support, GUI admin control panel and built-in cache support. For this tutorial i am using Fedora 31. (more…)

Continue ReadingHow to install & Configure OpenLiteSpeed, php & MySQL on Fedora

How to install and configure Apache, PHP, MySql and phpMyadmin (LAMP) on Linux Mint

  • Post last modified:October 22, 2016
  • Post category:Linux
  • Post author:

LAMP named as an acronym of the Linux operating system, the Apache HTTP Server, the MySQL relational database management system and the PHP programming language.

L – Linux
A – Apache
M – MYSQL
P – PHP

On Windows Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on windows

On ubuntu Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu

Step 1:
Installing apache

The Apache HTTP Serveris the world’s most used web server software. Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar. And type the below code in terminal and hit enter.

sudo apt-get install apache2

Type your linux mint password and press enter.

Type y and hit enter to confirm apache installation.

(more…)

Continue ReadingHow to install and configure Apache, PHP, MySql and phpMyadmin (LAMP) on Linux Mint

How to install and configure Apache,PHP,MySql and phpMyadmin on windows

Step 1:
Installing apache

Download the best available version of Apache web server for Windows from this Download link

Select

Win32 Binary without crypto (no mod_ssl) (MSI Installer)

or

Win32 Binary including OpenSSL

Here we using Apache HTTP Server (httpd) 2.2.17 Win32 Binary including OpenSSL
Double click the installer->Click next->check i accept the terms in the licence agreement and click next->Next->
Now see the below image to fill the server information

(more…)

Continue ReadingHow to install and configure Apache,PHP,MySql and phpMyadmin on windows