In this video, we describe how to install Apache 2 on an Ubuntu 18.04 server.
Commands used:
apt update && upgrade
apt install apache2 -y
systemctl start apache2
systemctl enable apache2
curl -v localhost | grep Apache2
apt install php libapache2-mod-php php-mysql
php --version
The related article for this article can be found here: https://www.liquidweb.com/kb/install-apache-2-ubuntu-18-04/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Dedicated server options, visit: https://www.liquidweb.com/products/dedicated/
Video by: Justin Palmer
Commands used:
apt update && upgrade
apt install apache2 -y
systemctl start apache2
systemctl enable apache2
curl -v localhost | grep Apache2
apt install php libapache2-mod-php php-mysql
php --version
The related article for this article can be found here: https://www.liquidweb.com/kb/install-apache-2-ubuntu-18-04/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Dedicated server options, visit: https://www.liquidweb.com/products/dedicated/
Video by: Justin Palmer
- Category
- Liquid Web
- Tags
- liquidweb, datacenter, web

Be the first to comment