Manual:$wgUseETag/zh
此功能已在版本1.28.0中完全移除。 |
缓存: $wgUseETag | |
---|---|
Whether MediaWiki should send an ETag header. |
|
引进版本: | 1.8.0 (r16205) |
移除版本: | 1.28.0 (Gerrit change 296221; git #46df493a) |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
细节
Whether MediaWiki should send an ETag header. Seems to cause broken behavior with Squid 2.6, see 工單T9098. Note that nginx (before 1.7.3) removes the ETag header when it does itself the HTTP gzip compression (see for example this thread) but doesn’t remove it when MediaWiki send itself a gzip version (see 手册:$wgUseGzip ). This issue is solved from nginx 1.7.3 (bug #377: etag не отдается с gzip).