服务器不显示列表怎么做的?

服务器不显示列表怎么做的?

比如我打 http://localhost/admin/teacher/

然后就会显示:
Index of /localhost/admin/teacher

Parent Directory
article_del.php
article_del2.php
article_detail.php
article_detail2.php
article_display.php
article_display2.php
article_insert.php


怎么不出现这个提示
提示说没有该文件什么的
是不是没设置默认的启动页面
去掉apache的配置文件里面http.conf,
<Directory xxx>
  Options Indexes ....
  ....
</Directory>
里面的那个Indexes