If I enable php-fpm as php handler in website, suexec must be enabled aslo, right? And if a website has a php.ini with some variables in it, that must be put in custom php.ini section in website config so the ispconfig can put those in dedicated website-pool.conf. What about .htaccess files across numerous subdirectories? If I want to migrate a website that has more than a few .htaccess files in various subdirectories, will php-fpm( with fastcgi, right?) read all those .htaccess files or they all must go in Apache Directives section of Website setting in ISPConfig?
.htaccess files are apache config files files, they are not php files. php never reads an .htaccess file, no matter which php mode you use.
I know, but I see various issues on google regarding php-fpm and .htaccess files which use various RewriteRules in them. I suppose the webmaster of the website should know how to deal with that... So if AllowOverride is on ALL in ISPConfig setting then apache should pickup all the settings stated in .htaccess files expect the ones regarding php which must go in Custom php settings?