Might it be because there is a possible SSI processing on some types of files in the same directory?
Joshua Slive <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 21/12/2005 16:15
|
|
On 12/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I've got a apache server setup in first instance to only serve static
> content. Why don't the headers include the last-modified headers of the
> served files?
The most likely explanation is that your static content is actually
being processed by something (perhaps without any apparent content
changes). Check for AddHandler or AddOutputFilter directives related
to your content.
Joshua.