I installed Apache2, PHP5 in a fresh Ubuntu system, Now I have uploaded a Zend Framework project, I see that the Zend and PHP errors are getting consumed by Apache and I am always getting a Internal Server Error 500 on the browser. When I looked into the error log of apache2 I find the PHP errors logged in there.
I have the error_reporting as E_ALL | E_STRICT, display_errors On in php.ini.