Setting Up
[ad_slider autoplay=”true” interval=”8″ count=”5″]
-
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 see: How to Enable sudo
How to Replace MySQL with the MariaDB for Ubuntu 18.04 Bionic.
Installing MariaDB on Ubuntu[ad_slider autoplay=”true” interval=”8″ count=”5″] -
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.
[ad_slider autoplay=”true” interval=”8″ count=”5″]
Contents