ispCP - Board - Support
admins ispcp is down - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Small Talk (/forum-20.html)
+--- Thread: admins ispcp is down (/thread-3779.html)



admins ispcp is down - nuno - 07-17-2008 10:30 AM

Hello all project-admin

http://www.isp-control.net/ispcp/

is down just to inform you

Nuno


RE: admins ispcp is down - Cube - 07-17-2008 10:35 AM

It's not for the first time. Rolleyes


RE: admins ispcp is down - blocker - 08-15-2008 06:33 PM

any clue what happen yesterday when http://www.isp-control.net is displaying "internal server error" the only working is ispcp folder ?


RE: admins ispcp is down - ephigenie - 08-20-2008 05:29 PM

Hi,
its because either the lighttpd or apache eats up too much memory.
Since the svn is proxied through lighttpd to a apache2 with mod_dav_svn on it - there comes a problem into view :
lighttpd buffers every proxy request completely until it gets delivered so in order to fetch i.e. the whole svn (yeah i need to add a rule to forbid that) lightty gets really big (600M)
So there's sometimes a point when php-cgi cannot get enough free ram to continue with its operation. (physical ram - swap is too slow).
And since this machine has only 1gb atm its going down a bit (apache uses ram itself, too don't forget)

To get finally rid of that - i'll be getting a bigger server soon.