Manual:$wgSquidPurgeUseHostHeader
この機能は、バージョン 1.42.0 で完全に除去されました。 |
HTTP プロキシ (CDN) 設定: $wgSquidPurgeUseHostHeader | |
---|---|
Whether to use a Host header in purge requests sent to the proxy servers configured in $wgSquidServers. |
|
導入されたバージョン: | 1.21.0 (Gerrit change 27965; git #0771d643) |
廃止予定になったバージョン: | 1.33.0 (Gerrit change 468608; git #6c14dcfc) |
除去されたバージョン: | 1.42.0 (Gerrit change 993153; git #c1043ec8) |
許容される値: | (真偽値) |
既定値: | true |
その他の設定: アルファベット順 | 機能順 |
Set this to false to support Squid configured in forward-proxy mode.
If this is set to true, a Host header will be sent, and only the path component of the URL will appear on the request line, as if the request were a non-proxy HTTP 1.1 request. Varnish only supports this style of request. Squid supports this style of request only if reverse-proxy mode (http_port ... accel) is enabled.
If this is set to false, no Host header will be sent, and the absolute URL will be sent in the request line, as is the standard for an HTTP proxy request in both HTTP 1.0 and 1.1. This style of request is not supported by Varnish, but is supported by Squid in either configuration (forward or reverse).