I'm usig apache disk_cache for images in front of a plone site

    CacheEnable disk /
    CacheRoot "/data/cache/mod_proxy/zeo"
    CacheSize 950000
    ExpiresActive On
    ExpiresByType image/gif A9600
    ExpiresByType image/jpeg A9600
    ExpiresByType image/png A9600

After a few hous of clearing the cache some pages get cached in apache

 HTTP/1.1 200 OK
  Date: Wed, 06 Sep 2006 19:11:14 GMT
  Server: Apache/2.0.59 (Unix)
  Set-Cookie: zforum_language="es_MX"; Path=/
  Content-Type: text/html;charset=iso-8859-1
  Last-Modified: Wed, 06 Sep 2006 17:44:11 GMT
  Content-Length: 32609
  Content-Language: es
  Expires: Sat, 1 Jan 2000 00:00:00 GMT
  Pragma: no-cache
  Age: 5224
  Keep-Alive: timeout=30, max=500
  Connection: Keep-Alive

Why Is apache caching a text/html if this content type is not defined as
ExpiresByType?

thanks


Güell Consulting Technologies SL
C/ La Remallaire 17 Despatx 6.
CP08302 Mataró
Tel.  93.798.40.44
Fax. 93.758.86.46
www.guellconsulting.com





---------------------------------------------------------------------
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