View Single Post
  #11  
Old 03-01-2012, 12:43 PM
Rowlf Rowlf is offline
Member
 
Join Date: Jan 2010
Posts: 14
Quote:
Originally Posted by webizen View Post
lsphp5 is there running as ec2-user. is this shared hosting or dedicated environment (PHP suEXEC yes or no)? ls LSWS running as ec2-user?
PHP suEXEC is explicitly set to 'No' as was suggested in some other thread (I tried that before posting here).
Code:
ps -ef|grep litespeed
root     24425     1  0 11:51 ?        00:00:05 litespeed (lshttpd)
500      24427 24425  0 11:51 ?        00:00:15 litespeed (lshttpd)
ec2-user 24953 24927  0 20:36 pts/0    00:00:00 grep litespeed
Reply With Quote