Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nginx
GitHub Repository: nginx/nginx.org
Path: blob/main/xml/en/docs/welcome_nginx_facebook.xml
1 views
1
<!--
2
Copyright (C) Igor Sysoev
3
Copyright (C) Nginx, Inc.
4
-->
5
6
<!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7
8
<article name="I am trying to open Facebook,
9
Yahoo!, Yandex, Tumblr, Google etc., and
10
instead I am getting &ldquo;Welcome to nginx!&rdquo; page"
11
link="/en/docs/welcome_nginx_facebook.html"
12
lang="en"
13
rev="3">
14
15
16
<section>
17
18
<para>
19
<initial>Q:</initial>
20
I am trying to open Facebook, Yahoo!, Yandex, Google, or some
21
other well known web site and instead I am getting a blank web page
22
with a message referring to nginx: &ldquo;Welcome to nginx!&rdquo; or
23
&ldquo;404 Not Found / nginx&rdquo;.
24
</para>
25
26
<para>
27
I suspect something is wrong and there is probably a malicious attempt
28
to direct me to a rogue web page (to break into my computer, do
29
phishing etc.). Why is that, and what has nginx to do with my attempts
30
to connect to Facebook (Yahoo!, Google, etc.) ?
31
</para>
32
33
<para>
34
&nbsp;
35
</para>
36
37
<para>
38
<initial>A:</initial>
39
First of all, the &ldquo;Welcome to nginx!&rdquo; page you see is
40
NOT our website. At nginx, we write and distribute a <b>free</b>
41
<link url="http://en.wikipedia.org/wiki/Open-source_software">
42
open source</link> web server software. A web page saying
43
&ldquo;Welcome to nginx!&rdquo; is just a diagnostics response that
44
can be produced by any of the websites out there, running nginx
45
web server. Currently, nginx is the 2nd most popular open source
46
web server in the world, it’s being used by over 126,000,000 (or
47
14% of the Internet) websites. Most of these websites are
48
legitimate, but some aren’t. Our software was created with a good
49
reason of enabling performance and scalability on the Internet,
50
it is licensed under <link url="http://nginx.org/LICENSE">
51
popular open source license</link>, and has nothing to do with any
52
kind of threatening or malicious activity per se &#8212;
53
nginx is NOT a malware, and it is NOT on your computer. But someone’s
54
malware could have indeed tampered with your computer or router,
55
redirecting you to a fraudulent Internet server.
56
</para>
57
58
<para>
59
We recommend running an anti-virus check on your computer, and
60
we recommend to check and verify your entire system setup with the
61
help of your ISP, or another support personnel:
62
</para>
63
64
<para>
65
(Disclaimer: at nginx we are not responsible for any negative
66
impact or effects that the actions below might cause. Use the
67
following recommendations at your own risk, especially if
68
you aren’t an experienced user of your operating system and/or
69
Internet applications. In no event shall nginx be liable for
70
any direct, indirect, incidental, special, exemplary, or
71
consequential damages, including, but not limited to loss of
72
use, data, or profits; or business interruption).
73
</para>
74
75
<para>
76
<list type="bullet" compact="no">
77
<listitem>
78
Check your TCP/IP settings and see if the DNS servers
79
configuration matches the valid one (suggested by your Internet
80
service provider or IT support personnel).
81
</listitem>
82
83
<listitem>
84
Use <link url="http://developers.google.com/speed/public-dns/">Google
85
Public DNS</link>, and see if it fixes the problem. From Google’s
86
description of its Public DNS &#8212; "Google Public DNS is a free,
87
global Domain Name System (DNS) resolution service,
88
that you can use as an alternative to your current DNS
89
provider. [..] By using Google Public DNS you can: Speed up your
90
browsing experience. <b>Improve your security</b>."
91
</listitem>
92
93
<listitem>
94
Clear your DNS resolver cache. On Microsoft Windows XP go to
95
Start > Run, and then type the following command:
96
"ipconfig /flushdns". On Microsoft Vista, Windows 7, and
97
Windows 8 click on Start logo, follow All Programs > Accessories,
98
right-click on Command Prompt, choose "Run As Administrator",
99
type in "ipconfig /flushdns" and hit Enter.
100
</listitem>
101
102
<listitem>
103
Click the "page reload" button in your browser. Clear browser
104
data (cache, cookies etc.). E.g. with Chrome find and click
105
"Clear Browsing Data" (Settings > Under the Hood). With Internet
106
Explorer find Tools > Internet Options > General.
107
<b>Caution:</b> you may be deleting saved passwords information
108
here, so do it carefully and check what exact actions you are
109
performing.
110
</listitem>
111
112
<listitem>
113
Check if the "hosts" file doesn’t contain entries other
114
than "127.0.0.1 localhost", and if so &#8212; if these entries are for
115
the web site you’re trying to reach. The "hosts" files is located in
116
C:\WINDOWS\system32\drivers\etc directory. Typically there should
117
be just one entry in it, for "127.0.0.1 localhost", that’s it. The
118
"hosts" file can be viewed and edited with your standard
119
Notepad application.
120
</listitem>
121
122
<listitem>
123
Check the plugins and extensions installed with your browser.
124
Re-install your browser or try an alternative one if possible.
125
</listitem>
126
</list>
127
</para>
128
129
<para>
130
Something must be wrong with your <b>operating
131
system</b> settings, <b>home router</b> setup, or <b>browser</b>
132
configuration, if you are trying to access a well known web site
133
and what you get instead is &ldquo;Welcome to nginx!&rdquo;.
134
This should NOT happen if your computers and network are
135
clean and safe.
136
</para>
137
138
<para>
139
If changing DNS servers to Google Public DNS, flushing DNS resolver
140
cache, fixing your browser configuration, or cleaning "hosts" file
141
(when applicable) have helped, it might be that there’s a malware
142
somewhere on your PC or around. Find and clean it using
143
your preferred anti-virus and anti-malware tools.
144
</para>
145
146
<para>
147
Additional articles that might be helpful:
148
</para>
149
150
<para>
151
DCWG.org:
152
</para>
153
<para>
154
<link url="http://www.dcwg.org/detect/">
155
How can you detect if your computer has been violated and infected
156
with DNS Changer?</link>
157
</para>
158
159
<para>
160
<link url="http://www.dcwg.org/fix/">
161
How to clean up or fix malicious software (&ldquo;malware&rdquo;)
162
associated with DNS Changer</link>
163
</para>
164
165
<para>
166
Microsoft:
167
</para>
168
<para>
169
<link url="http://www.microsoft.com/security/pc-security/malware-removal.aspx">
170
Malicious Software Removal Tool</link>
171
</para>
172
173
<para>
174
<link url="http://support.microsoft.com/kb/972034">
175
How can I reset the Hosts file back to the default?</link>
176
</para>
177
178
<para>
179
<link url="http://support.microsoft.com/kb/299357">
180
How to reset Internet Protocol (TCP/IP)</link>
181
</para>
182
183
<para>
184
Firefox Help:
185
</para>
186
<para>
187
<link url="http://support.mozilla.org/en-US/kb/disable-or-remove-add-ons">
188
Disable or remove Add-ons</link>
189
</para>
190
191
<para>
192
Tech-Recipes:
193
</para>
194
<para>
195
<link url="http://www.tech-recipes.com/rx/1600/vista_dns_cache_flush/">
196
DNS Cache Flush, Clear, or Reset in Vista,
197
Windows 7, and Windows 8</link>
198
</para>
199
200
</section>
201
202
</article>
203
204