仅允许为SSL虚拟主机建立索引

时间:2016-09-29 14:02:56

标签: apache configuration

我正在运行httpd 2.4.3。我有一个监听SSL和非ssl端口的配置。

是否可以在允许对SSL虚拟主机进行索引的情况下禁用非ssl端口的索引?

我有

<Directory />
    AllowOverride None
    Options -Indexes
    Order Allow,Deny
    Deny from all
</Directory>

在身体中定义。然后我尝试添加

<Directory />
    AllowOverride None
    Options Indexes
    Order Allow,Deny
    Deny from all
</Directory>

在该部分。它被忽略

0 个答案:

没有答案