ispCP - Board - Support
HiGH CPU Load - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: HiGH CPU Load (/thread-6453.html)

Pages: 1 2


RE: HiGH CPU Load - Lucan - 04-21-2009 12:37 AM

Quote:fastcgi_module (shared)
fcgid_module (shared)
Und da ist wohl auch shcon der übeltäter, fcgid und fastcgi gleichzeitig aktiviert.

also entweder
a2dismod fastcgi
oder
a2dismod fcgid

danach nen
/etc/init.d/apache2 restart

Und die CPU Last sollte deutlich sinken.


Ebenfalls ist der worker soweit ich weiss weniger CPU lastig wie der prefork.

also ggf. nen aptitude install apache2-mpm-worker.