LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 718|回复: 2

新手問題,請問關於apache 2.0.48配置

[复制链接]
发表于 2004-1-21 11:52:38 | 显示全部楼层 |阅读模式
請問一下怎樣可以讓我的apache 2.0.48不打開directory index呢??thx...
发表于 2004-1-21 12:00:57 | 显示全部楼层
参考httpd.conf文档再读apache2在线文档是个不错的学习方法

<Directory "E:/w3/www">

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important.  Please see
# http://httpd.apache.org/docs-2.0/mod/core.html#options
# for more information.
#
    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 ALL

#
# Controls who can get stuff from this server.
#
    Order allow,deny
    Allow from all

</Directory>
 楼主| 发表于 2004-1-21 12:31:03 | 显示全部楼层
解決了,謝謝您:thank
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表