I install PHP5 as cgi and do this in httpd.conf:
And i gets internal server error when i try to exec .php5 file
AddType application/x-httpd-php5 .php5
ScriptAlias /php/ "/usr/local/php5/bin/"
Action application/x-httpd-php5 "/php/php"
And i gets internal server error when i try to exec .php5 file
