Current time: 05-18-2024, 01:15 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] fastcg time out error for client with big file
Author Message
robmorin Offline
Junior Member
*

Posts: 208
Joined: Apr 2007
Reputation: 0
Post: #1
[SOLVED] fastcg time out error for client with big file
Hello i am getting the below error for a client that is upgrading his phpbb v2 to v3, i upped some options in his php5.ini file with the below

set_time_limit = 0;
memory_limit = 512M;
upload_max_filesize = 128M;
post_max_size = 256M;
max_input_time = -1;
max_execution_time = -1;
expect.timeout = -1;
default_socket_timeout = -1

But i get the below error, and yes i did restart apache Smile

[Thu Jul 03 11:30:18 2008] [error] [client xxx.xxx.xxx.174] FastCGI: comm with (dynamic) server "/var/www/fcgi/domain.com/php5-fcgi-starter" aborted: (first read) idle timeout (30 sec), referer: http://domain.com/forums_new/install_x/i...anguage=en

Any ideas?

Thanks...
(This post was last modified: 07-05-2008 10:28 AM by robmorin.)
07-04-2008 01:52 AM
Find all posts by this user Quote this message in a reply
motokochan Offline
Member
***

Posts: 274
Joined: Jul 2008
Reputation: 1
Post: #2
RE: fastcg time out error for client with big file
Do normal PHP pages (without any external needs) work okay? Are there any connectivity issues with the database?
07-04-2008 04:32 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #3
RE: fastcg time out error for client with big file
The options you are setting are all php related but the error you get is fastcgi related. You can increase the fastcgi idle timeout value in /etc/apache2/mods-enabled/fastcgi_ispcp.conf, adding the "-idle-timeout xxx" parameter to the FastCgiConfig directive (where xxx is the new timeout in seconds).
07-04-2008 07:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
robmorin Offline
Junior Member
*

Posts: 208
Joined: Apr 2007
Reputation: 0
Post: #4
[Solved} RE: fastcg time out error for client with big file
Worked like a charm , i upped time out to 60 secs...

Thanks!

Have a super weekend...

kilburn Wrote:The options you are setting are all php related but the error you get is fastcgi related. You can increase the fastcgi idle timeout value in /etc/apache2/mods-enabled/fastcgi_ispcp.conf, adding the "-idle-timeout xxx" parameter to the FastCgiConfig directive (where xxx is the new timeout in seconds).
(This post was last modified: 07-05-2008 10:27 AM by robmorin.)
07-05-2008 10:25 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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