OSDN Git Service

add Apache 2.2.13
[redminele/redminele.git] / apache / README.txt
1 \r
2                           Apache HTTP Server\r
3 \r
4   What is it?\r
5   -----------\r
6 \r
7   The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant\r
8   web server.  Originally designed as a replacement for the NCSA HTTP\r
9   Server, it has grown to be the most popular web server on the\r
10   Internet.  As a project of the Apache Software Foundation, the\r
11   developers aim to collaboratively develop and maintain a robust,\r
12   commercial-grade, standards-based server with freely available\r
13   source code.\r
14 \r
15   The Latest Version\r
16   ------------------\r
17 \r
18   Details of the latest version can be found on the Apache HTTP\r
19   server project page under <http://httpd.apache.org/>.\r
20 \r
21   Documentation\r
22   -------------\r
23 \r
24   The documentation available as of the date of this release is\r
25   included in HTML format in the docs/manual/ directory.  The most\r
26   up-to-date documentation for the 2.2.x releases can be found at\r
27   <http://httpd.apache.org/docs/2.2/>.\r
28 \r
29   Installation\r
30   ------------\r
31 \r
32   Please see the file called INSTALL.  Platform specific notes can be\r
33   found in README.platforms.\r
34 \r
35   Licensing\r
36   ---------\r
37 \r
38   Please see the file called LICENSE.\r
39 \r
40   Cryptographic Software Notice\r
41   -----------------------------\r
42 \r
43   This distribution may include software that has been designed for use\r
44   with cryptographic software.  The country in which you currently reside\r
45   may have restrictions on the import, possession, use, and/or re-export\r
46   to another country, of encryption software.  BEFORE using any encryption\r
47   software, please check your country's laws, regulations and policies\r
48   concerning the import, possession, or use, and re-export of encryption\r
49   software, to see if this is permitted.  See <http://www.wassenaar.org/>\r
50   for more information.\r
51 \r
52   The U.S. Government Department of Commerce, Bureau of Industry and\r
53   Security (BIS), has classified this software as Export Commodity \r
54   Control Number (ECCN) 5D002.C.1, which includes information security\r
55   software using or performing cryptographic functions with asymmetric\r
56   algorithms.  The form and manner of this Apache Software Foundation\r
57   distribution makes it eligible for export under the License Exception\r
58   ENC Technology Software Unrestricted (TSU) exception (see the BIS \r
59   Export Administration Regulations, Section 740.13) for both object \r
60   code and source code.\r
61 \r
62   The following provides more details on the included files that\r
63   may be subject to export controls on cryptographic software:\r
64 \r
65     Apache httpd 2.0 and later versions include the mod_ssl module under\r
66        modules/ssl/\r
67     for configuring and listening to connections over SSL encrypted\r
68     network sockets by performing calls to a general-purpose encryption\r
69     library, such as OpenSSL or the operating system's platform-specific\r
70     SSL facilities.\r
71 \r
72     In addition, some versions of apr-util provide an abstract interface\r
73     for SSL encrypted network sockets in the files under the directory\r
74        srclib/apr-util/ssl/\r
75     that makes use of a general-purpose encryption library, such as\r
76     OpenSSL or the operating system's platform-specific SSL facilities.\r
77     Apache httpd currently does not use that apr-util interface.\r
78 \r
79     Some object code distributions of Apache httpd, indicated with the\r
80     word "crypto" in the package name, may include object code for the\r
81     OpenSSL encryption library as distributed in open source form from\r
82     <http://www.openssl.org/source/>.\r
83 \r
84   The above files are optional and may be removed if the cryptographic\r
85   functionality is not desired or needs to be excluded from redistribution.\r
86   Distribution packages of Apache httpd that include the word "nossl"\r
87   in the package name have been created without the above files and are\r
88   therefore not subject to this notice.\r
89 \r
90   Contacts\r
91   --------\r
92 \r
93      o If you want to be informed about new code releases, bug fixes,\r
94        security fixes, general news and information about the Apache server\r
95        subscribe to the apache-announce mailing list as described under\r
96        <http://httpd.apache.org/lists.html#http-announce>\r
97 \r
98      o If you want freely available support for running Apache please join the\r
99        Apache user community by subscribing to Users Mailing List at\r
100        <http://httpd.apache.org/userslist.html> or one of the following\r
101        USENET newsgroups:\r
102          comp.infosystems.www.servers.unix\r
103          comp.infosystems.www.servers.ms-windows\r
104        Also available at: \r
105          <http://groups.google.com/groups?group=comp.infosystems.www.servers>\r
106 \r
107      o If you want commercial support for running Apache please contact\r
108        one of the companies and contractors which are listed at\r
109        <http://www.apache.org/info/support.cgi>\r
110 \r
111      o If you have a concrete bug report for Apache please go to the\r
112        Apache Group Bug Database and submit your report:\r
113        <http://httpd.apache.org/bug_report.html>\r
114 \r
115      o If you want to participate in actively developing Apache please\r
116        subscribe to the `dev@httpd.apache.org' mailing list as described at\r
117        <http://httpd.apache.org/lists.html#http-dev>\r
118 \r
119   Acknowledgments\r
120   ----------------\r
121 \r
122   We wish to acknowledge the following copyrighted works that\r
123   make up portions of the Apache software:\r
124 \r
125   Portions of this software were developed at the National Center\r
126   for Supercomputing Applications (NCSA) at the University of\r
127   Illinois at Urbana-Champaign.\r
128 \r
129   This software contains code derived from the RSA Data Security\r
130   Inc. MD5 Message-Digest Algorithm, including various\r
131   modifications by Spyglass Inc., Carnegie Mellon University, and\r
132   Bell Communications Research, Inc (Bellcore).\r
133 \r
134   Regular expression support is provided by the PCRE library package, which\r
135   is open source software, written by Philip Hazel, and copyright by the\r
136   University of Cambridge, England.  The original software is available from\r
137      ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/\r
138 \r
139   Apache 2 relies heavily on the use of autoconf and libtool to provide\r
140   a build environment.\r