Bom dia,
Amigos, as páginas não estão mais atualizando, será que se eu limpar o cache dará certo?
As páginas ficam com as atualizações do ultimo dia que os usuários entraram neles.
Como resolver isto?:
Obrigado
Versão Imprimível
Bom dia,
Amigos, as páginas não estão mais atualizando, será que se eu limpar o cache dará certo?
As páginas ficam com as atualizações do ultimo dia que os usuários entraram neles.
Como resolver isto?:
Obrigado
que páginas são essas?
é do web server?
é em html?
estão usando banco de dados?que banco?
Se for no Squid, você pode zerar o seu cache (o que não é muito recomendável) ou atualizar a página segurando shift (caso os seus clientes sejam IE), mas leia essa parte do squid.conf:
Lembrando que isso é só caso você utilize proxy transparente.Citação:
# TAG: ie_refresh on|off
# Microsoft Internet Explorer up until version 5.5 Service
# Pack 1 has an issue with transparent proxies, wherein it
# is impossible to force a refresh. Turning this on provides
# a partial fix to the problem, by causing all IMS-REFRESH
# requests from older IE versions to check the origin server
# for fresh content. This reduces hit ratio by some amount
# (~10% in my experience), but allows users to actually get
# fresh content when they want it. Note that because Squid
# cannot tell if the user is using 5.5 or 5.5SP1, the behavior
# of 5.5 is unchanged from old versions of Squid (i.e. a
# forced refresh is impossible). Newer versions of IE will,
# hopefully, continue to have the new behavior and will be
# handled based on that assumption. This option defaults to
# the old Squid behavior, which is better for hit ratios but
# worse for clients using IE, if they need to be able to
# force fresh content.
#
#Default:
# ie_refresh off
Abraços!