PHP5 with PHP4 :/

xprotect

Verified User
Joined
Feb 10, 2006
Messages
72
I install PHP5 as cgi and do this in httpd.conf:
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 :(
 
Back
Top