ispCP - Board - Support
isp-control.net is laggy, - 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: isp-control.net is laggy, (/thread-906.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: isp-control.net is laggy, - macbishop - 07-04-2007 06:46 AM

ephigenie Wrote:Apaches Load jumps upon certain request to 99,7 % CPU and stays there for some minutes

It does not happen in my case.

I have had a window lagged with a request to ispcp panel and way of crashes and two simultaneus windows surfing at full speed with not php content of webs of the same host.

apache run fine for me and it's able to manage other requests at same time that fastCGI crashes
--
querer es poder


RE: isp-control.net is laggy, - raphael - 07-04-2007 07:50 AM

The problem is that we also have mod_python, mod_svn and trac running


RE: isp-control.net is laggy, - ephigenie - 07-04-2007 08:29 AM

its not mainly the fastcgi / fcgid crashing - its the apache eating all cpu and thus the server is busy and ran into timeouts - then he returns 500 / 503


RE: isp-control.net is laggy, - raphael - 07-04-2007 08:55 AM

btw, can you commit (or at least add to the ticket) the fcgid config you used?

about libapache2-mod-fcgid... well, I had a talk at #debian-mentors and they say it's very probable they won't accept it as a stable update. I still have to contact debian-release because they are who decide.

Meanwhile I'll upload a backport of the latest version to my repository (together with some other packages)


RE: isp-control.net is laggy, - macbishop - 07-04-2007 09:48 PM

hmmm read this.
http://bugs.php.net/bug.php?id=40286

tried in /var/www/fcgi/*/php5-fcgi-starter

Code:
#!/bin/sh

PHPRC="/var/www/fcgi/*/php5/"
export PHPRC
#PHP_FCGI_CHILDREN=2
#export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS

exec /usr/bin/php5-cgi
--
querer es poder


RE: isp-control.net is laggy, - ephigenie - 07-04-2007 10:57 PM

yeah i'll try this - was my thought, too - but this also means no shm areas for eA, xcache or similar...


RE: isp-control.net is laggy, - macbishop - 07-05-2007 01:17 AM

ephigenie Wrote:but this also means no shm areas for eA, xcache or similar...
Sorry i can't help Sad

The forum seems run without errors Big Grin
--
querer es poder


RE: isp-control.net is laggy, - BeNe - 07-05-2007 01:19 AM

Yeah, the Forum runs - but Trac seems to be down Sad

Code:
Oops...

Trac detected an internal error:

(22, 'Invalid argument')

Traceback (most recent call last):
  File "trac.fcgi", line 20, in ?
    fcgi_frontend.run()
  File "/usr/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 22, in run
    _fcgi.WSGIServer(dispatch_request).run()
  File "/usr/lib/python2.4/site-packages/trac/web/_fcgi.py", line 1077, in run
    clientSock, addr = sock.accept()
error: (22, 'Invalid argument')



RE: isp-control.net is laggy, - macbishop - 07-05-2007 01:22 AM

BeNe Wrote:Yeah, the Forum runs - but Trac seems to be down Sad
it seems that ephi is working in it Wink
--
querer es poder


RE: isp-control.net is laggy, - ephigenie - 07-05-2007 01:45 AM

yeah on the way trying to switch the trac to fastcgi.

but fcgid is not supported officially Sad
and i made a lot of modifications to the trac in general - so - sry for the downtime but now the server works almost ok Smile