Steps to compile apache:
 step 1: get the source cd /home/hkorupol/software/
  #tar -xvzf http*
 #cd httpd *
 #./configure --prefix=/usr/local/apache2 \
--enable-so --enable-modules=all \
--enable-mods-shared=all –enable-proxy
 --enable-so --enable-modules=all \
--enable-mods-shared=all –enable-proxy
#make
 #make install
 
 
No comments:
Post a Comment