I have several Apache/PHP-FPM that use SSI and SSI isn't working. I could have sworen they worked after migration from Webfaction, but I don't check them often and don't know when they stopped working. I have the following in .htaccess:
AddType text/html .html
Options +Includes
AddHandler server-parsed .html .inc
But directives aren't being processed. I've confirmed that .htaccess is being processed.
Are includes not supported anymore? Is there something else I am supposed to do?