1

I'm running the latest version of DA (1.61.3), PHP 7.4.7 en Apache 2.4.43 on a Debian 10 server. I want to add Brotli support en did this:

After this I checked at https://www.brotli.pro and https://tools.keycdn.com/brotli-test, but it fails, says: no Brotli support.

In PHP info I see under the section curl this:

phpinfo

Before BROTLI was not mentoined here, so something is installed, but as you can see the value is "No".

What do I have to do more to enable Brotli?

Thanks for help!

brasileric
  • 1,017
  • 1
  • 8
  • 18

1 Answers1

0

Try this ... Check if the brotli module is really active in Apache:

httpd -t -D DUMP_MODULES

then recompile the php

cd /usr/local/directadmin/custombuild ./build php ./build rewrite_confs

Germano
  • 9
  • 2