Debian / Ubuntuには、モジュールと仮想ホストを管理するためのa2 *スクリプトのセットがあります。あなたはa2enmodを使うことができます:
$ sudo a2enmod deflate
Enabling module deflate.
Run '/etc/init.d/apache2 restart' to activate new configuration!
$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2
... waiting [ OK ]
$