Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
(70007)The timeout specified has expired: mod_fcgid: can't get data from http client
Old 05-18-2012, 11:06 AM (70007)The timeout specified has expired: mod_fcgid: can't get data from http client
Skilled Talker

Posts: 69
Trades: 0
Hi,

I'm trying to attach a file to an email form, the problem I'm having is, if the attached file is of a certain size I get the following error in the log file.
-------------
(70007)The timeout specified has expired: mod_fcgid: can't get data from http client, referer
-------------

Am I right to think the error is to do with email script timing out before the attachment has been sent.

This the my config file.
Code:
# This is the Apache server configuration file for providing FastCGI support
# via mod_fcgid
#
# Documentation is available at http://fastcgi.coremail.cn/doc.htm

LoadModule fcgid_module modules/mod_fcgid.so

<IfModule mod_fcgid.c>

<IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>

FcgidIPCDir /var/run/mod_fcgid/sock
FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm

FcgidIdleTimeout 40
FcgidProcessLifeTime 30
FcgidMaxProcesses 20
FcgidMaxProcessesPerClass 8
FcgidMinProcessesPerClass 0
FcgidConnectTimeout 30
FcgidIOTimeout 600
FcgidInitialEnv RAILS_ENV production
FcgidIdleScanInterval 10
FcgidMaxRequestLen 1073741824

</IfModule>
I've changed the FcgidIOTimeout from 45 to 600. Is there another setting I need to increase.

Cheers

Wayne.
HullBorn is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to (70007)The timeout specified has expired: mod_fcgid: can't get data from http client
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09452 seconds with 11 queries