Download the Apache from http://www.apache.org/.
Ftp to Unix box ( ftp servername uid/pwd, get name)
unzip the file in unix box using below command
tar -xvf filename
go to the root folder and compile the source using below command
./configure
Run the below commands to compile and install
make
make install
Installing complete - will create apache2 floder
go to apace2 folder and run below commands to start/restart the server
start command
/usr/local/apache2/bin/apachectl start
restart command
/usr/local/apache2/bin/apachectl restart
No comments:
Post a Comment