Installing Apache on RHEL 5.0 (CentOS)
October 30th, 2007
Check to see if apache is installed:
[root@rhel5 ~]# rpm -q httpd
httpd-2.2.3-7.el5.centos
If not just type “yum install httpd” and when the install is done, start apache:
[root@rhel5 ~]# service httpd start
Starting httpd: [ OK ]
Note: The default document root is “/var/www/html/”.


October 30th, 2007 at 10:12 pm
[…] Installing Apache on RHEL 5.0 (CentOS) Category: Shell […]
October 31st, 2007 at 12:51 pm
[…] read more here […]