mundodigital
23/08/2013, 16:32

No me queda claro ese script al que te refieres ¿ donde debo de ponerlo ? ¿ que es lo que hace ? .
Perdona mi ignorancia.
Un saludo! :confused:
<IfModule mod_fcgid.c>
FcgidIOTimeout 7200
IfModule>
# SocketPath /tmp/fcgid_sock/
# IdleTimeout n (3600 seconds)
# An idle fastcgi application will be terminated after IdleTimeout seconds.
IdleTimeout 3600
# ProcessLifeTime n (7200 seconds)
# A fastcgi application will be terminated if lifetime expired, even no error is detected.
ProcessLifeTime 7200
# MaxProcessCount n (1000)
# The max count of total fastcgi process count.
# MaxProcessCount 1000
# DefaultMinClassProcessCount n (3)
# The minimum number of fastcgi application instances for any one fastcgi application.
# Idle fastcgi will not be killed if their count is less than n
# Set this to 0, and tweak IdleTimeout
DefaultMinClassProcessCount 0
# DefaultMaxClassProcessCount n (100)
# The maximum number of fastcgi application instances allowed to run for
# particular one fastcgi application.
DefaultMaxClassProcessCount 100
# IPCConnectTimeout n (3 seconds)
# The connect timeout to a fastcgi application.
IPCConnectTimeout 8
# IPCCommTimeout n (20 seconds)
# The communication timeout to a fastcgi application. Please increase this
# value if your CGI have a slow initialization or slow respond.
IPCCommTimeout 360
# BusyTimeout n (300 seconds)
# A fastcgi application will be terminated if handing a single request
# longer than busy timeout.
BusyTimeout 300
<IfModule mod_fcgid.c>
FcgidIOTimeout 7200
IfModule>
[Fri Aug 23 13:17:49 2013] [warn] [client 37.59.61.203] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Fri Aug 23 13:17:49 2013] [error] [client 37.59.61.203] Premature end of script headers: cron.php
.......
FcgidBusyTimeout 7200
--2013-08-23 15:33:04-- (intento: 7) http://dominio.com/cron.php
Connecting to dominio.com|==.==.==.==|0... conectado.
Petición HTTP enviada, esperando respuesta... Error de lectura (Expiró el tiempo de conexión) en las cabeceras.
Reintentando.
--2013-08-23 15:48:11-- (intento: 8) http://dominio.com/cron.php
Connecting to dominio.com|==.==.==.==|0... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: no especificado [text/html]
Saving to: `/dev/null'
[ <=> ] 63 --.-K/s in 0s
2013-08-23 16:02:47 (1,29 MB/s) - `/dev/null' saved [63]
gd-jpeg: JPEG library reports unrecoverable error: Empty input file
IPCCommTimeout 360 IPCConnectTimeout 360
[Fri Aug 23 13:17:49 2013] [warn] [client **.**.**.**] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Fri Aug 23 13:17:49 2013] [error] [client **.**.**.**] Premature end of script headers: cron.php
[warn] mod_fcgid: process 12535 graceful kill fail, sending SIGKILL
[warn] [client **.**.**.**] mod_fcgid: read data timeout in 360 seconds
[error] [client **.**.**.**] Premature end of script headers: cron.php
[warn] [client **.**.**.**] mod_fcgid: read data timeout in 360 seconds
[error] [client **.**.**.**] Premature end of script headers: cron.php
<IfModule mod_fcgid.c>
FcgidIOTimeout 7200
IfModule>
max_input_time = 180
max_execution_time = 120
memory_limit = 128M
upload_max_filesize = 32M
post_max_size = 32M
wget -O /dev/null http://dominio.com/cron.php