由 SeanMurphy 在 09-02-2003 21:34 发表:
以上是我查到的资料,但是……
以上是我查到的资料,但是……
我开了apache的http服务,
建立了虚拟目录test后
通过 http://localhost/test/
无法列出此文件夹的所有文件,
出现fobidden现象。
我在wiodows下配置过apache,有时可以看到,有时不行,不知道是什么原因,
我查便了httpd.conf的配置信息也找不到关于此文件列表权限设置的配置文件,只找到了类型文件显示的图标配置信息。
一直搞不懂怎么才能实现文件列表,请斑竹给予详细的解释说明,谢谢了!
由 dato 在 09-03-2003 00:07 发表:
Alias /test/ "i:/test/"
> quote: > > * * * > >
1<directory "e:="" w3="" www"="">
2>
3> #AddOutputFilterByType DEFLATE text/html text/plain text/php text/xml
4>
5> #在全局mod_deflate配置下对e:/w3/www目录下只对HTML进行压缩
6>
7>
8>
9> #
10>
11> # Possible values for the Options directive are "None", "All",
12>
13> # or any combination of:
14>
15> # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
16>
17> #
18>
19> # Note that "MultiViews" must be named *explicitly* --- "Options All"
20>
21> # doesn't give it to you.
22>
23> #
24>
25> # The Options directive is both complicated and important. Please see
26>
27> # http://httpd.apache.org/docs-2.0/mod/core.html#options
28>
29> # for more information.
30>
31> #
32>
33> Options Indexes FollowSymLinks =====就是这里了,
34>
35>
36>
37> #
38>
39> # AllowOverride controls what directives may be placed in .htaccess files.
40>
41> # It can be "All", "None", or any combination of the keywords:
42>
43> # Options FileInfo AuthConfig Limit<</directory>