README revision ac3641cde456dce75e7377c711a8c04d222dbed9
0N/A
3157N/A Apache HTTP Server
0N/A
0N/A What is it?
0N/A -----------
0N/A
0N/A The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
0N/A web server. Originally designed as a replacement for the NCSA HTTP
0N/A Server, it has grown to be the most popular web server on the
0N/A Internet. As a project of the Apache Software Foundation, the
0N/A developers aim to collaboratively develop and maintain a robust,
0N/A commercial-grade, standards-based server with freely available
0N/A source code.
0N/A
0N/A The Latest Version
0N/A ------------------
0N/A
0N/A Details of the latest version can be found on the Apache HTTP
1472N/A server project page under http://httpd.apache.org/.
1472N/A
1472N/A Documentation
0N/A -------------
0N/A
0N/A The documentation available as of the date of this release is
1879N/A included in HTML format in the docs/manual/ directory. The most
1879N/A up-to-date documentation can be found at
1879N/A http://httpd.apache.org/docs-2.0/.
1879N/A
1879N/A Installation
1879N/A ------------
1879N/A
1879N/A Please see the file called INSTALL.
1879N/A
1879N/A Licensing
1879N/A ---------
1879N/A
1879N/A Please see the file called LICENSE.
1879N/A
1879N/A Contacts
1879N/A --------
1879N/A
1879N/A o If you want to be informed about new code releases, bug fixes,
1879N/A security fixes, general news and information about the Apache server
1879N/A subscribe to the apache-announce mailing list as described under
1879N/A http://httpd.apache.org/lists.html#http-announce
1879N/A
3157N/A o If you want freely available support for running Apache please join the
1879N/A Apache user community by subscribing to Users Mailing List at
1879N/A http://httpd.apache.org/userslist.html or one of the following USENET
1879N/A newsgroups:
1879N/A comp.infosystems.www.servers.unix
1879N/A comp.infosystems.www.servers.ms-windows
1879N/A Also available at:
1879N/A http://groups.google.com/groups?group=comp.infosystems.www.servers
1879N/A
1879N/A o If you want commercial support for running Apache please contact
0N/A one of the companies and contractors which are listed at
0N/A http://www.apache.org/info/support.cgi
0N/A
0N/A o If you have a concrete bug report for Apache please go to the
0N/A Apache Group Bug Database and submit your report:
2842N/A http://httpd.apache.org/bug_report.html
0N/A
0N/A o If you want to participate in actively developing Apache please
0N/A subscribe to the `dev@httpd.apache.org' mailing list as described at
0N/A http://www.apache.org/lists.html#http-dev
0N/A
0N/A Acknowledgments
0N/A ----------------
0N/A
2062N/A We wish to acknowledge the following copyrighted works that
2062N/A make up portions of the Apache software:
2062N/A
0N/A Portions of this software were developed at the National Center
0N/A for Supercomputing Applications (NCSA) at the University of
0N/A Illinois at Urbana-Champaign.
0N/A
0N/A This software contains code derived from the RSA Data Security
0N/A Inc. MD5 Message-Digest Algorithm, including various
0N/A modifications by Spyglass Inc., Carnegie Mellon University, and
0N/A Bell Communications Research, Inc (Bellcore).
0N/A
0N/A Regular expression support is provided by the PCRE library package, which
2062N/A is open source software, written by Philip Hazel, and copyright by the
2062N/A University of Cambridge, England. The original software is available from
2062N/A ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
0N/A
0N/A Apache 2.0 relies heavily on the use of autoconf and libtool to provide
0N/A a build environment.
0N/A