You wouldn't be locked out anyway, since you can simply edit the config.php file and add
then disable the mod
I'll see if there's a way to detect FastCGI and present a warning, since some people have reported success with FastCGI I'm hesitant to block it altogether.
PHP:
define('DISABLE_HOOKS', true);
I'll see if there's a way to detect FastCGI and present a warning, since some people have reported success with FastCGI I'm hesitant to block it altogether.