Re: [users@httpd] mod_bw and mod_cache

2025-05-01 Thread Patrick Coyne
> > 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_disk to cache the files

[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

[users@httpd] Apache 2.4.59, ProxyRemote with basic authentication connections failing with 407

2024-08-01 Thread Patrick Coyne
Hi, Apache noob here. I have apache 2.4.59 setup as a reverse caching proxy in order to cache files requested by clients from a server on the Internet. I want to also use an upstream forward proxy that controls access to the 'net with basic authentication. I have Squid 4.14 running on Windows as t