php5とapache2のインストールとboaの停止
boaのstop

//--------------------------------------------- 
# apt-get update
# apt-get install php5
apache2もいっしょにインストールされた
//---------------------------------------------
# chkconfig --list
# chkconfig boa off
# chkconfig --list
//---------------------------------------------

ドキュメントルートの変更
/etc/apache2/sites-enabled/000-default ファイルの修正
# DocumentRoot /var/www DocumentRoot /public_html
# <DocumentRoot var/www> <DocumentRoot public_html> # cgiが動かないので /etc/apache2/sites-enabled/000-default ファイルの修正
# Options Indexes FollowSymLinks MultiViews Options Indexes FollowSymLinks MultiViews +ExecCGI /etc/init.d/apache2 restart