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
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
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
Dears,
I received the info that LetsEncrypt drops support for OCSP of their
certificates.
I took a look on my apache2 config and found
SSLUseStapling On
SSLStaplingCache "shmcb:logs/ssl_stapling(32768)"
The docs (https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslusestapling)
are no