Post Reply  Post Thread 
Pages (11): « First < Previous 2 3 [4] 5 6 Next > Last »
isp-control.net is laggy,
Author Message
macbishop Offline
Junior Member
*

macbishop
Junior Member
*


Posts: 50
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 5
Post: #31
RE: isp-control.net is laggy,
ephigenie Wrote:the server works almost ok
you have comment PHP_FCGI_CHILDREN in php5-fcgi-starter ?
--
querer es poder

This post was last modified: 07-05-2007 02:11 AM by macbishop.

07-05-2007 01:52 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****

BeNe
Moderator
*****


Posts: 2,941
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 41
Post: #32
RE: isp-control.net is laggy,
ephigenie Wrote: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

But Trac is still down ?! Rolleyes

[Image: ispcpsw.png]
Ein Betriebssystem ist immer nur so gut und sicher wie der Administrator der es verwaltet.
Wie gut der Administrator jedoch seine Fähigkeiten ausspielen kann, legt das Betriebssystem fest.
-> Linux rulZ!
07-05-2007 02:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
macbishop Offline
Junior Member
*

macbishop
Junior Member
*


Posts: 50
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 5
Post: #33
RE: isp-control.net is laggy,
BeNe Wrote:But Trac is still down ?! Rolleyes
Yeah, Ephi is going to configure Python with fastCGI to trac instead fcgid (your alternative) that will take a time to him but surely that will not be much Smile
while patience Wink
--
querer es poder

This post was last modified: 07-05-2007 02:48 AM by macbishop.

07-05-2007 02:37 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****

BeNe
Moderator
*****


Posts: 2,941
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 41
Post: #34
RE: isp-control.net is laggy,
No Problem!
I was just confused, ephigenie said that the server works almost ok,
but trac is down....

I can wait Smile

[Image: ispcpsw.png]
Ein Betriebssystem ist immer nur so gut und sicher wie der Administrator der es verwaltet.
Wie gut der Administrator jedoch seine Fähigkeiten ausspielen kann, legt das Betriebssystem fest.
-> Linux rulZ!
07-05-2007 02:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
macbishop Offline
Junior Member
*

macbishop
Junior Member
*


Posts: 50
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 5
Post: #35
RE: isp-control.net is laggy,
BeNe Wrote:I was just confused, ephigenie said that the server works almost ok,
Yeah, because this server have more of one problem.
The problem with fastCGI/php apparently is solved and this result that the forums runs now without error, this problem is common with ispcps installations that produce 500 errors and it must fixed surely for Raphael.
The second problem is fcgid/python actually supported for trac and ist'n still solved.
--
querer es poder
07-05-2007 03:09 AM
Find all posts by this user Quote this message in a reply
macbishop Offline
Junior Member
*

macbishop
Junior Member
*


Posts: 50
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 5
Post: #36
RE: isp-control.net is laggy,
ephigenie Wrote:Anyone of the fcgid gurus got an idea why its not killing idle php's ?
And just btw. documentation for fcgid - extra parameters is not existent Sad
^^mod_fastcgi was better documented Tongue

Code:
<IfModule mod_fcgid.c>
SocketPath /var/lib/apache2/fcgid/sock
IPCConnectTimeout 20
BusyTimeout       300
IPCCommTimeout          120
DefaultMinClassProcessCount 1
ProcessLifeTime   300
AddHandler php-fastcgi .php

<Location /php/php.fcgi>
         SetHandler fcgid-script
         Options +ExecCGI
</Location>


...

</IfModule>

This have a error
Code:
AddHandler php-fastcgi .php
instead
Code:
AddHandler fcgid-script .php
http://fastcgi.coremail.cn/configuration.htm#PHP Tongue

This post was last modified: 07-05-2007 04:58 AM by macbishop.

07-05-2007 04:47 AM
Find all posts by this user Quote this message in a reply
NetVista Offline
Newbie
****
Dev Team

NetVista
Newbie
****
Dev Team


Posts: 7
Group: Dev Team
Joined: Oct 2006
Status: Offline
Reputation: 1
Post: #37
RE: isp-control.net is laggy,
most recent error

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')
07-05-2007 06:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ephigenie Offline
Administrator
*******
Administrators

ephigenie
Administrator
*******
Administrators


Posts: 667
Group: Administrators
Joined: Oct 2006
Status: Offline
Reputation: 12
Post: #38
RE: isp-control.net is laggy,
should work now finally.

It took a moment longer because i tried to migrate to mysql - but failed :~
trac doesn't really seems to be ready for this.

and migrating from sqlite3 to mysql syntax is not that funny without working converter scripts Wink
07-05-2007 10:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ephigenie Offline
Administrator
*******
Administrators

ephigenie
Administrator
*******
Administrators


Posts: 667
Group: Administrators
Joined: Oct 2006
Status: Offline
Reputation: 12
Post: #39
RE: isp-control.net is laggy,
anyone errors ? or is it ok now ?

and : yeah i know late night - when the server is busy making backups etc a 500 may occur sometimes. Sad

But it should be more stable now in general - and the load is ok now most of the time, too. (I still have to run killall -9 php[4-5]-cgi */30 - but thats related to php afaik)

I'm just wondering how mod_fastcgi handles php - childs (and kills them ?)
07-05-2007 07:09 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Zothos Online
Administrator
*******
Administrators

Zothos
Administrator
*******
Administrators


Posts: 719
Group: Administrators
Joined: Feb 2007
Status: Online
Reputation: 10
Post: #40
RE: isp-control.net is laggy,
had a error just 2 seconds ago. When trying to get into the german forum.

Real programmers don't comment their code - it was hard to write, it should be hard to understand

OS : Gentoo 32bit Stage1
ispCP Version : RC4
Mods : Dovecot | Pure-ftpd

No Support via PM - Payed Support via request
07-05-2007 07:35 PM
Find all posts by this user Quote this message in a reply
Pages (11): « First < Previous 2 3 [4] 5 6 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this thread |

Forum Jump:

| All rights reserved : isp-control.net |