AH00082: an unknown filter was not added: includes

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

  1. Include module "include" in apache2

    a2enmod include
  2. Restart service

    service apache2 restart