Gateway timeout issues

hi guys,

i have a server status script, that should connect to the mysql
database, and install the db.

however when running the installer, i get a 504 gateway time-out. i have
several other websites working perfectly, so i am puzzled why this
doesn’t work.

i have increased max_execution_time in php, with no joy.

i am using freebsd 7.2 64 bit / nginx/0.8.20 /

…/bin/php -v
PHP 5.2.10 (cli) (built: Oct 9 2009 10:33:41)
Copyright © 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright © 1998-2009 Zend Technologies

in nginx.conf i have set:

 client_header_timeout  3m;
 client_body_timeout    3m;
 send_timeout           3m;

got any more ideas?

regards
rares

Hello!

On Sun, Oct 25, 2009 at 08:56:52AM +0100, Stefanita Rares Dumitrescu
wrote:

client_body_timeout    3m;
send_timeout           3m;

got any more ideas?

proxy_read_timeout / fastcgi_read_timeout

Maxim D.