运维网's Archiver
论坛
›
apache
› apache2 限制访问空文件展示目录
q36988
发表于 2018-11-19 08:44:09
apache2 限制访问空文件展示目录
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
/etc/apache2/apache2.conf修改上述为:
OptionsFollowSymLinks
AllowOverride None
Require all granted
页:
[1]
查看完整版本:
apache2 限制访问空文件展示目录