DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44104>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44104 Summary: Cached copy of varied content doesn't get refreshed Product: Apache httpd-2 Version: 2.2.6 Platform: Other OS/Version: Windows Server 2003 Status: NEW Severity: normal Priority: P2 Component: mod_disk_cache AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Enabling proxy disk caching, when the validity of a cached page expires, the header file in the relevant directory below CacheRoot gets refreshed but the "data" file does not. The old version of the data file is served to the client. A corrsponding stale "aptmpxxxxxx" is left in the CacheRoot. The server thinks everything whent fine. Relevant configuration: ----------- CacheRoot c:/apache_cache CacheMaxExpire 10000 CacheDirLevels 3 CacheDirLength 1 CacheEnable disk / ----------- Enabling debug level error logging: proxy_util.c(1816): proxy: HTTP: has released connection for (server04) mod_disk_cache.c(477): disk_cache: Recalled cached URL info header http://localhost:8280/intranet/internet.nsf/X1017?ReadForm mod_disk_cache.c(750): disk_cache: Recalled headers for URL http://localhost:8280/intranet/internet.nsf/X1017?ReadForm cache_storage.c(272): Cached response for /intranet/internet.nsf/X1017 isn't fresh. Adding/replacing conditional request headers. mod_cache.c(129): Adding CACHE_SAVE filter for /intranet/internet.nsf/X1017 mod_cache.c(136): Adding CACHE_REMOVE_URL filter for /intranet/internet.nsf/X1017 mod_proxy_http.c(54): proxy: HTTP: canonicalising URL //server04/intranet/internet.nsf/X1017 proxy_util.c(1378): [client 127.0.0.1] proxy: http: found worker http://server04/ for http://server04/intranet/internet.nsf/X1017?ReadForm mod_proxy.c(777): Running scheme http handler (attempt 0) mod_proxy_http.c(1662): proxy: HTTP: serving URL http://server04/intranet/internet.nsf/X1017?ReadForm proxy_util.c(1798): proxy: HTTP: has acquired connection for (server04) proxy_util.c(1859): proxy: connecting http://server04/intranet/internet.nsf/X1017?ReadForm to server04:80 proxy_util.c(1955): proxy: connected /intranet/internet.nsf/X1017?ReadForm to server04:80 proxy_util.c(2050): proxy: HTTP: fam 2 socket created to connect to server04 proxy_util.c(2146): proxy: HTTP: connection complete to 192.168.12.4:80 (server04) mod_proxy_http.c(1448): proxy: start body send mod_cache.c(609): cache: Caching url: /intranet/internet.nsf/X1017?ReadForm mod_cache.c(615): cache: Removing CACHE_REMOVE_URL filter. mod_disk_cache.c(954): disk_cache: Stored headers for URL http://localhost:8280/intranet/internet.nsf/X1017?ReadForm mod_disk_cache.c(1043): disk_cache: Body for URL http://localhost:8280/intranet/internet.nsf/X1017?ReadForm cached. mod_proxy_http.c(1537): proxy: end body send -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
