Blame README

Packit 90a5c9
Packit 90a5c9
                          Apache HTTP Server
Packit 90a5c9
Packit 90a5c9
  What is it?
Packit 90a5c9
  -----------
Packit 90a5c9
Packit 90a5c9
  The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
Packit 90a5c9
  web server.  Originally designed as a replacement for the NCSA HTTP
Packit 90a5c9
  Server, it has grown to be the most popular web server on the
Packit 90a5c9
  Internet.  As a project of the Apache Software Foundation, the
Packit 90a5c9
  developers aim to collaboratively develop and maintain a robust,
Packit 90a5c9
  commercial-grade, standards-based server with freely available
Packit 90a5c9
  source code.
Packit 90a5c9
Packit 90a5c9
  The Latest Version
Packit 90a5c9
  ------------------
Packit 90a5c9
Packit 90a5c9
  Details of the latest version can be found on the Apache HTTP
Packit 90a5c9
  server project page under http://httpd.apache.org/.
Packit 90a5c9
Packit 90a5c9
  Documentation
Packit 90a5c9
  -------------
Packit 90a5c9
Packit 90a5c9
  The documentation available as of the date of this release is
Packit 90a5c9
  included in HTML format in the docs/manual/ directory.  The most
Packit 90a5c9
  up-to-date documentation can be found at
Packit 90a5c9
  http://httpd.apache.org/docs/2.4/.
Packit 90a5c9
Packit 90a5c9
  Installation
Packit 90a5c9
  ------------
Packit 90a5c9
Packit 90a5c9
  Please see the file called INSTALL.  Platform specific notes can be
Packit 90a5c9
  found in README.platforms.
Packit 90a5c9
Packit 90a5c9
  Licensing
Packit 90a5c9
  ---------
Packit 90a5c9
Packit 90a5c9
  Please see the file called LICENSE.
Packit 90a5c9
Packit 90a5c9
  Cryptographic Software Notice
Packit 90a5c9
  -----------------------------
Packit 90a5c9
Packit 90a5c9
  This distribution may include software that has been designed for use
Packit 90a5c9
  with cryptographic software.  The country in which you currently reside
Packit 90a5c9
  may have restrictions on the import, possession, use, and/or re-export
Packit 90a5c9
  to another country, of encryption software.  BEFORE using any encryption
Packit 90a5c9
  software, please check your country's laws, regulations and policies
Packit 90a5c9
  concerning the import, possession, or use, and re-export of encryption
Packit 90a5c9
  software, to see if this is permitted.  See <http://www.wassenaar.org/>
Packit 90a5c9
  for more information.
Packit 90a5c9
Packit 90a5c9
  The U.S. Government Department of Commerce, Bureau of Industry and
Packit 90a5c9
  Security (BIS), has classified this software as Export Commodity 
Packit 90a5c9
  Control Number (ECCN) 5D002.C.1, which includes information security
Packit 90a5c9
  software using or performing cryptographic functions with asymmetric
Packit 90a5c9
  algorithms.  The form and manner of this Apache Software Foundation
Packit 90a5c9
  distribution makes it eligible for export under the License Exception
Packit 90a5c9
  ENC Technology Software Unrestricted (TSU) exception (see the BIS 
Packit 90a5c9
  Export Administration Regulations, Section 740.13) for both object 
Packit 90a5c9
  code and source code.
Packit 90a5c9
Packit 90a5c9
  The following provides more details on the included files that
Packit 90a5c9
  may be subject to export controls on cryptographic software:
Packit 90a5c9
Packit 90a5c9
    Apache httpd 2.0 and later versions include the mod_ssl module under
Packit 90a5c9
       modules/ssl/
Packit 90a5c9
    for configuring and listening to connections over SSL encrypted
Packit 90a5c9
    network sockets by performing calls to a general-purpose encryption
Packit 90a5c9
    library, such as OpenSSL or the operating system's platform-specific
Packit 90a5c9
    SSL facilities.
Packit 90a5c9
Packit 90a5c9
    In addition, some versions of apr-util provide an abstract interface
Packit 90a5c9
    for symmetrical cryptographic functions that make use of a
Packit 90a5c9
    general-purpose encryption library, such as OpenSSL, NSS, or the
Packit 90a5c9
    operating system's platform-specific facilities. This interface is
Packit 90a5c9
    known as the apr_crypto interface, with implementation beneath the
Packit 90a5c9
    /crypto directory. The apr_crypto interface is used by the
Packit 90a5c9
    mod_session_crypto module available under
Packit 90a5c9
      modules/session
Packit 90a5c9
    for optional encryption of session information.
Packit 90a5c9
Packit 90a5c9
    Some object code distributions of Apache httpd, indicated with the
Packit 90a5c9
    word "crypto" in the package name, may include object code for the
Packit 90a5c9
    OpenSSL encryption library as distributed in open source form from
Packit 90a5c9
    <http://www.openssl.org/source/>.
Packit 90a5c9
Packit 90a5c9
  The above files are optional and may be removed if the cryptographic
Packit 90a5c9
  functionality is not desired or needs to be excluded from redistribution.
Packit 90a5c9
  Distribution packages of Apache httpd that include the word "nossl"
Packit 90a5c9
  in the package name have been created without the above files and are
Packit 90a5c9
  therefore not subject to this notice.
Packit 90a5c9
Packit 90a5c9
  Contacts
Packit 90a5c9
  --------
Packit 90a5c9
Packit 90a5c9
     o If you want to be informed about new code releases, bug fixes,
Packit 90a5c9
       security fixes, general news and information about the Apache server
Packit 90a5c9
       subscribe to the apache-announce mailing list as described under
Packit 90a5c9
       <http://httpd.apache.org/lists.html#http-announce>
Packit 90a5c9
Packit 90a5c9
     o If you want freely available support for running Apache please see the
Packit 90a5c9
       resources at <http://httpd.apache.org/support.html>
Packit 90a5c9
Packit 90a5c9
     o If you have a concrete bug report for Apache please see the instructions
Packit 90a5c9
       for bug reporting at <http://httpd.apache.org/bug_report.html>
Packit 90a5c9
Packit 90a5c9
     o If you want to participate in actively developing Apache please
Packit 90a5c9
       subscribe to the `dev@httpd.apache.org' mailing list as described at
Packit 90a5c9
       <http://httpd.apache.org/lists.html#http-dev>
Packit 90a5c9