私は単にしました:
Sudo aptitude install Apache2
これが私のサーバーのセットアップ方法です。余分なモジュールはなく、何もありません。
私はubuntuの元気です。
Sudo ln -s /etc/Apache2/mods-available/deflate.load /etc/Apache2/mods-enabled/
そしてApacheを再起動します
Sudo /etc/init.d/Apache2 restart
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 ]
$
チェック このマニュアル 、非常に明確に説明し、debianのようなシステム用