View Single Post
  #7  
Old 07-22-2009, 09:33 AM
yuho yuho is offline
New Member
 
Join Date: Jul 2009
Posts: 1
setup a 1hr cron job to do that following:

Code:
#!/bin/sh
kilall -9 lshttpd
/sbin/service lsws start
sync; echo 3 > /proc/sys/vm/drop_caches
that will do a hard reset and prob fix your problem

----

could this be an LSAPI issue? You said you had it running stable when you had less sites.

Last edited by yuho; 07-22-2009 at 10:47 AM..
Reply With Quote