i'm quite new in openlitespeed but i've successfully installed OLS on Ubuntu 20.
I want to enable Redis or Memcached, which is correctly configured.
I've installed php extension (redis.ini) for Redis and i can find extension in folder:
/etc/php/7.4/mods-available
But OLS has it's own php 7.4 version or at least config files in folder:
/usr/local/lsws/lsphp74/etc/php/7.4/mods-available
and here is no redis.ini file.
How should i enable php extension for OLS?