【发布时间】:2017-07-26 21:46:18
【问题描述】:
如何在 Ubuntu 上配置 apache 网络服务器默认列出所有目录?
我添加了这个条目
<Directory /var/lib/jenkins>
Options +Indexes
</Directory>
在我的
/etc/apache2/apache2.conf
但列表仍然不起作用。如何启用mod_autoindex 模块?
【问题讨论】:
标签: apache ubuntu configuration webserver