由 hihihihi 在 01-21-2004 11:52 发表:
新手問題,請問關於apache 2.0.48配置
請問一下怎樣可以讓我的apache 2.0.48不打開directory index呢??thx...
由 dato 在 01-21-2004 12:00 发表:
参考httpd.conf文档再读apache2在线文档是个不错的学习方法
> quote: > > * * * > >
1<directory "e:="" w3="" www"="">
2>
3>
4>
5> #
6>
7> # Possible values for the Options directive are "None", "All",
8>
9> # or any combination of:
10>
11> # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
12>
13> #
14>
15> # Note that "MultiViews" must be named *explicitly* --- "Options All"
16>
17> # doesn't give it to you.
18>
19> #
20>
21> # The Options directive is both complicated and important. Please see
22>
23> # http://httpd.apache.org/docs-2.0/mod/core.html#options
24>
25> # for more information.
26>
27> #
28>
29> Options Indexes FollowSymLinks =============================
30>
31>
32>
33> #
34>
35> # AllowOverride controls what directives may be placed in .htaccess files.
36>
37> # It can be "All", "None", or any combination of the keywords:
38>
39> # Options FileInfo AuthConfig Limit
40>
41> #
42>
43> AllowOverride ALL
44>
45>
46>
47> #
48>
49> # Controls who can get stuff from this serv</directory>