[RESOLVED] Confused About Php LSAPI

azn_romeo_4u

Well-Known Member
#1
Hi, pretty uneducated with this stuff. But I got PHP running on my server right @ /usr/local/lib/php.ini Am I suppose to be running the LSAPI instead?
 
Last edited by a moderator:

NiteWave

Administrator
#2
if you have process named "lsphp" or "lsphp4" or "lsphp5", then you're running php with lsapi.

run "ps -ef" or pstree to view the running processes.
 
Top