<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Anton Yuzhaninov wrote:
<blockquote cite="mid:49E45FAB.8020503@citrin.ru" type="cite">If
last-modifed date of file is not changed, bandwidth saved:
  <br>
  <br>
client send in request
  <br>
  <br>
header If-Modified-Since:
  <br>
  <br>
and if time in request same as time of file modification on disk nginx
send reply
  <br>
HTTP/1.x 304 Not Modified
  <br>
  <br>
In general Etag for static files is not better than Last-Modified
header.
  <br>
  <br>
Etag is useful for dynamic content, when modify time is not known. In
this case Etage can be generated from hash (md5/sha) of content.
  <br>
</blockquote>
<br>
Can this work with the memcached module in any way? For instance, if
the resource requested is in the memcached store then the 304 header is
sent?<br>
<br>
<div class="moz-signature">-- <br>
<div
 style="font-family: sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: 1.1; font-size-adjust: none; font-stretch: normal; width: 300px; color: rgb(51, 51, 51);">
<p><strong>Phillip B Oldham</strong><br>
The Activity People<br>
<a href="mailto:phill@theactivitypeople.co.uk">phill@theactivitypeople.co.uk</a></p>
<hr size="1">
<p style="font-size: 90%;"><strong>Policies</strong></p>
<p style="font-size: 90%;">This e-mail and its attachments are intended
for the above named recipient(s) only and may be confidential. If they
have come to you in error, please reply to this e-mail and highlight
the error. No action should be taken regarding content, nor must you
copy or show them to anyone.</p>
<p style="font-size: 90%;">This e-mail has been created in the
knowledge that Internet e-mail is not a 100% secure communications
medium, and we have taken steps to ensure that this e-mail and
attachments are free from any virus. We must advise that in keeping
with good computing practice the recipient should ensure they are
completely virus free, and that you understand and observe the lack of
security when e-mailing us.</p>
<hr size="1">
</div>
</div>
</body>
</html>