getting SSI's `exec` to work with apache

You need to enable mod_cgi. I now check ssi exec run on Ubuntu 16.04+apache2 - it works if you enable mod_include and mod_cgi, and put Options +Includes in htaccess or in <Directory... >.

Options -IncludesNOEXEC wasn't needed in my case.