Trying to enable apache mods

Hi all,

I’m new to devilbox and struggling with enabling apache mods on my setup.

I would like to enable the mod_deflate module. So in my apache.conf I added the line:
LoadModule mod_deflate modules/mod_deflate.so

However when I then start my httpd container I see the following errors:
Can't locate API module structuremod_deflate’ in file /usr/local/apache2/modules/mod_deflate.so: /usr/local/apache2/modules/mod_deflate.so: undefined symbol: mod_deflate`

However when I SSH to my httpd container, I can find the correct module in my modules folder.