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

由 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&gt;    
 3&gt;    
 4&gt;    
 5&gt;  #   
 6&gt;    
 7&gt;  # Possible values for the Options directive are "None", "All",   
 8&gt;    
 9&gt;  # or any combination of:   
10&gt;    
11&gt;  # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews   
12&gt;    
13&gt;  #   
14&gt;    
15&gt;  # Note that "MultiViews" must be named *explicitly* --- "Options All"   
16&gt;    
17&gt;  # doesn't give it to you.   
18&gt;    
19&gt;  #   
20&gt;    
21&gt;  # The Options directive is both complicated and important. Please see   
22&gt;    
23&gt;  # http://httpd.apache.org/docs-2.0/mod/core.html#options   
24&gt;    
25&gt;  # for more information.   
26&gt;    
27&gt;  #   
28&gt;    
29&gt;  Options Indexes FollowSymLinks =============================   
30&gt;    
31&gt;    
32&gt;    
33&gt;  #   
34&gt;    
35&gt;  # AllowOverride controls what directives may be placed in .htaccess files.   
36&gt;    
37&gt;  # It can be "All", "None", or any combination of the keywords:   
38&gt;    
39&gt;  # Options FileInfo AuthConfig Limit   
40&gt;    
41&gt;  #   
42&gt;    
43&gt;  AllowOverride ALL   
44&gt;    
45&gt;    
46&gt;    
47&gt;  #   
48&gt;    
49&gt;  # Controls who can get stuff from this serv</directory>
Published At
Categories with 服务器类
Tagged with
comments powered by Disqus