Manual:$wgUseETag/zh

Category:MediaWiki configuration settings/zh#UseETagCategory:MediaWiki configuration settings introduced in version 1.8.0/zh#UseETagCategory:MediaWiki configuration settings removed in version 1.28.0/zh#UseETagCategory:MediaWiki deprecated or obsolete features/zh#UseETagCategory:Cache variables/zh#UseETag
缓存: $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).

Category:Cache variables/zh Category:MediaWiki configuration settings/zh Category:MediaWiki configuration settings introduced in version 1.8.0/zh Category:MediaWiki configuration settings removed in version 1.28.0/zh Category:MediaWiki deprecated or obsolete features/zh