Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Zstd support and use ? |
|
Author |
|
bagu
Joined: 06 Jan 2011 Posts: 193 Location: France
|
Posted: Tue 14 May '24 22:49 Post subject: Zstd support and use ? |
|
|
Hello,
Does apache support zstd compression ? And, if yes, how to use it as prefered compression ?
Thanks |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 15 May '24 9:47 Post subject: |
|
|
No, it doesn't support it yet. deflate/gzip(zlib), and brotli.
Example with brotli prefered
Code: |
<IfModule mod_deflate.c>
AddOutputFilterByType BROTLI;DEFLATE text/html text/plain text/xml text/php text/css text/js text/javascript text/javascript-x application/x-javascript font/truetype
AddOutputFilterByType BROTLI;DEFLATE application/javascript
AddOutputfilterByType BROTLI;DEFLATE application/vnd.mozilla.xul+xml
DeflateCompressionLevel 9
</IfModule>
|
|
|
Back to top |
|
bagu
Joined: 06 Jan 2011 Posts: 193 Location: France
|
Posted: Wed 15 May '24 21:43 Post subject: |
|
|
Ok, thanks.
Hope it will be supported in the future. |
|
Back to top |
|
|
|
|
|
|