
12-12-2012, 05:09 PM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,218
|
|
Quote:
|
1. If I want to compile PHP with LSAPI should I choose the version of PHP that I currently have compiled in Apache?
|
you don't have to, but it's a good practice we recommend. building lsphp with same compile options and same version php with apache, once any issue with lsphp, you can switch back to apache, see if same issue exist. if exist, then fixing it at apache side, then rebuild matching lsphp again to reflect the fix. if not exist, then it's a lsphp specific issue.
Quote:
2. When I look at the 'real-time stats' I see the following as my top process:
type: LSAPI / name: APVH_lastspar_Suphp
|
it's just a name convention. typically there 3 sorts of php in apache: mod_php, suPHP, fastcgi php, but there's only 1 sort of php in litepeed, i.e., lsphp.
please refer:
http://blog.litespeedtech.com/2010/0...ache-vs-nginx/
for more details regarding these phps.
|