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 を無効にすることはできますか?
ウェブ <->Nginx<->Apache
そのモジュールによって提供される機能( 、、、およびディレクティブ)mod_setenvifを使用していない場合は、無効にすることができます。Nginxはそれとは何の関係もありません。BrowserMatchBrowserMatchNoCaseSetEnvIfSetEnvIfNoCase
mod_setenvif
BrowserMatch
BrowserMatchNoCase
SetEnvIf
SetEnvIfNoCase