- Apache インストール
- Apache 設定
- Apache 起動設定
Apache 仕様
バージョン
2.2.15
インストール・設定 方法
- RPMパッケージをダウンロード
- ダウンロードしたファイルから RPMファイルを作成
- 作成された RPMファイルを rpmコマンドでインストール
RPMパッケージURL
http://mirror.eurid.eu/centos-vault/6.4/updates/Source/SPackages/httpd-2.2.15-29.el6.centos.src.rpm
Apache のパス
/usr/sbin/httpd
設定ファイル( httpd.conf )
/etc/httpd/conf/httpd.conf
設定ファイル( インクルード )
/etc/httpd/conf.d/vhosts_main.conf (ユーザーの仮想ホスト)
/etc/httpd/conf.d/vhosts_base.conf
/etc/httpd/conf.d/php.conf
/etc/httpd/conf.d/ssl.conf
/etc/httpd/conf.d/welcome.conf
Apache 起動・停止・読込
Apache 起動
[root@www10000xx ~]# service httpd start
httpd を起動中: [ OK ]
[root@www10000xx ~]#
Apache 停止
[root@www10000xx ~]# service httpd stop
httpd を停止中: [ OK ]
[root@www10000xx ~]#
Apache 再起動
[root@www10000xx ~]# service httpd restart
httpd を停止中: [ OK ]
httpd を起動中: [ OK ]
[root@www10000xx ~]#
Apache 書式確認
[root@www10000xx ~]# service httpd configtest
Syntax OK
[root@www10000xx ~]#
Apache 再読み込み
[root@www10000xx ~]# service httpd reload
httpd を再読み込み中: [ OK ]
[root@www10000xx ~]#
0 件のコメント:
コメントを投稿