如何列出 Apache Web 服务器配置片段?

如何列出 Apache Web 服务器配置片段?

有没有办法用 lstlistings 列出 apache 配置文件?

示例代码如下:

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Require all denied
</Directory>

相关内容