Current time: 11-16-2024, 11:20 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mod_fcgid: read data timeout in 40 seconds
Author Message
lisiren Offline
Junior Member
*

Posts: 20
Joined: Dec 2010
Reputation: 0
Post: #5
RE: mod_fcgid: read data timeout in 40 seconds
Вариант обновления дистра к сожалению невозможен пока.

/var/log/apache2/default-error.log

Code:
[Mon Jul 25 10:16:09 2011] [error] [client 65.52.110.87] Premature end of script headers: posting.php
[Mon Jul 25 10:16:17 2011] [notice] mod_fcgid: process 521 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:17:12 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:17:12 2011] [error] [client 66.249.66.4] Premature end of script headers: viewtopic.php
[Mon Jul 25 10:17:14 2011] [notice] mod_fcgid: process 527 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:17:35 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:17:35 2011] [error] [client 193.164.133.50] Premature end of script headers: index.php
[Mon Jul 25 10:17:37 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:17:37 2011] [error] [client 83.102.176.141] Premature end of script headers: index.php
[Mon Jul 25 10:17:37 2011] [notice] mod_fcgid: process 820 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:17:37 2011] [notice] mod_fcgid: process 817 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:17:40 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:17:40 2011] [error] [client 65.52.110.87] Premature end of script headers: posting.php
[Mon Jul 25 10:17:48 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:17:48 2011] [error] [client 207.46.195.226] Premature end of script headers: index.php
[Mon Jul 25 10:17:49 2011] [notice] mod_fcgid: process 851 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:17:49 2011] [notice] mod_fcgid: process 708 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:18:11 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:18:11 2011] [error] [client 207.46.199.51] Premature end of script headers: index.php
[Mon Jul 25 10:18:13 2011] [notice] mod_fcgid: process 857 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:18:17 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:18:17 2011] [error] [client 83.102.176.141] Premature end of script headers: index.php
[Mon Jul 25 10:18:25 2011] [notice] mod_fcgid: process 861 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:19:28 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:19:28 2011] [error] [client 77.88.27.27] Premature end of script headers: search.php
[Mon Jul 25 10:19:32 2011] [warn] mod_fcgid: read data timeout in 40 seconds
[Mon Jul 25 10:19:32 2011] [error] [client 207.46.199.55] Premature end of script headers: index.php
[Mon Jul 25 10:19:34 2011] [notice] mod_fcgid: process 981 going graceful shutdown, sending SIGTERM
[Mon Jul 25 10:19:34 2011] [notice] mod_fcgid: process 962 going graceful shutdown, sending SIGTERM

/etc/apache2/mods-available/fcgid_ispcp.conf

Code:
<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php .php5
  SocketPath /var/lib/apache2/fcgid/sock
  IdleTimeout 600
  IdleScanInterval 240
  BusyTimeout 300
  BusyScanInterval 120
  ErrorScanInterval 6
  ZombieScanInterval 3
  ProcessLifeTime 3600
  SpawnScoreUpLimit 10
  SpawnScore 1
  TerminationScore 2
  MaxProcessCount 200
  DefaultMaxClassProcessCount 10
  DefaultMinClassProcessCount 1
  IPCCommTimeout 900
  MaxRequestsPerProcess 500
#MaxRequestLen 140000000
MaxRequestLen 1073741824
TimeOut 360
</IfModule>

/etc/apache2/mods-available/fcgid.conf

Code:
<IfModule mod_fcgid.c>
  AddHandler    fcgid-script .fcgi
  IPCConnectTimeout 900
MaxRequestLen 1073741824
</IfModule>
(This post was last modified: 07-25-2011 04:30 PM by lisiren.)
07-25-2011 04:25 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: mod_fcgid: read data timeout in 40 seconds - lisiren - 07-25-2011 04:25 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)