view xml/en/docs/welcome_nginx_facebook.xml @ 1029:ad2fc80ac32e

FAQ page updated with the latest stats. Requested by andrew@.
author Andrei Belov <defan@nginx.com>
date Fri, 13 Dec 2013 17:19:02 +0400
parents c0e05d052196
children 8bbfe30a36c1
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

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

<article name="I am trying to open Facebook,
               Yahoo!, Yandex, Tumblr, Google etc., and
               instead I am getting &ldquo;Welcome to nginx!&rdquo; page"
         link="/en/docs/welcome_nginx_facebook.html"
         lang="en"
         rev="1">


<section>

<para>
<initial>Q:</initial>
I am trying to open Facebook, Yahoo!, Yandex, Google, or some
other well known web site and instead I am getting a blank web page
with a message referring to nginx: &ldquo;Welcome to nginx!&rdquo; or
&ldquo;404 Not Found / nginx&rdquo;.
</para>

<para>
I suspect something is wrong and there is probably a malicious attempt
to direct me to a rogue web page (to break into my computer, do
phishing etc.). Why is that, and what has nginx to do with my attempts
to connect to Facebook (Yahoo!, Google, etc.) ?
</para>

<para>
&nbsp;
</para>

<para>
<initial>A:</initial>
First of all, the &ldquo;Welcome to nginx!&rdquo; page you see is
NOT our website. At nginx, we write and distribute a <b>free</b>
<link url="http://en.wikipedia.org/wiki/Open-source_software">
open source</link> web server software. A web page saying
&ldquo;Welcome to nginx!&rdquo; is just a diagnostics response that
can be produced by any of the websites out there, running nginx
web server. Currently, nginx is the 2nd most popular open source
web server in the world, it’s being used by over 126,000,000 (or
14% of the Internet) websites. Most of these websites are
legitimate, but some aren’t. Our software was created with a good
reason of enabling performance and scalability on the Internet,
it is licensed under <link url="http://nginx.org/LICENSE">
popular open source license</link>, and has nothing to do with any
kind of threatening or malicious activity per se &#8212;
nginx is NOT a malware, and it is NOT on your computer. But someone’s
malware could have indeed tampered with your computer or router,
redirecting you to a fraudulent Internet server.
</para>

<para>
We recommend running an anti-virus check on your computer, and
we recommend to check and verify your entire system setup with the
help of your ISP, or another support personnel:
</para>

<para>
(Disclaimer: at nginx we are not responsible for any negative
impact or effects that the actions below might cause. Use the
following recommendations at your own risk, especially if
you aren’t an experienced user of your operating system and/or
Internet applications. In no event shall nginx be liable for
any direct, indirect, incidental, special, exemplary, or
consequential damages, including, but not limited to loss of
use, data, or profits; or business interruption).
</para>

<para>
<list type="bullet" compact="no">
<listitem>
Check your TCP/IP settings and see if the DNS servers
configuration matches the valid one (suggested by your Internet
service provider or IT support personnel).
</listitem>

<listitem>
Use <link url="http://code.google.com/speed/public-dns/">Google
Public DNS</link>, and see if it fixes the problem. From Google’s
description of its Public DNS &#8212; "Google Public DNS is a free,
global Domain Name System (DNS) resolution service,
that you can use as an alternative to your current DNS
provider. [..] By using Google Public DNS you can: Speed up your
browsing experience. <b>Improve your security</b>."
</listitem>

<listitem>
Clear your DNS resolver cache. On Microsoft Windows XP go to
Start > Run, and then type the following command:
"ipconfig /flushdns". On Microsoft Vista, Windows 7, and
Windows 8 click on Start logo, follow All Programs > Accessories,
right-click on Command Prompt, choose "Run As Administrator",
type in "ipconfig /flushdns" and hit Enter.
</listitem>

<listitem>
Click the "page reload" button in your browser. Clear browser
data (cache, cookies etc.). E.g. with Chrome find and click
"Clear Browsing Data" (Settings > Under the Hood). With Internet
Explorer find Tools > Internet Options > General.
<b>Caution:</b> you may be deleting saved passwords information
here, so do it carefully and check what exact actions you are
performing.
</listitem>

<listitem>
Check if the "hosts" file doesn’t contain entries other
than "127.0.0.1 localhost", and if so &#8212; if these entries are for
the web site you’re trying to reach. The "hosts" files is located in
C:\WINDOWS\system32\drivers\etc directory. Typically there should
be just one entry in it, for "127.0.0.1 localhost", that’s it. The
"hosts" file can be viewed and edited with your standard
Notepad application.
</listitem>

<listitem>
Check the plugins and extensions installed with your browser.
Re-install your browser or try an alternative one if possible.
</listitem>
</list>
</para>

<para>
Something must be wrong with your <b>operating
system</b> settings, <b>home router</b> setup, or <b>browser</b>
configuration, if you are trying to access a well known web site
and what you get instead is &ldquo;Welcome to nginx!&rdquo;.
This should NOT happen if your computers and network are
clean and safe.
</para>

<para>
If changing DNS servers to Google Public DNS, flushing DNS resolver
cache, fixing your browser configuration, or cleaning "hosts" file
(when applicable) have helped, it might be that there’s a malware
somewhere on your PC or around. Find and clean it using
your preferred anti-virus and anti-malware tools.
</para>

<para>
Additional articles that might be helpful:
</para>

<para>
DCWG.org:
</para>
<para>
<link url="http://www.dcwg.org/detect/">
How can you detect if your computer has been violated and infected
with DNS Changer?</link>
</para>

<para>
<link url="http://www.dcwg.org/fix/">
How to clean up or fix malicious software (&ldquo;malware&rdquo;)
associated with DNS Changer</link>
</para>

<para>
Microsoft:
</para>
<para>
<link url="http://www.microsoft.com/security/pc-security/malware-removal.aspx">
Malicious Software Removal Tool</link>
</para>

<para>
<link url="http://support.microsoft.com/kb/972034">
How can I reset the Hosts file back to the default?</link>
</para>

<para>
<link url="http://support.microsoft.com/kb/299357">
How to reset Internet Protocol (TCP/IP)</link>
</para>

<para>
Firefox Help:
</para>
<para>
<link url="http://support.mozilla.org/en-US/kb/disable-or-remove-add-ons">
Disable or remove Add-ons</link>
</para>

<para>
Tech-Recipes:
</para>
<para>
<link url="http://www.tech-recipes.com/rx/1600/vista_dns_cache_flush/">
DNS Cache Flush, Clear, or Reset in Vista,
Windows 7, and Windows 8</link>
</para>

</section>

</article>