Hello everyone,
I tried to find an answer in the documentation section on the Apache site before i post this over here and i couldn't find a accurate answer.
I am trying to figure out if there's difference between the two methods below to install and configure Apache. First method is the yum install listed under method#1 - the second method is what's listed under Apache documentation.
Method #1
yum install -y httpd
Method #2
|