Hi,

I'm using mod_cache and mod_disk_cache and mod_proxy in reverse-proxy mode to 
cache some content of some internal servers.

    CacheRoot "/var/cache/httpd/mod_proxy"
    CacheEnable disk /
    CacheDirLevels 5
    CacheDirLength 3
    CacheMinFileSize 1
    CacheMaxFileSize 1000000

    SetEnvIf Request_URI "\.aspx$" no-cache

I'm trying to disable cache to all the aspx files, but with the above 
configuration, all content is cached. Any ideas?

Thanks,
Nuno Fernandes

Reply via email to