macbishop
Junior Member

Posts: 55
Joined: Feb 2007
Reputation: 7
|
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 |
|
BeNe
Moderator
    
Posts: 5,517
Joined: Jan 2007
Reputation: 63
|
RE: isp-control.net is laggy,
ispCP ω on FreeBSD!
~~~~~~~~~~~~~~~~~~~~~~~~~~
![[Image: cfcmx7]](http://tinyurl.com/cfcmx7)
Use *BSD and feel free!
|
|
| 07-05-2007 02:13 AM |
|
macbishop
Junior Member

Posts: 55
Joined: Feb 2007
Reputation: 7
|
RE: isp-control.net is laggy,
BeNe Wrote:But Trac is still down ?! 
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 
while patience 
--
querer es poder
(This post was last modified: 07-05-2007 02:48 AM by macbishop.)
|
|
| 07-05-2007 02:37 AM |
|
macbishop
Junior Member

Posts: 55
Joined: Feb 2007
Reputation: 7
|
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 |
|
macbishop
Junior Member

Posts: 55
Joined: Feb 2007
Reputation: 7
|
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
^^mod_fastcgi was better documented 
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
(This post was last modified: 07-05-2007 04:58 AM by macbishop.)
|
|
| 07-05-2007 04:47 AM |
|
NetVista
Newbie

Posts: 7
Joined: Oct 2006
Reputation: 1
|
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 |
|