hi man,

try

yum install  httpd -y


2013/4/1 khalid aldrouby <kaldro...@email.itt-tech.edu>

>  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*
>   Download <http://httpd.apache.org/docs/2.4/install.html#download> $
> lynx http://httpd.apache.org/download.cgi  
> Extract<http://httpd.apache.org/docs/2.4/install.html#extract> $
> gzip -d httpd-*NN*.tar.gz
> $ tar xvf httpd-*NN*.tar
> $ cd httpd-*NN*  
> Configure<http://httpd.apache.org/docs/2.4/install.html#configure> $
> ./configure --prefix=*PREFIX*  
> Compile<http://httpd.apache.org/docs/2.4/install.html#compile> $
> make  Install <http://httpd.apache.org/docs/2.4/install.html#install> $
> make install  
> Customize<http://httpd.apache.org/docs/2.4/install.html#customize> $
> vi *PREFIX*/conf/httpd.conf  Is my first method incorrect or missing
> something ? or both methods should complete the configuration.
>
>


-- 
*Wilson Carreiro Júnior*
skype: junior_carreiro
Mobile: 31 - 9136 - 8152
w.carreirojunior@ <w.carreirojun...@uol.com.br>gmail.com

Reply via email to