httpd.conf的虚拟主机配置可以在网上找有很多
这里就不说了
cd /usr/local/etc/
ls
ee /etc/rc.conf
ls
apache22_enable="YES"添加
可以在装完php后在启动apache
cd apache22/
ls
cd ../
ls
cd rc.d/
./apache22 start
启动apache22
#############################################################################
/usr/local/www/apache22/data
cp index.html info.php
添加
5) 安装php5-extensions
# cd /usr/ports/lang/php5-extensions/
#make config
Options for php5-extensions 1.1
-------------------------------------------------
[X] CURL CURL support
[X] FTP FTP support
[X] GD
[X] GETTEXT
[X] MBSTRING multibyte string support
[X] MCRYPT Encryption support
[X] MYSQL
[X] PCRE Perl Compatible Regular Expression support
[ ] POSIX //去掉.
[ ] SQLITE //去掉.
[X] ZIP ZIP support
[X] ZLIB
# make install clean