Manual:$wgUseSquid
Appearance
Esta función se eliminó del núcleo de MediaWiki en la versión 1.35.0.
Véase $wgUseCdn para encontrar una forma alternativa de usar esta función. |
| HTTP proxy (CDN) settings: $wgUseSquid | |
|---|---|
| Activar/desactivar Squid. |
|
| Introducido en la versión: | 1.2.0 |
| Desaconsejado en versión: | 1.34.0 (Gerrit change 387877; git #f9f8dff4) |
| Eliminado en la versión: | 1.35.0 (Gerrit change 579755; git #e8d9d68b) |
| Valores permitidos: | (booleano) |
| Valor predeterminado: | false |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
Activar o desactiva Squid. Squid configuration causes the following changes in behaviour:
- The
Cache-Controlheader is changed to allow the cache proxy to blindly cache content for a predetermined period of time (configured by $wgSquidMaxage). - The
Last-Modifiedheader is artificially shortened to ensure the cache proxy will not renew outdated HTML beyond a certain age. TheLast-Modifieddate will never be older than $wgSquidMaxage. This will allow to refresh the cached copy in case there were changes to footer icons, sidebar, skin update, and other configuration or skin-level changes not tracked by the wiki page itself. - Purges are sent to ensure content edited by users remains up to date immediately.
La lista de servidores Squid a purgar en la actualización debe guardarse en $wgSquidServers.
Sending purge requests requires the sockets PHP extension.