Re: [EMAIL PROTECTED] Strange "expires" header

2007-06-11 Thread Jonathan Stein
Allen Pulsifer wrote: I'm still wondering why mod_cache sets the expires header (or some other parameter, that causes the headers to be set). Anything that goes in the cache has to have some expiration date--it can't just live forever. The manual explains how its computed. - And if the cach

Re: [EMAIL PROTECTED] Strange "expires" header

2007-06-10 Thread Jonathan Stein
Allen Pulsifer wrote: I just tried "curl -I http://news.dds.dk/uploads/pics/broenonline.gif"; and this is what I got: Thank you for looking at the problem. I even tried GET'ing the URL locally, so I couldn't figure out the difference - until I did a HEAD request. I get the "Expires" header

[EMAIL PROTECTED] Strange "expires" header

2007-06-08 Thread Jonathan Stein
Hi. I have discovered, that an Apache 2.2.3 server sets an "Expires" header on our static content. (E.g. http://news.dds.dk/uploads/pics/broenonline.gif). The time is always the current time, so all content is reloaded on subsequent requests. However, there is no "Cache-Control" header. mod_expir