Apache x-sendfile module for Ubuntu Hardy 22 Dec 09
We’ve just added Caspar Clemens Mierau’s package for the Apache x-sendfile module to our Ubuntu Hardy package repositories, so now it’s trivially easy for Brightbox customers to start using it. We’ve also built an AMD64 version too. Just install the package, enable it and reload Apache:
sudo apt-get update
sudo apt-get install libapache2-mod-xsendfile
sudo a2enmod xsendfile
sudo invoke-rc.d apache reload
