Wednesday, October 13, 2010

Apache

Installing Apache
down load the atache from http://www.apache.org/
extract the tar
goto extracted location
cd httpd-2.0.63
run the below commands
prefix=/<>/apache2054
pfexec make install
pwd
pfexec ./configure --prefix=/<>/apache2054
pfexec make
pfexec make install

No comments:

Post a Comment