====== Apache Install ====== * インストール # yum -y install httpd * conf ファイル編集(=設定) # vi /etc/httpd/conf/httpd.conf [[http://centos.server-manual.com/centos5_apache2.html|設定サンプル]] * 起動 # /etc/rc.d/init.d/httpd start (# service httpd start) * 自動起動設定 # chkconfig httpd on