https://issues.apache.org/bugzilla/show_bug.cgi?id=48364
--- Comment #8 from Michael Stillwell <[email protected]> 2010-02-21 13:27:34 UTC --- Yes you're right, that example was the memory cache. (I was trying both.) I get exactly the same results for the disk cache though: First CGI: [Sun Feb 21 13:23:54 2010] [debug] mod_cache.c(131): Adding CACHE_SAVE filter for /scratch/cachetest.cgi [Sun Feb 21 13:23:54 2010] [debug] mod_cache.c(138): Adding CACHE_REMOVE_URL filter for /scratch/cachetest.cgi [Sun Feb 21 13:23:54 2010] [debug] mod_cache.c(633): cache: Caching url: /scratch/cachetest.cgi [Sun Feb 21 13:23:54 2010] [debug] mod_cache.c(639): cache: Removing CACHE_REMOVE_URL filter. [Sun Feb 21 13:23:54 2010] [debug] mod_disk_cache.c(962): disk_cache: Stored headers for URL http://beebo.local:8080/scratch/cachetest.cgi? [Sun Feb 21 13:23:54 2010] [debug] mod_disk_cache.c(1051): disk_cache: Body for URL http://beebo.local:8080/scratch/cachetest.cgi? cached. Second CGI: [Sun Feb 21 13:24:04 2010] [debug] mod_disk_cache.c(476): disk_cache: Recalled cached URL info header http://beebo.local:8080/scratch/cachetest.cgi? [Sun Feb 21 13:24:04 2010] [debug] mod_disk_cache.c(749): disk_cache: Recalled headers for URL http://beebo.local:8080/scratch/cachetest.cgi? [Sun Feb 21 13:24:04 2010] [debug] mod_cache.c(282): cache: running CACHE_OUT filter [Sun Feb 21 13:24:04 2010] [debug] mod_cache.c(296): cache: serving /scratch/cachetest.cgi First PHP: [Sun Feb 21 13:24:31 2010] [debug] mod_cache.c(131): Adding CACHE_SAVE filter for /scratch/cachetest.php [Sun Feb 21 13:24:31 2010] [debug] mod_cache.c(138): Adding CACHE_REMOVE_URL filter for /scratch/cachetest.php Second PHP: [Sun Feb 21 13:24:40 2010] [debug] mod_cache.c(131): Adding CACHE_SAVE filter for /scratch/cachetest.php [Sun Feb 21 13:24:40 2010] [debug] mod_cache.c(138): Adding CACHE_REMOVE_URL filter for /scratch/cachetest.php In the case of the CGI request, files are created in /var/cache/apache2/mod_disk_cache, as I'd expect. In the case of the PHP request, they're not. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
