tar -xzf apache_1.3.19.tar.gz
cd apache_1.3.19
./configure –prefix=/httpd ; make
make install
vi /httpd/conf/httpd.conf
:s/Port 8080/Port 80
:wq
/httpd/bin/apachectl start
Success!
Posted September 21, 2011 | ∞ | File under: apache, web nerd
bionicbrian.com | About