<div dir="ltr">Hy!<div><br></div><div>in /etc/php5/fpm/pool.d/www.conf:</div><div><br></div><div>check this:</div><div><br></div><div>request_slowlog_timeout = 0s</div><div>request_terminate_timeout = 0<br></div><div><br></div>
<div>Hope help you</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/10 molj <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello!<br>
<br>
I've setup a web server running on debian with Nginx, PHP5 (PHP-FPM), And<br>
Fcgiwrap<br>
<br>
My webpage is running ok but a friend recently noticed me that while trying<br>
to access my page it gives him the Error 504(others can see my page with no<br>
problem), gateway timeout. I've searched for a solution and I've done this<br>
so far (still gives him the same error):<br>
<br>
in /etc/nginx/sites-enabled/900-ponnod.com.vhost<br>
<br>
<br>
location @php {<br>
            try_files $uri =404;<br>
            include /etc/nginx/fastcgi_params;<br>
            fastcgi_pass <a href="http://127.0.0.1:9012" target="_blank">127.0.0.1:9012</a>;<br>
            fastcgi_index index.php;<br>
            fastcgi_param SCRIPT_FILENAME<br>
$document_root$fastcgi_script_name;<br>
            #fastcgi_param PATH_INFO $fastcgi_script_name;<br>
            fastcgi_intercept_errors on;<br>
            fastcgi_read_timeout 300s;<br>
            fastcgi_send_timeout 300s;<br>
        }<br>
<br>
in /etc/php5/fpm/php.ini<br>
<br>
max_execution_time = 300<br>
max_input_time = 300<br>
<br>
<br>
<br>
Can't find anything useful in my /var/log/nginx/acess or log or in<br>
php5-fpm.log  i also turned the debug in the php-fpm.conf and this is what<br>
it puts out:<br>
[10-jun-2013 11:35:33.974656] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool web3] currently<br>
0 active children, 2 spare children, 2 $<br>
[10-jun-2013 11:35:33.974765] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool apps] currently<br>
0 active children, 2 spare children, 2 $<br>
[10-jun-2013 11:35:33.974786] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool ispconfig]<br>
currently 0 active children, 3 spare childre$<br>
[10-jun-2013 11:35:33.974802] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0<br>
active children, 2 spare children, 2 r$<br>
[10-jun-2013 11:35:34.975851] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool web3] currently<br>
0 active children, 2 spare children, 2 $<br>
[10-jun-2013 11:35:34.975963] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool apps] currently<br>
0 active children, 2 spare children, 2 $<br>
[10-jun-2013 11:35:34.975984] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool ispconfig]<br>
currently 0 active children, 3 spare childre$<br>
[10-jun-2013 11:35:34.975998] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0<br>
active children, 2 spare children, 2 r$<br>
[10-jun-2013 11:35:35.977049] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool web3] currently<br>
0 active children, 2 spare children, 2 $<br>
[10-jun-2013 11:35:35.977162] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool apps] currently<br>
0 active children, 2 spare children, 2 $<br>
[10-jun-2013 11:35:35.977183] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool ispconfig]<br>
currently 0 active children, 3 spare childre$<br>
[10-jun-2013 11:35:35.977227] DEBUG: pid 29522,<br>
fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0<br>
active children, 2 spare children, 2 r$<br>
<br>
Nothing useful as far as i can see.<br>
<br>
<br>
Any help or direction would be appriciated, thanks!<br>
<br>
Matej<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,239986,239986#msg-239986" target="_blank">http://forum.nginx.org/read.php?2,239986,239986#msg-239986</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>