Hi, I have installed aaPanel (which is excellent) on a small server. This server is here to provide alternative links for my users to download large files
I have to use the x-sendfile apache module and i installed it as i did on my older plesk system with the following command (i'm using ubuntu 20.04):
sudo apt-get install libapache2-mod-xsendfile
And when i try to activate it using: sudo a2enmod xsendfile
I get a command not found error… as if apache wasn't installed.
It installs correctly, but I can’t find the mod anywhere in the apache module directory and therefore can’t use it...
Can someone tell me how to install an apache module? Or to just make sure it gets into the module folder?