Connecting Tech Pros Worldwide Help | Site Map

Installing Apache on Linux Redhat server

Newbie
 
Join Date: Oct 2006
Posts: 2
#1: Oct 9 '06
need sample screenshots about install and configure the Apache web server on Linux-RedHot Machine
sashi's Avatar
Expert
 
Join Date: Jun 2006
Location: Seremban, Malaysia
Posts: 1,630
#2: Oct 9 '06

re: Installing Apache on Linux Redhat server


Hi there,

welcome to thescripts, take care my fren.. :)
sashi's Avatar
Expert
 
Join Date: Jun 2006
Location: Seremban, Malaysia
Posts: 1,630
#3: Nov 1 '06

re: Installing Apache on Linux Redhat server


Hi there,

Kindly refer to below attached link for futher reading & understanding, hope it helps. Good luck & take care.

http://blazonry.com/scripting/install_apache.php
Newbie
 
Join Date: Nov 2006
Posts: 14
#4: Nov 6 '06

re: Installing Apache on Linux Redhat server


it might already been installed.
just do a
[root@localhost ~]# rpm -qa | grep http
httpd-2.2.0-5.1.2
httpd-manual-2.2.0-5.1.2

make sure there are http modules installed, if so
you can start them with
/etc/rc.d/init.d/httpd start and stop to stop there httpd server.

otherwise the above rpms can be found in you cds. just search for them.

then use
rpm -i -p /path/to/the/httpd-2.2.0-5.1.2.rpm

then use the start command above.
Reply