FreeBSD 9.1-RELEASE
apache22-2.2.24
mysql-server-5.5.30
php5-5.4.11
php5-extensions-1.7
參考:http://www.iceflatline.com/2011/11/how-to-install-apache-mysql-php-and-phpmyadmin-on-freebsd/
p.s.上篇留言請刪除
在 apache.conf 找到下示文字:
server {
listen 80;
…..
location / {
.....
index index.html index.htm index.php;
記得加上 index.php, 我也是初學者採用 Nginx 架設 Web Server