don't know if this is the best place to ask, but i thought i'd start here.
i'm running apache 1.3.23 on rh72 and it's been working wonderfully 'till
today when i tried to get certian files to expire immediately.  i'm using an
.htaccess file that looks like this:

  ExpiresActive On
  ExpiresByType application/x-shockwave-flash A1
  <Files ~ "\.(swf)$">
   Header append Cache-Control: "no-cache"
  </Files>

and i'm getting a header response that looks like this:

  200 OK HTTP/1.0
  server: Apache/1.3.23 (Unix)
  content-type: application/x-shockwave-flash
  expires: Thu, 14 Mar 2002 01:29:26 GMT
  accept-ranges: bytes
  date: Thu, 14 Mar 2002 01:29:26 GMT
  cache-control: no-cache, max-age=0
  connection: close
  etag: "7a017-1e20a-3c881e40"
  content-length: 123402
  last-modified: Fri, 08 Mar 2002 02:13:20 GMT

now i'm thinking that my problem comes with the fact that both the "date:"
and the "expires:" headers are marked for tomorrow, but i don't know where
to change that.  typing "date" in the shell gives me the correct date, so
where should i be looking?

_________________________________
daniel a. g. quinn
starving programmer

most of us go to our grave with our music still inside of us
 - unknown




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to