RE: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-30 Thread Ryan Tate
"Axel-Stephane SMORGRAV" wrote: > You are exactly right. However, the real question is: why does the request > contain > that max-age directive? Because the "Reload" button was hit in Firefox. Try simply to just hit "Enter" in the URL bar or copy/past the URL into a new tab, you will find the ma

RE: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-09 Thread Axel-Stephane SMORGRAV
anche 9 décembre 2007 22:18 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Reverse proxy cache control problems After reading a bit more on what RFC 2616 says about Cache-control I figured out it was apparently the Cache-Control: max-age=0 header the browser was sending that made mod_

Re: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-09 Thread Marko Asplund
After reading a bit more on what RFC 2616 says about Cache-control I figured out it was apparently the Cache-Control: max-age=0 header the browser was sending that made mod_cache not use the cached copy even though the server was returning Cache-Control: max-age=3600 After switching the lin

RE: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-07 Thread Marko Asplund
Axel-Stephane SMORGRAV wrote: > Could you possibly post the headers returned by \ > http://localhost:5050/cachetest/jsp/cacheable/main.jsp along with your proxy \ > configuration directives? After upgrading Apache from 2.2.4 to 2.2.6 the debug log looks a bit different but the test page stil

RE: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-06 Thread Axel-Stephane SMORGRAV
Could you possibly post the headers returned by http://localhost:5050/cachetest/jsp/cacheable/main.jsp along with your proxy configuration directives? The request headers could also be relevant. If you use Mozilla Firefox, you can obtain these headers using the add-on LiveHTTPHeaders. -ascs