comparison xml/en/docs/faq/accept_failed.xml @ 196:aafe530e7d6f

- Added faq/ and more q&a as previously agreed
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 15:32:04 +0000
parents
children ec4626d04879
comparison
equal deleted inserted replaced
195:e83a59eee5cf 196:aafe530e7d6f
1 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
2
3 <article name="What does the following error mean:
4 accept() failed (53: Software caused connection abort)
5 while accepting new connection on 0.0.0.0:80 ?"
6 link="/en/docs/faq/accept_failed.html"
7 lang="en">
8
9 <section>
10
11 <para>
12 <initial>Q:</initial>
13 What does the following error mean: "accept() failed (53:
14 Software caused connection abort) while accepting new
15 connection on 0.0.0.0:80"?
16 </para>
17
18 <para>
19 &nbsp;
20 </para>
21
22 <para>
23 <initial>A:</initial>
24 Such errors stem from the connections that the clients managed
25 to close before nginx was able to process them. For instance, this can
26 happen in a situation when the user didn't wait for a page
27 heavily populated with graphics to load fully, and clicked on
28 a different link. In this case user's browser would close all of
29 the prior connections which aren't longer necessary. It is a non-critical
30 error.
31 </para>
32
33 </section>
34
35 </article>