Apache Install

# yum -y install httpd
# vi /etc/httpd/conf/httpd.conf

設定サンプル

# /etc/rc.d/init.d/httpd start
(# service httpd start)
# chkconfig httpd on