Answers for "apache/2.4.6 (ubuntu) server at"

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
0

how to start apache/2.4.6 linux

sudo systemctl start httpd.service
Posted by: Guest on December-25-2020

Code answers related to "apache/2.4.6 (ubuntu) server at"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language