Our various enhancements to Apache httpd

Lubomir Rintel f43b342a0c mod_deflate: Buffer the compressed stream trailer 10 years ago
build 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
docs 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
include 00d5945067 mod_dav: Improve error handling in dav_method_put(), add new dav_join_error() function. PR 54145. 10 years ago
modules f43b342a0c mod_deflate: Buffer the compressed stream trailer 10 years ago
os 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
server 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
srclib 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
support 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
test 08f17d1017 update license header text 18 years ago
.deps 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
.gdbinit ddc373c488 * .gdbinit (dump_table): Handle NULL value pointers. 19 years ago
ABOUT_APACHE 2c9cb230c3 I guess I should fix my affiliation as well 21 years ago
Apache.dsw 71d149d0d8 Backport mod_reqtimeout from trunk. 14 years ago
BuildAll.dsp 40efa4e80c Sync build changes, current to r569249, modulo those modules which 16 years ago
BuildBin.dsp f002bd4955 Catch up to apr_dbm projects 14 years ago
CHANGES 00d5945067 mod_dav: Improve error handling in dav_method_put(), add new dav_join_error() function. PR 54145. 10 years ago
INSTALL 651ae89c8a Merge r696006 from trunk: 15 years ago
InstallBin.dsp b0fda88676 Mirror r483553 for the GUI environment on win32. Duplication is to assist users 17 years ago
LAYOUT 1d263c2d63 remove deleted mpms 18 years ago
LICENSE 60e0bc3da6 This need not be said; the current version of testdbm.c 16 years ago
Makefile.in 798e50115e Merge r704726, r704845 from trunk: 15 years ago
Makefile.win 71d149d0d8 Backport mod_reqtimeout from trunk. 14 years ago
NOTICE 2458c36e5f happy new year 15 years ago
NWGNUmakefile 8293ce5136 cleaned up NetWare makefile includes. 14 years ago
README cb8d4a5a96 This notice should have been propogated to 2.2 and 2.0 trees 17 years ago
README-win32.txt d16c59cea0 update win32 README about database support 14 years ago
README.platforms de84de55a0 Note gcc42 and Darwin 10 build issues 14 years ago
ROADMAP 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
VERSIONING 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
acinclude.m4 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
acinclude.m4.disablemods 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
buildconf 08f17d1017 update license header text 18 years ago
config.layout 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
config.layout.layout 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
configure 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
configure.in 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
configure.in.deplibs 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
configure.in.selinux 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
emacs-style 2a78dbbaaa Don't use tabs. 20 years ago
httpd.dsp f7c1431965 Windows manifests are embedded as ;1 for .exe's, ;2 for .dll's and .so's - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx 16 years ago
httpd.spec 7e9fc1523d Import httpd-2.2.15-30.el6 10 years ago
libhttpd.dsp a409a6debb Make buildmark.c compilation consistent, especially for VC8 17 years ago

README


Apache HTTP Server

What is it?
-----------

The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
web server. Originally designed as a replacement for the NCSA HTTP
Server, it has grown to be the most popular web server on the
Internet. As a project of the Apache Software Foundation, the
developers aim to collaboratively develop and maintain a robust,
commercial-grade, standards-based server with freely available
source code.

The Latest Version
------------------

Details of the latest version can be found on the Apache HTTP
server project page under .

Documentation
-------------

The documentation available as of the date of this release is
included in HTML format in the docs/manual/ directory. The most
up-to-date documentation for the 2.2.x releases can be found at
.

Installation
------------

Please see the file called INSTALL. Platform specific notes can be
found in README.platforms.

Licensing
---------

Please see the file called LICENSE.

Cryptographic Software Notice
-----------------------------

This distribution may include software that has been designed for use
with cryptographic software. The country in which you currently reside
may have restrictions on the import, possession, use, and/or re-export
to another country, of encryption software. BEFORE using any encryption
software, please check your country's laws, regulations and policies
concerning the import, possession, or use, and re-export of encryption
software, to see if this is permitted. See
for more information.

The U.S. Government Department of Commerce, Bureau of Industry and
Security (BIS), has classified this software as Export Commodity
Control Number (ECCN) 5D002.C.1, which includes information security
software using or performing cryptographic functions with asymmetric
algorithms. The form and manner of this Apache Software Foundation
distribution makes it eligible for export under the License Exception
ENC Technology Software Unrestricted (TSU) exception (see the BIS
Export Administration Regulations, Section 740.13) for both object
code and source code.

The following provides more details on the included files that
may be subject to export controls on cryptographic software:

Apache httpd 2.0 and later versions include the mod_ssl module under
modules/ssl/
for configuring and listening to connections over SSL encrypted
network sockets by performing calls to a general-purpose encryption
library, such as OpenSSL or the operating system's platform-specific
SSL facilities.

In addition, some versions of apr-util provide an abstract interface
for SSL encrypted network sockets in the files under the directory
srclib/apr-util/ssl/
that makes use of a general-purpose encryption library, such as
OpenSSL or the operating system's platform-specific SSL facilities.
Apache httpd currently does not use that apr-util interface.

Some object code distributions of Apache httpd, indicated with the
word "crypto" in the package name, may include object code for the
OpenSSL encryption library as distributed in open source form from
.

The above files are optional and may be removed if the cryptographic
functionality is not desired or needs to be excluded from redistribution.
Distribution packages of Apache httpd that include the word "nossl"
in the package name have been created without the above files and are
therefore not subject to this notice.

Contacts
--------

o If you want to be informed about new code releases, bug fixes,
security fixes, general news and information about the Apache server
subscribe to the apache-announce mailing list as described under


o If you want freely available support for running Apache please join the
Apache user community by subscribing to Users Mailing List at
or one of the following
USENET newsgroups:
comp.infosystems.www.servers.unix
comp.infosystems.www.servers.ms-windows
Also available at:


o If you want commercial support for running Apache please contact
one of the companies and contractors which are listed at


o If you have a concrete bug report for Apache please go to the
Apache Group Bug Database and submit your report:


o If you want to participate in actively developing Apache please
subscribe to the `dev@httpd.apache.org' mailing list as described at


Acknowledgments
----------------

We wish to acknowledge the following copyrighted works that
make up portions of the Apache software:

Portions of this software were developed at the National Center
for Supercomputing Applications (NCSA) at the University of
Illinois at Urbana-Champaign.

This software contains code derived from the RSA Data Security
Inc. MD5 Message-Digest Algorithm, including various
modifications by Spyglass Inc., Carnegie Mellon University, and
Bell Communications Research, Inc (Bellcore).

Regular expression support is provided by the PCRE library package, which
is open source software, written by Philip Hazel, and copyright by the
University of Cambridge, England. The original software is available from
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/

Apache 2 relies heavily on the use of autoconf and libtool to provide
a build environment.