|
After a quick look around, it appears that on creation; LiteSpeed is getting to the point where it has downloaded suhosin and gotten everything working correctly. It fails because permissions on the file are 644.
You would think that you could chmod +x this file to give execute permissions to the owner. Well, litespeed re-creates this file and re-grants 644 permissions every time effectively killing this install.
|