【Linux】安装Apache

安装软件包


# 確認
$ yum list installed | grep httpd
httpd.x86_64            2.2.15-31.el6.centos
httpd-devel.x86_64      2.2.15-31.el6.centos
httpd-tools.x86_64      2.2.15-31.el6.centos

# 上記のパッケージが無ければインストール
$ sudo yum install httpd httpd-devel

httpd.conf 文件的配置

# バックアップ
$ sudo cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.org

# 編集
$ sudo vim /etc/httpd/conf/httpd.conf

262行目
ServerAdmin メールアドレス # エラーが起こった時にApacheがこの宛先に送信する

# シンタックス確認
$ sudo apachectl configtest

启动Apache

# 自動起動をON
$ sudo chkconfig httpd on

# 起動
$ sudo service httpd start

# 起動確認
$ chkconfig --list httpd
httpd  0:off  1:off  2:on  3:on  4:on  5:on  6:off


广告
将在 10 秒后关闭
bannerAds