On Friday 14 September 2007, William Thompson wrote: > Nothing shows up in /var/cache/apache2/mod_disk_cache when a > request comes in. If I change CacheEnable disk http:// to > CacheEnable disk / it works, however I only want http:// requests > cached
I am not sure I understand your problem. Are you using apache in forward or reverse proxy mode? If you are using apache as a reverse proxy, try putting "CacheEnable disk /" in your http virtual host(s), but not into your https virtual host(s). Or are you using it as forward proxy, and want to avoid caching ftp urls? In this case "CacheEnable disk http://" should work. Cheers, Stefan