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