# indexes includes followsymlinks symlinksifownermatch execcgi multiviews
# 索引包括followsymlinks symlinksifownermatch execcgi multiviews
# note that "multiviews" must be named *explicitly* --- "options all"
# doesn't give it to you.
#注意multiviews被显式地options all,
# the options directive is both complicated and important. please see
# http://httpd.apache.org/docs-2.0/mod/core.html#options
# for more information.
#选项指令既复杂又重要,请参阅http://httpd.apache.org/docs-2.0/mod/core.html#options了解详情
options indexes followsymlinks
#
# allowoverride controls what directives may be placed in .htaccess files.
# it can be "all", "none", or any combination of the keywords:
# options fileinfo authconfig limit
#allowoverride 控制什么指令能够加入到.htaccess中,可以是all,none,或者组合关键字
allowoverride none
#
# controls who can get stuff from this server.
#控制谁可以可以访问此服务
order allow,deny
allow from all
</directory>
#
# userdir: the name of the directory that is appended onto a user's home