view xml/en/docs/faq/accept_failed.xml @ 348:5a848934a12d

English translation of ngx_http_geoip_module, ngx_http_map_module, ngx_http_realip_module, ngx_http_secure_link_module, ngx_http_split_clients_module, and ngx_http_sub_module.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Jan 2012 16:50:35 +0000
parents e58be01b1f4a
children be54c443235a
line wrap: on
line source

<!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">

<article name="What does the following error mean in the log file:
               &ldquo;accept() failed (53: Software caused connection abort)
               while accepting new connection on 0.0.0.0:80&rdquo;?"
         link="/en/docs/faq/accept_failed.html"
         lang="en">

<section>

<para>
<initial>Q:</initial>
What does the following error mean in the log file: "accept() failed (53:
Software caused connection abort) while accepting new
connection on 0.0.0.0:80"?
</para>

<para>
&nbsp;
</para>

<para>
<initial>A:</initial>
Such errors stem from the connections that the clients managed
to close before nginx was able to process them. For instance, this can
happen in a situation when the user didn't wait for a page
heavily populated with images to load fully, and clicked on a
different link. In this case user's browser would close all of
the prior connections which aren't longer necessary.
It is a non-critical error.
</para>

</section>

</article>