I'd start with enabling debug tags and the tag "compress" which may provide
more information. You can check to make sure Brotli support was enabled
when building the "compress" plugin. Check your config.log.

On Thu, Feb 25, 2021 at 8:25 AM juergenp <[email protected]> wrote:

> Hello,
>
> the origin-server uses brotli compression (nginx) - i switched that server
> now to ats (reverse proxy), activated the compression plugin and wrote a
> config to enable brotli compression on that server.
> unfortunately brotli compression is not done.
>
> so what do i have to enable ?
>
> my records-config contains:
>
> CONFIG proxy.config.http.normalize_ae INT 2
>
> CONFIG proxy.config.http.cache.required_headers INT  2
> CONFIG proxy.config.http.cache.ignore_client_no_cache INT 1
> ---------------------
>
> compress.config:
>
> ---------------------
> #first, we configure the default/global plugin behaviour
> enabled true
> remove-accept-encoding true
> cache false
>
> compressible-content-type text/*
> compressible-content-type *javascript*
> compressible-status-code 200,206,304,409
>
> minimum-content-length 860
> #supported algorithms
> supported-algorithms br,gzip
>
> [w40.core.at]
> enabled true
> cache true
> flush true
> supported-algorithms br,gzip
> # A reasonable list of content-types that are compressible
> compressible-content-type text/*
> compressible-content-type *font*
> compressible-content-type *javascript
> compressible-content-type *json
> compressible-content-type *ml;*
> compressible-content-type *mpegURL
> compressible-content-type *mpegurl
> compressible-content-type *otf
> compressible-content-type *ttf
> compressible-content-type *type
> compressible-content-type *xml
> compressible-content-type application/eot
> compressible-content-type application/pkix-crl
> compressible-content-type application/x-httpd-cgi
> compressible-content-type application/x-perl
> compressible-content-type image/vnd.microsoft.icon
> compressible-content-type image/x-icon
>
> -------------------------------------------------
> #
> # plugin.config
> #
> # Documentation:
> #
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__docs.trafficserver.apache.org_en_latest_admin-2Dguide_files_plugin.config.en.html&d=DwICAg&c=sWW_bEwW_mLyN3Kx2v57Q8e-CRbmiT9yOhqES_g_wVY&r=5nE_8e-Jc1t5vF6GVeub9BCN4FzSc_6kU7_mjSiUrDs&m=5h6NplYdbpYa2DNvv8ZU_pSoUG5I9JV9V_bRD8_WmqE&s=8B3wzxs18Cr1DU_C35-QVZ3kJxlM7p12OQBkYDrez8o&e=
> #
> # Comments start with a '#' and continue to the end of the line
> # Blank lines are ignored
> #
> # test-plugin.so arg1 arg2 arg3
> #
> # Example:
> #inktomi/iwx/iwx.so
> #inktomi/abuse/abuse.so etc/trafficserver/abuse.config
> #inktomi/icx/icx.so etc/trafficserver/icx.config
> #stats_over_http.so zeig_die_stats_her_oida
> /opt/ts/libexec/trafficserver/compress.so
> /opt/ts/etc/trafficserver/compress.config
> #compress.so
> magick.so
> acme.so
> #webp_transform.so
> --------------------------------------
>
> any ideas ?
>
>
> kind regards
>
> Juergen
>
>
>
>
> --
> Sent from:
> https://urldefense.proofpoint.com/v2/url?u=http-3A__apache-2Dtraffic-2Dserver.24303.n7.nabble.com_&d=DwICAg&c=sWW_bEwW_mLyN3Kx2v57Q8e-CRbmiT9yOhqES_g_wVY&r=5nE_8e-Jc1t5vF6GVeub9BCN4FzSc_6kU7_mjSiUrDs&m=5h6NplYdbpYa2DNvv8ZU_pSoUG5I9JV9V_bRD8_WmqE&s=Rkw35NA5o0zco_e8YQOLrak_8G2T0bjK5qTCsg3mBMw&e=
>

Reply via email to