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 #1yum install -y httpd
Method #2
Is my first method incorrect or missing something ? or both methods should complete the configuration.
Download $ lynx http://httpd.apache.org/download.cgi
Extract $ gzip -d httpd-NN.tar.gz
$ tar xvf httpd-NN.tar
$ cd httpd-NNConfigure $ ./configure --prefix=PREFIX
Compile $ make
Install $ make install
Customize $ vi PREFIX/conf/httpd.conf