When trying to launch a site on ssi an error:
AH00082: an unknown filter was not added: includes
To fix this problem you need to activate the module comes with Apache.
Debian/Ubuntu
- Include module "include" in apache2
a2enmod include
- Restart service
service apache2 restart