PHP Error Reporting on vhosts

You can enable or disable php error reportin in any vhost just by using this: php_flag display_errors on

in your .htaccess file, this will show ALL errors, inlcuding Notices! (that can be a problem in my occasions), so if you want to show only Fatal Errors add this line below: php_value error_reporting 7