Re: nginx debian 6 64bits

2013-07-12 Thread dumorim
tcp0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 2250/php-fpm.conf) excuse this post so it does not have editing Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240765,240796#msg-240796 ___ nginx mailing list n

Re: nginx debian 6 64bits

2013-07-12 Thread dumorim
TCP localhost:9000 (LISTEN) php5-fpm 7820www-data0u IPv4 66000t0 TCP localhost:9000 (LISTEN) php5-fpm 7821www-data0u IPv4

Re: nginx debian 6 64bits

2013-07-12 Thread dumorim
ps axu www-data 14168 0.0 0.0 232088 10192 ?S19:16 0:00 php-fpm: pool w www-data 14169 0.0 0.0 234432 10748 ?S19:16 0:00 php-fpm: pool w www-data 14171 0.0 0.0 231552 7856 ?S19:16 0:00 php-fpm: pool w www-data 14172 0.0 0.0 231528 7704 ?

Re: nginx debian 6 64bits

2013-07-12 Thread dumorim
netstat -napt 6915/nginx: worker tcp0 0 109.236.87.68:80201.90.8.68:41544 ESTABLISHED 6911/nginx: worker tcp0 0 109.236.87.68:80189

Re: nginx debian 6 64bits

2013-07-12 Thread Host DL
execute bellow commands to check that it is runnung properly or not: ps axu | grep php or netstat -napt | grep LIST | grep :9000 On Fri, Jul 12, 2013 at 9:21 PM, dumorim wrote: > /etc/php5/fpm/pool.d www.conf > > ; Start a new pool named 'www'. >

Re: nginx debian 6 64bits

2013-07-12 Thread dumorim
/etc/php5/fpm/pool.d www.conf ; Start a new pool named 'www'. ; the variable $pool can we used in any directive and will be replaced by the ; pool name ('www' here) [www] ; Per pool prefix ; It only applies on the following directives: ; - 'slowlog' ; - 'listen' (unixsocket) ; - 'chroot' ; - 'chd

Re: nginx debian 6 64bits

2013-07-12 Thread Host DL
Check your php-fpm It doesn't seem to be responsible On Fri, Jul 12, 2013 at 9:13 PM, dumorim wrote: > 2013/07/12 18:34:55 [error] 26317#0: *1457 connect() failed (110: > Connection > timed out) while connecting to upstream, client: 258.32.219.11,

Re: nginx debian 6 64bits

2013-07-12 Thread dumorim
2013/07/12 18:34:55 [error] 26317#0: *1457 connect() failed (110: Connection timed out) while connecting to upstream, client: 258.32.219.11, server: exemple.com, request: "GET /announce.php?passkey=03583fb17481254a98419d4c34&info_hash=%E9%8A%17%27%19R%26%BD6%9C%1D%BF%E7%F8%2F%FF%DB%BC%BB%60&peer_id

Re: nginx debian 6 64bits

2013-07-12 Thread Maxim Dounin
Hello! On Thu, Jul 11, 2013 at 03:02:20PM -0400, dumorim wrote: [...] > erro > 502 bad gateway I guess the question is "Why the error is returned?". Answers to such questions usually can be found in the error log, try looking into it. -- Maxim Dounin http://nginx.org/en/donation.html

nginx debian 6 64bits

2013-07-11 Thread dumorim
default.conf server { if ($host !~* ^www\.) { rewrite ^(.*)$ http://www.$host$1 permanent; } listen 80; server_name exemple.org; index index.html index.htm index.php; root /home/home; location / {