RE: [users@httpd] Apache 2.2.3 > mod_disk_cache not caching if a DirectoryIndex is used

2011-04-11 Thread Geoff Millikan
This issue impacts all index.html, index.php, index.shtml, etc files even the "homepage." For example: This is cached: http://www.mycompany.com/index.php This *is not* cached: http://www.mycompany.com/ - The official User-To-

[users@httpd] Apache 2.2.3 > mod_disk_cache not caching if a DirectoryIndex is used

2011-04-10 Thread Geoff Millikan
Is this a known bug? At URL #1 below the content isn't cached (or served out of cache): http://www.t1shopper.com/mod_disk_cache_bug/ At URL #2, we just add the "index.php" into the URL string and the cache is working properly (see log below). http://www.t1shopper.com/mod_disk_cache_bug/index.php