| From | Sent On | Attachments |
|---|---|---|
| John Mccarthy | Apr 20, 2009 9:33 pm | |
| AMP Admin | Apr 20, 2009 10:05 pm | |
| John Mccarthy | Apr 20, 2009 10:38 pm | |
| John Mccarthy | Apr 20, 2009 11:07 pm | |
| Igor Sysoev | Apr 21, 2009 12:12 am | |
| AMP Admin | Apr 21, 2009 10:30 am | |
| Igor Sysoev | Apr 21, 2009 1:34 pm | |
| AMP Admin | Apr 21, 2009 1:59 pm | |
| Igor Sysoev | Apr 22, 2009 4:50 am | |
| AMP Admin | Apr 22, 2009 6:52 am | |
| Igor Sysoev | Apr 22, 2009 6:56 am | |
| AMP Admin | Apr 22, 2009 7:38 am | |
| Igor Sysoev | Apr 22, 2009 7:45 am | |
| AMP Admin | Apr 22, 2009 8:47 am | |
| Igor Sysoev | Apr 22, 2009 9:25 am | |
| AMP Admin | Apr 22, 2009 9:16 pm | |
| Jim Ohlstein | Apr 22, 2009 9:44 pm | |
| AMP Admin | Apr 23, 2009 5:53 am | |
| Nuno Magalhães | Apr 23, 2009 6:01 am | |
| AMP Admin | Apr 24, 2009 6:44 am | |
| Igor Sysoev | Apr 24, 2009 8:50 am | |
| AMP Admin | Apr 24, 2009 9:21 am |
| Subject: | RE: Logs Assistance | |
|---|---|---|
| From: | AMP Admin (adm...@ampprod.com) | |
| Date: | Apr 22, 2009 8:47:27 am | |
| List: | ru.sysoev.nginx | |
Thanks for all of your replies!
One more question... how do I check the response sizes?
-----Original Message----- From: owne...@sysoev.ru [mailto:owne...@sysoev.ru] On Behalf Of Igor Sysoev Sent: Wednesday, April 22, 2009 9:46 AM To: ngi...@sysoev.ru Subject: Re: Logs Assistance
On Wed, Apr 22, 2009 at 09:39:22AM -0500, AMP Admin wrote:
Maybe a stupid question but how do I figure out what size they should be set at?
I saw this on the following on the web. Do you think it will work for me?
location ~ \.php$ { fastcgi_buffer_size 32k; fastcgi_buffers 4 32k; ... }
These setting means that FastCGI responses more than 32k + 4 * 32k = 160k will buffer to temp files. See sizes of your repsonses and increase number of buffers accordingly, say,
fastcgi_buffers 6 32k; fastcgi_buffers 8 32k; etc.
-----Original Message----- From: owne...@sysoev.ru [mailto:owne...@sysoev.ru] On Behalf Of Igor Sysoev Sent: Wednesday, April 22, 2009 8:57 AM To: ngi...@sysoev.ru Subject: Re: Logs Assistance
On Wed, Apr 22, 2009 at 08:53:18AM -0500, AMP Admin wrote:
I thought the proxy settings where for transferring requests to other servers. This is the only server so we don't use the proxy module.
Sorry, I did not notice the line "fastcgi://127.0.0.1:9000". Then you need to tune fastcgi_buffer_size and fastcgi_buffers. These directives are similar to the proxy_ ones.
-----Original Message----- From: owne...@sysoev.ru [mailto:owne...@sysoev.ru] On Behalf Of Igor Sysoev Sent: Wednesday, April 22, 2009 6:51 AM To: ngi...@sysoev.ru Subject: Re: Logs Assistance
On Tue, Apr 21, 2009 at 04:00:06PM -0500, AMP Admin wrote:
Is that for multiple servers? Nginx is the only webserver on this box... it's nginx, xcach, php-fmp, php, and mysql.
I do not understand the question about multiple servers.
Of
Igor
Sysoev Sent: Tuesday, April 21, 2009 3:35 PM To: ngi...@sysoev.ru Subject: Re: Logs Assistance
On Tue, Apr 21, 2009 at 12:30:57PM -0500, AMP Admin wrote:
I see a lot of the following in our log. Anyone know what might be causing this?
[info] 15399#0: *15062 client *.*.*.* closed keepalive connection
(104:
Connection reset by peer)
MSIE has closed a keepalive connection (this is normal).
[info] 15401#0: *15199 client *.*.*.* closed keepalive connection
A browser has closed a keepalive connection (this is normal).
[warn] 15399#0: *14910 an upstream response is buffered to a
temporary
file /tmp/fastcgi/7/07/0000000077 while reading upstream, client: *.*.*.*, request: "GET /page.php?e=29306 HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", referrer: "http://forum.forum.com/page2.php?g=5"
Probably you need to increase
http://wiki.nginx.org/NginxHttpProxyModule#proxy_buffer_size and http://wiki.nginx.org/NginxHttpProxyModule#proxy_buffers
-- Igor Sysoev http://sysoev.ru/en/
-- Igor Sysoev http://sysoev.ru/en/
-- Igor Sysoev http://sysoev.ru/en/
-- Igor Sysoev http://sysoev.ru/en/





