介面語言改成 tradition language (ZH_TW,utf-8)
apach2設定
1. 修改port
/etc/apache2/port2.conf
Listen *:80
Listen 443
可以把原本的80 port改成想要的
2. 修改www的位置
修改/etc/apache2/sites-available/default
把原本預設的位置
DocumentRoot /var/www/ 利用#號作註解
改成你想要的位置 ex
DocumentRoot /home/xxx/ooo/
還有一個地方要改
當然 原本那行要加上#
下command
/etc/init.d/apache2 restart
重新啟動apache
會出現
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[ OK ]
待續
Updated
PHP5測試能否使用
寫一個簡單的php5 網頁程式
echo "Today is: ";
echo date("m/d/Y");
?>
store the file named showtime.php
並放到你的www上
可以顯示年-月-日
沒有留言:
張貼留言