Why is header "Age: 0" set?

The Age field that we set in the header is not meant for consumption by end user browsers like Firefox, Chrome, Internet Explorer, etc. Rather, it's consumed by intermediaries. It actually has no effect on caching from the point of view of end users like yourselves. The HTTP 1.1 specification is very clear on this: The presence of an Age header field in a response implies that a response is not first-hand. Source: http://www.w3.org/Protocols/rfc2616/rfc2616.html
  • 7 Users Found This Useful
Was this answer helpful?

Related Articles

Stop worpress wp-login.php brute force attacks with Varnish throttling (Rate Limit)

Version 1.8.4 of the cPanel Varnish Plugin has seen a new feature being introduced: the ability...

Varnish Plugin on Amazon AWS with Elastic IP or NAT

Here are the two short steps required to ensure licensing is setup properly so you're able to use...

Correct IP reporting in legacy software / scripts

The plugin follows reverse proxy software proper handling of X-Forwarded-For headers and in this...

vBulletin correct reporting of IP address

It's recommended to make the following changes to includes/config.php so vB doesn't report...