Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nginx
GitHub Repository: nginx/nginx.org
Path: blob/main/xml/en/docs/faq/accept_failed.xml
1 views
1
<!--
2
Copyright (C) Nginx, Inc.
3
-->
4
5
<!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
6
7
<article name="What does the following error mean in the log file:
8
&ldquo;accept() failed (53: Software caused connection abort)
9
while accepting new connection on 0.0.0.0:80&rdquo;?"
10
link="/en/docs/faq/accept_failed.html"
11
lang="en"
12
rev="1">
13
14
<section>
15
16
<para>
17
<initial>Q:</initial>
18
What does the following error mean in the log file: "accept() failed (53:
19
Software caused connection abort) while accepting new
20
connection on 0.0.0.0:80"?
21
</para>
22
23
<para>
24
&nbsp;
25
</para>
26
27
<para>
28
<initial>A:</initial>
29
Such errors stem from the connections that the clients managed
30
to close before nginx was able to process them. For instance, this can
31
happen in a situation when the user didn’t wait for a page
32
heavily populated with images to load fully, and clicked on a
33
different link. In this case user’s browser would close all of
34
the prior connections which aren’t longer necessary.
35
It is a non-critical error.
36
</para>
37
38
</section>
39
40
</article>
41
42