You are mistaken the Php_engine is a part of the php.ini file which needs to be a part of the /usr/lib and more over in httpd.conf you just need to add extension types like below
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
And restart your web server again, thats all.