How-to Install LAMP on Lubuntu 16.04 Xenial Linux Easy Guide
March 27th, 2016 by thelinuxevangelistLAMP Quick-Start for Lubuntu 16.04 Xenial
Hello Lubuntu User! This Tutorial Shows You Step-by-Step How-to Install LAMP Lubuntu 16.04 Xenial Xerus LTS 32/64-bit GNU/Linux Desktop.
First of all the Lubuntu 16.04 default LAMP Stack is composed of: Apache, MySQL and PHP 7.
So thanks to the new Zend Engine 3.0, your PHP 7 apps see up to 2x Faster performance and 50% better Memory consumption than PHP 5.x.
In conclusion LAMP is de facto Web Development Standard. Today, the products that make up the LAMP stack are included by default in nearly all Linux distributions.

-
Open a Shell Terminal emulator window
Ctr+Alt+t on desktop
(Press “Enter” to Execute Commands) -
Then to Install the LAMP Web Server
sudo apt install apache2 php mysql-server php-mysql
If Got “User is Not in Sudoers file” then Look: Solution
-
And for Installing the PHP 7 Apache Module
sudo apt install libapache2-mod-php
Please note that this package ONLY works with Apache’s prefork MPM, as it is not compiled thread-safe.
-
Finally to Test LAMP WebServer Installation
Access the Server document’s location:cd /var/www/html
Create a PHP Info file:
sudo nano info.php
If Got “User is Not in Sudoers file” then Look: Solution
And Append:<?php phpinfo(); ?>
Ctrl+x to Save & Exit from nano Editor ;)
Set the www-data as User and Group:sudo chown www-data:www-data info.php
Then Open on Browser the URL:
http://localhost/info.php
You should Successfully see the PHP Info notice similar to here above :)
How-to Enable Apache2 mod_rewrite Module on Lubuntu
How-to Create an Apache 2 Virtual Host on Lubuntu:
Tags: Apache, apache 2, apache lubuntu, Apache Web-Server, gnu, gnu/linux, Guide, How-to, Install, install apache Lubuntu, install lamp lubuntu, install lamp Lubuntu 16.04, install lamp lubuntu 16.04 wily, install lamp on Lubuntu 16.04, install php 7 lubuntu, lamp, lamp linux, lamp Lubuntu, lamp Lubuntu 16.04, lamp php 7 lubuntu, Linux, Linux Tutorial, linux web server, Lubuntu, Lubuntu 16.04 Xenial Xerus LTS, Lubuntu server, lubuntu tutorial, Lubuntu web server, MySQL, PHP 7, php 7 lubuntu, Tutorial