[TLUG] about the user's directory of Apache server
Dyi-Wu Liu
tlug@linux.org.tw
Wed, 05 Jul 2000 15:46:57 +0800
Hi :
Have you setup this in httpd.conf
The default is commented out (# in front of each line).
<Directory /home/rc/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
--
Best Regards,
Dyi-Wu Liu
mivu@pchome.com.tw wrote:
>
> 我的user目錄中有index.html
> 但是不管我access哪個檔包括index.html
> 得到的結果都是forbidden
> 不知道是否是httpd.conf中有什麼該設而未設的
>
To Unsubscribe: send mail to majordomo@linux.org.tw
with "unsubscribe tlug" in the body of the message