Re: [us...@httpd] Unable to conditionally set cache-control

2010-06-08 Thread Eric Covener
On Tue, Jun 8, 2010 at 3:20 PM, wrote: > > The home.html is a JSP page written by tomcat. > > Yes, the problem is the same for all file types. and refer to things in the Apache filesystem, not to patterns in a URL. Try LocationMatch. -- Eric Covener cove...@gmail.com ---

RE: [us...@httpd] Unable to conditionally set cache-control

2010-06-08 Thread mitchel.carlsen
The home.html is a JSP page written by tomcat. Yes, the problem is the same for all file types. To test that it is indeed all file types, I modified the conditional statement to include *.jpg with same results: Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-r

Re: [us...@httpd] Unable to conditionally set cache-control

2010-06-08 Thread Pablo Garcia Melga
Is the home.html an actual file or a Rewrite rule ? Do you have the same problem with other files ? .js or .css ? On Mon, Jun 7, 2010 at 9:05 PM, wrote: > Please excuse my query as I’m new to apache and open source in general. > I’m attempting to set the cache-control to no-cache by using the f