connection reset errors
Igor Sysoev
is at rambler-co.ru
Sat Oct 13 13:16:23 MSD 2007
On Sat, Oct 13, 2007 at 05:03:22AM -0400, Adam Michaels wrote:
> The request is showing in the access log but not in the error log when set
> to info.
So there were no errors on system level (Connection reset by peer).
The debug log may help to resolve the problem:
./configure --with-debug ...
nginx.conf:
error_log /path/to/log debug;
> ----- Original Message -----
> From: "Igor Sysoev" <is at rambler-co.ru>
> To: <nginx at sysoev.ru>
> Sent: Saturday, October 13, 2007 2:58 AM
> Subject: Re: connection reset errors
>
>
> >On Fri, Oct 12, 2007 at 02:07:07PM -0400, Adam Michaels wrote:
> >
> >>I'm using nginx to proxy for both ruby on rails and php applications.
> >>Some of my users are reporting intermittant connection reset errors in
> >>their browsers. The behavior they describe consists of the browser fully
> >>loading the web page then immediately forwarding them to a connection
> >>reset page. I have seen it first hand a couple of times but have not been
> >>able to consistently reproduce it. I checked the access log for the
> >>request and it never gets logged by nginx. Has anyone else seen this kind
> >>of behavior?
> >>
> >>My guess is its some kind of bug with 302 handling.
> >
> >Could you set nginx error_log to info level:
> >
> >error_log /path/to/log info;
> >
> >reproduce the bug and show the error_log ?
> >
> >
> >--
> >Igor Sysoev
> >http://sysoev.ru/en/
> >
> >
> >
>
>
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list