can't get lsphp back online after bad build

aww

Well-Known Member
#1
I made an attempt at building php 4.4.7 with curl earlier and while it seemed okay, it threw errrors on start.

So I thought, no problem, I'll just copy back the old lsphp and restart.

Apparently it is a problem, litespeed will run, php will not :(

execle() failed with errno=13, when try to start Fast CGI application: /opt/lsws/fcgi-bin/lsphp -c ../php!
Any ideas? I don't even know where to begin...
Had to bring apache back online with litespeed on alternate port
 

aww

Well-Known Member
#2
Ah this was as easy as

chown root:nobody lsphp

Not sure how it got reset to root:root but might want to mention this in "troublshooting"

Problem solved. Now to figure out where my 4.4.7 build went bad.
 
Top