PHP5 Make it Easy?

#1
I just wasted half my day following the 50 documents I found online how to get litespeed to just run in PHP 5, no matter what I do, compile this and that, 4.4.9 always shows back, I did the recompiles which break everything else I have on the server, set addType application/x-httpd-php5 php in htaccess, etc etc etc
 
#3
Sorry ... still no lucky? please paste the output by run
#ls -l /usr/local/lswd/fcgi-bin/
-r-xr-xr-x 1 root root 3342 Dec 23 22:38 lsperld.fpl
lrwxrwxrwx 1 root root 11 Dec 23 22:52 lsphp5 -> lsphp-5.4.9
-rwxr-xr-x 1 root root 32754966 Dec 23 22:52 lsphp-5.4.9
-r-xr-xr-x 1 root root 4714 Dec 23 22:38 RailsRunner.rb
-r-xr-xr-x 1 root root 1095 Dec 23 22:38 RailsRunner.rb.2.3

phpinfo.php doesn't run, nothing php will run etc
 
Top