Apache HTTP Server Version 2.0
In order to assist folks upgrading, we maintain a document
describing information critical to existing Apache users. These
are intended to be brief notes, and you should be able to find
more information in either the New Features document, or in
the src/CHANGES
file.
autoconf
and
libtool
system for configuring the build processes.
Using this system is similar to, but not the same as, using
the APACI system in Apache 1.3.AcceptPathInfo
directive to
force the core handler to accept requests with PATH_INFO and
thereby restore the ability to use PATH_INFO in server-side
includes.CacheNegotiatedDocs
directive now takes the argument on
or
off
. Existing instances of
CacheNegotiatedDocs
should be replaced with
CacheNegotiatedDocs on
.ErrorDocument
directive no longer uses a quote at the beginning of the
argument to indicate a text message. Instead, you should
enclose the message in double quotes. For example, existing
instances of
ErrorDocument 403 "Some Message
ErrorDocument 403 "Some Message"
AccessConfig
and
ResourceConfig
directives no longer exist.
Existing instances of these directives can be replaced with
the Include
directive which has equivalent functionality. If you were
making use of the default values of these directives without
including them in the configuration files, you may need to
add Include conf/access.conf
and Include
conf/srm.conf
to your httpd.conf. In order to assure
that Apache reads the configuration files in the same order
as was implied by the older directives, the
Include
directives should be placed at the end
of httpd.conf, with the one for srm.conf
preceding the one for access.conf
.BindAddress
and Port
directives no longer exist. Equivalent functionaliHTTP/1.1 200 OK
Date: Mon, 07 Jul 2025 06:16:40 GMT
Server: Apache/2.0.42 (Win32) PHP/5.2.10
Content-Location: upgrading.html.en
Vary: negotiate,accept-language,accept-charset
TCN: choice
Accept-Ranges: bytes
Content-Length: 10652
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1
Content-Language: en
Apache HTTP Server Version 2.0
In order to assist folks upgrading, we maintain a document
describing information critical to existing Apache users. These
are intended to be brief notes, and you should be able to find
more information in either the New Features document, or in
the src/CHANGES
file.
autoconf
and
libtool
system for configuring the build processes.
Using this system is similar to, but not the same as, using
the APACI system in Apache 1.3.