Manual:$wgUseETag

This page is a translated version of the page Manual:$wgUseETag and the translation is 38% complete.
Cache: $wgUseETag
Whether MediaWiki should send an ETag header.
Introducido en la versión:1.8.0 (r16205)
Eliminado en la versión:1.28.0 (Gerrit change 296221; git #46df493a)
Valores permitidos:(booleano)
Valor predeterminado:false

Detalles

Whether MediaWiki should send an ETag header. Seems to cause broken behavior with Squid 2.6, see task 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 Manual:$wgUseGzip ). This issue is solved from nginx 1.7.3 (bug #377: etag не отдается с gzip).