php5 and internal server error
Hi all,I installed php4 & php5 parallel on my server.
Php4 is built as an apache module and php5 as a cgi.
My httpd.conf says:
Code:
ScriptAlias /php5/ "/usr/local/php5/bin/" Action application/x-httpd-php5 "/php5/php" AddType application/x-httpd-php5 .php5
Does anybody have an idea, what the problem could be?
Thank you in advance.