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 Allen Pulsifer
> 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 why GET and HEAD requests get

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

RE: [EMAIL PROTECTED] Strange "expires" header

2007-06-08 Thread Allen Pulsifer
> I just tried "curl -I > http://news.dds.dk/uploads/pics/broenonline.gif"; and this is > what I got: > ... > Note, HTTP/1.1 request and no Expires header. Since I didn't get the Expires header, is it possible that some other device like a proxy is adding this header to your request? Allen --

RE: [EMAIL PROTECTED] Strange "expires" header

2007-06-08 Thread Allen Pulsifer
> I have discovered, that an Apache 2.2.3 server sets an > "Expires" header on our static content. > > I suppose Apache won't set the header in a "clean" install, > but which other module could cause this header? from modules\http\http_filters.c, line 1008: /* * Control cachability for

[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