Answers for "How To Install the Apache Web Server on Ubuntu 18.04"

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 "How To Install the Apache Web Server on Ubuntu 18.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language