suPHP doesn't allow the use of php_flag and php_value in .htaccess files, so find users with these setup and deal with them (or their sites will throw a 500 error). To achieve this just run the following command:
find /home/*/domains/*/public_html -name ".htaccess" | xargs grep "php_"