apacheのローカルへの導入 (あきらめた)

apacheのローカルへの導入

wget http://ftp.meisei-u.ac.jp/mirror/apache/dist//httpd/httpd-2.4.10.tar.gz
gzip -d http*
tar -xvf http*
./configure --prefix=/home/username/usr

とすると
configure: error: APR not found. Please read the documentation.
とかでるので、、

http://d.hatena.ne.jp/yohei-a/20120809/1344489131を参考に
apr-1.5.1をget

$wget http://ftp.jaist.ac.jp/pub/apache//apr/apr-1.5.1.tar.gz
$mv apr-1.5.1.tar.gz srclib
$cd srclib
$ls
Makefile.in  apr-1.5.1.tar.gz
$wget http://ftp.jaist.ac.jp/pub/apache//apr/apr-util-1.5.3.tar.gz
$tar xfvz apr-util*tar.gz
$mv apr-1.5.1 apr
$mv apr-util-1.5.3 apr-util

あきらめて管理者権限もらった

sudo yum install httpd

起動
http://linux-network.cocolog-nifty.com/blog/2009/05/httpd-487d.html

sudo /etc/init.d/httpd start

確認

/etc/init.d/httpd status

とりあえず、

var/www/html

に書き込めば大丈夫