Answers for "how to enable your apache webserver ubuntu"

2

how to install apache server in ubuntu

sudo apt update
sudo apt install apache2
Posted by: Guest on December-06-2020
0

How To Install the Apache Web Server on Ubuntu 18.04

# install apache 
sudo yum update -y
sudo yum install -y httpd httpd-tools mod_ssl
sudo systemctl start httpd
sudo systemctl enable httpd
Posted by: Guest on August-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language