documentroot "c:/program files/apache group/apache2/htdocs"
#
# each directory to which apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#每个可供apache访问的目录,可以配置成允许或禁止哪些服务和特征(包括其子目录)
# first, we configure the "default" to be a very restrictive set of
# features.
#首先,我们定义一个默认的非常严格的配置
<directory />
options followsymlinks
allowoverride none
</directory>
#
# note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#注意,从这一点往前,你必须许可某些特殊的功能,所以如果某些功能未能如你所愿,要确保你在在下述中启用了该功能。
#
# this should be changed to whatever you set documentroot to.
# 这将改变你对documentroot的设置
<directory "c:/program files/apache group/apache2/htdocs">
#
# possible values for the options directive are "none", "all",
# or any combination of:
可能的值为none,all或者任意组合