Configuring Apache
Cryptic notes in all thier glory
lynx http://apache.org
go to the download link
select apache 1.3.4.tar.gz
D - Download
Save to disk - enter
tar zxf apa tab enter
cd apac tab
Install
./Configure -- prefix=/usr/local/apache --
enable - module=rewrite
make
make install
Verify that it works
cd /usr/local/apache/conf/
pico httpd.conf
Change
ServerAdmin root@yourdomain.com
ServerName yourdomain.com
Ctrl O
Ctrl X
cd ..
cd bin
ls
./apachectl start
verify
lynx http://yourdomain.com
success msg