apache首頁 - Linux

Table of Contents

※ 引述《Nephom (DES 2.0preRC4)》之銘言:
: ※ 引述《[email protected] (linux才是王道)》之銘言:
: : debian 40r6 apache2 是在 /var/www/apache2-default/ 設定檔 apache2.conf
: : fedora 10 apache 是在 /var/www/html/ 設定檔 httpd.conf
: sles系的都是在/srv/www/htdocs/裡面
: 所以....最快的方式還是...
: 請原PO說清楚是那一套OS吧-.-a

不好意思 我用的是suse9 且我並非最初的root
我在/etc/apache2 中找到httpd.conf
但表示首頁放置的位置是那個呢?
我在/var中也沒有www的資料夾
恩...

--

All Comments

Olivia avatarOlivia2009-02-14
httpd.conf裡面應該就找得到網站根目錄阿。(找Directory)
Tristan Cohan avatarTristan Cohan2009-02-16
我找Directory 可是沒有看起來像路徑的字
Donna avatarDonna2009-02-20
還是路徑被其他檔案指向?
Noah avatarNoah2009-02-25
<Directory /> Options None AllowOverride None
Order deny,allow Deny from all </Directory>
Bethany avatarBethany2009-02-28
這是我找Directory 所顯示的部分
Emily avatarEmily2009-02-28
裡面不只這個Directory設定,你往下找找看