Connecting Tech Pros Worldwide Help | Site Map

Installing Apache on Linux Redhat server

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

re: Installing Apache on Linux Redhat server


Hi there,

welcome to thescripts, take care my fren.. :)
  #3  
Old November 1st, 2006, 05:33 PM
sashi's Avatar
Expert
 
Join Date: Jun 2006
Location: Seremban, Malaysia
Posts: 1,630

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
  #4  
Old November 6th, 2006, 06:58 PM
Newbie
 
Join Date: Nov 2006
Posts: 14

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
separate shared libraries or different Linux/Unix stuntgoat answers 4 November 4th, 2008 08:25 PM
Build RPM PHP with oci8 on Oracle 10g Database - RHEL4 Yannick answers 0 April 3rd, 2007 02:05 PM
installing python on a server? John Salerno answers 15 February 14th, 2006 08:25 PM
install httpd to web server mia456789@yahoo.com.hk answers 1 July 20th, 2005 01:36 AM