Nav-Appaiya
9/4/2017 - 12:45 PM

Install webserver with Apache, Mysql and PHP on Ubuntu 16.04

Install webserver with Apache, Mysql and PHP on Ubuntu 16.04

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu

sudo apt-get update
sudo apt-get install apache2

sudo apache2ctl configtest

sudo nano /etc/apache2/apache2.conf

ServerName server_domain_or_IP

sudo apache2ctl configtest