php のインストール
phpのインストール
./configure
–enable-mbstring
–enable-mbstr-euc-trans
–enable-mbregex
–with-apxs=/usr/local/apache/bin/apxs
–with-zlib
–enable-ftp
–with-pgsql
–enable-calendar
–with-gd
–with-png-dir
–with-zlib-dir
–with-freetype-dir
–with-jpeg-dir=/usr/local/lib
–enable-exif
–with-pear
make
make install
apacheの設定ファイルを変更する
追加
AddType application/x-httpd-php .php .html