Re: Expires: header prevents caching

2002-01-22 Thread Greg Ames
Greg Ames wrote: I tested the URL that Andrzej mentions below. Sho 'nuf, the value of the Expires: headers we send is exactly the same as the value of the Date: header. RFC 2616 says the content can't be cached by proxies in this case. OK, I see what's happening: [gregames@daedalus

RE: Expires: header prevents caching

2002-01-22 Thread Joshua Slive
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Ames OK, I see what's happening: [gregames@daedalus apache]$ ls /www/httpd.apache.org/docs/mod/core* /www/httpd.apache.org/docs/mod/core.html.en /www/httpd.apache.org/docs/mod/core.html.fr

Re: Expires: header prevents caching

2002-01-22 Thread William A. Rowe, Jr.
From: Joshua Slive [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 1:32 PM From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Ames OK, I see what's happening: [gregames@daedalus apache]$ ls /www/httpd.apache.org/docs/mod/core*

RE: Expires: header prevents caching

2002-01-22 Thread Joshua Slive
From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] I'm no protcol expert, but that doesn't make sense to me. mod_negotiation should be adding Accept-Language to the Vary: header (yep, it's doing that), but it shouldn't be setting Expires, should it? Proxies should be free to

Re: Expires: header prevents caching

2002-01-22 Thread Greg Ames
Joshua Slive wrote: I'm no protcol expert, but that doesn't make sense to me. mod_negotiation should be adding Accept-Language to the Vary: header (yep, it's doing that), but it shouldn't be setting Expires, should it? Proxies should be free to cache the page, conditional on the

RE: Expires: header prevents caching

2002-01-22 Thread Joshua Slive
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Ames and yes, HTTP version does make a difference: Yes, you are right. My test was flawed. Everything seems to be working properly. Joshua.