View Single Post
  #22  
Old 06-21-2010, 06:28 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
so just what I experienced.
Quote:
nobody 21640 28092 42 10:24 ? 00:00:17 admin_php -c ../conf/php.ini
admin_php is running as nobody. should be lsadm

please check if user "lsadm" exist in your VPS.

following commands should fix your issues -- for a quick and temporary solution.
Quote:
chown -R nobody:nobody /usr/local/lsws/conf
chmod -R 700 /usr/local/lsws/conf
chown -R nobody:nobody /usr/local/lsws/admin/conf
chmod -R 700 /usr/local/lsws/admin/conf
have your installed 2 copies of lsws in your server? one is running in chroot mode?
Reply With Quote