LFSトップ | Japanese Only2010/01/24

Apache-2.2.14

はじめに

参考サイト

ホームページ: http://www.apache.org/
日本Apacheユーザ会: http://www.apache.jp/
BLFSブック: Apache-2.2.11
ダウンロード(国内ミラー): http://ftp.riken.jp/net/apache/httpd/

依存パッケージ

ビルド

ブートスクリプトインストール

make install-apache
install -d -m 755 /etc/rc.d/rc{0,1,2,3,4,5,6,sysinit}.d
install -d -m 755 /etc/rc.d/init.d
install -d -m 755 /etc/sysconfig
install -m 754 blfs/init.d/apache     /etc/rc.d/init.d/
ln -sf  ../init.d/apache /etc/rc.d/rc0.d/K28apache
ln -sf  ../init.d/apache /etc/rc.d/rc1.d/K28apache
ln -sf  ../init.d/apache /etc/rc.d/rc2.d/K28apache
ln -sf  ../init.d/apache /etc/rc.d/rc3.d/S32apache
ln -sf  ../init.d/apache /etc/rc.d/rc4.d/S32apache
ln -sf  ../init.d/apache /etc/rc.d/rc5.d/S32apache
ln -sf  ../init.d/apache /etc/rc.d/rc6.d/K28apache
/etc/rc.d/init.d/apache start
Starting Apache daemon...                                                        [  OK  ]
Starting Apache daemon...
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.
0.1 for ServerName                                                               [  OK  ]
vi /etc/apache/httpd.conf
	...
	ServerName ServerName:80
	...

確認

ベース環境

cat /etc/lfs-release
SVN-20100109


松 山 道 夫 Michio Matsuyama
michio *underscore* matsuyama *atmark* yahoo *period* co *period* jp