A azn_romeo_4u Well-Known Member Feb 5, 2010 #1 Feb 5, 2010 #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: Feb 6, 2010
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?
N NiteWave Administrator Feb 5, 2010 #2 Feb 5, 2010 #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.
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.
A azn_romeo_4u Well-Known Member Feb 6, 2010 #3 Feb 6, 2010 #3 Thank you...guess i'm running it then =D