gzip -dc httpd-2.0.48.tar.gz | tar xvf -
gzip -dc php-4.3.4.tar.gz | tar xvf -
cd httpd-2.0.48
./configure
make
su
make install
./configure --with-apach2=../httpd-2.0.48 \
   --with-apxs2=/usr/local/apache2/bin/apxs \
   --enable-mbstring --enable-mbregex
make
su
make install
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS