red hat下的apache的安装(8)
来源:未知 责任编辑:责任编辑 发表时间:2014-01-25 11:37 点击:次
<IfModule mod_userdir.c>
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
UserDir disabled root
#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the "UserDir disabled" line above, and uncomment
# the following line instead:
#
UserDir public_html
</IfModule>
去掉下列内容前面的#号,并在Indexes前面加“-”号
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews -Indexes SymLinksIfOwnerMatch IncludesNoExec
相关新闻>>
- 发表评论
-
- 最新评论 更多>>