Below are the steps to install Apache on Linux box:
- Download using wget Welcome to mirrored.ca
- tar –xvzf httpd-2.2.0.tar.gz
- cd httpd-2.2.0.tar.gz
- configure using
- ./configure --prefix=/usr/local/apache --with-php --with-mysql --with-su***ec --enable-mods-shared=all --disable-info
- make
- make install.