Command to know list of group install
# yum grouplist
# yum grouplist my*
bla bla bla..
-Install Apache using groupinstall
# yum groupinstall "Web Server"
Start Apache and set it to start on boot:
# service httpd start
# chkconfig httpd on
Continue reading