On Sun, Jun 16, 2019 at 12:21 PM rexkogit...@gmx.at <rexkogit...@gmx.at> wrote:
[...]
>
> In HTTP 1.1, the caching is a simple HTTP header field, see section 14.9 here:
>
> https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html

The current RFC would be https://tools.ietf.org/html/rfc7234, but
https://tools.ietf.org/html/rfc7232#section-2 may also apply here.

If you're serving the same file from multiple servers, you may have to
ensure that the modification times are identical on all servers, so
that the Last-Modified Headers don't change, and possibly adjust the
way ETags are calculated (see
https://httpd.apache.org/docs/2.4/de/mod/core.html#fileetag), since
the INode numbers may be different from one server to the next.

rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to