This article解释了如何在.htaccess或httpd.conf中使用指令配置Apache2以实现全局工作。但是在EasyApache4中会自动生成httpd.conf,它表示修改应该包含在include文件中,它列出了以下三个文件:
/etc/apache2/conf.d/includes/pre_main_global.conf /etc/apache2/conf.d/includes/pre_virtualhost_global.conf /etc/apache2/conf.d/includes/post_virtualhost_global.conf
This article讨论在/etc/apache2/conf.d/中创建新文件expire.conf文件(即不将指令添加到现有文件而不是include子目录中)。 This article讨论在conf.modules.d目录中创建新文件00-cache.conf。
我很困惑是否将指令添加到包含子目录中的现有文件,如果是这样,或创建新文件,如果是,则使用什么文件名以及放置它的位置。
有人可以提出建议吗?
答案 0 :(得分:0)
我正在研究同样的事情,而且很明显,在EA4上,您应该只关注EA4结构 - 您已经列出的3个包含文件。
pre_virtualhost_global.conf
可能是最合适的地方。