Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-29 Thread Richard Hubbell
I found a stagnant bug describing this problem. It's ~three years old. Thanks Matus for trying to answer the question. I think you misunderstood what the question was. Maybe this is better to understand. CacheRoot = /cache/ cd /cache ls |grep -v aptmp|wc -l 64 The 64 represents the 0-9a-zA-Z

Re: [EMAIL PROTECTED] Placing the disk cache on a shared, distributed filesystem

2008-04-29 Thread Richard Hubbell
Thanks Matus, I will take that as a "no it's not possible to have a shared apache cache". Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=A

Re: [EMAIL PROTECTED] Invalid Content-Length on upload of >2GB files

2008-04-28 Thread Richard Hubbell
Sounds like a browser problem. Although I thought this was fixed in newer firefox. Search this list or the net: http://marc.info/?l=apache-httpd-users&w=2&r=1&s=&q=b Be a better friend, newshound, and kn

Re: [EMAIL PROTECTED] creating own program for piped logs

2008-04-28 Thread Richard Hubbell
You want to un-buffer your writes. Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ---

[EMAIL PROTECTED] Placing the disk cache on a shared, distributed filesystem

2008-04-28 Thread Richard Hubbell
Has anyone placed a disk cache on a shared, distributed fs? >From what I understand of the scheme used to store entries it would not work. A cache on one host could step on files in use by another host. I'm not using a memory cache.

[EMAIL PROTECTED] htcacheclean assist

2008-04-28 Thread Richard Hubbell
At a high level is this how htcacheclean operates? (assume it's run from cron once/day) 1. htcacheclean starts 2. reads all cache entries into an index 3. once all entries are read in it removes cache file pairs based on oldest mtime first until the size of the cache is below the value specified

Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Richard Hubbell
Dragon, all, I must be missing something regarding the cache. The files written into CacheRoot directory are temporary. Any file in the CacheRoot directory ( and not in the actual cache directories that are created under CacheRoot ) should come and go while the cache is in use. 1. request for fil

Re: [EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Richard Hubbell
EMAIL PROTECTED]> wrote: > Richard Hubbell wrote: > >Seeing thousands of files in CacheRoot that look > like > >this: > > > >aptmpZbGOTJ > > > >This clearly seems like a bug. Could this somehow > be > >a feature? I just can

[EMAIL PROTECTED] aptmpZbGOTJ files in apache CacheRoot

2008-04-28 Thread Richard Hubbell
Seeing thousands of files in CacheRoot that look like this: aptmpZbGOTJ This clearly seems like a bug. Could this somehow be a feature? I just can't imagine what purpose it would serve. Be a better fri

Re: [EMAIL PROTECTED] measuring cache hit ratio in mod_cache

2008-04-28 Thread Richard Hubbell
Great, Thanks. Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ---

[EMAIL PROTECTED] measuring cache hit ratio in mod_cache

2008-04-25 Thread Richard Hubbell
Searched high-and-low and found nothing which usually causes some concern for a couple different reasons. I think that maybe my search was all wrong. So I try a few different things. Still no luck; then I think maybe no one uses apache for caching content or no one cares about the cache-hit ratio