[PukiWiki:wiki] BSD/FreeBSD/Apache/PHP

最終更新日: 2008/12/10 09:33:18

PHP Memo

First Step

pkgtools.conf の設定を済ましておく。

Apache をインストールしておく。

Install

# portinstall lang/php5
# portinstall lang/php5-extensions
# rehash

# cp /usr/local/etc/php.ini-recommended /usr/local/etc/php.ini

Setting

# vi /usr/local/etc/apache22/httpd.conf

DirectoryIndex index.html index.htm index.cgi index.php
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps