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..
|