Re: [users@httpd] mod_bw and mod_cache

2025-05-01 Thread Patrick Coyne
Thanks, Eric. I should have mentioned my mod_cache settings; I already have CacheQuickHandler set to off. However I did notice in the mod_bw docs the ability to filter by MIME type as well. I specified the types of files I'm expecting to serve: AddOutputFilterByType MOD_BW application/x-7z-compres

Re: [users@httpd] mod_bw and mod_cache

2025-05-01 Thread Eric Covener
Maybe CacheQuickHandler off? https://httpd.apache.org/docs/2.4/mod/mod_cache.html#cachequickhandler Eric Covener cove...@gmail.com On Thu, May 1, 2025, 4:36 PM Patrick Coyne wrote: > Hi, > > I've got Apache httpd 2.4.62 running as a reverse proxy on Windows. > I'm using mod_cache/mod_cache_dis

[users@httpd] mod_bw and mod_cache

2025-05-01 Thread Patrick Coyne
Hi, I've got Apache httpd 2.4.62 running as a reverse proxy on Windows. I'm using mod_cache/mod_cache_disk to cache the files retrieved from an upstream server so that other clients making the same request will have a shorter trip. I'm trying to use mod_bw to throttle the bandwidth used by clients