Apache HTTP最新官方配置(中译版[3])[4]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 bigball 的 blog

#   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

本文关键:Apache HTTP最新官方配置(中译版[3])
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top