]> granicus.if.org Git - apache/blob - README
Make ap_rputs an inline function, as it is mostly used with string constants
[apache] / README
1
2                           Apache HTTP Server
3
4   What is it?
5   -----------
6
7   The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
8   web server.  Originally designed as a replacement for the NCSA HTTP
9   Server, it has grown to be the most popular web server on the
10   Internet.  As a project of the Apache Software Foundation, the
11   developers aim to collaboratively develop and maintain a robust,
12   commercial-grade, standards-based server with freely available
13   source code.
14
15   The Latest Version
16   ------------------
17
18   Details of the latest version can be found on the Apache HTTP
19   server project page under http://httpd.apache.org/.
20
21   Documentation
22   -------------
23
24   The documentation available as of the date of this release is
25   included in HTML format in the docs/manual/ directory.  The most
26   up-to-date documentation can be found at
27   http://httpd.apache.org/docs/trunk/.
28
29   Installation
30   ------------
31
32   Please see the file called INSTALL.  Platform specific notes can be
33   found in README.platforms.
34
35   Licensing
36   ---------
37
38   Please see the file called LICENSE.
39
40   Cryptographic Software Notice
41   -----------------------------
42
43   This distribution may include software that has been designed for use
44   with cryptographic software.  The country in which you currently reside
45   may have restrictions on the import, possession, use, and/or re-export
46   to another country, of encryption software.  BEFORE using any encryption
47   software, please check your country's laws, regulations and policies
48   concerning the import, possession, or use, and re-export of encryption
49   software, to see if this is permitted.  See <http://www.wassenaar.org/>
50   for more information.
51
52   The U.S. Government Department of Commerce, Bureau of Industry and
53   Security (BIS), has classified this software as Export Commodity 
54   Control Number (ECCN) 5D002.C.1, which includes information security
55   software using or performing cryptographic functions with asymmetric
56   algorithms.  The form and manner of this Apache Software Foundation
57   distribution makes it eligible for export under the License Exception
58   ENC Technology Software Unrestricted (TSU) exception (see the BIS 
59   Export Administration Regulations, Section 740.13) for both object 
60   code and source code.
61
62   The following provides more details on the included files that
63   may be subject to export controls on cryptographic software:
64
65     Apache httpd 2.0 and later versions include the mod_ssl module under
66        modules/ssl/
67     for configuring and listening to connections over SSL encrypted
68     network sockets by performing calls to a general-purpose encryption
69     library, such as OpenSSL or the operating system's platform-specific
70     SSL facilities.
71
72     In addition, some versions of apr-util provide an abstract interface
73     for SSL encrypted network sockets in the files under the directory
74        srclib/apr-util/ssl/
75     that makes use of a general-purpose encryption library, such as
76     OpenSSL or the operating system's platform-specific SSL facilities.
77     Apache httpd currently does not use that apr-util interface.
78
79     modules/ldap/ provides an abstract interface for SSL encrypted LDAP
80     (ldaps and STARTTLS style) connections, implemented with OpenLDAP, 
81     Netscape LDAP SDK, Mozilla LDAP SDK, or other platform specific ldap
82     interfaces.
83
84     Some object code distributions of Apache httpd, indicated with the
85     word "crypto" in the package name, may include object code for the
86     OpenSSL encryption library as distributed in open source form from
87     <http://www.openssl.org/source/>.
88
89   The above files are optional and may be removed if the cryptographic
90   functionality is not desired or needs to be excluded from redistribution.
91   Distribution packages of Apache httpd that include the word "nossl"
92   in the package name have been created without the above files and are
93   therefore not subject to this notice.
94
95   Contacts
96   --------
97
98      o If you want to be informed about new code releases, bug fixes,
99        security fixes, general news and information about the Apache server
100        subscribe to the apache-announce mailing list as described under
101        <http://httpd.apache.org/lists.html#http-announce>
102
103      o If you want freely available support for running Apache please join the
104        Apache user community by subscribing to Users Mailing List at
105        <http://httpd.apache.org/userslist.html> or one of the following
106        USENET newsgroups:
107          comp.infosystems.www.servers.unix
108          comp.infosystems.www.servers.ms-windows
109        Also available at: 
110          <http://groups.google.com/groups?group=comp.infosystems.www.servers>
111
112      o If you want commercial support for running Apache please contact
113        one of the companies and contractors which are listed at
114        <http://www.apache.org/info/support.cgi>
115
116      o If you have a concrete bug report for Apache please go to the
117        Apache Group Bug Database and submit your report:
118        <http://httpd.apache.org/bug_report.html>
119
120      o If you want to participate in actively developing Apache please
121        subscribe to the `dev@httpd.apache.org' mailing list as described at
122        <http://httpd.apache.org/lists.html#http-dev>
123