【发布时间】:2020-04-08 07:22:54
【问题描述】:
我在 Debian 上的虚拟主机有以下条目
<Directory /var/www/html/example.com>
Options -Indexes
</Directory>
但 Apache 仍然显示所有内容
https://i.stack.imgur.com/uW2Z6.png
有什么想法吗?
【问题讨论】:
-
修改配置文件后是否重启了apache?
我在 Debian 上的虚拟主机有以下条目
<Directory /var/www/html/example.com>
Options -Indexes
</Directory>
但 Apache 仍然显示所有内容
https://i.stack.imgur.com/uW2Z6.png
有什么想法吗?
【问题讨论】:
解决了!
我已经设置了参数
<Directory /var/www/html/>
Options -Indexes
</Directory>
在我的 000-default.conf 中,忘记启用配置。
【讨论】: