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
When I access test.php5 via serverx.hostname.tld/~username/test.php5 it works perfect, but when I access the same file via domain.tld/test.php5 I get an Internal Server Error.
Does anybody have an idea, what the problem could be?
Thank you in advance.

 

 

 

 

Top