cache-control header

#1
Hi,

I really need to be able to configure the "Cache-control" in the HTTP response header for specific directories. I wonder if Litespeed is able to do that, and how.

For example:

Cache-control: no-store, no-cache, must-revalidate
Besides the "Expires" header, can we set other headers too?
 
#2
Actually I need to set "Pragma: no-cache" too. (btw, these are static GIF files, so I can't set them from CGI)

It would be very nice to be able to set them for different contexts inside LSWS configuration.

Thanks, Henrique.
 
Top