[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Whats Causing The Overload



To me it seems like chilliasp is causing httpd to use all the cputime it could get. httpd is using about 80% of your cputime and chilliasp is using about 230Mb (?) memory.

First start one of these:

tail -f /var/log/httpd/error
(and watch what happens when you do restart your apache)

Try to comment a line in /etc/httpd/conf/httpd.conf that looks something like this (this is from my raq550):

LoadModule casp2_module /home/chiliasp/module/linux2_optimized/apache_1.3.20/non-standard/Cobalt/mod_casp2.so
(just add a # in front of this)

and then run
/etc/init.d/httpd restart

If this is it, then perhaps one customer has a faulty asp-script, or chilliasp is malfunctioning.

Hans Kristian Eiken