天地∼㊣雙花紅棍 撰寫於文章 <3VQgZZ$8rR@MoonStar.twbbs.org>...
>
>1. 副檔名 iso 的是什麼檔案啊 ??  要如何使用 ??
>
>2. 我在 Linux Slackware 3.6 上用 Apache 1.3.6 架網頁, 本機上的和 user 網頁
>   無法更新或增加, ( 找不到該把網頁加到哪鍋子目錄 ) 每次瀏覽都是 default 的
>   那一頁, 那A安奈咧 ?!?!
>
要在下面的檔案裡面包含這些設定(但非全部)﹕
/etc/httpd/conf/httpd.conf:
ServerRoot /etc/httpd
ServerName <name_for_www_server>

/etc/httpd/conf/srm.conf﹕
DocumentRoot /home/httpd/html
UserDir html
DirectoryIndex index.html

然後
將server的index.html放置到/home/httpd/html
叫<user>在其home裡面建立一目錄名稱 html﹐並chmod +x html
叫<user> 把index.html放在其html目錄裡面