==========開機啟用,更改rc.conf==========
#ee /etc/rc.conf
//增加
apache22_enable="yes"
mysql_enable="yes"
==========啟動MySQL==========
#/usr/local/etc/rc.d/mysql-server start
//start啟動 restart重新啟動 stop停止
==========啟動Apache==========
#/usr/local/etc/rc.d/apache22r start
//start啟動 restart重新啟動 stop停止
==========測試PHP==========
#ee /usr/local/www/apache22/data/test.php
//在網路資料夾下增加一個test.php
//增加
<?php phpinfo(); ?>
//存檔完成。
//開啟http://主機IP/test.php,看是否正確。
// e.g.:http://123.45.67.8/test.php
沒有留言:
張貼留言