On 14/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I found, that mod_expires automatically adds
> Cache-Control headers depending on the activated
> directives of that module.
>
> However, this module is disabled in my http.conf and
> no .htaccess files are around...

Complete guess.. If you're using any kind of content negotiation (e.g.
if Options MultiViews is set) it could be:

http://httpd.apache.org/docs/2.0/mod/mod_negotiation.html#cachenegotiateddocs

If it's that, try

CacheNegotiatedDocs On

It's a bit of a double negative but turning that on will remove the
no-cache headers.

Also, are you really sure it's static files as well? mod_php usually
adds these kinds of headers itself.

-- 
noodl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to