View Single Post
  #3  
Old 12-12-2012, 05:30 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,390
Quote:
Originally Posted by ihstiv View Post
I'm running LSWS 4.2.1 with 'LiteSpeed API' PHP handler and I have a couple newb questions:
1. If I want to compile PHP with LSAPI should I choose the version of PHP that I currently have compiled in Apache?
Yes, you should. It can be done via Build Matching PHP under LSWS plugin.

Quote:
Originally Posted by ihstiv View Post
2. When I look at the 'real-time stats' I see the following as my top process:
type: LSAPI / name: APVH_lastspar_Suphp

This makes sense for the user 'lastspar' but I'm curious why it shows 'suphp' since I'm running FCGI in Apache and SUEXEC in LSWS.

I'd be grateful if someone could help me understand this stuff.

Thanks
'_suPHP' tail name just means PHP handler is run as each user (like lastspar, etc) since you have PHP suEXEC enabled in LSWS. It doesn't matter if you use FCGI or suPHP in Apache.
Reply With Quote