linux – 如何让apache包含文件夹中的所有文件

前端之家收集整理的这篇文章主要介绍了linux – 如何让apache包含文件夹中的所有文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我知道我能做到这一点
Include "/usr/local/apache/conf/PHP.conf"

如何让apache加载某些目录中的所有文件

Include /usr/mydir/*

解决方法

你可以做:
Include dir/*

例如在Debian中,模块以这种方式包含在apache2.conf中:

# Include module configuration:
Include mods-enabled/*.load
Include mods-enabled/*.conf
原文链接:https://www.f2er.com/linux/393216.html

猜你在找的Linux相关文章