
07-20-2010, 11:51 PM
|
|
Senior Member
|
|
Join Date: Jun 2010
Posts: 100
|
|
Quote:
Originally Posted by mistwang
try to execute "/usr/local/lsws/fcgi-bin/lsphp5 -i" from command line, see if you get any error and fix it.
|
Good help sir.
I'd also suggest setting up apache 2.2 mpm event + php5-fastcgi.
Then setup litespeed PHP when php5-fastcgi functions with apache.
Run php-cgi -v & php-cgi -M?/-m you may have it as php5-cgi on debian not sure.
This will show errors too.
Lastly you can strace -p any php processes you see and check the issue. This is how I discovered WordPress w/Missing mods eats up pointless CPU cycles.
|