我不知道如何在puphpet中为apache虚拟主机启用目录索引。
我在config.yaml
中定义了localhost,如下所示。索引似乎不起作用。
vhosts:
Ow3JtQyukTBm:
servername: localhost
serveraliases:
- localhost
docroot: /var/www/
port: '80'
override:
- All
options:
- Indexes
- FollowSymLinks
- MultiViews
engine: php
custom_fragment: ''
ssl_cert: ''
ssl_key: ''
ssl_chain: ''
ssl_certs_dir: ''
答案 0 :(得分:0)
只需使用正确的路径添加到您的vhost配置“directoryindex”。
directoryindex: /dir_to_index/
根据puppet appache文档https://forge.puppetlabs.com/puppetlabs/apache:
的DirectoryIndex:
设置客户端通过在目录名称末尾指定“/”来请求目录索引时要查找的资源列表。 DirectoryIndex有更多信息。默认为'undef'。