1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE faq SYSTEM "../style/faq.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $LastChangedRevision$ -->
<!--
Copyright 2005 The Apache Software Foundation or its licensors, as
applicable.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<faq metafile="background.xml.meta">
<parentdocument href="./">FAQ</parentdocument>
<title>Background - Frequently Asked Questions</title>
<description>Background information about the Apache HTTP Server.</description>
<section id="background"><title>Background</title>
<ul>
<li><a href="#background.what-is-apache">What is Apache?</a></li>
<li><a href="#background.what-is-httpd">What is the Apache HTTP
Server?</a></li>
<li><a href="#background.tested">How thoroughly tested is
Apache?</a></li>
<li><a href="#background.logo">May I use the Apache logo on my
product or Web site?</a></li>
</ul>
<section id="background.what-is-apache">
<title>What is Apache?</title>
<p>The <a href="http://www.apache.org/">Apache Software Foundation</a>
provides organizational, legal, and financial support for a broad
range of open source software projects. The Foundation provides
an established framework for intellectual property and financial
contributions that simultaneously limits contributors potential
legal exposure. Through a collaborative and meritocratic
development process, Apache projects deliver enterprise-grade,
freely available software products that attract large communities
of users. The pragmatic Apache License makes it easy for all
users, commercial and individual, to deploy Apache products.</p>
<p>For more details about the Foundation, please see the <a
href="http://www.apache.org/foundation/faq.html">Apache Software
Foundation FAQ</a></p>
<p>The Apache HTTP Server -- sometimes called Apache httpd -- is
a project of the Apache Software Foundation aimed at creating a
robust, commercial-grade, featureful, and freely-available
source code implementation of an HTTP (Web) server. For more
information, please see the <a
href="http://httpd.apache.org/ABOUT_APACHE.html">About
Apache</a> page.</p>
</section>
<section id="background.what-is-httpd">
<title>What is the Apache HTTP Server?</title>
<ul>
<li>is a powerful, flexible, HTTP/1.1 compliant web server</li>
<li>implements the latest protocols, including HTTP/1.1 (RFC2616)</li>
<li>is highly configurable and extensible with third-party modules</li>
<li>can be customised by writing 'modules' using the Apache module
API</li>
<li>provides full source code and comes with an
<a href="http://www.apache.org/licenses/LICENSE-2.0">unrestrictive
license</a></li>
<li>runs on Windows 2003/XP/2000/NT/9x, Netware 5.x and above, OS/2,
and most versions of Unix, as well as several other operating
systems</li>
<li>is actively being developed</li>
<li>encourages user feedback through new ideas, bug reports and
patches</li>
</ul>
</section>
<section id="background.tested">
<title>How thoroughly tested is Apache?</title>
<p>Apache is run on millions of Internet servers.
It has been tested thoroughly by both developers and users. The Apache
HTTP Server Project maintains rigorous standards before releasing new
versions of our server, and our server runs without a hitch on over
70% of all WWW servers available on the Internet. When bugs do show
up, we release patches and new versions as soon as they are
available.</p>
</section>
<section id="background.logo">
<title>May I use the Apache logo on my product or Web site?</title>
<p>You may <em>NOT</em> use any original artwork from the Apache
Software Foundation, nor make or use modified versions of such
artwork, except under the following conditions:</p>
<ul>
<li>You may use the <a
href="http://httpd.apache.org/apache_pb.gif">'Powered by Apache'
graphic</a> on a Web site that is being served by the Apache HTTP
server software.</li>
<li>You may use the aforementioned <a
href="http://httpd.apache.org/apache_pb.gif">'Powered by Apache'
graphic</a> or the <a
href="http://www.apache.org/images/asf_logo.gif">Apache Software
Foundation logo</a> in product description and promotional material
<em>IF and ONLY IF</em> such use can in no way be interpreted as
anything other than an attribution.</li>
</ul>
<note type="warning">Using the Apache name and artwork in a manner that
implies endorsement of a product or service is strictly
forbidden.</note>
</section>
</section>
</faq>
|