Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我现有的 apache 服务器前面安装了 Nginx 作为反向代理。我所有的请求都从 Nginx 服务器路由到 Apache。
我可以在我的 apache 服务器中禁用 mod_setenvif 吗?
Web<->Nginx<->Apache
mod_setenvif如果您不使用该模块提供的任何功能,则可以禁用: BrowserMatch、BrowserMatchNoCase、SetEnvIf和SetEnvIfNoCase指令。Nginx 与它无关。
mod_setenvif
BrowserMatch
BrowserMatchNoCase
SetEnvIf
SetEnvIfNoCase