Is it possible to get access to file attributes such as when a file was created or last modified?
I have cached gzip files, and would like to be able to set a last-modified header to them. Something like:
<If CLIENT CAN HANDLE GZIP && IN DIRECTORY CACHE/HTML/>
Header Set Last-Modified {WHEN-FILE-WAS-LAST-MODIFIED}
</If>
Or is there some other way of doing this?