installation
CD httpd-2.0.52.tar.gz location
Tar -zxvf httpd-2.0.52.tar.gz
CD httpd-2.0.52
./configure --prefix = / usr / local / apache2 --enable-so --enable-report --enable-mime --Nable-Headers
Make
Make Install
Prefix indicates the installed directory, enable indicates that the installed module can add more modules.
Start and stop
/ usr / local / apache2 / bin / apachectl start
/ usr / local / apache2 / bin / apachectl stop
The above installation is tested on Redhat 9.0 and Redhat AS 3.0.