apache:install
Apache Install
- インストール
# yum -y install httpd
- conf ファイル編集(=設定)
# vi /etc/httpd/conf/httpd.conf
- 起動
# /etc/rc.d/init.d/httpd start (# service httpd start)
- 自動起動設定
# chkconfig httpd on
apache/install.txt · 最終更新: 2013/02/21 06:27 by 127.0.0.1