Comment 2 for bug 1582462

Revision history for this message
harre (mail-hartmark) wrote :

Somehow my mods file were missing.

I fixed by these commands:
sudo su
echo "LoadModule musicindex_module /usr/lib/apache2/modules/mod_musicindex.so" > /etc/apache2/mods-available/musicindex.load
cd /etc/apache2/mods-enabled
ln -s ../mods-available/musicindex.conf
ln -s ../mods-available/musicindex.load