annotate xml/en/docs/welcome_nginx_facebook.xml @ 17:1fc034261cf4

Refactoring r16: "initial" should be property of text but not of paragraph.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Aug 2011 04:47:48 +0000
parents eb3fcac8a407
children 9d544687d02c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
1 <!DOCTYPE digest SYSTEM "../../../dtd/article.dtd">
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
2
16
eb3fcac8a407 Style fix.
Igor Sysoev <igor@sysoev.ru>
parents: 15
diff changeset
3 <article title="I am trying to open Facebook and
eb3fcac8a407 Style fix.
Igor Sysoev <igor@sysoev.ru>
parents: 15
diff changeset
4 instead I am getting “Welcome to nginx!” page"
13
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
5 link="/en/docs/welcome_nginx_facebook.html"
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
6 lang="en">
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
7
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
8
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
9 <section>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
10
17
1fc034261cf4 Refactoring r16: "initial" should be property of text but not of paragraph.
Igor Sysoev <igor@sysoev.ru>
parents: 16
diff changeset
11 <para>
1fc034261cf4 Refactoring r16: "initial" should be property of text but not of paragraph.
Igor Sysoev <igor@sysoev.ru>
parents: 16
diff changeset
12 <initial>Q:</initial>
16
eb3fcac8a407 Style fix.
Igor Sysoev <igor@sysoev.ru>
parents: 15
diff changeset
13 I am trying to open Facebook, Yahoo!, Google, or some
13
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
14 other well known web site and instead I am getting a blank web page
16
eb3fcac8a407 Style fix.
Igor Sysoev <igor@sysoev.ru>
parents: 15
diff changeset
15 with a message referring to nginx: “Welcome to nginx!” or
13
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
16 “404 Not Found / nginx”.
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
17 </para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
18
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
19 <para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
20 I suspect something is wrong and there is probably a malicious attempt here
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
21 to direct me to a rogue web page (for hacking my computer, phishing etc.).
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
22 Why is that and what nginx has to do with my attempts to connect
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
23 to Facebook (Yahoo!, Google, etc.) ?
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
24 </para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
25
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
26 <para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
27 &nbsp;
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
28 </para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
29
17
1fc034261cf4 Refactoring r16: "initial" should be property of text but not of paragraph.
Igor Sysoev <igor@sysoev.ru>
parents: 16
diff changeset
30 <para>
1fc034261cf4 Refactoring r16: "initial" should be property of text but not of paragraph.
Igor Sysoev <igor@sysoev.ru>
parents: 16
diff changeset
31 <initial>A:</initial>
13
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
32 nginx is among the 3 most popular web servers in the world.
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
33 It is a free open source software which is absolutely legitimate and
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
34 has nothing to do with any kind of threatening or malicious activity per se.
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
35 A web page saying “Welcome to nginx!” is one of the diagnostics responses
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
36 that can be produced by a server running nginx.
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
37 </para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
38
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
39 <para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
40 However, you are right in your assumption that something must be wrong
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
41 with your computer or operating system setup when you are trying to access
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
42 a well known web site and instead of a familiar page you get
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
43 “Welcome to nginx!”. This should not happen if your computer is clean and safe.
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
44 We recommend you to check and verify your operating system setup
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
45 (possibly with the help of your ISP or support staff),
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
46 but also it would be a good idea to install and run an anti-virus software
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
47 on your computer. It may happen that some malign entity is trying
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
48 to intercept the traffic from your computer and potentially cause
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
49 significant harm to you and the other users on the Internet.
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
50 </para>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
51
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
52 </section>
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
53
ce71d57f0590 Adding the FAQ page itself
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
54 </article>