2007年4月24日 星期二

網頁伺服器架設

基本上安裝完成就OK了,不過還是有些設定要做

#cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
 /* 備份設定檔 */
#vim /etc/httpd/conf/httpd.conf  /* 習慣用vim,功能比vi多一點 */

250行 ServerAdmin root@localhost
354行 UserDir disable 改成==> 改成 #UserDir www
361行 UserDir Public_html 改成==> 改成 UserDir www
/* 將使用者個人網頁從 Public_html 改成 www,方便輸入 */

390行 DirectoryIndex index.html index.html.var 修改成--> DirectoryIndex index.html index.htm index.php index.html.var
/* 增加首頁檔案名稱及種類,可自行增加,特別一提index.php是為了xoops加上去的 */

730行 LanguagePriority zh-TW en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN
746行 AddDefaultCharset UTF-8 修改成--> #AddDefaultCharset UTF-8

/* 上面兩行我都沒有變動,原因是我是用utf-8編碼為主 */

沒有留言: