CHANGES revision fde88bb682426885c679198ee130d2d5a29e8c0f
0cba3a63e59bfa77f67955cb4e034264ed6c5523jerenkrantzChanges with Apache 2.1.5
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames [Remove entries to the current 2.0 section below, when backported]
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton
a6bb6f2fb734e488a9b6335fabea3431f9dcf253jerenkrantz *) authn_provider_alias: Adds the configuration block tag
a6bb6f2fb734e488a9b6335fabea3431f9dcf253jerenkrantz <AuthnProviderAlias baseProvider Alias>
a6bb6f2fb734e488a9b6335fabea3431f9dcf253jerenkrantz Authentication directives contained within this block can be
3ca80e703a960eca0760c23636b7fe502a8f0342bnicholes referenced as a new authProvider using the AuthBasicProvider or
3ca80e703a960eca0760c23636b7fe502a8f0342bnicholes AuthDigestProvider directive. These directives will be merged in to
3ca80e703a960eca0760c23636b7fe502a8f0342bnicholes the per_dir configuration just before the base provider is called.
3ca80e703a960eca0760c23636b7fe502a8f0342bnicholes [Brad Nicholes]
3ca80e703a960eca0760c23636b7fe502a8f0342bnicholes
5300d4a4fabe3b594da950e4b9ab0f90e076546ejerenkrantz *) ap_getword_conf: Fix backslashes at the end of configuration directives.
5300d4a4fabe3b594da950e4b9ab0f90e076546ejerenkrantz PR 34834. [Timo Viipuri <viipuri dlc.fi>]
5300d4a4fabe3b594da950e4b9ab0f90e076546ejerenkrantz
b1306729566b49fb30aed5c46adaf07a637115afjerenkrantz *) mod_dbd: New additions: mod_dbd.c, mod_dbd.h, mod_dbd.xml
b1306729566b49fb30aed5c46adaf07a637115afjerenkrantz Provide module hooks for apr_dbd; optimise for httpd
b1306729566b49fb30aed5c46adaf07a637115afjerenkrantz threaded and non-threaded arch [Nick Kew]
d5c1ba1aa5682c9a171114b76d5e21117e19ed6ctrawick
d5c1ba1aa5682c9a171114b76d5e21117e19ed6ctrawick *) ab: SSL support rewritten, improved, and enabled if SSL is enabled
d5c1ba1aa5682c9a171114b76d5e21117e19ed6ctrawick during the build; -f and -Z arguments added to specify SSL protocol
d5c1ba1aa5682c9a171114b76d5e21117e19ed6ctrawick options. [Masaoki Kobayashi <masaoki techfirm.co.jp>]
d5c1ba1aa5682c9a171114b76d5e21117e19ed6ctrawick
418ee053321d0ee451bb482a9becdfcd3344201fjim *) Support the suppress-error-charset setting, as with Apache 1.3.x.
418ee053321d0ee451bb482a9becdfcd3344201fjim PR 31274. [Jeff Trawick]
418ee053321d0ee451bb482a9becdfcd3344201fjim
5c6cb72bfeee541644cea8177aefce1157571d3bjerenkrantz *) Prevent hangs of child processes when writing to piped loggers at
5c6cb72bfeee541644cea8177aefce1157571d3bjerenkrantz the time of graceful restart. PR 26467. [Jeff Trawick]
5c6cb72bfeee541644cea8177aefce1157571d3bjerenkrantz
0894cd17fe3f614bf01dbf84f1414756bd5a34c3bnicholes *) mod_info: Show the Quick Handler [Paul Querna]
0894cd17fe3f614bf01dbf84f1414756bd5a34c3bnicholes
0894cd17fe3f614bf01dbf84f1414756bd5a34c3bnicholes *) mod_ldap: Add the directive LDAPVerifyServerCert to specify
0894cd17fe3f614bf01dbf84f1414756bd5a34c3bnicholes whether to force verification of the server certificate when
db8551deeb08fa799e7f27e8b748a9397f747bdcjorton establishing an SSL connection to the LDAP server.
db8551deeb08fa799e7f27e8b748a9397f747bdcjorton [Brad Nicholes]
db8551deeb08fa799e7f27e8b748a9397f747bdcjorton
db8551deeb08fa799e7f27e8b748a9397f747bdcjorton *) mod_proxy: Run mod_rewrite before mod_proxy in the translate_name
9e3209bc06ddf32f23e4b254faa45914bc323cc9jim hook. [Paul Querna]
9e3209bc06ddf32f23e4b254faa45914bc323cc9jim
9e3209bc06ddf32f23e4b254faa45914bc323cc9jim *) Add AP_INIT_TAKE_ARGV for configuration commands. (minor MMN bump)
45ed846f4ed90f05c084f6a33d688e642be4e623jerenkrantz [Paul Querna]
45ed846f4ed90f05c084f6a33d688e642be4e623jerenkrantz
45ed846f4ed90f05c084f6a33d688e642be4e623jerenkrantz *) worker and event mpms: don't take down the whole server for a transient
54d22ed1c429b903b029bbd62621f11a9e286137minfrin thread creation failure. PR 34514 [Greg Ames]
54d22ed1c429b903b029bbd62621f11a9e286137minfrin
54d22ed1c429b903b029bbd62621f11a9e286137minfrin *) ap_get_local_host() rewritten for APR. [Jim Jagielski]
54d22ed1c429b903b029bbd62621f11a9e286137minfrin
54d22ed1c429b903b029bbd62621f11a9e286137minfrin *) Add the ap_vhost_iterate_given_conn function to expose the information
54d22ed1c429b903b029bbd62621f11a9e286137minfrin used in Name Based Virtual Hosting. (minor MMN bump)
54d22ed1c429b903b029bbd62621f11a9e286137minfrin [Paul Querna]
54d22ed1c429b903b029bbd62621f11a9e286137minfrin
92e8e44864d94866eefcbfde0a53fa3d12855149jerenkrantz *) Remove the never working ap_method_list_do and ap_method_list_vdo.
92e8e44864d94866eefcbfde0a53fa3d12855149jerenkrantz [Paul Querna]
92e8e44864d94866eefcbfde0a53fa3d12855149jerenkrantz
06106b6b63b112a09de1b66fa29596035c0176ffthommay *) Added makefile and doc for building mod_ssl on the NetWare
06106b6b63b112a09de1b66fa29596035c0176ffthommay platform. [Guenter Knauf, Brad Nicholes]
06106b6b63b112a09de1b66fa29596035c0176ffthommay
e335319a08e12eb7daff9afa80e985dc53f652b8jorton *) mod_deflate: Merge the Vary header, isntead of Setting it. Fixes
e335319a08e12eb7daff9afa80e985dc53f652b8jorton applications that send the Vary Header themselves, and also apply
e335319a08e12eb7daff9afa80e985dc53f652b8jorton mod_defalte as an output filter. [Paul Querna]
e335319a08e12eb7daff9afa80e985dc53f652b8jorton
e335319a08e12eb7daff9afa80e985dc53f652b8jorton *) mod_rewrite: use buffered I/O for RewriteMap txt: files. This
c8794ec1e4c474ae101ce3835080f638136e7860erikabele can result in a major performance improvement when the files are
c8794ec1e4c474ae101ce3835080f638136e7860erikabele large.
c8794ec1e4c474ae101ce3835080f638136e7860erikabele [Greg Ames]
c8794ec1e4c474ae101ce3835080f638136e7860erikabele
c8794ec1e4c474ae101ce3835080f638136e7860erikabele *) Change the default (when not present in the config file) setting
bb07ee33bce1a448bcc60ca43720b1ab1c413f87minfrin for UseCanonicalName to Off.
bb07ee33bce1a448bcc60ca43720b1ab1c413f87minfrin [Joshua Slive]
22dda44322067379eeba28d7ec7fc833cb04c0dfminfrin
22dda44322067379eeba28d7ec7fc833cb04c0dfminfrin *) mod_userdir: The module no longer does any remapping unless the
7b6ba9c468f26bdb3492d5e8cb79628a3b04e8c8wrowe UserDir directive is present in the config file.
7b6ba9c468f26bdb3492d5e8cb79628a3b04e8c8wrowe [Joshua Slive]
7b6ba9c468f26bdb3492d5e8cb79628a3b04e8c8wrowe
7b6ba9c468f26bdb3492d5e8cb79628a3b04e8c8wrowe *) Massively simplify the distributed httpd.conf by removing
77edcaaccc089335938f3844b752e1044f7eb278trawick many features and many directives that are at their default
77edcaaccc089335938f3844b752e1044f7eb278trawick setting. Add a selection of example config excerpts for adding
77edcaaccc089335938f3844b752e1044f7eb278trawick extra features in the conf/extra/ directory. Install the
77edcaaccc089335938f3844b752e1044f7eb278trawick distributed config and the extra config examples in the
59b1b6c3fd51c83c3bb9f02a8f08751335f9fb1dminfrin conf/original/ directory during make install.
59b1b6c3fd51c83c3bb9f02a8f08751335f9fb1dminfrin [Joshua Slive, Justin Erenkrantz]
59b1b6c3fd51c83c3bb9f02a8f08751335f9fb1dminfrin
59b1b6c3fd51c83c3bb9f02a8f08751335f9fb1dminfrin *) NetWare: Reposition mod_asis, mod_actions, mod_cgi, mod_imagemap,
9f1a88897168c3f1e5009acb585daf01e38a0299jim mod_userdir and mod_autoindex as shared modules rather than
9f1a88897168c3f1e5009acb585daf01e38a0299jim built-in modules within the NetWare build.
9f1a88897168c3f1e5009acb585daf01e38a0299jim [Brad Nicholes]
9f1a88897168c3f1e5009acb585daf01e38a0299jim
616a448c1fca1648622707df5a1aae7316bb3d5djim *) Rename mod_imap to mod_imagemap.
616a448c1fca1648622707df5a1aae7316bb3d5djim [Paul Querna]
616a448c1fca1648622707df5a1aae7316bb3d5djim
616a448c1fca1648622707df5a1aae7316bb3d5djim *) util_ldap: Eliminate the load ordering of mod_ldap and mod_authnz_ldap
36bfefb6940a90242290e5b5713a2d831275eef1jim by changing the mod_ldap exported functions to optional functions.
5a8bb5948d2a258145174320587706de3219d8a3pquerna [Brad Nicholes]
5a8bb5948d2a258145174320587706de3219d8a3pquerna
5a8bb5948d2a258145174320587706de3219d8a3pquernaChanges with Apache 2.1.4
5a8bb5948d2a258145174320587706de3219d8a3pquerna
0cba3a63e59bfa77f67955cb4e034264ed6c5523jerenkrantz *) Don't let a subrequest inherit headers describing the original request's
0cba3a63e59bfa77f67955cb4e034264ed6c5523jerenkrantz body. [Greg Ames]
e5abee85fe751fc27c5d4fc9a8ebe3b80f3d6603trawick
e5abee85fe751fc27c5d4fc9a8ebe3b80f3d6603trawick *) Fix Windows CompContext buff size miscalculation
e5abee85fe751fc27c5d4fc9a8ebe3b80f3d6603trawick [Allan Edwards]
c169c5f94d61a860f3110c5d29a9fb306e762c11trawick
c169c5f94d61a860f3110c5d29a9fb306e762c11trawick *) Add ReceiveBufferSize directive to control the TCP receive buffer.
c169c5f94d61a860f3110c5d29a9fb306e762c11trawick [Eric Covener <covener gmail.com>]
ca3a25d12c5fe0926aa97550be39f0d88d0decb1pquerna
ca3a25d12c5fe0926aa97550be39f0d88d0decb1pquerna *) mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at the
ca3a25d12c5fe0926aa97550be39f0d88d0decb1pquerna end of the request body to work with really old HTTP servers.
ca3a25d12c5fe0926aa97550be39f0d88d0decb1pquerna [Justin Erenkrantz]
74def8815c725f8128a4e76ab1f5704df80b024ajerenkrantz
74def8815c725f8128a4e76ab1f5704df80b024ajerenkrantz *) util_ldap: Keep track of the number of attributes retrieved from
4d553781254e46f1dfc8d86b79667a74fb8a3eb5brianp LDAP so that all the values can be properly cached even if the
74def8815c725f8128a4e76ab1f5704df80b024ajerenkrantz value is NULL. PR 33901 [Brad Nicholes]
8f868f15482c7406db01216b6e4778ddabb26898trawick
8f868f15482c7406db01216b6e4778ddabb26898trawick *) mod_cache: Fix error where incoming Cache-Control would be ignored.
8f868f15482c7406db01216b6e4778ddabb26898trawick [Justin Erenkrantz]
8f868f15482c7406db01216b6e4778ddabb26898trawick
f902601ea431a9b56106e0f5f641dd5fd7efbc30jorton *) mod_cache: Correctly handle originally conditional requests.
f902601ea431a9b56106e0f5f641dd5fd7efbc30jorton [Sander Striker]
f902601ea431a9b56106e0f5f641dd5fd7efbc30jorton
f902601ea431a9b56106e0f5f641dd5fd7efbc30jorton *) mod_disk_cache: Correctly update cached headers on revalidated responses.
1e1e4f4f810b99732f06fc05141f42ca1965a9edpquerna [Sander Striker, Justin Erenkrantz]
1e1e4f4f810b99732f06fc05141f42ca1965a9edpquerna
1e1e4f4f810b99732f06fc05141f42ca1965a9edpquerna *) worker MPM/mod_status: Support per-worker tracking of pid and
1e1e4f4f810b99732f06fc05141f42ca1965a9edpquerna generation in the scoreboard so that mod_status can accurately
5f80956ca9d98d5482f38eef0c465df0923d7781jerenkrantz represent workers in processes which are gracefully terminating.
5f80956ca9d98d5482f38eef0c465df0923d7781jerenkrantz (major MMN bump)
78fcc425fc9fc58202a1693fe40dd0ce75c031ffjorton [Jeff Trawick]
78fcc425fc9fc58202a1693fe40dd0ce75c031ffjorton
78fcc425fc9fc58202a1693fe40dd0ce75c031ffjorton *) Correctly export all mod_dav public functions.
78fcc425fc9fc58202a1693fe40dd0ce75c031ffjorton [Branko �ibej <brane xbc.nu>]
d2ffb32434f79782ff7a364ffa31064698c5c645jorton
d2ffb32434f79782ff7a364ffa31064698c5c645jortonChanges with Apache 2.1.3
d2ffb32434f79782ff7a364ffa31064698c5c645jorton
d2ffb32434f79782ff7a364ffa31064698c5c645jorton *) mod_ssl: Add ssl_ext_lookup optional function for accessing
01847067cfc639c14e1aa77d3b3e98f239447a12jerenkrantz certificate extensions. [David Reid, Joe Orton]
01847067cfc639c14e1aa77d3b3e98f239447a12jerenkrantz
01847067cfc639c14e1aa77d3b3e98f239447a12jerenkrantz *) Add support for use of an external PCRE library; pass the
01847067cfc639c14e1aa77d3b3e98f239447a12jerenkrantz --with-pcre flag to configure. PR 27550. [Joe Orton,
9fe74ffcdea85800f04a7222f716f78ae60cce51jerenkrantz Andres Salomon <dilinger voxel.net>]
9fe74ffcdea85800f04a7222f716f78ae60cce51jerenkrantz
9fe74ffcdea85800f04a7222f716f78ae60cce51jerenkrantz *) Renamed regex interfaces to be namespace-safe, and moved from
dae3cb64cc6681b5f6b0fd12e7f8f6296ffaa19abnicholes pcreposix.h header to ap_regex.h: regex_t->ap_regex_t,
dae3cb64cc6681b5f6b0fd12e7f8f6296ffaa19abnicholes regmatch_t->ap_regmatch_t; REG_*->AP_REG_*; functions
d2ffb32434f79782ff7a364ffa31064698c5c645jorton reg*->ap_reg*. PR 27550. [Andres Salomon <dilinger voxel.net>,
9fe74ffcdea85800f04a7222f716f78ae60cce51jerenkrantz Joe Orton]
81540a0eb1da2c687e22de3367d8ded55e17e330pquerna
d2ffb32434f79782ff7a364ffa31064698c5c645jorton *) Only recompile buildmark.c when we have to relink httpd.
81540a0eb1da2c687e22de3367d8ded55e17e330pquerna [Justin Erenkrantz]
ce66c67eba79a20118d8664b65b0c9eeec1bebdabnicholes
ce66c67eba79a20118d8664b65b0c9eeec1bebdabnicholes *) mod_cache: Fix up handling of revalidated responses.
ce66c67eba79a20118d8664b65b0c9eeec1bebdabnicholes [Justin Erenkrantz]
ce66c67eba79a20118d8664b65b0c9eeec1bebdabnicholes
ce66c67eba79a20118d8664b65b0c9eeec1bebdabnicholes *) mod_disk_cache: Properly load cached ETag from on-disk structures.
ce66c67eba79a20118d8664b65b0c9eeec1bebdabnicholes [Justin Erenkrantz]
6cfc2ed5a8e633c5a40fec65775868d53952d992trawick
6cfc2ed5a8e633c5a40fec65775868d53952d992trawick *) mod_authnz_ldap: Added an optional second parameter to AuthLDAPURL
6cfc2ed5a8e633c5a40fec65775868d53952d992trawick to allow it to override the connection type set in mod_ldap. This
6cfc2ed5a8e633c5a40fec65775868d53952d992trawick parameter can be set to NONE, SSL or TLS | STARTTLS.
6cfc2ed5a8e633c5a40fec65775868d53952d992trawick [Brad Nicholes]
6cfc2ed5a8e633c5a40fec65775868d53952d992trawick
e34223f72e630187c4d8ac7c22da5096c833eb20trawick *) Fix --with-apr=/usr and/or --with-apr-util=/usr. PR 29740.
e34223f72e630187c4d8ac7c22da5096c833eb20trawick [Max Bowsher <maxb ukf.net>]
e34223f72e630187c4d8ac7c22da5096c833eb20trawick
5159c40648868a58745aa11981f706948ff0f0d1pquerna *) mod_proxy: Fix ProxyRemoteMatch directive. PR 33170.
5159c40648868a58745aa11981f706948ff0f0d1pquerna [Rici Lake <rici ricilake.net>]
5159c40648868a58745aa11981f706948ff0f0d1pquerna
a80dd6ffd7a1484e7f45e4665689bdd84fc97153jerenkrantz *) mod_proxy: Fix incorrect decoding/unescaping for reverse proxies.
a80dd6ffd7a1484e7f45e4665689bdd84fc97153jerenkrantz PR 32459, 15207. [Jim Jagielski]
a80dd6ffd7a1484e7f45e4665689bdd84fc97153jerenkrantz
c178b761acd6bffa199c2fd28c4469492b989699nd *) mod_cache: Add CacheStorePrivate and CacheStoreNoStore directive.
c178b761acd6bffa199c2fd28c4469492b989699nd [Justin Erenkrantz]
c178b761acd6bffa199c2fd28c4469492b989699nd
08b98efa42017369c679a7457c79d5220fb3431btrawick *) Add --enable-pie flag to configure, to build httpd as a Position
08b98efa42017369c679a7457c79d5220fb3431btrawick Independent Executable where supported (GCC/binutils).
08b98efa42017369c679a7457c79d5220fb3431btrawick [Joe Orton]
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna *) proxy_balancer: Add in load-balancing via weighted traffic
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna byte count. [Jim Jagielski]
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna *) mod_disk_cache: Cache r->err_headers_out headers. This allows CGI
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna scripts to be properly cached. [Justin Erenkrantz, Sander Striker]
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna *) mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz API for the setting of server and client SSL certificates. Replaced
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz LDAPTrustedCA directive with LDAPTrustedGlobalCert and
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz LDAPTrustedClientCert directives to correctly support global certs
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz (CA certs / Netware client certs) and per connection client certs
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz as supported by Netware, OpenLDAP and Netscape/Mozilla.
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz [Graham Leggett]
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz *) mod_cache: Remove unimplemented CacheForceCompletion directive.
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz [Justin Erenkrantz]
db443e0132f14dac789ab97ec23ce124360d74c2nd
db443e0132f14dac789ab97ec23ce124360d74c2nd *) support/check_forensic: Fix temp file usage
db443e0132f14dac789ab97ec23ce124360d74c2nd [Javier Fernandez-Sanguino Pen~a <jfs computer.org>]
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes *) mod_ssl: Add SSLCADNRequestFile and SSLCADNRequestPath directives
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes which can be used to configure a specific list of CA names to send
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes in a client certificate request. PR 32848.
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes [Tim Taylor <tim.taylor dfas.mil>]
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes *) --with-module can now take more than one module to be statically
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes If the <modtype>-subdirectory doesn't exist it will be created and
ce8490f3812311582d1deee96b012c377311b317minfrin populated with a standard Makefile.in. [Erik Abele]
ce8490f3812311582d1deee96b012c377311b317minfrin
ce8490f3812311582d1deee96b012c377311b317minfrin *) Remove some compiler warnings within the LDAP modules [Graham Leggett]
38f6ebaca968b7b23c25c0b30d0be1c7aad7412bjorton
38f6ebaca968b7b23c25c0b30d0be1c7aad7412bjorton *) Add a build script to create a solaris package. [Graham Leggett]
38f6ebaca968b7b23c25c0b30d0be1c7aad7412bjorton
cc7d8b55b16eee88be925a090473ca94b0a6e770jorton *) ap_http_scheme() replaced with ap_http_method() - this function
cc7d8b55b16eee88be925a090473ca94b0a6e770jorton returns the scheme (http v.s. https).
cc7d8b55b16eee88be925a090473ca94b0a6e770jorton [William Rowe]
f2b43354f9ac8496ab7003ae01211af739efba1atrawick
f2b43354f9ac8496ab7003ae01211af739efba1atrawick *) mod_proxy: Fix a request corruption problem and a buffering problem
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe which sometimes prevented proxy-sendchunks from working.
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe [Jeff Trawick]
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe *) Fix the RPM spec file so that an RPM build now works. An RPM
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe build now requires system installations of APR and APR-util.
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe [Graham Leggett]
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe *) Significantly simplify the load balancer scheduling algorithm
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe for the proxy BalancerMember weighting. loadfactors (lbfactors)
eb6e3a3e784021abc1e28247158db3a8b07186b9minfrin are now normalized with respect to each other. [Jim Jagielski]
eb6e3a3e784021abc1e28247158db3a8b07186b9minfrin
eb6e3a3e784021abc1e28247158db3a8b07186b9minfrin *) mod_dumpio: Added to the available module suite; it is an
eb6e3a3e784021abc1e28247158db3a8b07186b9minfrin I/O logging/dumping module. Placed in the (new) debug module
f5098e2eb6ed9dfd7052f25761bb5e97779b8460minfrin subdirectory. mod_bucketeer moved to that directory as well.
f5098e2eb6ed9dfd7052f25761bb5e97779b8460minfrin [Jim Jagielski]
f5098e2eb6ed9dfd7052f25761bb5e97779b8460minfrin
d86551ca954d666d5b15ad38e9daf45680516c25jerenkrantz *) core: Add support for APR_TCP_DEFER_ACCEPT to defer accepting
d86551ca954d666d5b15ad38e9daf45680516c25jerenkrantz of a connection until data is available.
c79b5caf7c5462ef707363c69cc63ea2606310abtrawick [Paul Querna]
c79b5caf7c5462ef707363c69cc63ea2606310abtrawick
c79b5caf7c5462ef707363c69cc63ea2606310abtrawickChanges with Apache 2.1.2
1551c2366551d7a361bedbf7ae54f1abd74ef822minfrin
1551c2366551d7a361bedbf7ae54f1abd74ef822minfrin *) mod_proxy: Respect errors reported by pre_connection hooks.
1551c2366551d7a361bedbf7ae54f1abd74ef822minfrin [Jeff Trawick]
f1826b4cf1fbeb049c569761cc95b04e3496efd6bnicholes
f1826b4cf1fbeb049c569761cc95b04e3496efd6bnicholes *) core: Error out on sections that are missing an argument instead of
f1826b4cf1fbeb049c569761cc95b04e3496efd6bnicholes silently consuming the section. PR 25460.
f1826b4cf1fbeb049c569761cc95b04e3496efd6bnicholes [Geoffrey Young, Paul Querna]
103a93c625bcde1a6a7a5155b64dcda36f612180pquerna
103a93c625bcde1a6a7a5155b64dcda36f612180pquerna *) mod_cache/mod_mem_cache/mod_disk_cache: Move out of experimental.
103a93c625bcde1a6a7a5155b64dcda36f612180pquerna
103a93c625bcde1a6a7a5155b64dcda36f612180pquerna *) Upgraded PCRE to version 5.0. [Brian Pane]
87a528a7622973988232079ba02763748c9c7071pquerna
87a528a7622973988232079ba02763748c9c7071pquerna *) mod_cgid: Catch configuration problem where two web server instances
87a528a7622973988232079ba02763748c9c7071pquerna share same ServerRoot but admin forgot to use ScriptSock.
1a986bbad9314beb8739401cac822e87bb04bbfepquerna [Jeff Trawick]
1a986bbad9314beb8739401cac822e87bb04bbfepquerna
1a986bbad9314beb8739401cac822e87bb04bbfepquerna *) mod_cgi: Ensure that all stderr is logged for a script which returns
1a986bbad9314beb8739401cac822e87bb04bbfepquerna a Location header to generate a non-local redirect. PR 20111.
1a986bbad9314beb8739401cac822e87bb04bbfepquerna [Joe Orton]
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna *) Added the Event MPM to more efficiently handle clients during a
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna Keep Alive request.
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna [Paul Querna, Greg Ames]
cf82d17373559b6163dbd6c844c1af82cab56883niq
cf82d17373559b6163dbd6c844c1af82cab56883niqChanges with Apache 2.1.1
cf82d17373559b6163dbd6c844c1af82cab56883niq
cf82d17373559b6163dbd6c844c1af82cab56883niq *) mod_proxy_http: Stream content better - always flush buffered data to
c4e6f5320f87eff25838c21c107a24b688d539d0niq the client before blocking waiting for new data. PR 19954.
c4e6f5320f87eff25838c21c107a24b688d539d0niq [Joe Orton]
c4e6f5320f87eff25838c21c107a24b688d539d0niq
c4e6f5320f87eff25838c21c107a24b688d539d0niq *) mod_ssl: Add support for command-line option "-t -DDUMP_CERTS" which
c4e6f5320f87eff25838c21c107a24b688d539d0niq will dump the filenames of all configured SSL certificates to stdout.
c4e6f5320f87eff25838c21c107a24b688d539d0niq [Joe Orton]
c4e6f5320f87eff25838c21c107a24b688d539d0niq
174a8f105b1c11aa50a05993ea8ba2d117d3df6end *) mod_disk_cache: Remove a bunch of non-implemented garbage collection
174a8f105b1c11aa50a05993ea8ba2d117d3df6end and cache size directives that are now available through htcacheclean.
174a8f105b1c11aa50a05993ea8ba2d117d3df6end [Justin Erenkrantz]
174a8f105b1c11aa50a05993ea8ba2d117d3df6end
174a8f105b1c11aa50a05993ea8ba2d117d3df6end *) Add htcacheclean to support/ for assistance with mod_disk_cache.
3ad0f071604de33c0b3733b649cd0445ba00f54dake [Andreas Steinmetz]
3ad0f071604de33c0b3733b649cd0445ba00f54dake
3ad0f071604de33c0b3733b649cd0445ba00f54dake *) mod_authnz_ldap: Added the directive "Requires ldap-filter" that
c2549f0b237ac86f3623a601a766969d805dbc2and allows the module to authorize a user based on a complex LDAP
c2549f0b237ac86f3623a601a766969d805dbc2and search filter. [Brad Nicholes]
c2549f0b237ac86f3623a601a766969d805dbc2and
7efe7de73c89c26518714a504359244d03cfbbc5jorton *) mod_usertrack: Run the fixups hook before other modules.
7efe7de73c89c26518714a504359244d03cfbbc5jorton PR 29755. [Paul Querna]
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton *) Allow mod_authnz_ldap authorization functionality to be used
7efe7de73c89c26518714a504359244d03cfbbc5jorton without requiring the user to also be authenticated through
d60027cde3289d3ef35bc9d815882975eb60e6abjorton mod_authnz_ldap. This allows other authentication modules to
d60027cde3289d3ef35bc9d815882975eb60e6abjorton take advantage of LDAP authorization only [PR 28253]
d60027cde3289d3ef35bc9d815882975eb60e6abjorton [Jari Ahonen jah progress.com, Brad Nicholes]
d60027cde3289d3ef35bc9d815882975eb60e6abjorton
504498fd20729dcc29dfbfb78e64a8521c6a767ajerenkrantz *) Log the client IP address when an error occurs disabling nagle on a
504498fd20729dcc29dfbfb78e64a8521c6a767ajerenkrantz connection, but log at a severity of debug since this error
504498fd20729dcc29dfbfb78e64a8521c6a767ajerenkrantz generally means that the connection was dropped before data was
d406be0d6a4f9e61bbdfa6c8cde2e09338dd650atrawick sent. Log the client IP address when reporting errors in the core
d406be0d6a4f9e61bbdfa6c8cde2e09338dd650atrawick output filter. [Jeff Trawick]
d406be0d6a4f9e61bbdfa6c8cde2e09338dd650atrawick
269e0a31aa0f6aafe7292e932a182ccb535e55a9trawick *) Add ap_log_cerror() for logging messages associated with particular
c1ba3b0ac00c4fee2f4b950dfdb167b39611b661nd client connections. [Jeff Trawick]
c1ba3b0ac00c4fee2f4b950dfdb167b39611b661nd
c1ba3b0ac00c4fee2f4b950dfdb167b39611b661nd *) core: Add a warning message if the request line read fails.
b95a84193578c904426cef6dda84f7118a400a16jim [Paul Querna]
b95a84193578c904426cef6dda84f7118a400a16jim
b95a84193578c904426cef6dda84f7118a400a16jim *) mod_rewrite: Removed the MaxRedirects option in favor of the
b95a84193578c904426cef6dda84f7118a400a16jim core LimitInternalRecursion directive. [Andr� Malo]
03a3ed87983471816561562f957390ed935d7b3bnd
03a3ed87983471816561562f957390ed935d7b3bnd *) mod_info: Added listing of the Request Hooks and added more build
03a3ed87983471816561562f957390ed935d7b3bnd information like 'httpd -V' contains. Changed output to XHTML.
03a3ed87983471816561562f957390ed935d7b3bnd [Paul Querna]
c533ecac2227dc228070e686fb14dc6860f497f8nd
56cefde0af6b8db6fda0f1d95d8cdca54f397cd0nd *) mod_info: Rewrote config tree walk using a recursive function.
56cefde0af6b8db6fda0f1d95d8cdca54f397cd0nd Added ?config option. Added printout of config filename and line numbers.
56cefde0af6b8db6fda0f1d95d8cdca54f397cd0nd [Rici Lake <rici ricilake.net>, Paul Querna]
41369ed0bc7f2db6272278c27025f6aabf97fe63nd
41369ed0bc7f2db6272278c27025f6aabf97fe63nd *) mod_proxy: Fix type error that prevents proxy-sendchunks from working.
41369ed0bc7f2db6272278c27025f6aabf97fe63nd [Justin Erenkrantz]
496f8f3966319d43455675630a849bae019d2a32nd
496f8f3966319d43455675630a849bae019d2a32nd *) mod_proxy: Fix data corruption by properly setting aside buckets.
9e8c2603790f490398a0fabf97866b6815748a54ianh [Justin Erenkrantz]
9e8c2603790f490398a0fabf97866b6815748a54ianh
9e8c2603790f490398a0fabf97866b6815748a54ianh *) mod_proxy: If a request has a blank body and has a 0 Content-Length
9e8c2603790f490398a0fabf97866b6815748a54ianh headers, pass that to the proxy. [Justin Erenkrantz]
a21b3b9d8ebb12fd51fa1d17e44d5644a35a9a5fnd
a21b3b9d8ebb12fd51fa1d17e44d5644a35a9a5fnd *) Recognize QSA flag in mod_rewrite again.
a21b3b9d8ebb12fd51fa1d17e44d5644a35a9a5fnd [Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
1fbcf7a8e7b18be1b0e77b7bc38b7b71f8dfb052nd
1fbcf7a8e7b18be1b0e77b7bc38b7b71f8dfb052nd *) Restructured mod_auth_ldap to fit the new authentication model.
1fbcf7a8e7b18be1b0e77b7bc38b7b71f8dfb052nd The module is now called authnz_ldap and has been moved out of
f769c33501f474aed3e0f7c769477c8c4f478783geoff the modules/experimental area and into modules/aaa with the other
f769c33501f474aed3e0f7c769477c8c4f478783geoff auth modules. Both the authn_ldap provider and the authz_ldap
f769c33501f474aed3e0f7c769477c8c4f478783geoff handler are contained within the authnz_ldap module. The
f769c33501f474aed3e0f7c769477c8c4f478783geoff authz_ldap handler introduces 3 new "requires" values for handling
d7c7669331357296719d67d1963d40d713ed455atrawick authorization. These handlers are ldap-user, ldap-group and
d7c7669331357296719d67d1963d40d713ed455atrawick ldap-dn. [Brad Nicholes]
d7c7669331357296719d67d1963d40d713ed455atrawick
d7c7669331357296719d67d1963d40d713ed455atrawick *) Fix some compiler warnings in proxy
92d95be777d4365eb79444a7a558355a7a92081ajorton [Geoffrey Young <geoff@modperlcookbook.org>]
92d95be777d4365eb79444a7a558355a7a92081ajorton
92d95be777d4365eb79444a7a558355a7a92081ajorton *) mod_ssl: Add SSL_CLIENT_V_REMAIN variable, representing the
92d95be777d4365eb79444a7a558355a7a92081ajorton number of days until the client cert expires. [Joe Orton]
af8dee354a287249dd9f3f77bbe850108e5afe43trawick
af8dee354a287249dd9f3f77bbe850108e5afe43trawick *) Add test_config hook, run only if httpd is invoked using -t.
af8dee354a287249dd9f3f77bbe850108e5afe43trawick [Joe Orton]
af8dee354a287249dd9f3f77bbe850108e5afe43trawick
af8dee354a287249dd9f3f77bbe850108e5afe43trawick *) Improve error handling for corrupted pid files. [Jeff Trawick]
14763a0db22322626dd8cd59dfbc3a4fcc655d99trawick
f78505c7d260473bf11002f5028186f27d0ed8a0geoff *) mod_proxy.c and proxy_util.c: Enable compiling on 2.0-HEAD
f78505c7d260473bf11002f5028186f27d0ed8a0geoff (for backwards compatibility):
f78505c7d260473bf11002f5028186f27d0ed8a0geoff Avoids mod_ssl.h (not included in 2.0-HEAD) and
f78505c7d260473bf11002f5028186f27d0ed8a0geoff use apr_socket_create_ex for 0.9.x
f78505c7d260473bf11002f5028186f27d0ed8a0geoff [Mladen Turk]
f78505c7d260473bf11002f5028186f27d0ed8a0geoff
ea981941b1e5ecfb1a27b9e9aff32b9c98640ed9nd *) Added proxy_ajp.c module for proxy support to ajp:// backends.
ea981941b1e5ecfb1a27b9e9aff32b9c98640ed9nd [Jean Frederic Clere]
ea981941b1e5ecfb1a27b9e9aff32b9c98640ed9nd
ea981941b1e5ecfb1a27b9e9aff32b9c98640ed9nd *) Fixes the build of proxy on Windows. Since the proxy_module is declared
d57b793ddd42a997c2cb3bd389bbcf1161226fd8trawick as extern using AP_MODULE_DECLARE_DATA that expands to dllexport, there
d57b793ddd42a997c2cb3bd389bbcf1161226fd8trawick is a LNK2001 error when building proxy_http. [Mladen Turk]
d57b793ddd42a997c2cb3bd389bbcf1161226fd8trawick
d11bf78168abbb07d8ed9f54d7ea0953d46aad83nd *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
d11bf78168abbb07d8ed9f54d7ea0953d46aad83nd [Graham Leggett]
d11bf78168abbb07d8ed9f54d7ea0953d46aad83nd
d11bf78168abbb07d8ed9f54d7ea0953d46aad83nd *) Remove deprecated/removed APR_STATUS_IS_SUCCESS(). [Justin Erenkrantz]
bf28a00d8218aa76a56eddabca308e8d0e691626nd
bf28a00d8218aa76a56eddabca308e8d0e691626nd *) perchild MPM: Fix thread safety problem in the use of longjmp().
bf28a00d8218aa76a56eddabca308e8d0e691626nd [Tsuyoshi SASAMOTO <nazonazo super.win.ne.jp>]
bf28a00d8218aa76a56eddabca308e8d0e691626nd
bf28a00d8218aa76a56eddabca308e8d0e691626nd *) Add load balancer support to the scoreboard in preparation for
70f665a8945f3bdfe8bbeaa063de2aa722fc9b29nd load balancing support in mod_proxy. [Mladen Turk]
70f665a8945f3bdfe8bbeaa063de2aa722fc9b29nd
70f665a8945f3bdfe8bbeaa063de2aa722fc9b29nd *) mod_nw_ssl: Added the directive NWSSLUpgradeable to mod_nw_ssl to
c08f5a0cf2b8903255186ba998a4481dfac9c796nd allow a non-secure connection to be upgraded to secure connections
c08f5a0cf2b8903255186ba998a4481dfac9c796nd [Brad Nicholes]
c08f5a0cf2b8903255186ba998a4481dfac9c796nd
c08f5a0cf2b8903255186ba998a4481dfac9c796nd *) core: Add Options= syntax to AllowOverride to specify which options
5bcdf2cd27ab0c91a3c7eaffbff4cb8505389dc1nd may be overridden in .htaccess files. PR 29310.
5bcdf2cd27ab0c91a3c7eaffbff4cb8505389dc1nd [Tom Alsberg <alsbergt cs.huji.ac.il>, Paul Querna]
5bcdf2cd27ab0c91a3c7eaffbff4cb8505389dc1nd
02b0660d7f44ff8106bd5095653e9c19e39ec37dnd *) ab: Handle long URLs with an error instead of an buffer overflow.
02b0660d7f44ff8106bd5095653e9c19e39ec37dnd PR 28204. [Erik Weide <erik.weidel mplus-technologies.de>, Paul Querna]
02b0660d7f44ff8106bd5095653e9c19e39ec37dnd
5b8e35ad88268c0210d93288dad57c2f1d3e8811nd *) mod_so, core: Add new command line options to print all loaded
5b8e35ad88268c0210d93288dad57c2f1d3e8811nd modules. '-t -D DUMP_MODULES' and '-M' will show all static
5b8e35ad88268c0210d93288dad57c2f1d3e8811nd and shared modules as loaded from the configuration file.
a9ee8e9bd3dffd23ca49be8d0bdf0e33cd0bcce2jorton [Paul Querna]
a9ee8e9bd3dffd23ca49be8d0bdf0e33cd0bcce2jorton
a9ee8e9bd3dffd23ca49be8d0bdf0e33cd0bcce2jorton *) mod_autoindex: Add ShowForbidden to IndexOptions to list files
3b86be5b30d5cbacc1f942b05dff8a9365449d30jorton that are not shown because the subrequest returned 401 or 403.
8d9494af6ddb7a9c998b1b622e0bcd8d17cac50ejorton PR 10575. [Paul Querna]
3b86be5b30d5cbacc1f942b05dff8a9365449d30jorton
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd *) mod_headers: implement "Early" processing option in post_read_request
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd to enable Header and RequestHeader directives to be used to set up
8aad5258d3ecde3751559bc685a3185e63cbde9aianh testcases for pre-fixups request phases [Nick Kew]
8aad5258d3ecde3751559bc685a3185e63cbde9aianh
71f3601de4983bc2a6aaffcf37dc1d35c8674a34coar *) mod_proxy: multiple bugfixes, principally support cookies in
71f3601de4983bc2a6aaffcf37dc1d35c8674a34coar ProxyPassReverse, and don't canonicalise URL passed to backend.
71f3601de4983bc2a6aaffcf37dc1d35c8674a34coar Documentation correspondingly updated. [Nick Kew <nick webthing.com>]
71f3601de4983bc2a6aaffcf37dc1d35c8674a34coar
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick *) mod_deflate: support gzip flags in inflate_out_filter
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick [Nick Kew <nick webthing.com>]
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick *) Drop the ErrorHeader directive which turned out to be a misnomer.
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick Instead there's a new optional flag for the Header directive
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick ('always'), which keeps the former ErrorHeader functionality.
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick [Andr� Malo]
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick
8dc154408549195c828b823e9dc7396f107f2512jorton *) mod_deflate: Don't deflate responses with zero length
8dc154408549195c828b823e9dc7396f107f2512jorton e.g. proxied 304's [Allan Edwards]
8dc154408549195c828b823e9dc7396f107f2512jorton
ca2504b59d48a926af23f6b18af550c1e892d8a6jorton *) <IfModule> now recognizes the module identifier in addition to the
ca2504b59d48a926af23f6b18af550c1e892d8a6jorton file name. PR 29003. [Edward Rudd <eddie omegaware.com>, Andr� Malo]
ca2504b59d48a926af23f6b18af550c1e892d8a6jorton
6126fad8adeca94e9813812c691747afeca164dftrawick *) mod_ssl: Add "SSLHonorCipherOrder" directive to enable the
6126fad8adeca94e9813812c691747afeca164dftrawick OpenSSL 0.9.7 flag which uses the server's cipher order rather
6126fad8adeca94e9813812c691747afeca164dftrawick than the client's. PR 28665.
7ed5992392d5babab20be4ce4029ad17ae062b5aianh [Jim Schneider <jschneid netilla.com>]
7ed5992392d5babab20be4ce4029ad17ae062b5aianh
7ed5992392d5babab20be4ce4029ad17ae062b5aianh *) mod_ssl: Drop support for the CompatEnvVars argument to
b7973a1e572a3ff7cdedb48ed1f9481ece700bf9trawick SSLOptions, which was never actually implemented in 2.0.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Joe Orton]
b7973a1e572a3ff7cdedb48ed1f9481ece700bf9trawick
5c4e29c5f77fbc967d78886ab378b9500267b0fbtrawick *) Fix bug in mod_deflate that unconditionally sent deflate'd output
5c4e29c5f77fbc967d78886ab378b9500267b0fbtrawick even when Accept-Encoding is not present. [Justin Erenkrantz]
5c4e29c5f77fbc967d78886ab378b9500267b0fbtrawick
1fbf6ba0f5207e6637b49f9a9dfcc779bbe952a9trawick *) Pass environment variables through to piped loggers and start
1fbf6ba0f5207e6637b49f9a9dfcc779bbe952a9trawick them via the shell, resolving regressions since 1.3. PR 28815
6c4c113ce85934b11c9e78399e1bb8ec7a568af9nd [Ken Coar, Jeff Trawick]
6c4c113ce85934b11c9e78399e1bb8ec7a568af9nd
679cafe33462d8c6bd0a74cc4359e561d19a0aafnd *) External rewrite map responses are no longer limited to 2048
679cafe33462d8c6bd0a74cc4359e561d19a0aafnd bytes. [Andr� Malo]
6c4c113ce85934b11c9e78399e1bb8ec7a568af9nd
81ef3d132c8f335006465f297c42319f8734825dnd *) Proxy server was deleting cookies that Apache had already
81ef3d132c8f335006465f297c42319f8734825dnd assigned if the origin server had set any cookies. PR 27023.
81ef3d132c8f335006465f297c42319f8734825dnd [Jim Jagielski]
73291de2e17c97d3549f2f8aa085ca43d27e108and
73291de2e17c97d3549f2f8aa085ca43d27e108and *) Removed old and unmaintained ap_add_named_module API and changed
73291de2e17c97d3549f2f8aa085ca43d27e108and the following APIs to return an error instead of hard exiting:
73291de2e17c97d3549f2f8aa085ca43d27e108and ap_add_module, ap_add_loaded_module, ap_setup_prelinked_modules,
3caed8f01e7d67f3ad5d47cb28bb4e43131652fdjerenkrantz and ap_process_resource_config. [Andr� Malo]
3caed8f01e7d67f3ad5d47cb28bb4e43131652fdjerenkrantz
3caed8f01e7d67f3ad5d47cb28bb4e43131652fdjerenkrantz *) mod_headers: Allow %% in header values to represent a literal %.
238e707c9022eaa8332a702dd6913dd0d1fb3df8jerenkrantz [Andr� Malo]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
3caed8f01e7d67f3ad5d47cb28bb4e43131652fdjerenkrantz *) mod_headers: Allow env clauses also for 'echo' and 'unset' actions.
e127d82e8afc2f885fe2183b68d4a110580d21dfjwoolley [Andr� Malo]
e127d82e8afc2f885fe2183b68d4a110580d21dfjwoolley
e127d82e8afc2f885fe2183b68d4a110580d21dfjwoolley *) mod_headers: Allow 'echo' also for ErrorHeaders. [Andr� Malo]
e127d82e8afc2f885fe2183b68d4a110580d21dfjwoolley
fd99717a52886f7d9f9f73be2080d3fdc2ec4bd6nd *) mod_deflate: New option for DEFLATE output file (force-gzip),
fd99717a52886f7d9f9f73be2080d3fdc2ec4bd6nd new output filter 'INFLATE' for uncompressing responses.
fd99717a52886f7d9f9f73be2080d3fdc2ec4bd6nd [Nick Kew <Nick at WebThing dot com>, Ian Holsman]
5fb2e8564729922524cd011b11e2d4f5d76f5a8dnd
5fb2e8564729922524cd011b11e2d4f5d76f5a8dnd *) Added new module mod_version, which provides version dependent
5fb2e8564729922524cd011b11e2d4f5d76f5a8dnd configuration containers. [Andr� Malo]
987c2c2ff2f19f306357f79d3280b347d96c470fnd
987c2c2ff2f19f306357f79d3280b347d96c470fnd *) mod_log_config now logs all Set-Cookie headers if the %{Set-Cookie}o
987c2c2ff2f19f306357f79d3280b347d96c470fnd format is used. PR 27787. [Andr� Malo]
987c2c2ff2f19f306357f79d3280b347d96c470fnd
a4dd3688dd6645faf0c1c1bfb22017c8f03d5b24nd *) Allow Digest providers to return AUTH_DENIED to propagate a 401
a4dd3688dd6645faf0c1c1bfb22017c8f03d5b24nd status and terminate the provider chain prior to checking the password.
a4dd3688dd6645faf0c1c1bfb22017c8f03d5b24nd [Geoffrey Young]
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd *) mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd Don't place script socket inside default server root instead of
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd actual server root. PR 27886. [Jeff Trawick]
7de6cb79f71a9007ba2b1e786cbad8b84f05d101nd
7de6cb79f71a9007ba2b1e786cbad8b84f05d101nd *) mod_proxy: Fix handling of non-200 success status codes when
7de6cb79f71a9007ba2b1e786cbad8b84f05d101nd "ProxyErrorOverride On" is configured. PR 20183.
7de6cb79f71a9007ba2b1e786cbad8b84f05d101nd [Marcus Janson <marcus.janson tre.se>, Joe Orton]
aa9b03a5f32732c0caaef03a7ed78ffb290e29e4trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Threaded MPMs for Unix and Win32: Add support for ThreadStackSize
aa9b03a5f32732c0caaef03a7ed78ffb290e29e4trawick directive (previously NetWare-only) to override default thread
ab56518227d474ee08f039e4c5540011c1b8a913trawick stack size for threads which handle client connections. Required
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe for some third-party modules on platforms with small default
ab56518227d474ee08f039e4c5540011c1b8a913trawick thread stack size. [Jeff Trawick]
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick now populates r->user with the (possibly unauthenticated) user,
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawick and mod_auth_digest returns 500 when a provider returns
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawick AUTH_GENERAL_ERROR.
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawick [Geoffrey Young]
fc25339741311efd7d460f18b6287ef38d76bbe6madhum
fc25339741311efd7d460f18b6287ef38d76bbe6madhum *) The whole codebase was relicensed and is now available under
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the Apache License, Version 2.0 (http://www.apache.org/licenses).
fc25339741311efd7d460f18b6287ef38d76bbe6madhum [Apache Software Foundation]
fcdca175a52fe517f2317ba0e2b6e6d14522b869madhum
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz *) Delete some make-generated files in the server directory during
92a2439559cf1161742650ed9c50c6483bd029cemadhum "make clean" processing. PR 26552. [Jeff Trawick]
92a2439559cf1161742650ed9c50c6483bd029cemadhum
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add core version query function (ap_get_server_revision) and
92a2439559cf1161742650ed9c50c6483bd029cemadhum accompanying ap_version_t structure (minor MMN bump).
ebecc16986604cce1369d5075eff65032e3dd0deianh [Andr� Malo]
0d60370bedd05f9632f54e85c417ce472d463674madhum
ebecc16986604cce1369d5075eff65032e3dd0deianh *) mod_rewrite: EOLs sent by external rewritemaps are now consumed
764315969cef40e50cdc6a5e9638454e10c1c06end as whole. That way, on systems with more than one EOL character
764315969cef40e50cdc6a5e9638454e10c1c06end rewritemap programs no longer need to switch stdout to binary
764315969cef40e50cdc6a5e9638454e10c1c06end mode. PR 25635. [Andr� Malo]
764315969cef40e50cdc6a5e9638454e10c1c06end
b92cba59a0890be43b14aaf1ce30606140be9593nd *) mod_rewrite: Introduce the ability to force a content handler via
b92cba59a0890be43b14aaf1ce30606140be9593nd the [handler=...] flag. [Andr� Malo]
b92cba59a0890be43b14aaf1ce30606140be9593nd
b92cba59a0890be43b14aaf1ce30606140be9593nd *) mod_rewrite: Introduce the RewriteCond -x check, which returns
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick true if the pattern is a file with execution permissions.
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick [Andr� Malo]
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz *) mod_rewrite: Allow proxying and RewriteRules in directory context
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz for subrequests. PR 14648, 15114. [Andr� Malo]
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz *) mod_rewrite: Allow setting of any valid HTTP response code.
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz PR 25917. [Andr� Malo]
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz *) mod_rewrite: Cookie creation now works locale independent.
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz [Andr� Malo]
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz
1a5b9e0071f0c662036250b482d566ad87ff0b4bjerenkrantz *) mod_ssl: Add support for distributed session cache using 'distcache'.
1a5b9e0071f0c662036250b482d566ad87ff0b4bjerenkrantz [Geoff Thorpe <geoff geoffthorpe.net>]
1a5b9e0071f0c662036250b482d566ad87ff0b4bjerenkrantz
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz *) mod_dav: Disallow requests with an unescaped hash character in
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz the Request-URI. PR 21779. [Amit Athavale <amit_athavale lycos.com>]
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz
db5837bbc9bef214303e755fa52122140366cb6fianh *) mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration
db5837bbc9bef214303e755fa52122140366cb6fianh attaches a body to the 302 response and a wrong Content-Length header.
db5837bbc9bef214303e755fa52122140366cb6fianh PR: 22951 [Ermanno Scaglione scaglione ..at.. starnetone.de]
aac2b82fe4f1ac117e2a0702438d6615542642dand
aac2b82fe4f1ac117e2a0702438d6615542642dand *) Bring ErrorHeader concept forward from 1.3, so that response
aac2b82fe4f1ac117e2a0702438d6615542642dand header fields can be set for return even on errors or external
a793d402c74e50326a2401cfbdc562c5781948fdnd redirects. [Ken Coar]
a793d402c74e50326a2401cfbdc562c5781948fdnd
0a209fcb17b8c9a42a6149a1758e61cf6527d367nd *) Fix <Limit> and <LimitExcept> parsing to require a closing '>'
a793d402c74e50326a2401cfbdc562c5781948fdnd in the initial container. PR 25414.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz [Geoffrey Young <geoff apache.org>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) Clean up httpd -V output: Instead of displaying the MPM source
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantz directory, display the MPM name and some MPM properties.
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantz [Geoffrey Young <geoff apache.org>]
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantz
ab8c0315521735c73ce16c8072f91e17c406ca5bnd *) mod_ssl/mod_status: Re-enable support for output of SSL session
ab8c0315521735c73ce16c8072f91e17c406ca5bnd cache information in server-status page. [Joe Orton]
ab8c0315521735c73ce16c8072f91e17c406ca5bnd
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5nd *) mod_ssl: Remove the shmht session cache, shmcb should be used
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5nd instead. [Joe Orton]
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5nd
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5nd *) mod_logio: Account for some bytes handed to the network layer prior to
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantz dropped connections. [Jeff Trawick]
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantz
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantz *) mod_autoindex: new directive IndexStyleSheet
4567cfc6a65328bd3e8dd2b758ca926b389c7058brianp [Tyler Riddle <triddle_1999 yahoo.com>, Paul Querna <chip force-elite.com>]
4567cfc6a65328bd3e8dd2b758ca926b389c7058brianp
4567cfc6a65328bd3e8dd2b758ca926b389c7058brianp *) Fix uninitialized gprof directory name in prefork MPM. PR 24450.
4cdc5446050c19b9d519a273a129188586e8d445jerenkrantz [Chris Knight <Christopher.D.Knight nasa.gov>]
4cdc5446050c19b9d519a273a129188586e8d445jerenkrantz
4cdc5446050c19b9d519a273a129188586e8d445jerenkrantz *) Log an error when requests for URIs which fail to map to a valid
2f408250e9111c4b85b2b4b9b8836e83987efdefstoddard filesystem name are rejected with 403. [Jeff Trawick]
2f408250e9111c4b85b2b4b9b8836e83987efdefstoddard
2f408250e9111c4b85b2b4b9b8836e83987efdefstoddard *) Switch to APR 1.0 API.
2f408250e9111c4b85b2b4b9b8836e83987efdefstoddard
d5b7ba26785d7494166d48876362ba30ff30b98awrowe *) Major overhaul of mod_include's filter parser. The new parser code
47fe07199bddec6124ab7251c6be5c6c9ac00485jerenkrantz is expected to be more robust and should catch all of the edge cases
47fe07199bddec6124ab7251c6be5c6c9ac00485jerenkrantz that were not handled by the previous one. This includes a binary
6646a289c2d4778c8cd43d62b5a1cc966a356f85jerenkrantz incompatible change of mod_include's external API. [Andr� Malo]
6646a289c2d4778c8cd43d62b5a1cc966a356f85jerenkrantz
6646a289c2d4778c8cd43d62b5a1cc966a356f85jerenkrantz *) mod_rewrite: Allow forced mimetypes [T=...] to get expanded.
6646a289c2d4778c8cd43d62b5a1cc966a356f85jerenkrantz PR 14223. [Andr� Malo]
aec70520ebe1e33e0d5e83c3626649d2a41dbe68wrowe
aec70520ebe1e33e0d5e83c3626649d2a41dbe68wrowe *) mod_rewrite: Fix LA-U and LA-F lookups in directory context. Previously
aec70520ebe1e33e0d5e83c3626649d2a41dbe68wrowe the current rewrite state was just used as lookup path, which lead to
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe strange and often useless results. Related to PR 8493. [Andr� Malo]
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe *) Change Listen directive to bind to all addresses when a hostname is
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe not specified. [Justin Erenkrantz]
a57463e9530d71befcc34dc69b999fa88c38b14fstoddard
a57463e9530d71befcc34dc69b999fa88c38b14fstoddard *) Correct failure with Listen directives on machines with IPv6 enabled.
306b67433d26194a779e0755a3e670398bdfd9d3jerenkrantz [Colm MacC�rthaigh <colm stdlib.net>, Justin Erenkrantz]
306b67433d26194a779e0755a3e670398bdfd9d3jerenkrantz
306b67433d26194a779e0755a3e670398bdfd9d3jerenkrantz *) Fix a link failure in mod_ssl when the OpenSSL libraries contain
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz the ENGINE functions but the engine header files are missing.
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz [Cliff Woolley]
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz *) mod_rewrite: RewriteRules in server context using the force
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz type feature [T=...] no longer disable MultiViews. [Andr� Malo]
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot.
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz [Andr� Malo]
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz *) mod_authz_groupfile: Strip trailing spaces of group names. This
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz hopefully saves some hours of searching for typos. PR 12863.
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz [Andr� Malo]
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz *) mod_actions: Propagate the handler name to the action script via
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz the REDIRECT_HANDLER environment variable. [Andr� Malo]
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz *) mod_actions: Introduce the "virtual" modifier to the Action directive,
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz which allows the use of handlers for virtual locations. PR 8431.
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz [Andr� Malo]
fb1491ee67d7ae38b12f68c8da2743dfacd5e2b5jerenkrantz
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton *) mod_speling: Recognize AcceptPathInfo setting for the particular
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton location. Default is to reject path information. PR 21059.
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton [Andr� Malo]
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton *) mod_ext_filter: Add the ability to filter request bodies.
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton [Philipp Reisner <philipp.reisner linbit.com>]
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton *) Fix some broken log messages in WinNT MPM.
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton [Juan Rivera <Juan.Rivera citrix.com>]
13cb3ceccbefd170673ec7059a1f84c3aac9301djorton
1ed67ffc7376e930b17cefcaf3b8fbe8c9d02fe3erikabele *) prefork MPM: Use the right permissions for the directory created
1ed67ffc7376e930b17cefcaf3b8fbe8c9d02fe3erikabele for gprof support. [Jim Carlson <jcarlson jnous.com>]
1ed67ffc7376e930b17cefcaf3b8fbe8c9d02fe3erikabele
1ed67ffc7376e930b17cefcaf3b8fbe8c9d02fe3erikabele *) Fix a compile failure with recent OpenSSL and picky compilers
1ed67ffc7376e930b17cefcaf3b8fbe8c9d02fe3erikabele (e.g., OpenSSL 0.9.7a and xlc_r on AIX). [Jeff Trawick]
db913c8820608d6d525290ad407678e476aed0b4bnicholes
db913c8820608d6d525290ad407678e476aed0b4bnicholes *) OpenSSL headers should be included as "openssl/ssl.h", and not rely on
db913c8820608d6d525290ad407678e476aed0b4bnicholes the INCLUDE path to be defined properly.
db913c8820608d6d525290ad407678e476aed0b4bnicholes PR 11310. [Geoff Thorpe <geoff geoffthorpe.net>]
db913c8820608d6d525290ad407678e476aed0b4bnicholes
db913c8820608d6d525290ad407678e476aed0b4bnicholes *) Modify APACHE_CHECK_SSL_TOOLKIT to detect SSL-C. [Madhusudan Mathihalli]
db913c8820608d6d525290ad407678e476aed0b4bnicholes
db913c8820608d6d525290ad407678e476aed0b4bnicholes *) Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
db913c8820608d6d525290ad407678e476aed0b4bnicholes autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc).
db913c8820608d6d525290ad407678e476aed0b4bnicholes [Geoff Thorpe <geoff geoffthorpe.net>]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) change directive name from 'compressionlevel' to 'deflatecompressionlevel'
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Ian Holsman, Andr� Malo]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_negotiation: quality values are now parsed independent from
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton the current locale. level values are now really parsed as integers.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton PR 17564. [Andr� Malo]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) Extend mod_negotiation to evaluate the environment variables
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton no-gzip and gzip-only-text/html the same way as mod_deflate does.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Andr� Malo]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_rewrite: Fix some problems reporting errors with mapping
6ce789f46b020038831a8bc8def2bbd039471eccminfrin programs (RewriteMap prg:/something). [Jeff Trawick]
6ce789f46b020038831a8bc8def2bbd039471eccminfrin
6ce789f46b020038831a8bc8def2bbd039471eccminfrin *) Return 413 if chunk-ext-header is too long rather than reading from
1aeb17f23e558c7fc587ef2f232025071d28ce2bminfrin the truncated line. PR 15857. [Justin Erenkrantz]
1aeb17f23e558c7fc587ef2f232025071d28ce2bminfrin
1aeb17f23e558c7fc587ef2f232025071d28ce2bminfrin *) Allow restart of httpd to occur even with syntax errors in the config
233a7697bd6064885197c568fe5a6aa4bafa1558minfrin file. PR 16813. [Justin Erenkrantz]
233a7697bd6064885197c568fe5a6aa4bafa1558minfrin
233a7697bd6064885197c568fe5a6aa4bafa1558minfrin *) Use APR_LAYOUT instead of APACHE_LAYOUT in configure. PR 15679.
233a7697bd6064885197c568fe5a6aa4bafa1558minfrin [Justin Erenkrantz]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Remove files on 'make distclean' that should be. PR 15592.
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin [Justin Erenkrantz]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Allow apachectl to perform status with links and elinks as well.
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin [Justin Erenkrantz]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) mod_log_config change optional hook to return previous handler
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin [Ian Holsman]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Forward port of mod_actions' ability to handle arbitrary methods
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin with the Script directive. [Andr� Malo]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Let suexec send a message to stderr, if it failed or its policy
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin was violated. This message appears in the error log and allows
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin for easier debugging. PR 5381, 7638, 8255, 10773. [Andr� Malo]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Modify buildconf to copy all required files into httpd's tree.
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin [Thom May <thom planetarytramp.net>]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Allow mod_dav to do weak entity comparison functions.
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin [Justin Erenkrantz]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Move RFC 1413 ident requests from core to new module mod_ident.
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin [Andr� Malo]
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin *) Add mod_authz_owner - a forward port of "Require file-owner"
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin and "Require file-group", which was already present in version
2afded63386f82778457d31bf2d5fbea4f3e2ab0minfrin 1.3.21. [Andr� Malo]
95502b537c0cd0cef69b85cea6b5ce3785949d65bnicholes
95502b537c0cd0cef69b85cea6b5ce3785949d65bnicholes *) Add mod_dav_lock - a generic subset of the DAV locking implementation.
95502b537c0cd0cef69b85cea6b5ce3785949d65bnicholes [Justin Erenkrantz]
a57463e9530d71befcc34dc69b999fa88c38b14fstoddard
a57463e9530d71befcc34dc69b999fa88c38b14fstoddard *) Replace some of the mutex locking in the worker MPM with
a57463e9530d71befcc34dc69b999fa88c38b14fstoddard atomic operations for higher concurrency. [Brian Pane]
a57463e9530d71befcc34dc69b999fa88c38b14fstoddard
90692b194d8545ef6d0659e2a5e555b07a826203stoddard *) Allow 'make depend' to work with non-GCC compilers.
90692b194d8545ef6d0659e2a5e555b07a826203stoddard [Justin Erenkrantz]
90692b194d8545ef6d0659e2a5e555b07a826203stoddard
1f729c89340144196af6120eb6be0d9704effd86stoddard *) If an httpd.conf has commented out AddModule directives,
1f729c89340144196af6120eb6be0d9704effd86stoddard apxs -i -a will add an un-commented AddModule directive for
3a47088a3cd486d3639763ef940e298bb75726b1jorton the new module, which breaks the config.
3a47088a3cd486d3639763ef940e298bb75726b1jorton PR: 11212 [Joe Orton]
3a47088a3cd486d3639763ef940e298bb75726b1jorton
3a47088a3cd486d3639763ef940e298bb75726b1jorton *) Fix mod_proxy handling of filtered input bodies. [Justin Erenkrantz]
3a47088a3cd486d3639763ef940e298bb75726b1jorton
3a47088a3cd486d3639763ef940e298bb75726b1jorton *) Move the check of the Expect request header field after the hook
3a47088a3cd486d3639763ef940e298bb75726b1jorton for ap_post_read_request, since that is the only opportunity for
68f29716d504ffafacc47f211563afa8bfddc75fminfrin modules to handle Expect extensions. [Justin Erenkrantz]
fda9724d890bc5d8d39e42b6baa6847623a319f8geoff
fda9724d890bc5d8d39e42b6baa6847623a319f8geoff *) Rewrite of aaa modules to an authn/authz model.
fda9724d890bc5d8d39e42b6baa6847623a319f8geoff [Dirk-Willem van Gulik, Justin Erenkrantz]
fda9724d890bc5d8d39e42b6baa6847623a319f8geoff
fda9724d890bc5d8d39e42b6baa6847623a319f8geoff
a13cde9773cabe1c57cf5871afdfcca265b4fb2ftrawick [Apache 2.1.0-dev includes those bug fixes and changes with the
a13cde9773cabe1c57cf5871afdfcca265b4fb2ftrawick Apache 2.0.xx tree as documented, and except as noted, below.]
a13cde9773cabe1c57cf5871afdfcca265b4fb2ftrawick
a13cde9773cabe1c57cf5871afdfcca265b4fb2ftrawickChanges with Apache 2.0.55
1f729c89340144196af6120eb6be0d9704effd86stoddard
1f729c89340144196af6120eb6be0d9704effd86stoddard *) proxy HTTP: Rework the handling of request bodies to handle
1f729c89340144196af6120eb6be0d9704effd86stoddard chunked input and input filters which modify content length, and
1f729c89340144196af6120eb6be0d9704effd86stoddard avoid spooling arbitrary-sized request bodies in memory.
50b887f89293bb12f156cb5b768ff3834c6c0ecdtrawick PR 15859. [Jeff Trawick]
50b887f89293bb12f156cb5b768ff3834c6c0ecdtrawick
50b887f89293bb12f156cb5b768ff3834c6c0ecdtrawickChanges with Apache 2.0.54
dbbd7d4a411d7f781052101461c520468a39dd64trawick
dbbd7d4a411d7f781052101461c520468a39dd64trawick *) mod_cache: Add CacheIgnoreHeaders directive. PR 30399.
dbbd7d4a411d7f781052101461c520468a39dd64trawick [Rüiger Plü <r.pluem t-online.de>]
dbbd7d4a411d7f781052101461c520468a39dd64trawick
22fc5d45d68b6bb99dfe77ffbd4248ce4a1f71b1stoddard *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
22fc5d45d68b6bb99dfe77ffbd4248ce4a1f71b1stoddard the ldap socket connection timeout value.
3a47088a3cd486d3639763ef940e298bb75726b1jorton [Brad Nicholes]
3a47088a3cd486d3639763ef940e298bb75726b1jorton
3a47088a3cd486d3639763ef940e298bb75726b1jorton *) worker MPM: Fix a problem which could cause httpd processes to
3a47088a3cd486d3639763ef940e298bb75726b1jorton remain active after shutdown. [Jeff Trawick]
3a47088a3cd486d3639763ef940e298bb75726b1jorton
3a47088a3cd486d3639763ef940e298bb75726b1jorton *) Unix MPMs: Shut down the server more quickly when child processes are
3a47088a3cd486d3639763ef940e298bb75726b1jorton slow to exit. [Joe Orton, Jeff Trawick]
3a47088a3cd486d3639763ef940e298bb75726b1jorton
3a47088a3cd486d3639763ef940e298bb75726b1jorton *) Remove formatting characters from ap_log_error() calls. These
3a47088a3cd486d3639763ef940e298bb75726b1jorton were escaped as fallout from CAN-2003-0020.
3a47088a3cd486d3639763ef940e298bb75726b1jorton [Eric Covener <ecovener gmail.com>]
3a47088a3cd486d3639763ef940e298bb75726b1jorton
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd *) mod_ssl: If SSLUsername is used, set r->user earlier. PR 31418.
25e0bab0a1533a32dfc32d64664d8fe927656640jwoolley [David Reid]
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd *) htdigest: Fix permissions of created files. PR 33765. [Joe Orton]
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd *) core_input_filter: Move buckets to a persistent brigade instead of
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd creating a new brigade. This stop a memory leak when proxying a
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd Streaming Media Server. PR 33382. [Paul Querna]
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd hiccups from additional path information passed in non-utf-8 format.
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd [Richard Donkin <rd9 donkin.org]
0596b673a5841c431b8f4c5de1f351cc3ae90fb9nd
2b436143f38de8b0239c1371594fe129030a08cbstoddardChanges with Apache 2.0.53
2b436143f38de8b0239c1371594fe129030a08cbstoddard
2b436143f38de8b0239c1371594fe129030a08cbstoddard *) Fix --with-apr=/usr and/or --with-apr-util=/usr. PR 29740.
2b436143f38de8b0239c1371594fe129030a08cbstoddard [Max Bowsher <maxb ukf.net>]
2b436143f38de8b0239c1371594fe129030a08cbstoddard
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton *) mod_proxy: Fix ProxyRemoteMatch directive. PR 33170.
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton [Rici Lake <rici ricilake.net>]
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton *) mod_proxy: Respect errors reported by pre_connection hooks.
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton [Jeff Trawick]
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton *) --with-module can now take more than one module to be statically
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton If the <modtype>-subdirectory doesn't exist it will be created and
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton populated with a standard Makefile.in. [Erik Abele]
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton *) Fix the RPM spec file so that an RPM build now works. An RPM
a4f89d40fa1b708cdffaf99f3f1e15beaf243367jorton build now requires system installations of APR and APR-util.
807d7e34c8631e4dcc9aab53d2e5867c325c4effnd Remove some arbitrary moving around of binaries - the RPM now
807d7e34c8631e4dcc9aab53d2e5867c325c4effnd maps to the ASF build of httpd.
807d7e34c8631e4dcc9aab53d2e5867c325c4effnd [Graham Leggett]
807d7e34c8631e4dcc9aab53d2e5867c325c4effnd
807d7e34c8631e4dcc9aab53d2e5867c325c4effnd *) mod_dumpio, an I/O logging/dumping module, added to the
807d7e34c8631e4dcc9aab53d2e5867c325c4effnd modules/expermimental subdirectory. [Jim Jagielski]
c949f779c0c5714ec0a1307ae6b8a2ff8ee5fcaastoddard
c949f779c0c5714ec0a1307ae6b8a2ff8ee5fcaastoddard *) mod_auth_ldap: Handle the inconsistent way in which the MS LDAP
c949f779c0c5714ec0a1307ae6b8a2ff8ee5fcaastoddard library handles special characters. PR 24437. [Jess Holle]
8df1d6d36f53225e62a767e255db91df7182a242jerenkrantz
8df1d6d36f53225e62a767e255db91df7182a242jerenkrantz *) Win32 MPM: Correct typo in debugging output. [William Rowe]
8df1d6d36f53225e62a767e255db91df7182a242jerenkrantz
8df1d6d36f53225e62a767e255db91df7182a242jerenkrantz *) conf: Remove AddDefaultCharset from the default configuration because
8df1d6d36f53225e62a767e255db91df7182a242jerenkrantz setting a site-wide default does more harm than good. PR 23421.
8df1d6d36f53225e62a767e255db91df7182a242jerenkrantz [Roy Fielding]
8df1d6d36f53225e62a767e255db91df7182a242jerenkrantz
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton *) Add charset to example CGI scripts. [Roy Fielding]
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton *) mod_ssl: fail quickly if SSL connection is aborted rather than
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton making many doomed ap_pass_brigade calls. PR 32699. [Joe Orton]
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton *) Remove compiled-in upper limit on LimitRequestFieldSize.
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton [Bill Stoddard]
60a66740fd7cf3974d7eb7791513d1d4a697f245stoddard
60a66740fd7cf3974d7eb7791513d1d4a697f245stoddard *) Start keeping track of time-taken-to-process-request again for
60a66740fd7cf3974d7eb7791513d1d4a697f245stoddard mod_status if ExtendedStatus is enabled. [Jim Jagielski]
d09682d04d135cab4463dbbd628c5185103960c7stoddard
d09682d04d135cab4463dbbd628c5185103960c7stoddard *) mod_proxy: Handle client-aborted connections correctly. PR 32443.
98c70f5863f1e63b16a457beb9736712b7c995fcjorton [Janne Hietam�ki, Joe Orton]
98c70f5863f1e63b16a457beb9736712b7c995fcjorton
98c70f5863f1e63b16a457beb9736712b7c995fcjorton *) Fix handling of files >2Gb on all platforms (or builds) where
98c70f5863f1e63b16a457beb9736712b7c995fcjorton apr_off_t is larger than apr_size_t. PR 28898. [Joe Orton]
98c70f5863f1e63b16a457beb9736712b7c995fcjorton
98c70f5863f1e63b16a457beb9736712b7c995fcjorton *) mod_include: Fix bug which could truncate variable expansions
98c70f5863f1e63b16a457beb9736712b7c995fcjorton of N*64 characters by one byte. PR 32985. [Joe Orton]
98c70f5863f1e63b16a457beb9736712b7c995fcjorton
98c70f5863f1e63b16a457beb9736712b7c995fcjorton *) Correct handling of certain bucket types in ap_save_brigade, fixing
98c70f5863f1e63b16a457beb9736712b7c995fcjorton possible segfaults in mod_cgi with #include virtual. PR 31247.
98c70f5863f1e63b16a457beb9736712b7c995fcjorton [Joe Orton]
98c70f5863f1e63b16a457beb9736712b7c995fcjorton
98c70f5863f1e63b16a457beb9736712b7c995fcjorton *) Allow for the use of --with-module=foo:bar where the ./modules/foo
98c70f5863f1e63b16a457beb9736712b7c995fcjorton directory is local only. Assumes, of course, that the required
98c70f5863f1e63b16a457beb9736712b7c995fcjorton files are in ./modules/foo, but makes it easier to statically
98c70f5863f1e63b16a457beb9736712b7c995fcjorton build/log "external" modules. [Jim Jagielski]
98c70f5863f1e63b16a457beb9736712b7c995fcjorton
98c70f5863f1e63b16a457beb9736712b7c995fcjorton *) Util_ldap: Implemented the util_ldap_cache_getuserdn() API so that
98c70f5863f1e63b16a457beb9736712b7c995fcjorton ldap authorization only modules have access to the util_ldap
98c70f5863f1e63b16a457beb9736712b7c995fcjorton user cache without having to require ldap authentication as well.
98c70f5863f1e63b16a457beb9736712b7c995fcjorton PR 31898. [Jari Ahonen jah progress.com, Brad Nicholes]
98c70f5863f1e63b16a457beb9736712b7c995fcjorton
a423b2901680984502cca9694d32535d7061ee33nd *) mod_auth_ldap: Added the directive "Requires ldap-attribute" that
a423b2901680984502cca9694d32535d7061ee33nd allows the module to only authorize a user if the attribute value
a423b2901680984502cca9694d32535d7061ee33nd specified matches the value of the user object. PR 31913
a423b2901680984502cca9694d32535d7061ee33nd [Ryan Morgan <rmorgan pobox.com>]
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd *) SECURITY: CAN-2004-0942 (cve.mitre.org)
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd Fix for memory consumption DoS in handling of MIME folded request
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd headers. [Joe Orton]
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd *) SECURITY: CAN-2004-0885 (cve.mitre.org)
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd mod_ssl: Fix a bug which allowed an SSLCipherSuite setting to be
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd bypassed during an SSL renegotiation. PR 31505.
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd [Hartmut Keil <Hartmut.Keil adnovum.ch>, Joe Orton]
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd *) mod_ssl: Fail at startup rather than segfault at runtime if a
abb92a2029fbfe7e69e5185ce104b7939310a4cbnd client cert is configured with an encrypted private key.
6bdb9c5d3d177a897b58777f28a0b94c798a5b2end PR 24030. [Joe Orton]
6bdb9c5d3d177a897b58777f28a0b94c798a5b2end
6bdb9c5d3d177a897b58777f28a0b94c798a5b2end *) apxs: fix handling of -Wc/-Wl and "-o mod_foo.so". PR 31448
624dd0eb3cff4353cf6a7ec70592adae319787bdnd [Joe Orton]
624dd0eb3cff4353cf6a7ec70592adae319787bdnd
624dd0eb3cff4353cf6a7ec70592adae319787bdnd *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.
624dd0eb3cff4353cf6a7ec70592adae319787bdnd [Jeff Trawick]
624dd0eb3cff4353cf6a7ec70592adae319787bdnd
624dd0eb3cff4353cf6a7ec70592adae319787bdnd *) mod_cache: CacheDisable will only disable the URLs it was meant to
624dd0eb3cff4353cf6a7ec70592adae319787bdnd disable, not all caching. PR 31128.
624dd0eb3cff4353cf6a7ec70592adae319787bdnd [Edward Rudd <eddie omegaware.com>, Paul Querna]
624dd0eb3cff4353cf6a7ec70592adae319787bdnd
624dd0eb3cff4353cf6a7ec70592adae319787bdnd *) mod_cache: Try to correctly follow RFC 2616 13.3 on validating stale
624dd0eb3cff4353cf6a7ec70592adae319787bdnd cache responses. [Justin Erenkrantz]
624dd0eb3cff4353cf6a7ec70592adae319787bdnd
624dd0eb3cff4353cf6a7ec70592adae319787bdnd *) mod_rewrite: Handle per-location rules when r->filename is unset.
624dd0eb3cff4353cf6a7ec70592adae319787bdnd Previously this would segfault or simply not match as expected,
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes depending on the platform. [Jeff Trawick]
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes *) mod_rewrite: Fix 0 bytes write into random memory position.
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes PR 31036. [Andr� Malo]
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes *) mod_disk_cache: Do not store aborted content. PR 21492.
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes [Rüiger Plü <r.pluem t-online.de>]
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes *) mod_disk_cache: Correctly store cached content type. PR 30278.
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes [Rüiger Plü <r.pluem t-online.de>]
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes
a0cf51c951403c8dbc7b8caf88a77074dd8731bbbnicholes *) mod_ldap: prevent the possiblity of an infinite loop in the LDAP
fdfa27042409771401b31da24a4aed9c7ee02ba7bnicholes statistics display. PR 29216. [Graham Leggett]
fdfa27042409771401b31da24a4aed9c7ee02ba7bnicholes
fdfa27042409771401b31da24a4aed9c7ee02ba7bnicholes *) mod_ldap: fix a bogus error message to tell the user which file
15bf15191092c9bffdfb3a8c25f543c21381847fgeoff is causing a potential problem with the LDAP shared memory cache.
15bf15191092c9bffdfb3a8c25f543c21381847fgeoff PR 31431 [Graham Leggett]
162e147f0561548589a5e3595401438301c0d5bfnd
15bf15191092c9bffdfb3a8c25f543c21381847fgeoff *) mod_disk_cache: Do not store hop-by-hop headers. [Justin Erenkrantz]
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna *) Fix the re-linking issue when purging elements from the LDAP cache
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna PR 24801. [Jess Holle <jessh ptc.com>]
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna *) mod_disk_cache: Fix races in saving responses. [Justin Erenkrantz]
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna *) Fix Expires handling in mod_cache. [Justin Erenkrantz]
38ec256e83361accbe95c1089d4cb2d92052acb3pquerna
41f1dec46fe56a30962601d0e8ce689ac6c86147geoff *) Alter mod_expires to run at a different filter priority to allow
41f1dec46fe56a30962601d0e8ce689ac6c86147geoff proper Expires storage by mod_cache. [Justin Erenkrantz]
41f1dec46fe56a30962601d0e8ce689ac6c86147geoff
41f1dec46fe56a30962601d0e8ce689ac6c86147geoffChanges with Apache 2.0.52
508fc9d45fb7ab0ef69294f6a8fd25cb96dbde72trawick
508fc9d45fb7ab0ef69294f6a8fd25cb96dbde72trawick *) Use HTML 2.0 <hr> for error pages. PR 30732 [Andr� Malo]
508fc9d45fb7ab0ef69294f6a8fd25cb96dbde72trawick
508fc9d45fb7ab0ef69294f6a8fd25cb96dbde72trawick *) Fix the global mutex crash when the global mutex is never allocated
508fc9d45fb7ab0ef69294f6a8fd25cb96dbde72trawick due to disabled/empty caches. [Jess Holle <jessh ptc.com>]
8c2f8720f8fe23c6085509198773a5a1dda268fbminfrin
8c2f8720f8fe23c6085509198773a5a1dda268fbminfrin *) Fix a segfault in the LDAP cache when it is configured switched
8c2f8720f8fe23c6085509198773a5a1dda268fbminfrin off. [Jess Holle <jessh ptc.com>]
f1c413e3b75fa1b6aadbb7022ff82042ca10b2a8minfrin
f1c413e3b75fa1b6aadbb7022ff82042ca10b2a8minfrin *) SECURITY: CAN-2004-0811 (cve.mitre.org)
f1c413e3b75fa1b6aadbb7022ff82042ca10b2a8minfrin Fix merging of the Satisfy directive, which was applied to
f1c413e3b75fa1b6aadbb7022ff82042ca10b2a8minfrin the surrounding context and could allow access despite configured
329ce430c1ad464f1927f95f114ab16fe91e4c9bstoddard authentication. PR 31315. [Rici Lake <rici ricilake.net>]
ee64282e65aac20cde407210163ecbf7e104cc56stoddard
d00ce17e51cb219a98ed5ae4687be42d264e818dtrawick *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
d00ce17e51cb219a98ed5ae4687be42d264e818dtrawick is enabled. Previously, such urls would still be rejected.
d00ce17e51cb219a98ed5ae4687be42d264e818dtrawick [Jeff Trawick, Bill Stoddard]
d00ce17e51cb219a98ed5ae4687be42d264e818dtrawick
d00ce17e51cb219a98ed5ae4687be42d264e818dtrawick *) mod_mem_cache: Fixed race condition causing segfault because of memory being
98c70f5863f1e63b16a457beb9736712b7c995fcjorton freed twice, or reused after being freed.
98c70f5863f1e63b16a457beb9736712b7c995fcjorton [J. Clar, W. Stoddard, G. Ames]
98c70f5863f1e63b16a457beb9736712b7c995fcjorton
98c70f5863f1e63b16a457beb9736712b7c995fcjorton *) Add -l option to rotatelogs to let it use local time rather than
98c70f5863f1e63b16a457beb9736712b7c995fcjorton UTC. PR 24417. [Ken Coar, Uli Zappe <uli ritual.org>]
92c2e82603d4f08cd8b87e68be5e3888ef32f917nd
92c2e82603d4f08cd8b87e68be5e3888ef32f917nd *) mod_log_config: Fix a bug which prevented request completion time
92c2e82603d4f08cd8b87e68be5e3888ef32f917nd from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
463ec285d00a089e8861dda975cc3fc77fbdbd67nd processing. PR 29696. [Alois Treindl <alois astro.ch>]
463ec285d00a089e8861dda975cc3fc77fbdbd67nd
463ec285d00a089e8861dda975cc3fc77fbdbd67ndChanges with Apache 2.0.51
463ec285d00a089e8861dda975cc3fc77fbdbd67nd
463ec285d00a089e8861dda975cc3fc77fbdbd67nd *) SECURITY: CAN-2004-0786 (cve.mitre.org)
463ec285d00a089e8861dda975cc3fc77fbdbd67nd Fix an input validation issue in apr-util which could be
463ec285d00a089e8861dda975cc3fc77fbdbd67nd triggered by malformed IPv6 literal addresses. [Joe Orton]
463ec285d00a089e8861dda975cc3fc77fbdbd67nd
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton *) SECURITY: CAN-2004-0747 (cve.mitre.org)
463ec285d00a089e8861dda975cc3fc77fbdbd67nd Fix buffer overflow in expansion of environment variables in
c022ee876f3666435b58534680719193b9aece70trawick configuration file parsing. [Andr� Malo]
c022ee876f3666435b58534680719193b9aece70trawick
c022ee876f3666435b58534680719193b9aece70trawick *) SECURITY: CAN-2004-0809 (cve.mitre.org)
c022ee876f3666435b58534680719193b9aece70trawick mod_dav_fs: Fix a segfault in the handling of an indirect lock
1940eeecc1f7d1ce69b3e43b49378f5e2b307e8ebnicholes refresh. PR 31183. [Joe Orton]
1940eeecc1f7d1ce69b3e43b49378f5e2b307e8ebnicholes
1940eeecc1f7d1ce69b3e43b49378f5e2b307e8ebnicholes *) mod_include no longer checks for recursion, because that's done
40cbbfafeb47550fb1b208b31c41813392720f69jorton in the core. This allows for careful usage of recursive SSI.
40cbbfafeb47550fb1b208b31c41813392720f69jorton [Andr� Malo]
40cbbfafeb47550fb1b208b31c41813392720f69jorton
40cbbfafeb47550fb1b208b31c41813392720f69jorton *) Fix memory leak in the cache handling of mod_rewrite. PR 27862.
40cbbfafeb47550fb1b208b31c41813392720f69jorton [chunyan sheng <shengperson yahoo.com>, Andr� Malo]
40cbbfafeb47550fb1b208b31c41813392720f69jorton
40cbbfafeb47550fb1b208b31c41813392720f69jorton *) Include directives no longer refuse to process symlinks on
40cbbfafeb47550fb1b208b31c41813392720f69jorton directories. Instead there's now a maximum nesting level
40cbbfafeb47550fb1b208b31c41813392720f69jorton of included directories (128 as distributed). This is configurable
40cbbfafeb47550fb1b208b31c41813392720f69jorton at compile time using the -DAP_MAX_INCLUDE_DIR_DEPTH switch.
40cbbfafeb47550fb1b208b31c41813392720f69jorton PR 28492. [Andr� Malo]
40cbbfafeb47550fb1b208b31c41813392720f69jorton
40cbbfafeb47550fb1b208b31c41813392720f69jorton *) Win32: apache -k start|restart|install|config can leave stranded
40cbbfafeb47550fb1b208b31c41813392720f69jorton piped logger processes (eg, rotatelogs.exe) due to improper
40cbbfafeb47550fb1b208b31c41813392720f69jorton server shutdown on these code paths.
fc14030410c01063b4e6f3c1cee4142962a0338fnd [Bill Stoddard]
fc14030410c01063b4e6f3c1cee4142962a0338fnd
fc14030410c01063b4e6f3c1cee4142962a0338fnd *) SECURITY: CAN-2004-0751 (cve.mitre.org)
8f697acb97f27aaa43c67d649cd69618123f4ebdnd mod_ssl: Fix a segfault in the SSL input filter which could be
8f697acb97f27aaa43c67d649cd69618123f4ebdnd triggered if using "speculative" mode, for instance by a
8f697acb97f27aaa43c67d649cd69618123f4ebdnd proxy request to an SSL server. PR 30134. [Joe Orton]
aa37a703efc2aae38e9dcf68375018e01d2af950nd
aa37a703efc2aae38e9dcf68375018e01d2af950nd *) mod_rewrite: Add %{SSL:...} and %{HTTPS} variable lookups.
aa37a703efc2aae38e9dcf68375018e01d2af950nd PR 30464. [Joe Orton, Madhusudan Mathihalli]
aa37a703efc2aae38e9dcf68375018e01d2af950nd
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton *) mod_ssl: Add new 'ssl_is_https' optional function. [Joe Orton]
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton *) Prevent CGI script output which includes a Content-Range header
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton from being passed through the byterange filter. [Joe Orton]
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton *) Satisfy directives now can be influenced by a surrounding <Limit>
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd container. PR 14726. [Andr� Malo]
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd *) mod_rewrite now officially supports RewriteRules in <Proxy> sections.
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd PR 27985. [Andr� Malo]
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd
9026fcf39ea5fbacee72b6c4f68e6c778dbad478nd *) mod_disk_cache: Implement binary format for on-disk header files.
0043caa79a47e74a29c19b87bc85b2545e7209e6nd [Brian Akins <bakins web.turner.com>, Justin Erenkrantz]
0043caa79a47e74a29c19b87bc85b2545e7209e6nd
0043caa79a47e74a29c19b87bc85b2545e7209e6nd *) mod_disk_cache: Optimize network performance of disk cache subsystem by
5d3ba6c91839d8b8bb98b2ff43c0d686c335b783nd allowing zero-copy (sendfile) writes and other miscellaneous fixes.
0043caa79a47e74a29c19b87bc85b2545e7209e6nd [Justin Erenkrantz]
0043caa79a47e74a29c19b87bc85b2545e7209e6nd
0043caa79a47e74a29c19b87bc85b2545e7209e6nd *) mod_cache, mod_disk_cache, mod_mem_cache: Refactor cache modules, and
0043caa79a47e74a29c19b87bc85b2545e7209e6nd switch to the provider API instead of hooks. [Justin Erenkrantz]
0043caa79a47e74a29c19b87bc85b2545e7209e6nd
0043caa79a47e74a29c19b87bc85b2545e7209e6nd *) mod_autoindex: Don't truncate the directory listing if a stat()
0043caa79a47e74a29c19b87bc85b2545e7209e6nd call fails (for instance on a >2Gb file). PR 17357.
0043caa79a47e74a29c19b87bc85b2545e7209e6nd [Joe Orton]
0043caa79a47e74a29c19b87bc85b2545e7209e6nd
73e8c23f3efca94370c24e6a5908ee6e522bf4dbminfrin *) Makefile fix: httpd is linked against LIBS given to the
73e8c23f3efca94370c24e6a5908ee6e522bf4dbminfrin 'make' invocation. PR 7882. [Joe Orton]
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton
73e8c23f3efca94370c24e6a5908ee6e522bf4dbminfrin *) WinNT MPM: Fix a broken log message at termination. PR 28063.
94e96b9af3e76ff6913fcf5306e3acb75c70168bminfrin [Eider Oliveira <eider bol.com.br>]
94e96b9af3e76ff6913fcf5306e3acb75c70168bminfrin
94e96b9af3e76ff6913fcf5306e3acb75c70168bminfrin *) Prevent Win32 pool corruption at startup [Allan Edwards]
94e96b9af3e76ff6913fcf5306e3acb75c70168bminfrin
294742ca68d050582b774a02fa708926d4eba173minfrin *) mod_ssl: Add "SSLUserName" directive to set r->user based on a
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton chosen SSL environment variable. PR 20957.
294742ca68d050582b774a02fa708926d4eba173minfrin [Martin v. Loewis <martin v.loewis.de>]
294742ca68d050582b774a02fa708926d4eba173minfrin
294742ca68d050582b774a02fa708926d4eba173minfrin *) suexec: Pass the SERVER_SIGNATURE envvar through to CGIs.
294742ca68d050582b774a02fa708926d4eba173minfrin [Zvi Har'El <rl math.technion.ac.il>]
294742ca68d050582b774a02fa708926d4eba173minfrin
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton *) apachectl: Fix a problem finding envvars if sbindir != bindir.
294742ca68d050582b774a02fa708926d4eba173minfrin PR 30723. [Friedrich Haubensak <hsk imb-jena.de>]
294742ca68d050582b774a02fa708926d4eba173minfrin
294742ca68d050582b774a02fa708926d4eba173minfrin *) mod_ssl: Build on RHEL 3. PR 18989. [Justin Erenkrantz]
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton
294742ca68d050582b774a02fa708926d4eba173minfrin *) SECURITY: CAN-2004-0748 (cve.mitre.org)
294742ca68d050582b774a02fa708926d4eba173minfrin mod_ssl: Fix a potential infinite loop. PR 29964. [Joe Orton]
294742ca68d050582b774a02fa708926d4eba173minfrin
294742ca68d050582b774a02fa708926d4eba173minfrin *) mod_ssl: Avoid startup failure after unclean shutdown if using shmcb.
294742ca68d050582b774a02fa708926d4eba173minfrin PR 18989. [Joe Orton]
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton
29bb843fb0833aec0d7f631a2bdbba9e9f6f3851minfrin *) mod_userdir: Ensure that the userdir identity is used for
29bb843fb0833aec0d7f631a2bdbba9e9f6f3851minfrin suexec userdir access in a virtual host which has suexec configured.
29bb843fb0833aec0d7f631a2bdbba9e9f6f3851minfrin PR 18156. [Joshua Slive]
29bb843fb0833aec0d7f631a2bdbba9e9f6f3851minfrin
29bb843fb0833aec0d7f631a2bdbba9e9f6f3851minfrin *) mod_rewrite no longer confuses the RewriteMap caches if
edc6a3f9716dedb2d3f365820544f729ef666ab9jorton different maps defined in different virtual hosts use the
b837ddaa27238a68194cefc842a0620dd28c75fbtrawick same map name. PR 26462. [Andr� Malo]
b837ddaa27238a68194cefc842a0620dd28c75fbtrawick
b837ddaa27238a68194cefc842a0620dd28c75fbtrawick *) mod_setenvif: Remove "support" for Remote_User variable which
b837ddaa27238a68194cefc842a0620dd28c75fbtrawick never worked at all. PR 25725. [Andr� Malo]
9ee730154a1f2bcd0e650ffc4df999460c2c6660bnicholes
9ee730154a1f2bcd0e650ffc4df999460c2c6660bnicholes *) Backport from 2.1 / Regression from 1.3: mod_headers now knows
9ee730154a1f2bcd0e650ffc4df999460c2c6660bnicholes again the functionality of the ErrorHeader directive. But instead
9ee730154a1f2bcd0e650ffc4df999460c2c6660bnicholes using this misnomer additional flags to the Header directive were
9ee730154a1f2bcd0e650ffc4df999460c2c6660bnicholes introduced ("always" and "onsuccess", defaulting to the latter).
c386113d5a8d0760909f40632fa84b387405e976trawick PR 28657. [Andr� Malo]
c386113d5a8d0760909f40632fa84b387405e976trawick
c386113d5a8d0760909f40632fa84b387405e976trawick *) Use the higher performing 'httpready' Accept Filter on all platforms
c386113d5a8d0760909f40632fa84b387405e976trawick except FreeBSD < 4.1.1. [Paul Querna]
c386113d5a8d0760909f40632fa84b387405e976trawick
c386113d5a8d0760909f40632fa84b387405e976trawick *) mod_usertrack: Escape the cookie name before pasting into the
c386113d5a8d0760909f40632fa84b387405e976trawick regexp. [Andr� Malo]
c386113d5a8d0760909f40632fa84b387405e976trawick
c386113d5a8d0760909f40632fa84b387405e976trawick *) Extend the SetEnvIf directive to capture subexpressions of the
c386113d5a8d0760909f40632fa84b387405e976trawick matched value. [Andr� Malo]
408cee92f47d2d345c9fd57b17341d3dbbca4259nd
408cee92f47d2d345c9fd57b17341d3dbbca4259nd *) Recursive Include directives no longer crash. The server stops
408cee92f47d2d345c9fd57b17341d3dbbca4259nd including configuration files after a certain nesting level (128
408cee92f47d2d345c9fd57b17341d3dbbca4259nd as distributed). This is configurable at compile time using the
408cee92f47d2d345c9fd57b17341d3dbbca4259nd -DAP_MAX_INCLUDE_DEPTH switch. PR 28370. [Andr� Malo]
408cee92f47d2d345c9fd57b17341d3dbbca4259nd
916b4a16ae45981780b372609bbaa05d45f8d9babnicholes *) mod_dir: the trailing-slash behaviour is now configurable using the
916b4a16ae45981780b372609bbaa05d45f8d9babnicholes DirectorySlash directive. [Andr� Malo]
916b4a16ae45981780b372609bbaa05d45f8d9babnicholes
ed3570ebd308d1e57fc42f7ccffec5ca8a6c8afdjorton *) Allow proxying of resources that are invoked via DirectoryIndex.
ed3570ebd308d1e57fc42f7ccffec5ca8a6c8afdjorton PR 14648, 15112, 29961. [Andr� Malo]
ed3570ebd308d1e57fc42f7ccffec5ca8a6c8afdjorton
ed3570ebd308d1e57fc42f7ccffec5ca8a6c8afdjorton *) util_ldap: Switched the lock types on the shared memory cache
ed3570ebd308d1e57fc42f7ccffec5ca8a6c8afdjorton from thread reader/writer locks to global mutexes in order to
ed3570ebd308d1e57fc42f7ccffec5ca8a6c8afdjorton provide cross process cache protection. [Brad Nicholes]
7b95cbe3641be28a5b9aed8bbf749643f3c9e65cnd
7b95cbe3641be28a5b9aed8bbf749643f3c9e65cnd *) util_ldap: Reworked the cache locking scheme to eliminate duplicate
7b95cbe3641be28a5b9aed8bbf749643f3c9e65cnd cache entries in the credentials cache due to race conditions.
250e3f54ac9cfd4d78b1180e7f75d8a16288b0f8trawick [Brad Nicholes]
250e3f54ac9cfd4d78b1180e7f75d8a16288b0f8trawick
250e3f54ac9cfd4d78b1180e7f75d8a16288b0f8trawick *) util_ldap: Enhanced the util_ldap cache-info display to show more
78b82ad2a006e5edfc85c5b306369e278a916eb8bnicholes detail about the contents and current state of the cache.
78b82ad2a006e5edfc85c5b306369e278a916eb8bnicholes [Brad Nicholes]
78b82ad2a006e5edfc85c5b306369e278a916eb8bnicholes
78b82ad2a006e5edfc85c5b306369e278a916eb8bnicholes *) Enable the option to support anonymous shared memory in mod_ldap.
78b82ad2a006e5edfc85c5b306369e278a916eb8bnicholes This makes the cache work on Linux again. [Graham Leggett]
ee64282e65aac20cde407210163ecbf7e104cc56stoddard
ee64282e65aac20cde407210163ecbf7e104cc56stoddard *) Enable special ErrorDocument value 'default' which restores the
ee64282e65aac20cde407210163ecbf7e104cc56stoddard canned server response for the scope of the directive.
911591cbd699fcc3df55396b264f2b811a068fb2stoddard [Geoffrey Young, Andr� Malo]
911591cbd699fcc3df55396b264f2b811a068fb2stoddard
911591cbd699fcc3df55396b264f2b811a068fb2stoddard *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
911591cbd699fcc3df55396b264f2b811a068fb2stoddard is set in r->subprocess_env allow mismatched query strings to pass.
329ce430c1ad464f1927f95f114ab16fe91e4c9bstoddard PR 27758. [Paul Querna, Geoffrey Young]
329ce430c1ad464f1927f95f114ab16fe91e4c9bstoddard
329ce430c1ad464f1927f95f114ab16fe91e4c9bstoddard *) Accept URLs for the ServerAdmin directive. If the supplied
329ce430c1ad464f1927f95f114ab16fe91e4c9bstoddard argument is not recognized as an URL, assume it's a mail address.
329ce430c1ad464f1927f95f114ab16fe91e4c9bstoddard PR 28174. [Andr� Malo, Paul Querna]
329ce430c1ad464f1927f95f114ab16fe91e4c9bstoddard
2fe16d53f7d596938f07b0e68f65313047028a11geoff *) initialize server arrays prior to calling ap_setup_prelinked_modules
2fe16d53f7d596938f07b0e68f65313047028a11geoff so that static modules can push Defines values when registering
2fe16d53f7d596938f07b0e68f65313047028a11geoff hooks just like DSO modules can ["Philippe M. Chiasson" <gozer cpan.org>]
2fe16d53f7d596938f07b0e68f65313047028a11geoff
2fe16d53f7d596938f07b0e68f65313047028a11geoff *) Small fix to allow reverse proxying to an ftp server. Previously
de9ac31ae22a1111c3305da66f8a0b289469150ftrawick an attempt to do this would try and connect to 0.0.0.0, regardless
b1ec41290ed913e1b9088e0a0191f8a751ee56b1trawick of the server specified. PR 24922
422a2e9e48a594c7d46d62410e45651a7a994430trawick [Pascal Terjan <pterjan@linuxfr.org>]
422a2e9e48a594c7d46d62410e45651a7a994430trawick
422a2e9e48a594c7d46d62410e45651a7a994430trawick *) Add the NOTICE file to the rpm spec file in compliance with the
422a2e9e48a594c7d46d62410e45651a7a994430trawick Apache v2.0 license. [Graham Leggett]
422a2e9e48a594c7d46d62410e45651a7a994430trawick
422a2e9e48a594c7d46d62410e45651a7a994430trawick *) RPM spec file changes: changed default dependancy to link to db4
422a2e9e48a594c7d46d62410e45651a7a994430trawick instead of db3. Fixed complaints about unpackaged files.
422a2e9e48a594c7d46d62410e45651a7a994430trawick [Graham Leggett]
422a2e9e48a594c7d46d62410e45651a7a994430trawick
804768c70a799483fa88678e6e3b3f0f0a2fee77trawickChanges with Apache 2.0.50
804768c70a799483fa88678e6e3b3f0f0a2fee77trawick
804768c70a799483fa88678e6e3b3f0f0a2fee77trawick *) SECURITY: CAN-2004-0493 (cve.mitre.org)
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz Close a denial of service vulnerability identified by Georgi
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz Guninski which could lead to memory exhaustion with certain
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz input data. [Jeff Trawick]
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz *) mod_cgi: Handle output on stderr during script execution on Unix
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz platforms; preventing deadlock when stderr output fills pipe buffer.
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz Also fixes case where stderr from nph- scripts could be lost.
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz PR 22030, 18348. [Joe Orton, Jeff Trawick]
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz *) mod_alias now emits a warning if it detects overlapping *Alias*
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz directives. [Andr� Malo]
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz *) mod_rewrite no longer turns forward proxy requests into reverse proxy
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz requests. PR 28125 [ast domdv.de, Andr� Malo]
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz *) ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz exported on Win32 and Netware as well (minor MMN bump). PR 28523.
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz [Edward Rudd <eddie omegaware.com>, Andr� Malo]
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz
ed3570ebd308d1e57fc42f7ccffec5ca8a6c8afdjorton *) Restore the ability to disable the use of AcceptEx on Win9x systems
5bd2a3a3d9e7d622546f5a3a973a9b802394ecf1jerenkrantz automatically (broken in 2.0.49). PR 28529. [Andr� Malo]
b3f1e12598377cadeff089fc51e1156dbdb1ed00mjc
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton *) <VirtualHost myhost> now applies to all IP addresses for myhost
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton instead of just the first one reported by the resolver. This
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton corrects a regression since 1.3. [Jeff Trawick]
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton *) util_ldap: allow relative paths for LDAPTrustedCA to be resolved
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton against ServerRoot PR#26602 [Brad Nicholes]
cc0b2a935c91a33f5bc0f13115def505d4b864e3trawick
cc0b2a935c91a33f5bc0f13115def505d4b864e3trawick *) SECURITY: CAN-2004-0488 (cve.mitre.org)
cc0b2a935c91a33f5bc0f13115def505d4b864e3trawick mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a
2a30bb2c6d10ba7eb726e592f090fae2bc316f55nd (trusted) client certificate subject DN which exceeds 6K in length.
2a30bb2c6d10ba7eb726e592f090fae2bc316f55nd [Joe Orton]
2a30bb2c6d10ba7eb726e592f090fae2bc316f55nd
2bc1c8cb65f7b7833251e6ee4c9be636762a5081trawick *) mod_dav_fs: Fix MKCOL response for missing parent collections, which
2bc1c8cb65f7b7833251e6ee4c9be636762a5081trawick caused issues for the Eclipse WebDAV extension.
2bc1c8cb65f7b7833251e6ee4c9be636762a5081trawick PR 29034. [Joe Orton]
2bc1c8cb65f7b7833251e6ee4c9be636762a5081trawick
2bc1c8cb65f7b7833251e6ee4c9be636762a5081trawick *) mod_deflate: Fix memory consumption (which was proportional to the
8006e0b5db61df8e16b3ea4705862cd15b66e8a5striker response size). PR 29318. [Joe Orton]
8006e0b5db61df8e16b3ea4705862cd15b66e8a5striker
8006e0b5db61df8e16b3ea4705862cd15b66e8a5striker *) mod_ssl: Log the errors returned on failure to load or initialize
8006e0b5db61df8e16b3ea4705862cd15b66e8a5striker a crypto accelerator engine. [Joe Orton]
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton *) Allow RequestHeader directives to be conditional. PR 27951.
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton [Vincent Deffontaines <vincent gryzor.com>, Andr� Malo]
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton
dd9feec012ad7760f0f0dd5c12cdd72aee86d243bnicholes *) Allow LimitRequestBody to be reset to unlimited. PR 29106
dd9feec012ad7760f0f0dd5c12cdd72aee86d243bnicholes [Andr� Malo]
dd9feec012ad7760f0f0dd5c12cdd72aee86d243bnicholes
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton *) Fix a bunch of cases where the return code of the regex compiler
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton was not checked properly. This affects: mod_setenvif, mod_usertrack,
270a4b12c5e0e51c8ffdbe8317db257a79a5f56ajorton mod_proxy, mod_proxy_ftp and core. PR 28218. [Andr� Malo]
cbb5a63b9436fd6d32b6679812d17e95764a095dnd
cbb5a63b9436fd6d32b6679812d17e95764a095dnd *) mod_ssl: Fix a potential segfault in the 'shmcb' session cache for
cbb5a63b9436fd6d32b6679812d17e95764a095dnd small cache sizes. PR 27751. [Geoff Thorpe <geoff geoffthorpe.net>]
cbb5a63b9436fd6d32b6679812d17e95764a095dnd
432de55307c72b09db614e14e79764ac2e6caa2arederpj *) Remove 2Gb log file size restriction on some 32-bit platforms.
432de55307c72b09db614e14e79764ac2e6caa2arederpj PR 13511. [Joe Orton]
432de55307c72b09db614e14e79764ac2e6caa2arederpj
da152944fea872835df37b7c2141648926c7c22crederpj *) mod_logio no longer removes the EOS bucket. PR 27928.
da152944fea872835df37b7c2141648926c7c22crederpj [Bojan Smojver <bojan rexursive.com>]
da152944fea872835df37b7c2141648926c7c22crederpj
da152944fea872835df37b7c2141648926c7c22crederpj *) htpasswd no longer refuses to process files that contain empty
6af3206a1b2ebe14ec93368e71f09258998467b4rederpj lines. [Andr� Malo]
6af3206a1b2ebe14ec93368e71f09258998467b4rederpj
6af3206a1b2ebe14ec93368e71f09258998467b4rederpj *) Regression from 1.3: At startup, suexec now will be checked for
34e4083fa62b3a9cc49b25b1e11691e5094ad084rederpj availability, the setuid bit and user root. The works only if
34e4083fa62b3a9cc49b25b1e11691e5094ad084rederpj httpd is compiled with the shipped APR version (0.9.5).
34e4083fa62b3a9cc49b25b1e11691e5094ad084rederpj PR 28287. [Andr� Malo]
c65ea82ddd0e43b6fe808c4b843c5f21eb341dbdrederpj
c65ea82ddd0e43b6fe808c4b843c5f21eb341dbdrederpj *) Unix MPMs: Stop dropping connections when the file descriptor
c65ea82ddd0e43b6fe808c4b843c5f21eb341dbdrederpj is at least FD_SETSIZE. [Jeff Trawick]
c65ea82ddd0e43b6fe808c4b843c5f21eb341dbdrederpj
6cad04219c5f99d71d86b8156520f393b610bb04rederpj *) Fix handling of IPv6 numeric strings in mod_proxy. [Jeff Trawick]
6cad04219c5f99d71d86b8156520f393b610bb04rederpj
6cad04219c5f99d71d86b8156520f393b610bb04rederpj *) mod_isapi: send_response_header() failed to copy status string's
1b6c93a6a669e703316455afdd1c789c2c3fa3a2rederpj last character. PR 20619. [Jesse Pelton <jsp pkc.com>]
1b6c93a6a669e703316455afdd1c789c2c3fa3a2rederpj
1b6c93a6a669e703316455afdd1c789c2c3fa3a2rederpj *) Fix a segfault when requests for shared memory fails and returns
1b6c93a6a669e703316455afdd1c789c2c3fa3a2rederpj NULL. Fix a segfault caused by a lack of bounds checking on the
7a706bb27e442a89a00d736fb5a6cc3ec0713cedrederpj cache. PR 24801. [Graham Leggett]
7a706bb27e442a89a00d736fb5a6cc3ec0713cedrederpj
7a706bb27e442a89a00d736fb5a6cc3ec0713cedrederpj *) Throw an error message if an attempt is made to use the LDAPTrustedCA
7a706bb27e442a89a00d736fb5a6cc3ec0713cedrederpj or LDAPTrustedCAType directives in a VirtualHost. PR 26390
7a706bb27e442a89a00d736fb5a6cc3ec0713cedrederpj [Brad Nicholes]
7a706bb27e442a89a00d736fb5a6cc3ec0713cedrederpj
f93e3a425ac550079682c6e4d9ecccdb2c9225fdrederpj *) Fix a potential segfault if the bind password in the LDAP cache
f93e3a425ac550079682c6e4d9ecccdb2c9225fdrederpj is NULL. PR 28250. [Jari Ahonen <jah progress.com>]
f93e3a425ac550079682c6e4d9ecccdb2c9225fdrederpj
f93e3a425ac550079682c6e4d9ecccdb2c9225fdrederpj *) Quotes cannot be used around require group and require dn
f93e3a425ac550079682c6e4d9ecccdb2c9225fdrederpj directives, update the documentation to reflect this. Also add
f93e3a425ac550079682c6e4d9ecccdb2c9225fdrederpj quotes around the dn and group within debug messages, to make it
f93e3a425ac550079682c6e4d9ecccdb2c9225fdrederpj more obvious why authentication is failing if quotes are used in
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton error. PR 19304. [Graham Leggett]
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton from escaping filters twice when the backslash character is used.
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton PR 24437. [Jess Holle <jessh ptc.com>]
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton *) Overhaul handling of LDAP error conditions, so that the util_ldap_*
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton functions leave the connections in a sane state after errors have
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134,
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton 27271 [Graham Leggett]
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton
2666c6e15c495cdc39b00c7bd5e3f180407dae9ejorton *) mod_ldap calls ldap_simple_bind_s() to validate the user
166ee86bb7bdcf9a89ebccee59c72064ac627dc0nd credentials. If the bind fails, the connection is left
166ee86bb7bdcf9a89ebccee59c72064ac627dc0nd in an unbound state. Make sure that the ldap connection
166ee86bb7bdcf9a89ebccee59c72064ac627dc0nd record is updated to show that the connection is no longer
166ee86bb7bdcf9a89ebccee59c72064ac627dc0nd bound. [Brad Nicholes]
166ee86bb7bdcf9a89ebccee59c72064ac627dc0nd
166ee86bb7bdcf9a89ebccee59c72064ac627dc0nd *) Ensure that lines in the request which are too long are
0dd9b0cc0c1dcf7f6c4dba782a0b50f0b69f519dtrawick properly terminated before logging.
0dd9b0cc0c1dcf7f6c4dba782a0b50f0b69f519dtrawick [Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp>]
0dd9b0cc0c1dcf7f6c4dba782a0b50f0b69f519dtrawick
0c4c708dd860d02dd784da6dc5e7001044185620stoddard *) Update the bind credentials for the cached LDAP connection to
0c4c708dd860d02dd784da6dc5e7001044185620stoddard reflect the last bind. This prevents util_ldap from creating
0c4c708dd860d02dd784da6dc5e7001044185620stoddard unnecessary connections rather than reusing cached connections.
0c4c708dd860d02dd784da6dc5e7001044185620stoddard [Brad Nicholes]
0c4c708dd860d02dd784da6dc5e7001044185620stoddard
0c4c708dd860d02dd784da6dc5e7001044185620stoddard *) mod_isapi: GetServerVariable returned improperly terminated header
0c4c708dd860d02dd784da6dc5e7001044185620stoddard fields given "ALL_HTTP" or "ALL_RAW". PR 20656.
0c4c708dd860d02dd784da6dc5e7001044185620stoddard [Jesse Pelton <jsp pkc.com>]
84e59981d4df2f141ac6153e06fd8371406dd23cnd
84e59981d4df2f141ac6153e06fd8371406dd23cnd *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
84e59981d4df2f141ac6153e06fd8371406dd23cnd size. PR 20617. [Jesse Pelton <jsp pkc.com>]
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick *) mod_dav: Fix a problem that could cause crashes when manipulating
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick locks on some platforms. [Jeff Trawick]
d545dd10d4e60c2ae57205017550cb48311a3ac7nd
d545dd10d4e60c2ae57205017550cb48311a3ac7nd *) mod_headers no longer crashes if an empty header value should
d545dd10d4e60c2ae57205017550cb48311a3ac7nd be added. [Andr� Malo]
d545dd10d4e60c2ae57205017550cb48311a3ac7nd
d545dd10d4e60c2ae57205017550cb48311a3ac7nd *) Fix segfault in mod_expires, which occured under certain
d545dd10d4e60c2ae57205017550cb48311a3ac7nd circumstances. PR 28047. [Andr� Malo]
75c180fb45396964ad10af6444077798a470b6a3jorton
75c180fb45396964ad10af6444077798a470b6a3jorton *) htpasswd: use apr_temp_dir_get() and general cleanup
75c180fb45396964ad10af6444077798a470b6a3jorton [Guenter Knauf <eflash gmx.net>, Thom May]
75c180fb45396964ad10af6444077798a470b6a3jorton
75c180fb45396964ad10af6444077798a470b6a3jorton *) mod_ssl: Fix memory leak in session cache handling. PR 26562
75c180fb45396964ad10af6444077798a470b6a3jorton [Madhusudan Mathihalli]
75c180fb45396964ad10af6444077798a470b6a3jorton
75c180fb45396964ad10af6444077798a470b6a3jorton *) mod_ssl: Fix potential segfaults when performing SSL shutdown from
277e05eebdd1878d86c1edc2538c94c5b42102e4nd a pool cleanup. PR 27945. [Joe Orton]
277e05eebdd1878d86c1edc2538c94c5b42102e4nd
277e05eebdd1878d86c1edc2538c94c5b42102e4nd *) Add forensic logging module (mod_log_forensic).
277e05eebdd1878d86c1edc2538c94c5b42102e4nd [Ben Laurie]
277e05eebdd1878d86c1edc2538c94c5b42102e4nd
277e05eebdd1878d86c1edc2538c94c5b42102e4nd *) logresolve: Allow size of log line buffer to be overridden at
277e05eebdd1878d86c1edc2538c94c5b42102e4nd build time (MAXLINE). PR 27793. [Jeff Trawick]
277e05eebdd1878d86c1edc2538c94c5b42102e4nd
277e05eebdd1878d86c1edc2538c94c5b42102e4nd *) Fix the comment delimiter in htdbm so that it correctly parses the
277e05eebdd1878d86c1edc2538c94c5b42102e4nd username comment. Also add a terminate function to allow NetWare
1cc35a6e650c0567003fc814e9887d31191756cdrederpj to pause the output before the screen is destroyed.
1cc35a6e650c0567003fc814e9887d31191756cdrederpj [Guenter Knauf <eflash gmx.net>, Brad Nicholes]
1cc35a6e650c0567003fc814e9887d31191756cdrederpj
1cc35a6e650c0567003fc814e9887d31191756cdrederpj *) Fix crash when Apache was started with no Listen directives.
1cc35a6e650c0567003fc814e9887d31191756cdrederpj [Michael Corcoran <mcorcoran warpsolutions.com>]
1cc35a6e650c0567003fc814e9887d31191756cdrederpj
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick *) core_output_filter: Fix bug that could result in sending
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick garbage over the network when module handlers construct
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick bucket brigades containing multiple file buckets all referencing
24a4c5e6b1bef738d5eb25cf8201d6515c42c923trawick the same open file descriptor. [Bojan Smojver]
b5d97619ae59d852d8552dbc66413a653d049314trawick
b5d97619ae59d852d8552dbc66413a653d049314trawick *) Fix memory corruption problem with ap_custom_response() function.
24a4c5e6b1bef738d5eb25cf8201d6515c42c923trawick The core per-dir config would later point to request pool data
24a4c5e6b1bef738d5eb25cf8201d6515c42c923trawick that would be reused for different purposes on different requests.
24a4c5e6b1bef738d5eb25cf8201d6515c42c923trawick [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe]
24a4c5e6b1bef738d5eb25cf8201d6515c42c923trawick
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz *) Win32: Tweak worker thread accounting routines to eliminate
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz server hang when number of Listen directives in httpd.conf
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz is greater than or equal to the setting of ThreadsPerChild.
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz [Bill Stoddard]
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantzChanges with Apache 2.0.49
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz *) SECURITY: CAN-2004-0174 (cve.mitre.org)
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz Fix starvation issue on listening sockets where a short-lived
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz connection on a rarely-accessed listening socket will cause a
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz child to hold the accept mutex and block out new connections until
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz another connection arrives on that rarely-accessed listening socket.
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz With Apache 2.x there is no performance concern about enabling the
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz logic for platforms which don't need it, so it is enabled everywhere
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz except for Win32. [Jeff Trawick]
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick *) mod_cgid: Fix storage corruption caused by use of incorrect pool.
4bf5825d6c53ba24264110d7bf774709b1b2bc78trawick [Jeff Trawick]
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz *) Win32: find_read_listeners was not correctly handling multiple
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz listeners on the Win32DisableAcceptEx path. [Bill Stoddard]
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz *) Fix bug in mod_usertrack when no CookieName is set. PR 24483.
fe5303df6dec2c01e27c211277c64743ab631ceajerenkrantz [Manni Wood <manniwood planet-save.com>]
b3f1e12598377cadeff089fc51e1156dbdb1ed00mjc
4fa67b2497a22630f91186ee68d0798576a7af3and *) Fix some piped log problems: bogus "piped log program '(null)'
4fa67b2497a22630f91186ee68d0798576a7af3and failed" messages during restart and problem with the logger
4fa67b2497a22630f91186ee68d0798576a7af3and respawning again after Apache is stopped. PR 21648, PR 24805.
645462b550a122912993af71d6d5bf36b59ccd2and [Jeff Trawick]
645462b550a122912993af71d6d5bf36b59ccd2and
645462b550a122912993af71d6d5bf36b59ccd2and *) Fixed file extensions for real media files and removed rpm extension
645462b550a122912993af71d6d5bf36b59ccd2and from mime.types. PR 26079. [Allan Sandfeld <kde carewolf.com>]
b1ec41290ed913e1b9088e0a0191f8a751ee56b1trawick
b1ec41290ed913e1b9088e0a0191f8a751ee56b1trawick *) Remove compile-time length limit on request strings. Length is
b1ec41290ed913e1b9088e0a0191f8a751ee56b1trawick now enforced solely with the LimitRequestLine config directive.
b1ec41290ed913e1b9088e0a0191f8a751ee56b1trawick [Paul J. Reder]
b1ec41290ed913e1b9088e0a0191f8a751ee56b1trawick
b1ec41290ed913e1b9088e0a0191f8a751ee56b1trawick *) mod_ssl: Send the Close Alert message to the peer before closing
398ad83052f1d7ac83465320fc0bf3fef43126f4stoddard the SSL session. PR 27428. [Madhusudan Mathihalli, Joe Orton]
398ad83052f1d7ac83465320fc0bf3fef43126f4stoddard
398ad83052f1d7ac83465320fc0bf3fef43126f4stoddard *) SECURITY: CVE-2004-0113 (cve.mitre.org)
de9ac31ae22a1111c3305da66f8a0b289469150ftrawick mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
69a2f591a7db749c7b5d07c847b94aa55c378521rederpj PR 27106. [Joe Orton]
69a2f591a7db749c7b5d07c847b94aa55c378521rederpj
69a2f591a7db749c7b5d07c847b94aa55c378521rederpj *) mod_ssl: Fix bug in passphrase handling which could cause spurious
69a2f591a7db749c7b5d07c847b94aa55c378521rederpj failures in SSL functions later. PR 21160. [Joe Orton]
69a2f591a7db749c7b5d07c847b94aa55c378521rederpj
69a2f591a7db749c7b5d07c847b94aa55c378521rederpj *) mod_log_config: Fix corruption of buffered logs with threaded
0f27f7efd99f727b3dc16c7cbe03e8ff477790f4stas MPMs. PR 25520. [Jeff Trawick]
0f27f7efd99f727b3dc16c7cbe03e8ff477790f4stas
0f27f7efd99f727b3dc16c7cbe03e8ff477790f4stas *) Fix mod_include's expression parser to recognize strings correctly
0f27f7efd99f727b3dc16c7cbe03e8ff477790f4stas even if they start with an escaped token. [Andr� Malo]
0f27f7efd99f727b3dc16c7cbe03e8ff477790f4stas
0f27f7efd99f727b3dc16c7cbe03e8ff477790f4stas *) Add fatal exception hook for use by diagnostic modules. The hook
34460b4bbbc11663429978600a97abfbf38fc38atrawick is only available if the --enable-exception-hook configure parm
34460b4bbbc11663429978600a97abfbf38fc38atrawick is used and the EnableExceptionHook directive has been set to
34460b4bbbc11663429978600a97abfbf38fc38atrawick "on". [Jeff Trawick]
34460b4bbbc11663429978600a97abfbf38fc38atrawick
34460b4bbbc11663429978600a97abfbf38fc38atrawick *) Allow mod_auth_digest to work with sub-requests with different
34460b4bbbc11663429978600a97abfbf38fc38atrawick methods than the original request. PR 25040.
34460b4bbbc11663429978600a97abfbf38fc38atrawick [Josh Dady <jpd indecisive.com>]
34460b4bbbc11663429978600a97abfbf38fc38atrawick
34460b4bbbc11663429978600a97abfbf38fc38atrawick *) fix "Expected </Foo>> but saw </Foo>" errors in nested,
32316124ea6961dc3aaa63272844bc2f919c0827jorton argumentless containers.
32316124ea6961dc3aaa63272844bc2f919c0827jorton ["Philippe M. Chiasson" <gozer cpan.org>]
32316124ea6961dc3aaa63272844bc2f919c0827jorton
32316124ea6961dc3aaa63272844bc2f919c0827jorton *) mod_auth_ldap: Fix some segfaults in the cache logic. PR 18756.
32316124ea6961dc3aaa63272844bc2f919c0827jorton [Matthieu Estrade <apache moresecurity.org>, Brad Nicholes]
32316124ea6961dc3aaa63272844bc2f919c0827jorton
32316124ea6961dc3aaa63272844bc2f919c0827jorton *) mod_cgid: Restart the cgid daemon if it crashes. PR 19849
32316124ea6961dc3aaa63272844bc2f919c0827jorton [Glenn Nielsen <glenn apache.org>]
32316124ea6961dc3aaa63272844bc2f919c0827jorton
32316124ea6961dc3aaa63272844bc2f919c0827jorton *) The whole codebase was relicensed and is now available under
32316124ea6961dc3aaa63272844bc2f919c0827jorton the Apache License, Version 2.0 (http://www.apache.org/licenses).
32316124ea6961dc3aaa63272844bc2f919c0827jorton [Apache Software Foundation]
ec7f4f32825686dbd6fc4cb9a4aa024b807dae8brederpj
ec7f4f32825686dbd6fc4cb9a4aa024b807dae8brederpj *) Fixed cache-removal order in mod_mem_cache.
ec7f4f32825686dbd6fc4cb9a4aa024b807dae8brederpj [Jean-Jacques Clar, Cliff Woolley]
ec7f4f32825686dbd6fc4cb9a4aa024b807dae8brederpj
ec7f4f32825686dbd6fc4cb9a4aa024b807dae8brederpj *) mod_setenvif: Fix the regex optimizer, which under circumstances
c41285f93f9d382af7fee08bbdf1ff173be0da77nd treated the supplied regex as literal string. PR 24219.
c41285f93f9d382af7fee08bbdf1ff173be0da77nd [Andr� Malo]
c41285f93f9d382af7fee08bbdf1ff173be0da77nd
c41285f93f9d382af7fee08bbdf1ff173be0da77nd *) ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
c41285f93f9d382af7fee08bbdf1ff173be0da77nd instead of mmn. [Andr� Malo]
c41285f93f9d382af7fee08bbdf1ff173be0da77nd
812be02eda26272b189161e3be099155b195b667trawick *) mod_rewrite: Catch an edge case, where strange subsequent RewriteRules
812be02eda26272b189161e3be099155b195b667trawick could lead to a 400 (Bad Request) response. [Andr� Malo]
812be02eda26272b189161e3be099155b195b667trawick
452eaf978884ae5c01422f563ec77b8ef17d12b8trawick *) Keep focus of ITERATE and ITERATE2 on the current module when
452eaf978884ae5c01422f563ec77b8ef17d12b8trawick the module chooses to return DECLINE_CMD for the directive.
452eaf978884ae5c01422f563ec77b8ef17d12b8trawick PR 22299. [Geoffrey Young <geoff apache.org>]
452eaf978884ae5c01422f563ec77b8ef17d12b8trawick
452eaf978884ae5c01422f563ec77b8ef17d12b8trawick *) Add support for IMT minor-type wildcards (e.g., text/*) to
beeffe96b9eca176aa9120df8c0b7df8c94138adtrawick ExpiresByType. PR#7991 [Ken Coar]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
beeffe96b9eca176aa9120df8c0b7df8c94138adtrawick *) Fix segfault in mod_mem_cache cache_insert() due to cache size
de9ac31ae22a1111c3305da66f8a0b289469150ftrawick becoming negative. PR: 21285, 21287
de9ac31ae22a1111c3305da66f8a0b289469150ftrawick [Bill Stoddard, Massimo Torquati, Jean-Jacques Clar]
de9ac31ae22a1111c3305da66f8a0b289469150ftrawick
de9ac31ae22a1111c3305da66f8a0b289469150ftrawick *) core.c: If large file support is enabled, allow any file that is
59b910556d04c82e951d6c6f7a413ab8fed21467trawick greater than AP_MAX_SENDFILE to be split into multiple buckets.
34109fa9f1317edbc6bb7d67ff8933850668b797striker This allows Apache to send files that are greater than 2gig.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton Otherwise we run into 32/64 bit type mismatches in the file size.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Brad Nicholes]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) proxy_http fix: mod_proxy hangs when both KeepAlive and
fb5e196e2ee5aa7c185292c07c73e99bdf1d376astriker ProxyErrorOverride are enabled, and a non-200 response without a
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton body is generated by the backend server. (e.g.: a client makes a
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton request containing the "If-Modified-Since" and "If-None-Match"
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton headers, to which the backend server respond with status 304.)
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Graham Wiseman <gwiseman fscinternet.com>, Richard Reiner]
bbe046d7cbb950ab3e372e4119ae001a5fe52ed4striker
2963f1c4b67ba02ba20c26ec8f0102261c758440nd *) mod_dav: Reject requests which include an unescaped fragment in the
2963f1c4b67ba02ba20c26ec8f0102261c758440nd Request-URI. PR 21779. [Amit Athavale <amit_athavale lycos.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
2963f1c4b67ba02ba20c26ec8f0102261c758440nd *) Build array of allowed methods with proper dimensions, fixing
741e26a23be86c7e457455b09501ee68b1118e1bstas possible memory corruption. [Jeff Trawick]
741e26a23be86c7e457455b09501ee68b1118e1bstas
741e26a23be86c7e457455b09501ee68b1118e1bstas *) mod_ssl: Fix potential segfault on lookup of SSL_SESSION_ID.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe PR 15057. [Otmar Lendl <lendl nic.at>]
741e26a23be86c7e457455b09501ee68b1118e1bstas
e65b630463d750b296566135c16a30a551aa8cb4trawick *) mod_ssl: Fix streaming output from an nph- CGI script. PR 21944
e65b630463d750b296566135c16a30a551aa8cb4trawick [Joe Orton]
e65b630463d750b296566135c16a30a551aa8cb4trawick
e65b630463d750b296566135c16a30a551aa8cb4trawick *) mod_usertrack no longer inspects the Cookie2 header for
b1a4bfe2ea1faafd10cad5051e07503e7596b1f0fielding the cookie name. PR 11475. [Chris Darrochi <chrisd pearsoncmg.com>]
b1a4bfe2ea1faafd10cad5051e07503e7596b1f0fielding
b1a4bfe2ea1faafd10cad5051e07503e7596b1f0fielding *) mod_usertrack no longer overwrites other cookies.
b1a4bfe2ea1faafd10cad5051e07503e7596b1f0fielding PR 26002. [Scott Moore <apache nopdesign.com>]
6562ca01f461db28f8b2ce4626b548627644ce12nd
6562ca01f461db28f8b2ce4626b548627644ce12nd *) worker MPM: fix stack overlay bug that could cause the parent
6562ca01f461db28f8b2ce4626b548627644ce12nd process to crash. [Jeff Trawick]
e41198355d5d81236db1da8892402a4cdd89525drederpj
b1a4bfe2ea1faafd10cad5051e07503e7596b1f0fielding *) Win32: Add Win32DisableAcceptEx directive. This Windows
b1a4bfe2ea1faafd10cad5051e07503e7596b1f0fielding NT/2000/CP directive is useful to work around bugs in some
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe third party layered service providers like virus scanners,
e41198355d5d81236db1da8892402a4cdd89525drederpj VPN and firewall products, that do not properly handle
99110e8199a4c4b53731e80466aefba5715c342amartin WinSock 2 APIs. Use this directive if your server is issuing
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe AcceptEx failed messages.
d701aa8681316e8735d511d4912eb7b9b492fb68rederpj [Allan Edwards, Bill Rowe, Bill Stoddard, Jeff Trawick]
dac743792d4e2f6824b4a5853d9f6fa98e3acfa7thommay
dac743792d4e2f6824b4a5853d9f6fa98e3acfa7thommay *) Make REMOTE_PORT variable available in mod_rewrite.
6562ca01f461db28f8b2ce4626b548627644ce12nd PR 25772. [Andr� Malo]
dac743792d4e2f6824b4a5853d9f6fa98e3acfa7thommay
dac743792d4e2f6824b4a5853d9f6fa98e3acfa7thommay *) Fix a long delay with CGI requests and keepalive connections on
34109fa9f1317edbc6bb7d67ff8933850668b797striker AIX. [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
34109fa9f1317edbc6bb7d67ff8933850668b797striker *) mod_autoindex: Add 'XHTML' option in order to allow switching between
2657c07d01de3105a1cf72aa3b708f2e9d8b9f08striker HTML 3.2 and XHTML 1.0 output. PR 23747. [Andr� Malo]
2657c07d01de3105a1cf72aa3b708f2e9d8b9f08striker
2657c07d01de3105a1cf72aa3b708f2e9d8b9f08striker *) Add XHTML Document Type Definitions to httpd.h (minor MMN bump).
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Andr� Malo]
59b910556d04c82e951d6c6f7a413ab8fed21467trawick
ac22e37364071bc5160c4c1956fa64577988ce2dstriker *) mod_ssl: Advertise SSL library version as determined at run-time rather
ac22e37364071bc5160c4c1956fa64577988ce2dstriker than at compile-time. PR 23956. [Eric Seidel <seidel apple.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
ac22e37364071bc5160c4c1956fa64577988ce2dstriker *) mod_ssl: Fix segfault on a non-SSL request if the 'c' log
d2ca4f326388fdd19058284043d15ec0b23d0722striker format code is used. PR 22741. [Gary E. Miller <gem rellim.com>]
d2ca4f326388fdd19058284043d15ec0b23d0722striker
d2ca4f326388fdd19058284043d15ec0b23d0722striker *) Fix build with parallel make. PR 24643. [Joe Orton]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
d2ca4f326388fdd19058284043d15ec0b23d0722striker *) mod_rewrite: In external rewrite maps lookup keys containing
6562ca01f461db28f8b2ce4626b548627644ce12nd a newline now cause a lookup failure. PR 14453.
6562ca01f461db28f8b2ce4626b548627644ce12nd [Cedric Gavage <cedric.gavage unixtech.be>, Andr� Malo]
6562ca01f461db28f8b2ce4626b548627644ce12nd
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick *) Backport major overhaul of mod_include's filter parser from 2.1.
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick The new parser code is expected to be more robust and should
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick catch all of the edge cases that were not handled by the previous one.
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick The 2.1 external API changes were hidden by a wrapper which is
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick expected to keep the API backwards compatible. [Andr� Malo]
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick *) Add a hook (insert_error_filter) to allow filters to re-insert
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick themselves during processing of error responses. Enable mod_expires
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick to use the new hook to include Expires headers in valid error
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick responses. This addresses an RFC violation. It fixes PRs 19794,
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick 24884, and 25123. [Paul J. Reder]
ec7254c302703353d73d8d69d83cdeb0c580c8cetrawick
ec7254c302703353d73d8d69d83cdeb0c580c8cetrawick *) Add Polish translation of error messages. PR 25101.
ec7254c302703353d73d8d69d83cdeb0c580c8cetrawick [Tomasz Kepczynski <tomek jot23.org>]
ba5e097fd39f0937be37ae32d65e1d3339e07f43trawick
ba5e097fd39f0937be37ae32d65e1d3339e07f43trawick *) Add AP_MPMQ_MPM_STATE function code for ap_mpm_query. (Not yet
ba5e097fd39f0937be37ae32d65e1d3339e07f43trawick supported for BeOS or OS/2 MPMs.) [Jeff Trawick, Brad Nicholes,
ba5e097fd39f0937be37ae32d65e1d3339e07f43trawick Bill Stoddard]
4c517f7e59d17e86aeb473088d254f24034b4de8trawick
4c517f7e59d17e86aeb473088d254f24034b4de8trawick *) Add mod_status hook to allow modules to add to the mod_status
26280128921459eadd3f76a44aee9ba2f7f941c2trawick report. [Joe Orton]
26280128921459eadd3f76a44aee9ba2f7f941c2trawick
26280128921459eadd3f76a44aee9ba2f7f941c2trawick *) Fix htdbm to generate comment fields in DBM files correctly.
26280128921459eadd3f76a44aee9ba2f7f941c2trawick [Justin Erenkrantz]
26280128921459eadd3f76a44aee9ba2f7f941c2trawick
26280128921459eadd3f76a44aee9ba2f7f941c2trawick *) mod_dav: Use bucket brigades when reading PUT data. This avoids
26280128921459eadd3f76a44aee9ba2f7f941c2trawick problems if the data stream is modified by an input filter. PR 22104.
26280128921459eadd3f76a44aee9ba2f7f941c2trawick [Tim Robbins <tim robbins.dropbear.id.au>, Andr� Malo]
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick *) Fix RewriteBase directive to not add double slashes. [Andr� Malo]
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick
dd4dfb1a26f821768f4174cf0465fee13556b68ejerenkrantz *) Improve 'configure --help' output for some modules. [Astrid Ke�ler]
dd4dfb1a26f821768f4174cf0465fee13556b68ejerenkrantz
dd4dfb1a26f821768f4174cf0465fee13556b68ejerenkrantz *) Correct UseCanonicalName Off to properly check incoming port number.
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick [Jim Jagielski]
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick *) Fix slow graceful restarts with prefork MPM. [Joe Orton]
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick *) Fix a problem with namespace mappings being dropped in mod_dav_fs;
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick if any property values were set which defined namespaces these
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick came out mangled in the PROPFIND response. PR 11637.
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick [Amit Athavale <amit_athavale persistent.co.in>]
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick
f2af12bd7c7b0506678b4dc981482d59e49f08d3nd *) mod_dav: Return a WWW-auth header for MOVE/COPY requests where
f2af12bd7c7b0506678b4dc981482d59e49f08d3nd the destination resource gives a 401. PR 15571. [Joe Orton]
f2af12bd7c7b0506678b4dc981482d59e49f08d3nd
f2af12bd7c7b0506678b4dc981482d59e49f08d3nd *) SECURITY: CVE-2003-0020 (cve.mitre.org)
f2af12bd7c7b0506678b4dc981482d59e49f08d3nd Escape arbitrary data before writing into the errorlog. Unescaped
f2af12bd7c7b0506678b4dc981482d59e49f08d3nd errorlogs are still possible using the compile time switch
f2af12bd7c7b0506678b4dc981482d59e49f08d3nd "-DAP_UNSAFE_ERROR_LOG_UNESCAPED". [Geoffrey Young, Andr� Malo]
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz *) mod_autoindex / core: Don't fail to show filenames containing
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz special characters like '%'. PR 13598. [Andr� Malo]
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_status: Report total CPU time accurately when using a threaded
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz MPM. PR 23795. [Jeff Trawick]
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz *) Fix memory leak in handling of request bodies during reverse
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz proxy operations. PR 24991. [Larry Toppi <larry.toppi citrix.com>]
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz *) Win32 MPM: Implement MaxMemFree to enable setting an upper
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz limit on the amount of storage used by the bucket brigades
321f88f4de9d60b5f846555b10f866348b7d598cjerenkrantz in each server thread. [Bill Stoddard]
6830e61f24984184ce3095c204935d06963dcc51nd
6830e61f24984184ce3095c204935d06963dcc51nd *) Modified the cache code to be header-location agnostic. Also
6830e61f24984184ce3095c204935d06963dcc51nd fixed a number of other cache code bugs related to PR 15852.
6830e61f24984184ce3095c204935d06963dcc51nd Includes a patch submitted by Sushma Rai <rsushma novell.com>.
6830e61f24984184ce3095c204935d06963dcc51nd This fixes mod_mem_cache but not mod_disk_cache yet so I'm not
85bf271a2a8d88736575e93504528639f5971f97nd closing the PR since that is what they are using. [Paul J. Reder]
85bf271a2a8d88736575e93504528639f5971f97nd
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) complain via error_log when mod_include's INCLUDES filter is
85bf271a2a8d88736575e93504528639f5971f97nd enabled, but the relevant Options flag allowing the filter to run
5c457d20a708ef42b0824290d0feda1852a37493rederpj for the specific resource wasn't set, so that the filter won't
5c457d20a708ef42b0824290d0feda1852a37493rederpj silently get skipped. next remove itself, so the warning will be
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe logged only once [Stas Bekman, Jeff Trawick, Bill Rowe]
5c457d20a708ef42b0824290d0feda1852a37493rederpj
a22d4a5da8c5167776b9e62737379cc9b857ef4drederpj *) mod_info: HTML escape configuration information so it displays
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe correctly. PR 24232. [Thom May]
a22d4a5da8c5167776b9e62737379cc9b857ef4drederpj
cde00ab9085ea6e93db4a27bf6fe9a9b6eda4addnd *) Restore the ability to add a description for directories that
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe don't contain an index file. (Broken in 2.0.48) [Andr� Malo]
cde00ab9085ea6e93db4a27bf6fe9a9b6eda4addnd
cde00ab9085ea6e93db4a27bf6fe9a9b6eda4addnd *) Fix a problem with the display of empty variables ("SetEnv foo") in
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe mod_include. PR 24734 [Markus Julen <mj zermatt.net>]
cde00ab9085ea6e93db4a27bf6fe9a9b6eda4addnd
159d95df05b3100bbef7a60cb5f5d7d8d5a3328etrawick *) mod_log_config: Log the minutes component of the timezone correctly.
159d95df05b3100bbef7a60cb5f5d7d8d5a3328etrawick PR 23642. [Hong-Gunn Chew <hgbug gunnet.org>]
159d95df05b3100bbef7a60cb5f5d7d8d5a3328etrawick
159d95df05b3100bbef7a60cb5f5d7d8d5a3328etrawick *) mod_proxy: Fix cases where an invalid status-line could be sent
59b910556d04c82e951d6c6f7a413ab8fed21467trawick to the client. PR 23998. [Joe Orton]
acba1dfc9d36dbd7d307769f0f7c74f776d2458btrawick
59b910556d04c82e951d6c6f7a413ab8fed21467trawick *) mod_ssl: Fix segfaults at startup if other modules which use OpenSSL
59b910556d04c82e951d6c6f7a413ab8fed21467trawick are also loaded. [Joe Orton]
59b910556d04c82e951d6c6f7a413ab8fed21467trawick
9768955299008e29705461b314b763a79104e576nd *) mod_ssl: Use human-readable OpenSSL error strings in logs; use
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd thread-safe interface for retrieving error strings. [Joe Orton]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton avoid reporting an Internal Server error if it is used without
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton having been set in the httpd.conf file. PR: 23748, 24459
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Andre Malo, Liam Quinn <liam htmlhelp.com>]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
03e310ef946842b4dfa718776c870d012fc9ec67striker *) mod_autoindex: Don't omit the <tr> start tag if the SuppressIcon
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton option is set. PR 21668. [Jesse Tie-Ten-Quee <highos highos.com>]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_include no longer allows an ETag header on 304 responses.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton PR 19355. [Geoffrey Young <geoff apache.org>, Andr� Malo]
611d2f4e86b4eceb640a5301bd88a23cb459e5a8striker
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) EBCDIC: Convert header fields to ASCII before sending (broken
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton since 2.0.44). [Martin Kraemer]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) Fix the inability to log errors like exec failure in
f59888906d0566361498848fa95b4c416fad976cstriker mod_ext_filter/mod_cgi script children. This was broken after
6a3078c438bee65f22004ac65cd2eb4fa521bbfastriker such children stopped inheriting the error log handle.
6a3078c438bee65f22004ac65cd2eb4fa521bbfastriker [Jeff Trawick]
6a3078c438bee65f22004ac65cd2eb4fa521bbfastriker
6a3078c438bee65f22004ac65cd2eb4fa521bbfastriker *) Fix mod_info to use the real config file name, not the default
26acc990e97a62631a3654405d676b928a78ebbcstriker config file name. [Aryeh Katz <aryeh secured-services.com>]
26acc990e97a62631a3654405d676b928a78ebbcstriker
29ecc0949b383793b24cdd0741cb86c02138ab36striker *) Set the scoreboard state to indicate logging prior to running
29ecc0949b383793b24cdd0741cb86c02138ab36striker logging hooks so that server-status will show 'L' for hung loggers
29ecc0949b383793b24cdd0741cb86c02138ab36striker instead of 'W'. [Jeff Trawick]
29ecc0949b383793b24cdd0741cb86c02138ab36striker
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 2.0.48
29ecc0949b383793b24cdd0741cb86c02138ab36striker
c97f8ff3a7479c838545de0c59770938b50ab6d3gstein *) SECURITY: CAN-2003-0789 (cve.mitre.org)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe mod_cgid: Resolve some mishandling of the AF_UNIX socket used to
c97f8ff3a7479c838545de0c59770938b50ab6d3gstein communicate with the cgid daemon and the CGI script.
6fb9d10c529c2be3bb1833b0eefdd27ba4df1610trawick [Jeff Trawick]
6fb9d10c529c2be3bb1833b0eefdd27ba4df1610trawick
6fb9d10c529c2be3bb1833b0eefdd27ba4df1610trawick *) SECURITY: CAN-2003-0542 (cve.mitre.org)
6fb9d10c529c2be3bb1833b0eefdd27ba4df1610trawick Fix buffer overflows in mod_alias and mod_rewrite which occurred
6fb9d10c529c2be3bb1833b0eefdd27ba4df1610trawick if one configured a regular expression with more than 9 captures.
6fb9d10c529c2be3bb1833b0eefdd27ba4df1610trawick [Andr� Malo]
368a950bc36b428b737d079f77e8962c831f88aand
368a950bc36b428b737d079f77e8962c831f88aand *) mod_include: fix segfault which occured if the filename was not
368a950bc36b428b737d079f77e8962c831f88aand set, for example, when processing some error conditions.
368a950bc36b428b737d079f77e8962c831f88aand PR 23836. [Brian Akins <bakins web.turner.com>, Andr� Malo]
9768955299008e29705461b314b763a79104e576nd
1ead2314e821e9ac264ea35425e7d0816030e404stoddard *) fix the config parser to support <Foo>..</Foo> containers (no
9768955299008e29705461b314b763a79104e576nd arguments in the opening tag) supported by httpd 1.3. Without
9768955299008e29705461b314b763a79104e576nd this change mod_perl 2.0's <Perl> sections are broken.
9768955299008e29705461b314b763a79104e576nd ["Philippe M. Chiasson" <gozer cpan.org>]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_cgid: fix a hash table corruption problem which could
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton result in the wrong script being cleaned up at the end of a
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton request. [Jeff Trawick]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
1005ad40d72c4a1df2c0f1b95b770a4c43c49a47mjc *) Update httpd-*.conf to be clearer in describing the connection
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton between AddType and AddEncoding for defining the meaning of
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton compressed file extensions. [Roy Fielding]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_rewrite: Don't die silently when failing to open RewriteLogs.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton PR 23416. [Andr� Malo]
1005ad40d72c4a1df2c0f1b95b770a4c43c49a47mjc
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz rewritten request using "proxy:". The code was adding multiple "proxy:"
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe fields in the rewritten URI. PR: 13946.
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz [Eider Oliveira <eider bol.com.br>]
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz *) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz expires as directed in RFC 2616. [Thomas Castelle <tcastelle generali.fr>]
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz *) Ensure that ssl-std.conf is generated at configure time, and switch
da5a84048552168ea64c3012573acd4de1434dcdjerenkrantz to using the expanded config variables to work the same as
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz httpd-std.conf PR: 19611
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz [Thom May]
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz [Hartmut Keil <Hartmut.Keil adnovum.ch>]
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz *) mod_autoindex: If a directory contains a file listed in the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe DirectoryIndex directive, the folder icon is no longer replaced
19fdbc5566bf67dde644be9e8d38d62db4dd0ba5jerenkrantz by the icon of that file. PR 9587.
e874834efe9943668668c7fa498af3b3c7caffbdnd [David Shane Holden <dpejesh yahoo.com>]
e874834efe9943668668c7fa498af3b3c7caffbdnd
e874834efe9943668668c7fa498af3b3c7caffbdnd *) Fixed mod_usertrack to not get false positive matches on the
e874834efe9943668668c7fa498af3b3c7caffbdnd user-tracking cookie's name. PR 16661.
e874834efe9943668668c7fa498af3b3c7caffbdnd [Manni Wood <manniwood planet-save.com>]
e874834efe9943668668c7fa498af3b3c7caffbdnd
e874834efe9943668668c7fa498af3b3c7caffbdnd *) mod_cache: Fix the cache code so that responses can be cached
b617020883fa3b18bc9b5be5e896ceed79a7ff7fnd if they have an Expires header but no Etag or Last-Modified
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe headers. PR 23130.
b617020883fa3b18bc9b5be5e896ceed79a7ff7fnd [<bjorn exoweb.net>]
38873f61704cbe5eadaa3fb9dca84a4bee1ae5d5wrowe
38873f61704cbe5eadaa3fb9dca84a4bee1ae5d5wrowe *) mod_log_config: Fix %b log format to write really "-" when 0 bytes
38873f61704cbe5eadaa3fb9dca84a4bee1ae5d5wrowe were sent (e.g. with 304 or 204 response codes). [Astrid Ke�ler]
38873f61704cbe5eadaa3fb9dca84a4bee1ae5d5wrowe
38873f61704cbe5eadaa3fb9dca84a4bee1ae5d5wrowe *) Modify ap_get_client_block() to note if it has seen EOS.
68a80326bd8b6f717ae0c44d4bb7273023aad1edwrowe [Justin Erenkrantz]
68a80326bd8b6f717ae0c44d4bb7273023aad1edwrowe
68a80326bd8b6f717ae0c44d4bb7273023aad1edwrowe *) Fix a bug, where mod_deflate sometimes unconditionally compressed the
68a80326bd8b6f717ae0c44d4bb7273023aad1edwrowe content if the Accept-Encoding header contained only other tokens than
68a80326bd8b6f717ae0c44d4bb7273023aad1edwrowe "gzip" (such as "deflate"). PR 21523. [Joe Orton, Andr� Malo]
68a80326bd8b6f717ae0c44d4bb7273023aad1edwrowe
6838d0e05a193cb77265db36e3549201b3df57e6wrowe *) Avoid an infinite recursion, which occured if the name of an included
6838d0e05a193cb77265db36e3549201b3df57e6wrowe config file or directory contained a wildcard character. PR 22194.
6838d0e05a193cb77265db36e3549201b3df57e6wrowe [Andr� Malo]
6838d0e05a193cb77265db36e3549201b3df57e6wrowe
903c124068c87c957f1327de486017a19cccd348stoddard *) mod_ssl: Fix a problem setting variables that represent the
903c124068c87c957f1327de486017a19cccd348stoddard client certificate chain. PR 21371 [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
903c124068c87c957f1327de486017a19cccd348stoddard *) Unix: Handle permissions settings for flock-based mutexes in
732269e2780cb818c1b48aeffa0b432b0ce4ee5eaaron unixd_set_global|proc_mutex_perms(). Allow the functions to be
732269e2780cb818c1b48aeffa0b432b0ce4ee5eaaron called for any type of mutex. PR 20312 [Jeff Trawick]
20aa030accab9a4df293294283fbe6a4ae961588trawick
20aa030accab9a4df293294283fbe6a4ae961588trawick *) ab: Work over non-loopback on Unix again. PR 21495. [Jeff Trawick]
20aa030accab9a4df293294283fbe6a4ae961588trawick
b617020883fa3b18bc9b5be5e896ceed79a7ff7fnd *) Fix a misleading message from the some of the threaded MPMs when
e08b3783b570fdea39520da5e6c174394e956d17nd MaxClients has to be lowered due to the setting of ServerLimit.
e08b3783b570fdea39520da5e6c174394e956d17nd [Jeff Trawick]
e08b3783b570fdea39520da5e6c174394e956d17nd
e08b3783b570fdea39520da5e6c174394e956d17nd *) Lower the severity of the "listener thread didn't exit" message
e08b3783b570fdea39520da5e6c174394e956d17nd to debug, as it is of interest only to developers. PR 9011
e08b3783b570fdea39520da5e6c174394e956d17nd [Jeff Trawick]
e08b3783b570fdea39520da5e6c174394e956d17nd
e08b3783b570fdea39520da5e6c174394e956d17nd *) MPMs: The bucket brigades subsystem now honors the MaxMemFree setting.
e08b3783b570fdea39520da5e6c174394e956d17nd [Cliff Woolley, Jean-Jacques Clar]
e08b3783b570fdea39520da5e6c174394e956d17nd
16de8ff78c533f06c64d5ab2b685953992ff8659thommay *) Install config.nice into the build/ directory to make
16de8ff78c533f06c64d5ab2b685953992ff8659thommay minor version upgrades easier. [Joshua Slive]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
16de8ff78c533f06c64d5ab2b685953992ff8659thommay *) Fix mod_deflate so that it does not call deflate() without checking
5aef954598e763eea457d204897a6a12d281755dtrawick first whether it has something to deflate. (Currently this causes
5aef954598e763eea457d204897a6a12d281755dtrawick deflate to generate a fatal error according to the zlib spec.)
5aef954598e763eea457d204897a6a12d281755dtrawick PR 22259. [Stas Bekman]
5aef954598e763eea457d204897a6a12d281755dtrawick
340e970018246649e86dd3ebbd34f4719e3ceaf7trawick *) mod_ssl: Fix FakeBasicAuth for subrequest. Log an error when an
340e970018246649e86dd3ebbd34f4719e3ceaf7trawick identity spoof is encountered.
340e970018246649e86dd3ebbd34f4719e3ceaf7trawick [Sander Striker]
340e970018246649e86dd3ebbd34f4719e3ceaf7trawick
1360e9b0036040edfbcd2273ae18db83a93536detrawick *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory
1360e9b0036040edfbcd2273ae18db83a93536detrawick containing the .htaccess file is requested without a trailing slash.
1360e9b0036040edfbcd2273ae18db83a93536detrawick PR 20195. [Andr� Malo]
1360e9b0036040edfbcd2273ae18db83a93536detrawick
1360e9b0036040edfbcd2273ae18db83a93536detrawick *) ab: Overlong credentials given via command line no longer clobber
1360e9b0036040edfbcd2273ae18db83a93536detrawick the buffer. [Andr� Malo]
c3f32ea297c5350948a0c4472c1ff8433ea4e6bastoddard
c3f32ea297c5350948a0c4472c1ff8433ea4e6bastoddard *) mod_deflate: Don't attempt to hold all of the response until we're
c3f32ea297c5350948a0c4472c1ff8433ea4e6bastoddard done. [Justin Erenkrantz]
c3f32ea297c5350948a0c4472c1ff8433ea4e6bastoddard
6838d0e05a193cb77265db36e3549201b3df57e6wrowe *) Assure that we block properly when reading input bodies with SSL.
c3f32ea297c5350948a0c4472c1ff8433ea4e6bastoddard PR 19242. [David Deaves <David.Deaves dd.id.au>, William Rowe]
946f7bd76a0dec6d67af79af56a8cff3cb6ef9c1nd
946f7bd76a0dec6d67af79af56a8cff3cb6ef9c1nd *) Update mime.types to include latest IANA and W3C types. [Roy Fielding]
946f7bd76a0dec6d67af79af56a8cff3cb6ef9c1nd
946f7bd76a0dec6d67af79af56a8cff3cb6ef9c1nd *) mod_ext_filter: Set additional environment variables for use by
8c038cdb417502a969599568ccc4020576d82a10nd the external filter. PR 20944. [Andrew Ho, Jeff Trawick]
8c038cdb417502a969599568ccc4020576d82a10nd
8c038cdb417502a969599568ccc4020576d82a10nd *) Fix buildconf errors when libtool version changes. [Jeff Trawick]
8c038cdb417502a969599568ccc4020576d82a10nd
8c038cdb417502a969599568ccc4020576d82a10nd *) Remember an authenticated user during internal redirects if the
8c038cdb417502a969599568ccc4020576d82a10nd redirection target is not access protected and pass it
8c038cdb417502a969599568ccc4020576d82a10nd to scripts using the REDIRECT_REMOTE_USER environment variable.
8c038cdb417502a969599568ccc4020576d82a10nd PR 10678, 11602. [Andr� Malo]
6838d0e05a193cb77265db36e3549201b3df57e6wrowe
6838d0e05a193cb77265db36e3549201b3df57e6wrowe *) mod_include: Fix a trio of bugs that would cause various unusual
83938932cb2dbe320eda488799bb7a0c04156bcdake sequences of parsed bytes to omit portions of the output stream.
83938932cb2dbe320eda488799bb7a0c04156bcdake PR 21095. [Ron Park <ronald.park cnet.com>, Andr� Malo, Cliff Woolley]
6838d0e05a193cb77265db36e3549201b3df57e6wrowe
6838d0e05a193cb77265db36e3549201b3df57e6wrowe *) Update the header token parsing code to allow LWS between the
6838d0e05a193cb77265db36e3549201b3df57e6wrowe token word and the ':' seperator. [PR 16520]
6838d0e05a193cb77265db36e3549201b3df57e6wrowe [Kris Verbeeck <kris.verbeeck advalvas.be>, Nicel KM <mnicel yahoo.com>]
6838d0e05a193cb77265db36e3549201b3df57e6wrowe
6fbf645df300ffa9c9693399571f2cd821af06fdtrawick *) Eliminate creation of a temporary table in ap_get_mime_headers_core()
6fbf645df300ffa9c9693399571f2cd821af06fdtrawick [Joe Schaefer <joe+gmane sunstarsys.com>]
6fbf645df300ffa9c9693399571f2cd821af06fdtrawick
6fbf645df300ffa9c9693399571f2cd821af06fdtrawick *) Added FreeBSD directory layout. PR 21100.
6fbf645df300ffa9c9693399571f2cd821af06fdtrawick [Sander Holthaus <info orangexl.com>, Andr� Malo]
c8ff8621370eb28a3f697a00bf5e6b3bc1a0d9f1minfrin
c8ff8621370eb28a3f697a00bf5e6b3bc1a0d9f1minfrin *) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
c8ff8621370eb28a3f697a00bf5e6b3bc1a0d9f1minfrin response. PR 21085. [Glenn Nielsen <glenn apache.org>, Andr� Malo]
c8ff8621370eb28a3f697a00bf5e6b3bc1a0d9f1minfrin
c8ff8621370eb28a3f697a00bf5e6b3bc1a0d9f1minfrin *) mod_rewrite: Perform child initialization on the rewrite log lock.
c8989f842c2ad4533950c13d99d3dfb099da0d67minfrin This fixes a log corruption issue when flock-based serialization
c8989f842c2ad4533950c13d99d3dfb099da0d67minfrin is used (e.g., FreeBSD). [Jeff Trawick]
c8989f842c2ad4533950c13d99d3dfb099da0d67minfrin
c8989f842c2ad4533950c13d99d3dfb099da0d67minfrin *) Don't respect the Server header field as set by modules and CGIs.
97610ac677a5eda4a3bb366c5bb34a27eeb4288cminfrin As with 1.3, for proxy requests any such field is from the origin
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe server; otherwise it will have our server info as controlled by
97610ac677a5eda4a3bb366c5bb34a27eeb4288cminfrin the ServerTokens directive. [Jeff Trawick]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jortonChanges with Apache 2.0.47
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) SECURITY: CAN-2003-0192 (cve.mitre.org)
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton Fixed a bug whereby certain sequences of per-directory
6aa783d83f4304f664233d8252cb67116769676ewrowe renegotiations and the SSLCipherSuite directive being used to
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd upgrade from a weak ciphersuite to a strong one could result in
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd the weak ciphersuite being used in place of the strong one.
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd [Ben Laurie]
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd *) SECURITY: CAN-2003-0253 (cve.mitre.org)
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd Fixed a bug in prefork MPM causing temporary denial of service
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd when accept() on a rarely accessed port returns certain errors.
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd Reported by Saheed Akhtar <S.Akhtar talis.com>. [Jeff Trawick]
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd *) SECURITY: CAN-2003-0254 (cve.mitre.org)
761fb8d21084bd7b7eb590fbd54a925dfdf806bbnd Fixed a bug in ftp proxy causing denial of service when target
367cefc17f8dcfe65651c9c16cb3151589c6cecetrawick host is IPv6 but proxy server can't create IPv6 socket. Fixed by
5d6ffa7b5c77dd4132ed6d7f0dd63548b1c3c1c9nd the reporter. [Yoshioka Tsuneo <tsuneo.yoshioka f-secure.com>]
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe *) SECURITY [VU#379828] Prevent the server from crashing when entering
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe infinite loops. The new LimitInternalRecursion directive configures
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton limits of subsequent internal redirects and nested subrequests, after
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton which the request will be aborted. PR 19753 (and probably others).
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [William Rowe, Jeff Trawick, Andr� Malo]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) core_output_filter: don't split the brigade after a FLUSH bucket if
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton it's the last bucket. This prevents creating unneccessary empty
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe brigades which may not be destroyed until the end of a keepalive
18f36c8bdc74f9fd18739b9a154852c541b18900minfrin connection.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Juan Rivera <Juan.Rivera citrix.com>]
18f36c8bdc74f9fd18739b9a154852c541b18900minfrin
f1e73dbab9ba73d83c9ac8a13ab6150653bb71a9brianp *) Add support for "streamy" PROPFIND responses.
f1e73dbab9ba73d83c9ac8a13ab6150653bb71a9brianp [Ben Collins-Sussman <sussman collab.net>]
7a01bcd2d59be7ec9ce55701c58054fa1c0bb5b6wrowe
6aa783d83f4304f664233d8252cb67116769676ewrowe *) mod_cgid: Eliminate a double-close of a socket. This resolves
6aa783d83f4304f664233d8252cb67116769676ewrowe various operational problems in a threaded MPM, since on the
6aa783d83f4304f664233d8252cb67116769676ewrowe second attempt to close the socket, the same descriptor was
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe often already in use by another thread for another purpose.
7a01bcd2d59be7ec9ce55701c58054fa1c0bb5b6wrowe [Jeff Trawick]
9d71a9210ee030534400d37010f34e6a7d72b53fnd
9d71a9210ee030534400d37010f34e6a7d72b53fnd *) mod_negotiation: Introduce "prefer-language" environment variable,
9d71a9210ee030534400d37010f34e6a7d72b53fnd which allows to influence the negotiation process on request basis
9d71a9210ee030534400d37010f34e6a7d72b53fnd to prefer a certain language. [Andr� Malo]
5d6ffa7b5c77dd4132ed6d7f0dd63548b1c3c1c9nd
5d6ffa7b5c77dd4132ed6d7f0dd63548b1c3c1c9nd *) Make mod_expires' ExpiresByType work properly, including for
5d6ffa7b5c77dd4132ed6d7f0dd63548b1c3c1c9nd dynamically-generated documents. [Ken Coar, Bill Stoddard]
5d6ffa7b5c77dd4132ed6d7f0dd63548b1c3c1c9nd
5d6ffa7b5c77dd4132ed6d7f0dd63548b1c3c1c9ndChanges with Apache 2.0.46
144b1e2ebb48b2878017a8ac9a4cad1e771bc1b6stoddard
144b1e2ebb48b2878017a8ac9a4cad1e771bc1b6stoddard *) SECURITY: CAN-2003-0245 (cve.mitre.org)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Fixed a bug causing apr_pvsprintf() to crash by sending an overly
74b84dd6e146edc93cf1b3200e411bfc581f7c36nd long string. This can be triggered remotely through mod_dav,
143a04461642dea548a4bebdb302f5e411528a14trawick mod_ssl, and other mechanisms.
143a04461642dea548a4bebdb302f5e411528a14trawick Reported by David Endler <DEndler iDefense.com>. [Joe Orton]
143a04461642dea548a4bebdb302f5e411528a14trawick
ebecc16986604cce1369d5075eff65032e3dd0deianh *) SECURITY: CAN-2003-0189 (cve.mitre.org)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Fixed a denial-of-service vulnerability affecting basic
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe authentication on Unix platforms related to thread-safety in
ebecc16986604cce1369d5075eff65032e3dd0deianh apr_password_validate().
ebecc16986604cce1369d5075eff65032e3dd0deianh Reported by John Hughes <john.hughes entegrity.com>.
ebecc16986604cce1369d5075eff65032e3dd0deianh
ebecc16986604cce1369d5075eff65032e3dd0deianh *) Fix for mod_dav. Call the 'can_be_activity' callback, if provided,
ebecc16986604cce1369d5075eff65032e3dd0deianh when a MKACTIVITY request comes in.
7a2b9ea4788ea59d81b9e84192e4b90a9a0da875wrowe [Ben Collins-Sussman <sussman collab.net>]
7a2b9ea4788ea59d81b9e84192e4b90a9a0da875wrowe
7a2b9ea4788ea59d81b9e84192e4b90a9a0da875wrowe *) Perform run-time query in apxs for apr and apr-util's includes.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Justin Erenkrantz]
7a2b9ea4788ea59d81b9e84192e4b90a9a0da875wrowe
d225a894172ec361d2c6791638bacf604a8c6fa4nd *) run libtool from the apr install directory (in case that is different
d225a894172ec361d2c6791638bacf604a8c6fa4nd from the apache install directory) [Jeff Trawick]
d225a894172ec361d2c6791638bacf604a8c6fa4nd
d225a894172ec361d2c6791638bacf604a8c6fa4nd *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez]
d225a894172ec361d2c6791638bacf604a8c6fa4nd
d225a894172ec361d2c6791638bacf604a8c6fa4nd *) If mod_mime_magic does not know the content-type, do not attempt to
d225a894172ec361d2c6791638bacf604a8c6fa4nd guess. PR 16908. [Andrew Gapon <agapon telcordia.com>]
70f28b17978da5478a97843ab7cbcb4baf7a8711nd
70f28b17978da5478a97843ab7cbcb4baf7a8711nd *) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
70f28b17978da5478a97843ab7cbcb4baf7a8711nd caching. PR 17864.
70f28b17978da5478a97843ab7cbcb4baf7a8711nd [Andreas Leimbacher <andreasl67 yahoo.de>, Madhusudan Mathihalli]
ac539bd6714277d9ce7c39361de4cc11d1fb8eadnd
ac539bd6714277d9ce7c39361de4cc11d1fb8eadnd *) Add a delete flag to htpasswd.
ac539bd6714277d9ce7c39361de4cc11d1fb8eadnd [Thom May]
f5208b93c14accca0cd5f5acb042332b20172fb1nd
f5208b93c14accca0cd5f5acb042332b20172fb1nd *) Fix mod_rewrite's handling of absolute URIs. The escaping routines
f5208b93c14accca0cd5f5acb042332b20172fb1nd now work scheme dependent and the query string will only be
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe appended if supported by the particular scheme. [Andr� Malo]
1125f364c5cb4fd9bff71e89b5d4cbf551590035bnicholes
1125f364c5cb4fd9bff71e89b5d4cbf551590035bnicholes *) Add another check for already compressed content in mod_deflate.
1125f364c5cb4fd9bff71e89b5d4cbf551590035bnicholes PR 19913. [Tsuyoshi SASAMOTO <nazonazo super.win.ne.jp>]
1125f364c5cb4fd9bff71e89b5d4cbf551590035bnicholes
1125f364c5cb4fd9bff71e89b5d4cbf551590035bnicholes *) Fixes for VPATH builds; copying special.mk and any future .mk files
1125f364c5cb4fd9bff71e89b5d4cbf551590035bnicholes from the source tree as well as the build tree (now creates a usable
1125f364c5cb4fd9bff71e89b5d4cbf551590035bnicholes configuration for apxs), and eliminated redundant -I'nclude paths.
9d999c5deeddad9211695fc736a845afda6a2e95wrowe [William Rowe]
9d999c5deeddad9211695fc736a845afda6a2e95wrowe
9d999c5deeddad9211695fc736a845afda6a2e95wrowe *) Code fixes, constness corrections and ssl_toolkit_compat.h updates
9d999c5deeddad9211695fc736a845afda6a2e95wrowe for SSLC and OpenSSL toolkit compatibility. Still work remains to
f19141958ebbfa8feb78e27007b4023d710d1c7etrawick be done to cripple features based on the limitations of RSA's binary
f19141958ebbfa8feb78e27007b4023d710d1c7etrawick distribution of their SSL-C toolkit.
f19141958ebbfa8feb78e27007b4023d710d1c7etrawick [William Rowe, Madhusudan Mathihalli, Jeff Trawick]
f19141958ebbfa8feb78e27007b4023d710d1c7etrawick
3ac9911bdb9c066a068041218d5b05bc851340bdtrawick *) Linux 2.4+: If Apache is started as root and you code
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe CoreDumpDirectory, coredumps are enabled via the prctl() syscall.
3ac9911bdb9c066a068041218d5b05bc851340bdtrawick [Greg Ames]
c5c445b5614e4d5040d3c0994d2456f1ac8cb9b5jerenkrantz
c5c445b5614e4d5040d3c0994d2456f1ac8cb9b5jerenkrantz *) ap_get_mime_headers_core: allocate space for the trailing null
c5c445b5614e4d5040d3c0994d2456f1ac8cb9b5jerenkrantz when folding is in effect.
c5c445b5614e4d5040d3c0994d2456f1ac8cb9b5jerenkrantz PR 18170 [Peter Mayne <PeterMayne SPAM_SUX.ap.spherion.com>]
c5c445b5614e4d5040d3c0994d2456f1ac8cb9b5jerenkrantz
c5c445b5614e4d5040d3c0994d2456f1ac8cb9b5jerenkrantz *) Fix --enable-mods-shared=most and other variants. [Aaron Bannert]
5541a81e194dc99521c0ecf904a940b0b65a93f2nd
5541a81e194dc99521c0ecf904a940b0b65a93f2nd *) mod_log_config: Add the ability to log the id of the thread
5541a81e194dc99521c0ecf904a940b0b65a93f2nd processing the request via new %P formats. [Jeff Trawick]
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe *) Use appropriate language codes for Czech (cs) and Traditional Chinese
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe (zh-tw) in default config files. PR 9427. [Andr� Malo]
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe *) mod_auth_ldap: Use generic whitespace character class when parsing
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe "require" directives, instead of literal spaces only. PR 17135.
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe [Andr� Malo]
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe *) Hook mod_rewrite's type checker before mod_mime's one. That way the
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe RewriteRule [T=...] Flag should work as expected now. PR 19626.
f16b2c3124a11bff93724342099e1afdb8145917bnicholes [Andr� Malo]
f16b2c3124a11bff93724342099e1afdb8145917bnicholes
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe *) htpasswd: Check the processed file on validity. If a line is not empty
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe and not a comment, it must contain at least one colon. Otherwise exit
60736084c3e45fe7ece48483188e58b0f9e3a36bwrowe with error code 7. [Kris Verbeeck <Kris.Verbeeck ubizen.com>, Thom May]
f16b2c3124a11bff93724342099e1afdb8145917bnicholes
d584e3b7a33da68233e7ac403213b436b402f5bend *) Fix a problem that caused httpd to be linked with incorrect flags
d584e3b7a33da68233e7ac403213b436b402f5bend on some platforms when mod_so was enabled by default, breaking
d584e3b7a33da68233e7ac403213b436b402f5bend DSOs on AIX. PR 19012 [Jeff Trawick]
d584e3b7a33da68233e7ac403213b436b402f5bend
d584e3b7a33da68233e7ac403213b436b402f5bend *) By default, use the same CC and CPP with which APR was built.
d584e3b7a33da68233e7ac403213b436b402f5bend The user can override with CC and CPP environment variables.
d584e3b7a33da68233e7ac403213b436b402f5bend [Jeff Trawick]
d584e3b7a33da68233e7ac403213b436b402f5bend
d584e3b7a33da68233e7ac403213b436b402f5bend *) Fix ap_construct_url() so that it surrounds IPv6 literal address
d584e3b7a33da68233e7ac403213b436b402f5bend strings with []. This fixes certain types of redirection.
d584e3b7a33da68233e7ac403213b436b402f5bend PR 19207. [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
d584e3b7a33da68233e7ac403213b436b402f5bend *) forward port of buffer overflow fixes for htdigest. [Thom May]
d584e3b7a33da68233e7ac403213b436b402f5bend
d584e3b7a33da68233e7ac403213b436b402f5bend *) Added AllowEncodedSlashes directive to permit control of whether
d584e3b7a33da68233e7ac403213b436b402f5bend the server will accept encoded slashes ('%2f') in the URI path.
d584e3b7a33da68233e7ac403213b436b402f5bend Default condition is off (the historical behaviour). This permits
d584e3b7a33da68233e7ac403213b436b402f5bend environments in which the path-info needs to contain encoded
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe slashes. PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639. [Ken Coar]
d584e3b7a33da68233e7ac403213b436b402f5bend
3e49fe84a5024d831ffb14697747c5948821f958trawick *) When using Redirect in directory context, append requested query
3e49fe84a5024d831ffb14697747c5948821f958trawick string if there's no one supplied by configuration. PR 10961.
3e49fe84a5024d831ffb14697747c5948821f958trawick [Andr� Malo]
5610fc134df70e725bcdef518cc93de70261eb1dnd
5610fc134df70e725bcdef518cc93de70261eb1dnd *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise
5610fc134df70e725bcdef518cc93de70261eb1dnd the pattern will not always match as desired. PR 12596.
5610fc134df70e725bcdef518cc93de70261eb1dnd [Andr� Malo]
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick *) mod_autoindex now emits and accepts modern query string parameter
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick delimiters (;). Thus column headers no longer contain unescaped
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick ampersands. PR 10880 [Andr� Malo]
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick *) Enable ap_sock_disable_nagle for Windows. This along with the
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick addition of APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick to be disabled for Windows. [Allan Edwards]
965680cd7c050ec8c8c751ffdbaf19c91213d562trawick
52d61f96a186861d991583851218e15ea16f0abetrawick *) Correct a mis-correlation between mpm_common.c and mpm_common.h;
52d61f96a186861d991583851218e15ea16f0abetrawick This patch reverts us to pre-2.0.46 behavior, using the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe ap_sock_disable_nagle noop macro, because ap_sock_disable_nagle
52d61f96a186861d991583851218e15ea16f0abetrawick was never compiled on Win32. [Allan Edwards, William Rowe]
4fa5f4378779a06834ec5efa44810f93741c5f27wrowe
4fa5f4378779a06834ec5efa44810f93741c5f27wrowe *) Fix a build problem with passing unsupported --enable-layout
4fa5f4378779a06834ec5efa44810f93741c5f27wrowe args to apr and apr-util. This broke binbuild.sh as well as
4fa5f4378779a06834ec5efa44810f93741c5f27wrowe user-specified layout parameters. PR 18649 [Justin Erenkrantz,
6838d0e05a193cb77265db36e3549201b3df57e6wrowe Jeff Trawick]
74b84dd6e146edc93cf1b3200e411bfc581f7c36nd
74b84dd6e146edc93cf1b3200e411bfc581f7c36nd *) If a Date response header was already set in the headers array,
74b84dd6e146edc93cf1b3200e411bfc581f7c36nd this value was ignored in favour of the current time. This meant
11e365512cbf021726cd3ec3d80743f408170ff9stoddard that Date headers on proxied requests where rewritten when they
11e365512cbf021726cd3ec3d80743f408170ff9stoddard should not have been. PR: 14376 [Graham Leggett]
11e365512cbf021726cd3ec3d80743f408170ff9stoddard
11e365512cbf021726cd3ec3d80743f408170ff9stoddard *) Add code to buildconf that produces an httpd.spec file from
11e365512cbf021726cd3ec3d80743f408170ff9stoddard httpd.spec.in, using build/get-version.sh from APR.
367cefc17f8dcfe65651c9c16cb3151589c6cecetrawick [Graham Leggett]
2774f23eee36fdb1b30a8213bbcabe5336175e54jwoolley
2774f23eee36fdb1b30a8213bbcabe5336175e54jwoolley *) Fixed a segfault when multiple ProxyBlock directives were used.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe PR: 19023 [Sami Tikka <sami.tikka f-secure.com>]
2774f23eee36fdb1b30a8213bbcabe5336175e54jwoolley
1944ddbbad413b60307d66081b022a3eee5f04cfbnicholes *) SECURITY: CAN-2003-0134 (cve.mitre.org)
1944ddbbad413b60307d66081b022a3eee5f04cfbnicholes OS2: Fix a Denial of Service vulnerability identified and
1944ddbbad413b60307d66081b022a3eee5f04cfbnicholes reported by Robert Howard <rihoward rawbw.com> that where device
1944ddbbad413b60307d66081b022a3eee5f04cfbnicholes names faulted the running OS2 worker process. The fix is
3b1dc8f8f153d7167da9e64ab44f3e90f486a458wrowe actually in APR 0.9.4. [Brian Havard]
3b1dc8f8f153d7167da9e64ab44f3e90f486a458wrowe
3b1dc8f8f153d7167da9e64ab44f3e90f486a458wrowe *) Forward port: Escape special characters (especially control
3b1dc8f8f153d7167da9e64ab44f3e90f486a458wrowe characters) in mod_log_config to make a clear distinction between
2404b81d39a1a539f980d4808d52d23997a9e006nd client-supplied strings (with special characters) and server-side
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe strings. This was already introduced in version 1.3.25.
2404b81d39a1a539f980d4808d52d23997a9e006nd [Andr� Malo]
a3754e9d2edd5758f94fd743b9cf9f814be80383nd
a3754e9d2edd5758f94fd743b9cf9f814be80383nd *) mod_deflate: Check also err_headers_out for an already set
a3754e9d2edd5758f94fd743b9cf9f814be80383nd Content-Encoding: gzip header. This prevents gzip compressed content
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick from a CGI script from being compressed once more. PR 17797.
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick [Andr� Malo]
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick
f9a987f71572291f35b9d0adc3fe79af96b2b147trawickChanges with Apache 2.0.45
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick *) Fix possible segfaults under obscure error conditions within the
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick cgid daemon. [Jeff Trawick, William Rowe]
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick *) SECURITY: CAN-2003-0132 (cve.mitre.org)
f9a987f71572291f35b9d0adc3fe79af96b2b147trawick Close a Denial of Service vulnerability identified by David
6838d0e05a193cb77265db36e3549201b3df57e6wrowe Endler <DEndler iDefense.com> on all platforms. An unlimited
5c870e08d589a24283cd76a9d596120605762cbbminfrin stream of newlines were acceptable between requests where each
5c870e08d589a24283cd76a9d596120605762cbbminfrin <lf> would allocate an 80 byte buffer, leading very quickly to
5c870e08d589a24283cd76a9d596120605762cbbminfrin memory exahustion. [Brian Pane]
47d4dfaca60aff6d3c7e591bf593b3961cafcdefminfrin
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Added an rpm build script.
47d4dfaca60aff6d3c7e591bf593b3961cafcdefminfrin [Graham Leggett, Joe Orton <jorton redhat.com>]
c206205e2475a7a4a192eaa7190a9894f01f0631minfrin
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Simpler, faster code path for request header scanning [Brian Pane]
c206205e2475a7a4a192eaa7190a9894f01f0631minfrin
c206205e2475a7a4a192eaa7190a9894f01f0631minfrin *) SECURITY: Eliminated leaks of several file descriptors to child
304aee4b1ff85cc876570493e4ed334d42b4d9eftrawick processes, such as CGI scripts. This fix depends on the APR library
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe release 0.9.2 or later (0.9.3 was distributed with the httpd
304aee4b1ff85cc876570493e4ed334d42b4d9eftrawick source tarball for Apache 2.0.45.) PR 17206
304aee4b1ff85cc876570493e4ed334d42b4d9eftrawick [Christian Kratzer <ck cksoft.de>, Bjoern A. Zeeb <bz zabbadoz.net>]
304aee4b1ff85cc876570493e4ed334d42b4d9eftrawick
304aee4b1ff85cc876570493e4ed334d42b4d9eftrawick *) Fix path handling of mod_rewrite, especially on non-unix systems.
77582a85f880a10e8e225ecd5b303446d23d1c9atrawick There was some confusion between local paths and URL paths.
77582a85f880a10e8e225ecd5b303446d23d1c9atrawick PR 12902. [Andr� Malo]
77582a85f880a10e8e225ecd5b303446d23d1c9atrawick
77582a85f880a10e8e225ecd5b303446d23d1c9atrawick *) Prevent endless loops of internal redirects in mod_rewrite by
77582a85f880a10e8e225ecd5b303446d23d1c9atrawick aborting after exceeding a limit of internal redirects. The
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe limit defaults to 10 and can be changed using the RewriteOptions
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe directive. PR 17462. [Andr� Malo]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when
111b2312c9749936ebca4f273db445820a0a703ebrianp all worker threads are busy.
111b2312c9749936ebca4f273db445820a0a703ebrianp [Igor Nazarenko <igor_nazarenko hotmail.com>]
6838d0e05a193cb77265db36e3549201b3df57e6wrowe
ad877cddc14be8c8171938ba61338c6c7b896bbdtrawick *) Keep the subrequest filter in place when a subrequest is
ad877cddc14be8c8171938ba61338c6c7b896bbdtrawick redirected. PR 15423. [Jeff Trawick]
ad877cddc14be8c8171938ba61338c6c7b896bbdtrawick
ad877cddc14be8c8171938ba61338c6c7b896bbdtrawick *) you can now specify the compression level for mod_deflate.
ad877cddc14be8c8171938ba61338c6c7b896bbdtrawick [Ian Holsman, Stephen Pierzchala <stephen pierzchala.com>,
ad877cddc14be8c8171938ba61338c6c7b896bbdtrawick Michael Schroepl <Michael.Schroepl telekurs.de>]
367cefc17f8dcfe65651c9c16cb3151589c6cecetrawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_deflate: Extend the DeflateFilterNote directive to
367cefc17f8dcfe65651c9c16cb3151589c6cecetrawick allow accurate logging of the filter's in- and outstream.
367cefc17f8dcfe65651c9c16cb3151589c6cecetrawick [Andr� Malo]
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe *) Allow SSLMutex to select/use the full range of APR locking
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe mechanisms available to it. Also, fix the bug that SSLMutex uses
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe APR_LOCK_DEFAULT no matter what. PR 8122 [Jim Jagielski,
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe Martin Kutschker <martin.t.kutschker blackbox.net>]
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe
f49cf8ce86a01c90d5d843fc27e19d2802dd0f77wrowe *) Restore the ability of htdigest.exe to create files that contain
9b867bfaea269f387a0cf2aa4c9f38d4d51bac94rederpj more than one user. PR 12910. [Andr� Malo]
9b867bfaea269f387a0cf2aa4c9f38d4d51bac94rederpj
9b867bfaea269f387a0cf2aa4c9f38d4d51bac94rederpj *) Improve binary compatibility of the core between debug (aka
9b867bfaea269f387a0cf2aa4c9f38d4d51bac94rederpj maintainer-mode) and a non-debug compile.
9b867bfaea269f387a0cf2aa4c9f38d4d51bac94rederpj [Sander Striker]
52435ceaabd1670b2c3a062acc191159a64fb7a1wrowe
52435ceaabd1670b2c3a062acc191159a64fb7a1wrowe *) mod_usertrack: don't set the cookie in subrequests. This works
52435ceaabd1670b2c3a062acc191159a64fb7a1wrowe around the problem that cookies were set twice during fast internal
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe redirects. PR 13211. [Andr� Malo]
52435ceaabd1670b2c3a062acc191159a64fb7a1wrowe
52435ceaabd1670b2c3a062acc191159a64fb7a1wrowe *) mod_autoindex no longer forgets output format and enabled version
52435ceaabd1670b2c3a062acc191159a64fb7a1wrowe sort in linked column headers. [Andr� Malo]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
52435ceaabd1670b2c3a062acc191159a64fb7a1wrowe *) Use .sv instead of .se as extension for Swedish documents in the
e199d79647c689a85951f19b08a08082263f4df8brianp default configuration. PR 12877. [Andr� Malo]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
e199d79647c689a85951f19b08a08082263f4df8brianp *) Updated mod_ldap and mod_auth_ldap to support the Novell LDAP SDK SSL
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe and standardized the LDAP SSL support across the various LDAP SDKs.
6838d0e05a193cb77265db36e3549201b3df57e6wrowe Isolated the SSL functionality to mod_ldap rather than speading it
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe across mod_auth_ldap and mod_ldap. Also added LDAPTrustedCA
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe and LDAPTrustedCAType directives to mod_ldap to allow for a more
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe common method of specifying the SSL certificate.
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe [Dave Ward, Brad Nicholes]
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe *) Fixed mod_ssl's SSLCertificateChain initialization to no longer
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe skip the first cert of the chain by default. This misbehavior
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe was introduced in 2.0.34. PR 14560 [Madhusudan Mathihalli]
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe be started on Unix because of such problems as bad permissions,
ad451e2e428a069086d1c18c9e3372f8846ec617wrowe bad shebang line, etc. [Jeff Trawick]
1e1e5c477f92840ffbcb8acd0003305022e5468atrawick
1e1e5c477f92840ffbcb8acd0003305022e5468atrawick *) Fix 64-bit problem in mod_ssl input logic.
1e1e5c477f92840ffbcb8acd0003305022e5468atrawick [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
1e1e5c477f92840ffbcb8acd0003305022e5468atrawick
1e1e5c477f92840ffbcb8acd0003305022e5468atrawick *) Fix potential memory leaks in mod_deflate on malformed data. PR 16046.
1e1e5c477f92840ffbcb8acd0003305022e5468atrawick [Justin Erenkrantz]
c998c5be82bf2b41f8fc27de9376ba10651c74bcrederpj
c998c5be82bf2b41f8fc27de9376ba10651c74bcrederpj *) Rewrite ap_xml_parse_input to use bucket brigades. PR 16134.
c998c5be82bf2b41f8fc27de9376ba10651c74bcrederpj [Justin Erenkrantz]
c998c5be82bf2b41f8fc27de9376ba10651c74bcrederpj
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix segfault which occurred when a section in an included
c998c5be82bf2b41f8fc27de9376ba10651c74bcrederpj configuration file was not closed. PR 17093. [Andr� Malo]
58eb8d7cca552570577aa8b636349a695ff193datrawick
58eb8d7cca552570577aa8b636349a695ff193datrawick *) Enhance the behavior of mod_isapi's WriteClient() callback to
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe provide better emulation for isapi modules that presume that the
58eb8d7cca552570577aa8b636349a695ff193datrawick first WriteClient() call may send status and headers. An example
ecf435f0c6379df7ed83285d5597fc9aa39c6f6dbrianp of WriteClient() abuse is the foxisapi module, which relies on
ecf435f0c6379df7ed83285d5597fc9aa39c6f6dbrianp that assumpion and now works. [William Rowe, Milan Kosina]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
ecf435f0c6379df7ed83285d5597fc9aa39c6f6dbrianp *) Check the return value of ap_run_pre_connection(). So if the
480f2a1b2fb27a8284e66e60a5bbaee6bc1ccb04trawick pre_connection phase fails (without setting c->aborted)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe ap_run_process_connection is not executed. [Stas Bekman]
480f2a1b2fb27a8284e66e60a5bbaee6bc1ccb04trawick
480f2a1b2fb27a8284e66e60a5bbaee6bc1ccb04trawick *) Fixed a problem with mod_ldap which caused it to fault when caching
acc9093ae1f3c97acc635bd5b2c7c0969da21183trawick was disabled. Needed to make sure that the code did not
acc9093ae1f3c97acc635bd5b2c7c0969da21183trawick attempt to use the cache if it didn't exist. Also fixed some memory
acc9093ae1f3c97acc635bd5b2c7c0969da21183trawick leaks which were due to not releasing LDAP resources on error
2fa5f4c38890220c6ea439317e7dcb9e8b3c76f7jwoolley conditions. [Brad Nicholes]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
2fa5f4c38890220c6ea439317e7dcb9e8b3c76f7jwoolley *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by
95d00ea81131488769296fa5765ed745cbf45207trawick mod_rewrite proxied URLs will not be escaped accidentally by
95d00ea81131488769296fa5765ed745cbf45207trawick mod_proxy's fixup. PR 16368 [Andr� Malo]
95d00ea81131488769296fa5765ed745cbf45207trawick
95d00ea81131488769296fa5765ed745cbf45207trawick *) While processing filters on internal redirects, remember seen EOS
95d00ea81131488769296fa5765ed745cbf45207trawick buckets also in the request structure of the redirect issuer(s). This
95d00ea81131488769296fa5765ed745cbf45207trawick prevents filters (such as mod_deflate) from adding garbage to the
95d00ea81131488769296fa5765ed745cbf45207trawick response. PR 14451. [Andr� Malo]
95d00ea81131488769296fa5765ed745cbf45207trawick
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj *) suexec: Be more pedantic when cleaning environment. Clean it
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj immediately after startup. PR 2790, 10449.
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj [Jeff Stewart <jws purdue.edu>, Andr� Malo]
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj *) Fix apxs to insert LoadModule directives only outside of sections.
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj PR 8712, 9012. [Andr� Malo]
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj *) Fix suexec compile error under SUNOS4, where strerror() doesn't
f08574f1098defdf1dc7e7f18a1e3664ee157150rederpj exist. PR 5913, 9977.
84854ca5d35fb9f101da948858097c88457eece8coar [Jonathan W Miner <Jonathan.W.Miner lmco.com>]
84854ca5d35fb9f101da948858097c88457eece8coar
84854ca5d35fb9f101da948858097c88457eece8coar *) Fix If header parsing when a non-mod_dav lock token is passed to it.
84854ca5d35fb9f101da948858097c88457eece8coar PR 16452. [Justin Erenkrantz]
30990c446eca5b0d16d42171a6b30da9456ff6b4trawick
30990c446eca5b0d16d42171a6b30da9456ff6b4trawick *) mod_auth_digest no longer tries to guess AuthDigestDomain, if it's
30990c446eca5b0d16d42171a6b30da9456ff6b4trawick not specified. Now it assumes "/" as already documented. PR 16937.
0fd9de72e2a1be5a6134ee70703324be80d816b7trawick [Andr� Malo]
0fd9de72e2a1be5a6134ee70703324be80d816b7trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Try to log an error if a piped log program fails. Try to
0fd9de72e2a1be5a6134ee70703324be80d816b7trawick restart a piped log program in more failure situations. Fix an
2213cc395cb461faf7bfeb187ebb61d97cd457efjerenkrantz existing problem with error handling in piped_log_spawn(). Use
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe new APR apr_proc_create() features to prevent Apache from starting
2213cc395cb461faf7bfeb187ebb61d97cd457efjerenkrantz on Unix* in most cases where a piped log program can be started,
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe and add log messages for the other situations. *Other platforms
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe already failed Apache initialization if a piped log program
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe couldn't be started. PR 15761 [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe *) Fix mod_cern_meta to not create empty metafiles when the
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe metafile searched for does not exist. PR 12353
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe [Owen Rees <owen_rees hp.com>]
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe *) Introduce debugging symbols for Win32 release builds, both .pdb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and .dbg files (older debuggers and Dr. Watson-type utilities
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe on WinNT or Win9x don't support the newer .pdb flavor.)
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe [Allen Edwards, William Rowe]
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME
854c7bc4128fa2ad9fdfe0fc307d5ef30bcb5bb9wrowe information (and more). Related to PR 9076. [Andr� Malo]
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj *) mod_file_cache: fix segfault serving mmaped cached files.
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj [Bill Stoddard]
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj *) mod_file_cache: fixed a segfault when multiple MMapFile directives
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj were used. PR 16313. [Cliff Woolley]
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe *) Fix a nasty segfault in mmap_bucket_setaside() caused by passing
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe an incompatible pointer type to mmap_bucket_destroy(void*).
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe [Gerard Eviston <geviston bigpond.net.au>]
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe
d8f54fe5534b61afa68100dddbe2eb98285d1100wrowe *) Enable the -n name parameter on NetWare to allow the
7f481efe04fdc4da7a447c14be62c155cbe00ddbbrianp administrator to rename the Apache console screen
7f481efe04fdc4da7a447c14be62c155cbe00ddbbrianp [Brad Nicholes]
7f481efe04fdc4da7a447c14be62c155cbe00ddbbrianp
7f481efe04fdc4da7a447c14be62c155cbe00ddbbrianp *) Fixed piped access logs on Win32 by disabling OTHER_CHILD
9ed34e5219ab3506ccfd2ca58751ce4c81b263a8rederpj support by default in APR. More development is required
9ed34e5219ab3506ccfd2ca58751ce4c81b263a8rederpj to deploy OTHER_CHILD on Win32. [William Rowe]
9ed34e5219ab3506ccfd2ca58751ce4c81b263a8rederpj
9ed34e5219ab3506ccfd2ca58751ce4c81b263a8rederpj *) Use saner default config values for suexec. PR 15713.
23b36269d124e7a6aaa5221891f7ae2ef3eeb158jerenkrantz [Thom May <thom planetarytramp.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
23b36269d124e7a6aaa5221891f7ae2ef3eeb158jerenkrantz *) mod_rewrite: Allow "RewriteEngine Off" even if no "Options FollowSymlinks"
d401ff3af66624a7023460054519070a025d31cfwrowe (or SymlinksIfOwnermatch) is set. PR 12395. [Andr� Malo]
d401ff3af66624a7023460054519070a025d31cfwrowe
d401ff3af66624a7023460054519070a025d31cfwrowe *) apxs: Include any special APR ld flags when linking the DSO.
d401ff3af66624a7023460054519070a025d31cfwrowe This resolves problems on AIX when building a DSO with apxs+gcc.
e65b56dc229f063425fac589002e34c8246ad878trawick [Jeff Trawick]
e65b56dc229f063425fac589002e34c8246ad878trawick
e65b56dc229f063425fac589002e34c8246ad878trawick *) Added character set support to mod_auth_LDAP to allow it to
e65b56dc229f063425fac589002e34c8246ad878trawick convert extended characters used in the user ID to UTF-8
306bd64cf6568149964abdf8ca748a617ed98500gregames before authenticating against the LDAP directory. The new
306bd64cf6568149964abdf8ca748a617ed98500gregames directive AuthLDAPCharsetConfig is used to specify the config
306bd64cf6568149964abdf8ca748a617ed98500gregames file that contains the character set conversion table.
5bd562b1d7da51cb5715899d32bb4c79c54459b0wrowe [Brad Nicholes]
ae3d212043d50288748fe9fdf0aa1a3e8f2ff3a6wrowe
ae3d212043d50288748fe9fdf0aa1a3e8f2ff3a6wrowe *) Don't remove the Content-Length from responses in mod_proxy
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe PR: 8677 [Brian Pane]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
ae3d212043d50288748fe9fdf0aa1a3e8f2ff3a6wrowe *) Ensure LDAP version is set to v3 on every bind. PR 14235.
766c20b0366e1d0e359e0d9a834669e19a4db3d9trawick [Sergey A. Lipnevich <sergeyli pisem.net>]
766c20b0366e1d0e359e0d9a834669e19a4db3d9trawick
766c20b0366e1d0e359e0d9a834669e19a4db3d9trawick *) Fix mod_ldap to open an existing shared memory file should one
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe already exist. PR 12757. [Scooter Morris <scooter gene.com>,
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Graham Leggett]
766c20b0366e1d0e359e0d9a834669e19a4db3d9trawick
2a6e98ba4ffa30ded5d8831664c5cb2a170a56b6coar *) Fix the ulimit command used by apachectl on Tru64. PR 13609.
2a6e98ba4ffa30ded5d8831664c5cb2a170a56b6coar [Joseph Senulis <Joseph.Senulis dnr.state.wi.us>, Jeff Trawick]
2a6e98ba4ffa30ded5d8831664c5cb2a170a56b6coar
2a6e98ba4ffa30ded5d8831664c5cb2a170a56b6coar *) Change the ulimit command used by apachectl on AIX so that it
9a11fa4e07f50f2e5750d078ef3751ddbf441b8ftrawick works in all locales. [Jeff Trawick]
9a11fa4e07f50f2e5750d078ef3751ddbf441b8ftrawick
9a11fa4e07f50f2e5750d078ef3751ddbf441b8ftrawick *) mod_ext_filter: Fix a problem building argument lists which
1f279dc92a60df9f61bf58468162aab0eef072e4brianp occasionally caused exec to fail. PR 15491. [Jeff Trawick]
1f279dc92a60df9f61bf58468162aab0eef072e4brianp
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 2.0.44
1f279dc92a60df9f61bf58468162aab0eef072e4brianp
2fd0edbd8b2f47a8458322bedd3b82f825faf336trawick *) mod_autoindex: Bring forward the IndexOptions IgnoreCase option
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe from Apache 1.3. PR 14276
2fd0edbd8b2f47a8458322bedd3b82f825faf336trawick [David Shane Holden <dpejesh yahoo.com>, William Rowe]
39021cf8b495cdb94013ca73531ccb32658fb793rederpj
39021cf8b495cdb94013ca73531ccb32658fb793rederpj *) mod_mime: Workaround to prevent a segfault if r->filename=NULL
39021cf8b495cdb94013ca73531ccb32658fb793rederpj [Brian Pane]
39021cf8b495cdb94013ca73531ccb32658fb793rederpj
39021cf8b495cdb94013ca73531ccb32658fb793rederpj *) Reorder the definitions for mod_ldap and mod_auth_ldap within
39021cf8b495cdb94013ca73531ccb32658fb793rederpj config.m4 to make sure the parent mod_ldap is defined first.
39021cf8b495cdb94013ca73531ccb32658fb793rederpj This ensures that mod_ldap comes before mod_auth_ldap in the
39021cf8b495cdb94013ca73531ccb32658fb793rederpj httpd.conf file, which is necessary for mod_auth_ldap to load.
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe PR 14256 [Graham Leggett]
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe *) Fix the building of cgi command lines when the query string
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe contains '='. PR 13914 [Ville Skytt� <ville.skytta iki.fi>,
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe Jeff Trawick]
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe *) Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. Move
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe implementation of MCacheMaxStreamingBuffer from mod_cache to
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe mod_mem_cache. MCacheMaxStreamingBuffer now defaults to the
fa16f10bc02e46bc5a6c2c2c6371926cd1dbe2edwrowe lesser of 100,000 bytes or MCacheMaxCacheObjectSize. This should
db8ac7cbb1fa6cdd6abcc4bb797d4deed32dd269jim eliminate the need for explicitly coding MCacheMaxStreamingBuffer
db8ac7cbb1fa6cdd6abcc4bb797d4deed32dd269jim in most configurations. [Bill Stoddard]
db8ac7cbb1fa6cdd6abcc4bb797d4deed32dd269jim
db8ac7cbb1fa6cdd6abcc4bb797d4deed32dd269jim *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when
db8ac7cbb1fa6cdd6abcc4bb797d4deed32dd269jim a redirect occurs. The code was passing a format string and
7b979864a91b52ecebca11d0a9a22e09349e59baminfrin integer to apr_pstrcat. Changed to apr_psprintf.
8d755accbdc5ae15bb0d00169b815d264c7de745minfrin [Paul J. Reder]
8d755accbdc5ae15bb0d00169b815d264c7de745minfrin
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
7b979864a91b52ecebca11d0a9a22e09349e59baminfrin as set by apr-util in util_ldap.c. This should allow mod_ldap
7b0a3bcc0e689305df49f7d4da7abc35aa891862brianp to work with the Netscape/Mozilla LDAP library. [�yvin S�mme
7b0a3bcc0e689305df49f7d4da7abc35aa891862brianp <somme oslo.westerngeco.slb.com>, Graham Leggett]
7b0a3bcc0e689305df49f7d4da7abc35aa891862brianp
1bae4591a85d90325ecdacedf7e54d1bbfe31037aaron *) Fix critical bug in new --enable-v4-mapped configure option
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe implementation which broke IPv4 listening sockets on some
1bae4591a85d90325ecdacedf7e54d1bbfe31037aaron systems. [hiroyuki hanai <hanai imgsrc.co.jp>]
a6f48cc01ab8f5377e570c61826dcdfc36741936trawick
a6f48cc01ab8f5377e570c61826dcdfc36741936trawick *) mod_setenvif: Fix BrowserMatchNoCase support for non-regex
a6f48cc01ab8f5377e570c61826dcdfc36741936trawick patterns [Andr� Malo <nd perlig.de>]
a6f48cc01ab8f5377e570c61826dcdfc36741936trawick
2da345202997f8f5860c801d68f7913c02fc05fctrawick *) Add version string to provider API. [Justin Erenkrantz]
2da345202997f8f5860c801d68f7913c02fc05fctrawick
2da345202997f8f5860c801d68f7913c02fc05fctrawick *) build: './configure && make' now works without an in-tree
5bd562b1d7da51cb5715899d32bb4c79c54459b0wrowe apr and apr-util. [Wilfredo Sanchez]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
5bd562b1d7da51cb5715899d32bb4c79c54459b0wrowe *) mod_negotiation: Set the appropriate mime response headers
1c06e98017400874d5ff6ad79f13145ec4589225striker (Content-Type, charset, Content-Language and Content-Encoding)
1c06e98017400874d5ff6ad79f13145ec4589225striker for negotated type-map "Body:" responses (such as the error
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton pages.) [Andr� Malo <nd perlig.de>]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_log_config: Allow '%%' escaping in CustomLog format
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton strings to insert a literal, single '%'.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Andr� Malo <nd perlig.de>]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) mod_autoindex: AddDescription directives for directories
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton now work as in Apache 1.3, where no trailing '/' is
99a041314eb3db0b0cca325c9c40d0a6c5fdf04fwrowe specified on the directory name. Previously, the trailing
6e119e632566d69798ce6cf4e714ed374b72914frederpj '/' *had* to be specified, which was incompatible with
6e119e632566d69798ce6cf4e714ed374b72914frederpj Apache 1.3. PR 7990 [Jeff Trawick]
6e119e632566d69798ce6cf4e714ed374b72914frederpj
6e119e632566d69798ce6cf4e714ed374b72914frederpj *) Fix for PR 14556. The expiry calculations in mod_cache were
6e119e632566d69798ce6cf4e714ed374b72914frederpj trying to perform "now + ((date - lastmod) * factor)" where
bd120542ebe7e09cdbada5daf4924f4690e5ece3trawick date == lastmod resulting in "now + 0". The code now follows
bd120542ebe7e09cdbada5daf4924f4690e5ece3trawick the else path (using the default expiration) if date is
bd120542ebe7e09cdbada5daf4924f4690e5ece3trawick equal to lastmod. [Sergey <rx armstrike.com>, Paul J. Reder]
bd120542ebe7e09cdbada5daf4924f4690e5ece3trawick
bd120542ebe7e09cdbada5daf4924f4690e5ece3trawick *) Use AP_DECLARE in the debug versions of ap_strXXX in case the
68d439bc0482b2e41053480f748edc2574c2ea7btrawick default calling convention is not the same as the one used by
68d439bc0482b2e41053480f748edc2574c2ea7btrawick AP_DECLARE. [Juan Rivera <Juan.Rivera citrix.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
68d439bc0482b2e41053480f748edc2574c2ea7btrawick *) mod_cache: Don't cache response header fields designated
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton as hop-by-hop headers in HTTP/1.1 (RFC 2616 Section 13.5.1).
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc [Estrade Matthieu <estrade-m ifrance.com>, Brian Pane]
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc
a5ca705e053a6c754c5958aafcd6f0aa60a2e67frbb *) mod_cgid: Handle environment variables containing newlines.
e06675c51d084791089d79c3ac18aeae8dd465fcrbb PR 14550 [Piotr Czejkowski <apache czarny.eu.org>, Jeff
e06675c51d084791089d79c3ac18aeae8dd465fcrbb Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
e06675c51d084791089d79c3ac18aeae8dd465fcrbb *) Move mod_ext_filter out of experimental and into filters.
481c1206b6065a8f37ab75ca1fc26c947cb37852ianh [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
481c1206b6065a8f37ab75ca1fc26c947cb37852ianh *) Fixed a memory leak in mod_deflate with dynamic content.
a964f7434f5c7f512a5fa0d0178260ccb74c84berbb PR 14321 [Ken Franken <kfranken decisionmark.com>]
a964f7434f5c7f512a5fa0d0178260ccb74c84berbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add --[enable|disable]-v4-mapped configure option to control
a964f7434f5c7f512a5fa0d0178260ccb74c84berbb whether or not Apache expects to handle IPv4 connections
6a7877447bcb8e6ff848d72f82f184c404ef4c0bminfrin on IPv6 listening sockets. Either setting will work on
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe systems with the IPV6_V6ONLY socket option. --enable-v4-mapped
6a7877447bcb8e6ff848d72f82f184c404ef4c0bminfrin must be used on systems that always allow IPv4 connections on
9335cbd541cca1ca6038af329bbd1645310aabccminfrin IPv6 listening sockets. PR 14037 (Bugzilla), PR 7492 (Gnats)
9335cbd541cca1ca6038af329bbd1645310aabccminfrin [Jeff Trawick]
9335cbd541cca1ca6038af329bbd1645310aabccminfrin
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) This fixes a problem where the underlying cache code
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe indicated that there was one more element on the cache
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe than there actually was. This happened since element 0
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe exists but is not used. This code allocates the correct
9335cbd541cca1ca6038af329bbd1645310aabccminfrin number of useable elements and reports the number of
e156db58351d1c040bc72430f3eb072cb6ae7107brianp actually used elements. The previous code only allowed
e156db58351d1c040bc72430f3eb072cb6ae7107brianp MCacheMaxObjectCount-1 objects to be stored in the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe cache. [Paul J. Reder]
e156db58351d1c040bc72430f3eb072cb6ae7107brianp
1c06e98017400874d5ff6ad79f13145ec4589225striker *) mod_setenvif: Add SERVER_ADDR special keyword to allow
1c06e98017400874d5ff6ad79f13145ec4589225striker envariable setting according to the server IP address
1c06e98017400874d5ff6ad79f13145ec4589225striker which received the request. [Ken Coar]
eb1349e4ab58bd2935f7054a1bfc5c86ab5a5fa3striker
eb1349e4ab58bd2935f7054a1bfc5c86ab5a5fa3striker *) mod_cgid: Terminate CGI scripts when the client connection
6a94da925498a20a09fde0a66002607be8d83b1astriker drops. PR 8388 [Jeff Trawick]
6a94da925498a20a09fde0a66002607be8d83b1astriker
75161f3b2029c25bdb3f8ab87b85cb1810c479eajerenkrantz *) Rearrange OpenSSL engine initialization to support RAND
7639aa8b39e0d9dbd096f9cc3379bcd3d5e4003bstriker redirection on crypto accelerator.
8dc5aa056a586ffa920a6ecd5c31048702371ea6brianp [Frederic DONNAT <frederic.donnat zencod.com>]
4c9d27bfdfea41b388dc705f7cc2b49318ab5344jim
4c9d27bfdfea41b388dc705f7cc2b49318ab5344jim *) Always emit Vary header if mod_deflate is involved in the
4c9d27bfdfea41b388dc705f7cc2b49318ab5344jim request. [Andre Malo <nd perlig.de>]
e8e8ab3cbc3d90f15eb78e094c381a6e908fd6efjerenkrantz
e8e8ab3cbc3d90f15eb78e094c381a6e908fd6efjerenkrantz *) mod_isapi: Stop unsetting the 'empty' query string result with
e8e8ab3cbc3d90f15eb78e094c381a6e908fd6efjerenkrantz a NULL argument in ecb->lpszQueryString, eliminating segfaults
f4c472b8dce3c2e559232dbb5b27ed2466922ea4jerenkrantz for some ISAPI modules. PR 14399
f4c472b8dce3c2e559232dbb5b27ed2466922ea4jerenkrantz [Detlev Vendt <detlev.vendt brillit.de>]
8dc5aa056a586ffa920a6ecd5c31048702371ea6brianp
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_isapi: Fix an issue where the HSE_REQ_DONE_WITH_SESSION
8dc5aa056a586ffa920a6ecd5c31048702371ea6brianp notification is received before the HttpExtensionProc() returns
7e31ef4870c7ef94838585004405e8854fefcc51ianh HSE_STATUS_PENDING. This only affected isapi .dll's configured
7e31ef4870c7ef94838585004405e8854fefcc51ianh with the ISAPIFakeAsync on directive. PR 11918
7e31ef4870c7ef94838585004405e8854fefcc51ianh [John DeSetto <jdesetto radiantsystems.com>, William Rowe]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
7e31ef4870c7ef94838585004405e8854fefcc51ianh *) mod_isapi: Fix the issue where all results from mod_isapi would
bd496a3a7752a55c849e62ed00cacc492d4f6d3erederpj run through the core die handler resulting in invalid responses
bd496a3a7752a55c849e62ed00cacc492d4f6d3erederpj or access log entries. PR 10216 [William Rowe]
bd496a3a7752a55c849e62ed00cacc492d4f6d3erederpj
bd496a3a7752a55c849e62ed00cacc492d4f6d3erederpj *) Improves the user friendliness of the CacheRoot processing
bd496a3a7752a55c849e62ed00cacc492d4f6d3erederpj over my last pass. This version avoids the pool allocations
a8c401eadf77822e851f19c7740e7ec6dca03daastoddard but doesn't avoid all of the runtime checks. It no longer
a8c401eadf77822e851f19c7740e7ec6dca03daastoddard terminates during post-config processing. An error is logged
a8c401eadf77822e851f19c7740e7ec6dca03daastoddard once per worker, indicating that the CacheRoot needs to be set.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Paul J. Reder]
93d7153aa172665f55b04463b831ad556269c3efbrianp
791781f2ccc1f1f1bc1b1643861d3da23edfd147jerenkrantz *) Fix a bug where we keep files open until the end of a
791781f2ccc1f1f1bc1b1643861d3da23edfd147jerenkrantz keepalive connection, which can result in:
2ffa5829cad36f12b0a1fc3481592e85bc210a5bjerenkrantz (24)Too many open files: file permissions deny server access
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe especially on threaded servers. [Greg Ames, Jeff Trawick]
2ffa5829cad36f12b0a1fc3481592e85bc210a5bjerenkrantz
02e8590d904653a95eca31bdf8e60866642bb592slive *) Fix a bug in which mod_proxy sent an invalid Content-Length
02e8590d904653a95eca31bdf8e60866642bb592slive when a proxied URL was invoked as a server-side include within
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe a page generated in response to a form POST. [Brian Pane]
02e8590d904653a95eca31bdf8e60866642bb592slive
a97c4ce2bea3dbf8ddc82c796cf93aa6b46765a4brianp *) Added code to process min and max file size directives and to
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe init the expirychk flag in mod_disk_cache. Added a clarifying
a97c4ce2bea3dbf8ddc82c796cf93aa6b46765a4brianp comment to cache_util. [Paul J. Reder]
b7838ae85a698af19d90ba4ebe03e10bdc149eacjerenkrantz
b7838ae85a698af19d90ba4ebe03e10bdc149eacjerenkrantz *) The value emitted by ServerSignature now mimics the Server HTTP
435d2db95b905b0d16d35410e18ff77dc39688aabrianp header as controlled by ServerTokens. [Francis Daly <deva daoine.org>]
435d2db95b905b0d16d35410e18ff77dc39688aabrianp
435d2db95b905b0d16d35410e18ff77dc39688aabrianp *) Gracefully handly retry situations in the SSL input filter,
1a7728c0205d607d5d87c6b6bf1b8837a9785a99ianh by following the SSL libraries' retry semantics.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [William Rowe]
a574815e2c6db68b9d8139db89921ededf033decianh
964f539e766a3301b3e2f767baeffddcf9f6092bjerenkrantz *) Terminate CGI scripts when the client connection drops. This
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe fix only applies to some normal paths in mod_cgi. mod_cgid
964f539e766a3301b3e2f767baeffddcf9f6092bjerenkrantz is still busted. PR 8388 [Jeff Trawick]
5e538c6ced13aa2f7c358e1a44f651d31dd5fab8brianp
5e538c6ced13aa2f7c358e1a44f651d31dd5fab8brianp *) Fix a bug where 416 "Range not satisfiable" was being
5e538c6ced13aa2f7c358e1a44f651d31dd5fab8brianp returned for content that should have been redirected.
5e538c6ced13aa2f7c358e1a44f651d31dd5fab8brianp [Greg Ames]
61202a45487668abad788c02e339f626176e645fianh
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix memory leak in mod_ssl from internal SSL library allocations
61202a45487668abad788c02e339f626176e645fianh within SSL_get_peer_certificate and X509_get_pubkey.
02c49e1f35a4d1a171df2d319e76af0c5163dc4dmartin [Zvi Har'El <rl math.technion.ac.il>
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Madhusudan Mathihalli <madhusudan_mathihalli hp.com>].
02c49e1f35a4d1a171df2d319e76af0c5163dc4dmartin
6deb8bcfb8511ac38243a8274fc589842841b398ianh *) mod_ssl uses free() inappropriately in several places, to free
6deb8bcfb8511ac38243a8274fc589842841b398ianh memory which has been previously allocated inside OpenSSL.
6deb8bcfb8511ac38243a8274fc589842841b398ianh Such memory should be freed with OPENSSL_free(), not with free().
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Nadav Har'El <nyh math.technion.ac.il>,
49bbbd1939208be54a3eb00b95e61d90d180a606ianh Madhusudan Mathihalli <madhusudan_mathihalli hp.com>].
93d7153aa172665f55b04463b831ad556269c3efbrianp
93d7153aa172665f55b04463b831ad556269c3efbrianp *) Emit a message to the error log when we return 404 because
93d7153aa172665f55b04463b831ad556269c3efbrianp the URI contained '%2f'. (This was previously nastily silent
93d7153aa172665f55b04463b831ad556269c3efbrianp and difficult to debug.) [Ken Coar]
bc6600a6207e5d15b895294e370e4e3320a803d8stoddard
bc6600a6207e5d15b895294e370e4e3320a803d8stoddard *) Fix streaming output from an nph- CGI script. CGI:IRC now
bc6600a6207e5d15b895294e370e4e3320a803d8stoddard works. PR 8482 [Jeff Trawick]
bc6600a6207e5d15b895294e370e4e3320a803d8stoddard
bc6600a6207e5d15b895294e370e4e3320a803d8stoddard *) More accurate logging of bytes sent in mod_logio when
bc6600a6207e5d15b895294e370e4e3320a803d8stoddard the client terminates the connection before the response
bc6600a6207e5d15b895294e370e4e3320a803d8stoddard is completely sent [Bojan Smojver <bojan rexursive.com>]
4e21f1a207aefa9796dc758bf7274b0f1fea780fstoddard
7a23067e782dd5612d4d4b539906e1733b664df7jwoolley *) Fix some problems in the perchild MPM.
5c214a63f9722864ac4983995da11353779515dbrederpj [Jonas Eriksson <jonas webkonsulterna.com>]
5c214a63f9722864ac4983995da11353779515dbrederpj
5c214a63f9722864ac4983995da11353779515dbrederpj *) Change the CacheRoot processing to check for a required
5c214a63f9722864ac4983995da11353779515dbrederpj value at config time. This saves a lot of wasted processing
9f20717d827f2113a23dfa45539813171cf626eaianh if the mod_disk_cache module is loaded but no CacheRoot
9f20717d827f2113a23dfa45539813171cf626eaianh was provided. This fix also adds code to log an error
9f20717d827f2113a23dfa45539813171cf626eaianh and avoid useless pallocs and procesing when the computed
9f20717d827f2113a23dfa45539813171cf626eaianh cache file name cannot be opened. This also updates the
a0db2f093595083300ad3438314f90921405ccf9wrowe docs accordingly. [Paul J. Reder]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
a0db2f093595083300ad3438314f90921405ccf9wrowe *) Introduce the EnableSendfile directive, allowing users of NFS
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe shares to disable sendfile mechanics when they either fail
c66798efb2184ecf904cd8471acd17e65688b1caianh outright or provide intermitantly corrupted data. PR
fb59f85aab19883025f619727948b8088232cc4brederpj [William Rowe]
fb59f85aab19883025f619727948b8088232cc4brederpj
fb59f85aab19883025f619727948b8088232cc4brederpj *) Resolve the error "An operation was attempted on something
fb59f85aab19883025f619727948b8088232cc4brederpj that is not a socket. : winnt_accept: AcceptEx failed.
1a1cf0ee9229ee29e5750b25dd94dbb9b04072cfianh Attempting to recover." for users of various firewall and
1a1cf0ee9229ee29e5750b25dd94dbb9b04072cfianh anti-virus software on Windows. PR 8325 [William Rowe]
1a1cf0ee9229ee29e5750b25dd94dbb9b04072cfianh
1a1cf0ee9229ee29e5750b25dd94dbb9b04072cfianh *) Add the ProxyBadHeader directive, which gives the admin some
61afed048a4d67ed923d52e5c865c0f10a8e9e73trawick control on how mod_proxy should handle bogus HTTP headers from
0bbb249eafe9ef9508821f0ef58e7440625ecd62trawick proxied servers. This allows 2.0 to "emulate" 1.3's behavior if
0bbb249eafe9ef9508821f0ef58e7440625ecd62trawick desired. [Jim Jagielski]
61afed048a4d67ed923d52e5c865c0f10a8e9e73trawick
7a23067e782dd5612d4d4b539906e1733b664df7jwoolley *) Change the LDAP modules to export their symbols correctly
7a23067e782dd5612d4d4b539906e1733b664df7jwoolley during a Windows build. Add dsp files for Windows. Update
7a23067e782dd5612d4d4b539906e1733b664df7jwoolley README.ldap file for Windows build instructions.
7a23067e782dd5612d4d4b539906e1733b664df7jwoolley [Andre Schild <A.Schild aarboard.ch>]
6032a7c97a25c52f4bdd78ce23f2010e52c9e81arederpj
6032a7c97a25c52f4bdd78ce23f2010e52c9e81arederpj *) Performance improvements for the code that generates HTTP
6032a7c97a25c52f4bdd78ce23f2010e52c9e81arederpj response headers [Brian Pane]
ba2e14e474516f1c75a96b4f6d1a9dec332175efianh
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add -S as a synonym for -t -DDUMP_VHOSTS.
ec69fc6e323eb1f3112966e06e9e37be608d052cianh [Thom May <thom planetarytramp.net>]
f0791c5bdfd36969d292a4092df076aa6d1c34ccwrowe
f0791c5bdfd36969d292a4092df076aa6d1c34ccwrowe *) Fix a bug with dbm rewrite maps which caused the wrong value to
f0791c5bdfd36969d292a4092df076aa6d1c34ccwrowe be used when the key was not found in the dbm. PR 13204
f0791c5bdfd36969d292a4092df076aa6d1c34ccwrowe [Jeff Trawick]
749011213737e8d0cd6ca78d5eb532ec6f6b9fdfianh
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix a problem with streaming script output and mod_cgid.
749011213737e8d0cd6ca78d5eb532ec6f6b9fdfianh [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
ec69fc6e323eb1f3112966e06e9e37be608d052cianh *) Add ap_register_provider/ap_lookup_provider API.
e7bf4d6f15d04e86e20002e65f60d7fbf80e5974stoddard [John K. Sterling <john sterls.com>, Justin Erenkrantz]
e7bf4d6f15d04e86e20002e65f60d7fbf80e5974stoddard
8ab933f1df663f95c27e2ce5772127d4f3a10e0bstrikerChanges with Apache 2.0.43
de42d3dfd83a4cc62f0dd6b79ee5cbcfa69fd503brianp
de42d3dfd83a4cc62f0dd6b79ee5cbcfa69fd503brianp *) SECURITY: CVE-2002-0840 (cve.mitre.org)
de42d3dfd83a4cc62f0dd6b79ee5cbcfa69fd503brianp HTML-escape the address produced by ap_server_signature() against
de42d3dfd83a4cc62f0dd6b79ee5cbcfa69fd503brianp this cross-site scripting vulnerability exposed by the directive
8ab933f1df663f95c27e2ce5772127d4f3a10e0bstriker 'UseCanonicalName Off'. Also HTML-escape the SERVER_NAME
44380fc1701cbb8b0a977d5a1497f0c6ee912e0bfielding environment variable for CGI and SSI requests. It's safe to
44380fc1701cbb8b0a977d5a1497f0c6ee912e0bfielding escape as only the '<', '>', and '&' characters are affected,
44380fc1701cbb8b0a977d5a1497f0c6ee912e0bfielding which won't appear in a valid hostname. Reported by Matthew
44380fc1701cbb8b0a977d5a1497f0c6ee912e0bfielding Murphy <mattmurphy kc.rr.com>. [Brian Pane]
44380fc1701cbb8b0a977d5a1497f0c6ee912e0bfielding
44380fc1701cbb8b0a977d5a1497f0c6ee912e0bfielding *) Fix a core dump in mod_cache when it attemtped to store uncopyable
44380fc1701cbb8b0a977d5a1497f0c6ee912e0bfielding buckets. This happened, for instance, when a file to be cached
a8dda281113c5038945423320d8c9b42e3d1ddb1jwoolley contained SSI tags to execute a CGI script (passed as a pipe
50e60f30bdc074fbc887f0b98f4d570457ac97c9brianp bucket). [Paul J. Reder]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc *) Ensure that output already available is flushed to the network
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe when the content-length filter realizes that no new output will
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe be available for a while. This helps some streaming CGIs as
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe well as some other dynamically-generated content. [Jeff Trawick]
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe *) Fix a mutex problem in mod_ssl session cache support which
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe could lead to an infinite loop. PR 12705
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe [Amund Elstad <amund.elstad ergo.no>, Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe *) SECURITY: CVE-2002-1156 (cve.mitre.org)
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe Fix the exposure of CGI source when a POST request is sent to
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton a location where both DAV and CGI are enabled. [Ryan Bloom]
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe *) Allow the UserDir directive to accept a list of directories.
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe This matches what Apache 1.3 does. Also add documentation for
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe this feature. [Jay Ball <jay veggiespam.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc *) New Module: mod_logio. adds the ability to log bytes sent and
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe received. [Bojan Smojver <bojan rexursive.com>]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc *) SuExec needs to use the same default directory as the rest of
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe server, namely /usr/local/apache2.
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe [SangBeom han <sbhan os.korea.ac.kr>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc *) Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN.
39dde7f4cd79d701cc14e5beac8ea528bc58d038wrowe [Thomas Bennett <thomas.bennett eds.com>, Graham Leggett]
268ac122b1fd6fa948b30bdf0d8c0d80e75d68dawrowe
268ac122b1fd6fa948b30bdf0d8c0d80e75d68dawrowe *) Make sure the contents of the WWW-Authenticate header is
268ac122b1fd6fa948b30bdf0d8c0d80e75d68dawrowe passed on a 4xx error by proxy. Previously all headers
268ac122b1fd6fa948b30bdf0d8c0d80e75d68dawrowe were dropped, resulting in the browser being unable to
268ac122b1fd6fa948b30bdf0d8c0d80e75d68dawrowe authenticate. [Dr Richard Reiner <rreiner fscinternet.com>,
268ac122b1fd6fa948b30bdf0d8c0d80e75d68dawrowe Richard Danielli <rdanielli fscinternet.com>, Graham Wiseman
6ba861fd6c705eaeb1f9bb97df86ddea6895e263minfrin <gwiseman fscinternet.com>, David Henderson
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe <dhenderson fscinternet.com>]
6ba861fd6c705eaeb1f9bb97df86ddea6895e263minfrin
268ac122b1fd6fa948b30bdf0d8c0d80e75d68dawrowe *) Make mod_cache's CacheMaxStreamingBuffer directive work
b78ed256f4b99e72836d36fd68d4e7a26dbe032cianh properly for virtual hosts that override server-wide mod_cache
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe setttings. [Matthieu Estrade <estrade-m ifrance.com>]
b78ed256f4b99e72836d36fd68d4e7a26dbe032cianh
698670444b30b79e808155739f98c39bec35f72awrowe *) Add -p option to apxs to allow programs to be compiled with apxs.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Justin Erenkrantz]
698670444b30b79e808155739f98c39bec35f72awrowe
57bea0f0559e31536af3b7b5859d3681ee29a34cwroweChanges with Apache 2.0.42
57bea0f0559e31536af3b7b5859d3681ee29a34cwrowe
57bea0f0559e31536af3b7b5859d3681ee29a34cwrowe *) SECURITY: CAN-2002-1593 (cve.mitre.org) [CERT VU#406121]
57bea0f0559e31536af3b7b5859d3681ee29a34cwrowe mod_dav: Check for versioning hooks before using them.
57bea0f0559e31536af3b7b5859d3681ee29a34cwrowe [Greg Stein]
57bea0f0559e31536af3b7b5859d3681ee29a34cwrowe
94e2b2d12fa269af16fa63a6270d3336d9f126f2trawickChanges with Apache 2.0.41
94e2b2d12fa269af16fa63a6270d3336d9f126f2trawick
94e2b2d12fa269af16fa63a6270d3336d9f126f2trawick *) The protocol version (eg: HTTP/1.1) in the request line parsing
94e2b2d12fa269af16fa63a6270d3336d9f126f2trawick is now case insensitive. [Jim Jagielski]
35313c8d7368125c3e95d3118238d2be9a613000trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Allow AddOutputFilterByType to add multiple filters per directive.
35313c8d7368125c3e95d3118238d2be9a613000trawick [Justin Erenkrantz]
55da18d54a0ba74dc51aecba5b0daf71a2ed10a7trawick
55da18d54a0ba74dc51aecba5b0daf71a2ed10a7trawick *) Remove warnings with Sun's Forte compiler. [Justin Erenkrantz]
55da18d54a0ba74dc51aecba5b0daf71a2ed10a7trawick
55da18d54a0ba74dc51aecba5b0daf71a2ed10a7trawick *) Fixed mod_disk_cache's generation of 304s
55da18d54a0ba74dc51aecba5b0daf71a2ed10a7trawick [Kris Verbeeck <Kris.Verbeeck ubizen.com>]
c51f2b89da23e3371959a74808dee1792d96f5c1wsanchez
c51f2b89da23e3371959a74808dee1792d96f5c1wsanchez *) Add support for using fnmatch patterns in the final path
c51f2b89da23e3371959a74808dee1792d96f5c1wsanchez segment of an Include statement (eg.. include /foo/bar/*.conf).
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and remove the noise on stderr during config dir processing.
c51f2b89da23e3371959a74808dee1792d96f5c1wsanchez [Joe Orton <jorton redhat.com>]
79c9b0ac498d97336874edba0daf9f544ad14671trawick
79c9b0ac498d97336874edba0daf9f544ad14671trawick *) mod_cache: cache_storage.c. Add the hostname and any request
79c9b0ac498d97336874edba0daf9f544ad14671trawick args to the key generated for caching. This provides a unique
79c9b0ac498d97336874edba0daf9f544ad14671trawick key for each virtual host and for each request with unique
79c9b0ac498d97336874edba0daf9f544ad14671trawick args. [Paul J. Reder, args code provided by Kris Verbeeck]
5a7d934619b2be92e18be5dd3366f4ac6ddeab43trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_cache: Do not cache responses to GET requests with query
5a7d934619b2be92e18be5dd3366f4ac6ddeab43trawick URLs if the origin server does not explicitly provide an
5a70e5b66eb7758d0e64e070211f699fc83fca70wrowe Expires header on the response (RFC 2616 Section 13.9)
5a70e5b66eb7758d0e64e070211f699fc83fca70wrowe [Kris Verbeeck <krisv be.ubizen.com>]
5a70e5b66eb7758d0e64e070211f699fc83fca70wrowe
5a70e5b66eb7758d0e64e070211f699fc83fca70wrowe *) Fix memory leak in core_output_filter. [Justin Erenkrantz]
5a70e5b66eb7758d0e64e070211f699fc83fca70wrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Update OpenSSL detection to work on Darwin.
84eeb0ab12215fc22577a9a0a9589cea2a445712trawick [Sander Temme <sctemme covalent.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
1d3fbd2d9f03c0826977d940a2081401edf522d4jerenkrantz *) Update the xslt and css to give the documentation a more
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe modern style.
b5cc0253789825ace46944dc9cde744be08dd77fjerenkrantz [Andr� Malo <nd perlig.de>, Gernot Winkler <greh o3media.de>]
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive *) Fix some bucket memory leaks in the chunking code
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive [Joe Schaefer <joe+apache sunstarsys.com>]
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add ModMimeUsePathInfo directive. [Justin Erenkrantz]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive *) mod_cache: added support for caching streamed responses (proxy,
ba2bab42e97405dc41c0f8fe3416f7f9a79ed7a9brianp CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane]
ba2bab42e97405dc41c0f8fe3416f7f9a79ed7a9brianp
ba2bab42e97405dc41c0f8fe3416f7f9a79ed7a9brianp *) Add image/x-icon to httpd.conf PR 10993.
756b54396a86db555817bb52149d91b60d00e35fwrowe [Ian Holsman, Peter Bieringer <pb bieringer.de>]
756b54396a86db555817bb52149d91b60d00e35fwrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix FileETags none operation. PR 12207.
756b54396a86db555817bb52149d91b60d00e35fwrowe [Justin Erenkrantz, Andrew Ho <andrew tellme.com>]
b4251d1fbef86f96e01c68f8de086e0dbb8bcb74trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Restored the experimental leader/followers MPM to working
b4251d1fbef86f96e01c68f8de086e0dbb8bcb74trawick condition and converted its thread synchronization from
24efed0910118b762a4eb84830875d4714b8d315ianh mutexes to atomic CAS. [Brian Pane]
24efed0910118b762a4eb84830875d4714b8d315ianh
50e60f30bdc074fbc887f0b98f4d570457ac97c9brianp *) Fix Logic on non-html file removal in mod_deflate
50e60f30bdc074fbc887f0b98f4d570457ac97c9brianp [Kris Verbeeck <Kris.Verbeeck ubizen.com>]
50e60f30bdc074fbc887f0b98f4d570457ac97c9brianp
bdbafc44d060509e86f0cc56ff4d19579438f846striker *) Fix "ab -g"'s truncated year: the last digit was cut off.
bdbafc44d060509e86f0cc56ff4d19579438f846striker [Leon Brocard <acme astray.com>]
bdbafc44d060509e86f0cc56ff4d19579438f846striker
fbd0c3dbae333ba4a7225dad2d090419ad894e4ctrawick *) mod_rewrite can now sets cookies in err_headers, uses the correct
bdbafc44d060509e86f0cc56ff4d19579438f846striker expiry date, and can now set the path as well
bdbafc44d060509e86f0cc56ff4d19579438f846striker PR 12132,12181,12172.
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe [Ian Holsman / Rob Cromwell <apachechangelog robcromwell.com>]
6d0ec39a3ef89ce485f23008efa399b7b35bf1fdjwoolley
6d0ec39a3ef89ce485f23008efa399b7b35bf1fdjwoolley *) The content-length filter no longer tries to buffer up
6d0ec39a3ef89ce485f23008efa399b7b35bf1fdjwoolley the entire output of a long-running request before sending
6d0ec39a3ef89ce485f23008efa399b7b35bf1fdjwoolley anything to the client. [Brian Pane]
0fdf8c342123fde84405b885fb1720ebc652e10djerenkrantz
0fdf8c342123fde84405b885fb1720ebc652e10djerenkrantz *) Win32: Lower the default stack size from 1MB to 256K. This will
0fdf8c342123fde84405b885fb1720ebc652e10djerenkrantz allow around 8000 threads to be started per child process.
0fdf8c342123fde84405b885fb1720ebc652e10djerenkrantz 'EDITBIN /STACK:size apache.exe' can be used to change this
0fdf8c342123fde84405b885fb1720ebc652e10djerenkrantz value directly in the apache.exe executable.
6b87b6eee6a43f40ef6bead9ef3173979b4cd76crbb [Bill Stoddard]
6b87b6eee6a43f40ef6bead9ef3173979b4cd76crbb
6b87b6eee6a43f40ef6bead9ef3173979b4cd76crbb *) Win32: Implement ThreadLimit directive in the Windows MPM.
6b87b6eee6a43f40ef6bead9ef3173979b4cd76crbb [Bill Stoddard]
6b87b6eee6a43f40ef6bead9ef3173979b4cd76crbb
bfd2cedbf2918fcb95daa9f850ecdf5e24765c22jerenkrantz *) Remove CacheOn config directive since it is set but never checked.
bfd2cedbf2918fcb95daa9f850ecdf5e24765c22jerenkrantz No sense wasting cycles on unused code. Besides, the only truly
bfd2cedbf2918fcb95daa9f850ecdf5e24765c22jerenkrantz bug free code is deleted code. :) [Paul J. Reder]
f9a773d26994c3b267589e404cdb5b760f83e888jerenkrantz
f9a773d26994c3b267589e404cdb5b760f83e888jerenkrantz *) BufferLogs are now run-time enabled, and the log_config now has 2 new
f9a773d26994c3b267589e404cdb5b760f83e888jerenkrantz callbacks to allow a 3rd party module to actually do the writing of the
a250599aab6669d5877edf158032efd2538e5820trawick log file [Ian Holsman]
a250599aab6669d5877edf158032efd2538e5820trawick
a250599aab6669d5877edf158032efd2538e5820trawick *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs.
a250599aab6669d5877edf158032efd2538e5820trawick [Andr� Malo, Astrid Ke�ler <kess kess-net.de>]
41338e6ead3fa8d60ad3841d069f4b47e71d9177wrowe
41338e6ead3fa8d60ad3841d069f4b47e71d9177wrowe *) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck ubizen.com>]
41338e6ead3fa8d60ad3841d069f4b47e71d9177wrowe
41338e6ead3fa8d60ad3841d069f4b47e71d9177wrowe *) Fix a null pointer dereference in the merge_env_dir_configs
92b0ffb9cbc04b3d9c7ce6becadc0c3d88dea2d9wrowe function of the mod_env module. PR 11791
92b0ffb9cbc04b3d9c7ce6becadc0c3d88dea2d9wrowe [Paul J. Reder]
92b0ffb9cbc04b3d9c7ce6becadc0c3d88dea2d9wrowe
961ff00a8f1fe79a8ac8b18617b40a404e28cb35brianp *) New option to ServerTokens 'maj[or]'. Only show the major version
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Also Surfaced this directive in the standard config (default FULL)
961ff00a8f1fe79a8ac8b18617b40a404e28cb35brianp [Ian Holsman]
92b0ffb9cbc04b3d9c7ce6becadc0c3d88dea2d9wrowe
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe *) Change mod_rewrite to use apr-util's dbm support for dbm rewrite
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe maps. The dbm type (e.g., ndbm, gdbm) can be specified on the
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe RewriteMap directive. PR 10644 [Jeff Trawick]
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe *) Fixed mod_rewrite's RewriteMap prg: support so that request/response
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe pairs will no longer get out of sync with each other. PR 9534
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe [Cliff Woolley]
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe
c43fd8f8f90a7549bffe1e581eedbd087db1163estoddard *) Fixes required to get quoted and escaped command args working in
c43fd8f8f90a7549bffe1e581eedbd087db1163estoddard mod_ext_filter. PR 11793 [Paul J. Reder]
c43fd8f8f90a7549bffe1e581eedbd087db1163estoddard
a8dda281113c5038945423320d8c9b42e3d1ddb1jwoolley *) mod-proxy: handle proxied responses with no status lines
854cc4d3451547c2359c27870a3c354ad385a49bianh [JD Silvester <jsilves uwo.ca>, Brett Huttley <brett huttley.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
854cc4d3451547c2359c27870a3c354ad385a49bianh *) Fix bug where environment or command line arguments containing
02ec77ed8e15b4b601de98a322e4bd8d7d3e1ec2trawick non-ASCII-7 characters would cause the Win32 child process creation
02ec77ed8e15b4b601de98a322e4bd8d7d3e1ec2trawick to fail. PR 11854 [William Rowe]
02ec77ed8e15b4b601de98a322e4bd8d7d3e1ec2trawick
49ada1eac7c4cae429ba193273b7f40f355d9c7ejwoolley *) Bug #11213.. make module loading error messages more informative
49ada1eac7c4cae429ba193273b7f40f355d9c7ejwoolley [Ian Darwin <Ian779 darwinsys.com>]
49ada1eac7c4cae429ba193273b7f40f355d9c7ejwoolley
88425bd3442321915195ac9dfa9a80ffcd968fa4brianp *) thread safety & proxy-ftp [Alexey Panchenko <alexey liwest.ru>, Ian Holsman]
88425bd3442321915195ac9dfa9a80ffcd968fa4brianp
88425bd3442321915195ac9dfa9a80ffcd968fa4brianp *) mod_disk_cache works much better. This module should still
88425bd3442321915195ac9dfa9a80ffcd968fa4brianp be considered experimental. [Eric Prud'hommeaux]
a8dda281113c5038945423320d8c9b42e3d1ddb1jwoolley
a8dda281113c5038945423320d8c9b42e3d1ddb1jwoolley *) Performance improvement for keepalive requests: when setting
a8dda281113c5038945423320d8c9b42e3d1ddb1jwoolley aside a small file for potential concatenation with the next
a8dda281113c5038945423320d8c9b42e3d1ddb1jwoolley response on the connection, set aside the file descriptor rather
37b8494ffaeb4ee9a9a2f9917d334078c16d4212jwoolley than copying the file into the heap. [Brian Pane]
37b8494ffaeb4ee9a9a2f9917d334078c16d4212jwoolley
bf3d1782a29630335a1df535eb395355ab1cd154jwoolley *) Modified version check on openssl so that it finds the executable
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe first and then performs a check of the version, only warning the
37b8494ffaeb4ee9a9a2f9917d334078c16d4212jwoolley user if they chose, or we selected, an old version of OpenSSL.
da16bea08c6ff10ceb8d250ff23e8e81a372cef8jwoolley This change also allows the code to work for non-openssl libraries
da16bea08c6ff10ceb8d250ff23e8e81a372cef8jwoolley selected via the --with-ssl=dir option, which can override the
99f692732327e0c200fd639105dbf9940bd229f1rbb automated library check in any case. [Roy Fielding]
99f692732327e0c200fd639105dbf9940bd229f1rbb
99f692732327e0c200fd639105dbf9940bd229f1rbbChanges with Apache 2.0.40
80f73246cc14f02d50bfac5306c079464c2dd1c6rbb
80f73246cc14f02d50bfac5306c079464c2dd1c6rbb *) SECURITY: CAN-2002-0661 (cve.mitre.org)
80f73246cc14f02d50bfac5306c079464c2dd1c6rbb Close a very significant security hole that
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe applies only to the Win32, OS2 and Netware platforms. Unix was not
80f73246cc14f02d50bfac5306c079464c2dd1c6rbb affected, Cygwin may be affected. Certain URIs will bypass security
dcdc78fce34f06533df4829abbc726f7fbf207fejwoolley and allow users to invoke or access any file depending on the system
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe configuration. Without upgrading, a single .conf change will close
dcdc78fce34f06533df4829abbc726f7fbf207fejwoolley the vulnerability. Add the following directive in the global server
d4a93d608a28bf331625544a2896fa20bef4a2b4rbb httpd.conf context before any other Alias or Redirect directives;
d4a93d608a28bf331625544a2896fa20bef4a2b4rbb RedirectMatch 400 "\\\.\."
d4a93d608a28bf331625544a2896fa20bef4a2b4rbb Reported by Auriemma Luigi <bugtest sitoverde.com>.
d4a93d608a28bf331625544a2896fa20bef4a2b4rbb [Brad Nicholes]
d4a93d608a28bf331625544a2896fa20bef4a2b4rbb
36fcd3d96b9bf9a2d4af424e64584b5dede3e3e6brianp *) SECURITY: CAN-2002-0654 (cve.mitre.org)
36fcd3d96b9bf9a2d4af424e64584b5dede3e3e6brianp Close a path-revealing exposure in multiview type
36fcd3d96b9bf9a2d4af424e64584b5dede3e3e6brianp map negotiation (such as the default error documents) where the
4b34d6a5b70303010612df6c87da3ee91ae86078rbb module would report the full path of the typemapped .var file when
4b34d6a5b70303010612df6c87da3ee91ae86078rbb multiple documents or no documents could be served based on the mime
4b34d6a5b70303010612df6c87da3ee91ae86078rbb negotiation. Reported by Auriemma Luigi <bugtest sitoverde.com>.
4b34d6a5b70303010612df6c87da3ee91ae86078rbb [William Rowe]
4b34d6a5b70303010612df6c87da3ee91ae86078rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) SECURITY: CAN-2002-0654 (cve.mitre.org)
4b34d6a5b70303010612df6c87da3ee91ae86078rbb Close a path-revealing exposure in cgi/cgid when we
44d971eef4337ad80ba3d360c84ffa8188d50325trawick fail to invoke a script. The modules would report "couldn't create
84bdb86d57d2a2f828b17e77ac2379fed551c2adtrawick child process /path-to-script/script.pl" revealing the full path
84bdb86d57d2a2f828b17e77ac2379fed551c2adtrawick of the script. Reported by Jim Race <jrace qualys.com>.
84bdb86d57d2a2f828b17e77ac2379fed551c2adtrawick [Bill Stoddard]
46603605c2edcc1cc84fa45634e19a395134078atrawick
46603605c2edcc1cc84fa45634e19a395134078atrawick *) Set aside the apr-iconv and apr_xlate() features for the Win32
46603605c2edcc1cc84fa45634e19a395134078atrawick build of 2.0.40 so development can be completed. A patch, from
46603605c2edcc1cc84fa45634e19a395134078atrawick <http://www.apache.org/dist/httpd/patches/apply_to_2.0.40/>
46603605c2edcc1cc84fa45634e19a395134078atrawick will be available for those that wish to work with apr-iconv.
86826d685f83170ca07d56550db9f0c2922a916btrawick [William Rowe]
86826d685f83170ca07d56550db9f0c2922a916btrawick
86826d685f83170ca07d56550db9f0c2922a916btrawick *) Fix proxy so that it is possible to access ftp: URLs via a proxy
86826d685f83170ca07d56550db9f0c2922a916btrawick chain. [Peter Van Biesen <peter.vanbiesen vlafo.be>]
86826d685f83170ca07d56550db9f0c2922a916btrawick
4f412c60e9c2af999619d11b236068a0e0e94944trawick *) mod-deflate now checks to make sure that 'gzip-only-text/html' is
4f412c60e9c2af999619d11b236068a0e0e94944trawick set to 1, so we can exclude things from the general case with
4f412c60e9c2af999619d11b236068a0e0e94944trawick browsermatch. [Ian Holsman, Andre Schild <A.Schild aarboard.ch>]
4f6effa17a5084085c9104b0bb97c2ba1622cfa6jerenkrantz
4f6effa17a5084085c9104b0bb97c2ba1622cfa6jerenkrantz *) Accept multiple leading /'s for requests within the DocumentRoot.
4f6effa17a5084085c9104b0bb97c2ba1622cfa6jerenkrantz PR 10946 [William Rowe, David Shane Holden <dpejesh yahoo.com>]
4f6effa17a5084085c9104b0bb97c2ba1622cfa6jerenkrantz
bfa5c37259833629155d486bb1571d39a57de64dbnicholes *) Solved the reports of .pdf byterange failures on Win32 alone.
bfa5c37259833629155d486bb1571d39a57de64dbnicholes APR's sendfile for the win32 platform collapses header and trailer
bfa5c37259833629155d486bb1571d39a57de64dbnicholes buffers into a single buffer. However, we destroyed the pointers
a946a7e607c21cf6068e7380d7e81cc2bf027913trawick to the header buffer if a trailer buffer was present. PR 10781
a946a7e607c21cf6068e7380d7e81cc2bf027913trawick [William Rowe]
da16bea08c6ff10ceb8d250ff23e8e81a372cef8jwoolley
c88a70518d7d0b5bccb22a68d446c2d6589790dcjwoolley *) mod_ext_filter: Add the ability to enable or disable a filter via
c88a70518d7d0b5bccb22a68d446c2d6589790dcjwoolley an environment variable. Add the ability to register a filter of
e59e4b703b7e19c4b35030e4baac8a96a8d4b504dougm type other than AP_FTYPE_RESOURCE. [Jeff Trawick]
e59e4b703b7e19c4b35030e4baac8a96a8d4b504dougm
e59e4b703b7e19c4b35030e4baac8a96a8d4b504dougm *) Restore the ability to specify host names on Listen directives.
e59e4b703b7e19c4b35030e4baac8a96a8d4b504dougm PR 11030. [Jeff Trawick, David Shane Holden <dpejesh yahoo.com>]
5717c6b0b97a065a84fba32cebeee959a5fe4f15dougm
5717c6b0b97a065a84fba32cebeee959a5fe4f15dougm *) When deciding on the default address family for listening sockets,
5717c6b0b97a065a84fba32cebeee959a5fe4f15dougm make sure we can actually bind to an AF_INET6 socket before
5717c6b0b97a065a84fba32cebeee959a5fe4f15dougm deciding that we should default to AF_INET6. This fixes a startup
5717c6b0b97a065a84fba32cebeee959a5fe4f15dougm problem on certain levels of OpenUNIX. PR 10235. [Jeff Trawick]
5717c6b0b97a065a84fba32cebeee959a5fe4f15dougm
835836eaf9e2a23192a262307b08f626e50e2180trawick *) Replace usage of atol() to parse strings when we might want a
835836eaf9e2a23192a262307b08f626e50e2180trawick larger-than-long value with apr_atoll(), which returns long long.
835836eaf9e2a23192a262307b08f626e50e2180trawick This allows HTTPD to deal with larger files correctly.
81dddb023f9dd43b350f782972c1f75a88a2d93ftrawick [Shantonu Sen <ssen apple.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
81dddb023f9dd43b350f782972c1f75a88a2d93ftrawick *) mod_ext_filter: Ignore any content-type parameters when checking if
9b9e0eca165f5f464e357bb2a9b8bbfc9621067cwrowe the response should be filtered. Previously, "intype=text/html"
9b9e0eca165f5f464e357bb2a9b8bbfc9621067cwrowe wouldn't match something like "text/html;charset=8859_1".
9b9e0eca165f5f464e357bb2a9b8bbfc9621067cwrowe [Jeff Trawick]
9b9e0eca165f5f464e357bb2a9b8bbfc9621067cwrowe
9b9e0eca165f5f464e357bb2a9b8bbfc9621067cwrowe *) mod_ext_filter: Set up environment variables for external programs.
9b9e0eca165f5f464e357bb2a9b8bbfc9621067cwrowe [Craig Sebenik <craig netapp.com>]
b26781e595625911fc8fc8215133ad2285ed75d8jim
b26781e595625911fc8fc8215133ad2285ed75d8jim *) Modified the HTTP_IN filter to immediately append the EOS (end of
b26781e595625911fc8fc8215133ad2285ed75d8jim stream) bucket for C-L POST bodies, saving a roundtrip and allowing
5117466ef123b1efbc2feba168f37069ef6f230bianh the caller to determine that no content remains without prefetching
5117466ef123b1efbc2feba168f37069ef6f230bianh additional POST body. [William Rowe]
5117466ef123b1efbc2feba168f37069ef6f230bianh
9c39f8fb982df4dbce5304e49385568e6d35bfa8trawick *) Get proxy ftp to work over IPv6. [Shoichi Sakane <sakane kame.net>]
9c39f8fb982df4dbce5304e49385568e6d35bfa8trawick
9c39f8fb982df4dbce5304e49385568e6d35bfa8trawick *) Look for OpenSSL libraries in /usr/lib64. [Peter Poeml <poeml suse.de>]
9c39f8fb982df4dbce5304e49385568e6d35bfa8trawick
bdd4aa13a97de79596cd19708f1516e8fa92700ewrowe *) Update SuSE layout. [Peter Poeml <poeml suse.de>]
bdd4aa13a97de79596cd19708f1516e8fa92700ewrowe
bdd4aa13a97de79596cd19708f1516e8fa92700ewrowe *) Changes to the internationalized error documents:
bdd4aa13a97de79596cd19708f1516e8fa92700ewrowe Comment them out in the default config file to make the default
bdd4aa13a97de79596cd19708f1516e8fa92700ewrowe install as simple as possible; Correct the english 500 error to
1d50c90ddb7e3d144ec8a2bd848ca1e7bbf8e534bnicholes be more understandable; Add a Swedish translation.
bdd4aa13a97de79596cd19708f1516e8fa92700ewrowe [Thomas Sjogren <thomas northernsecurity.net>,
bdd4aa13a97de79596cd19708f1516e8fa92700ewrowe Erik Abele <erik codefaktor.de>, Rich Bowen, Joshua Slive]
1d50c90ddb7e3d144ec8a2bd848ca1e7bbf8e534bnicholes
1d50c90ddb7e3d144ec8a2bd848ca1e7bbf8e534bnicholes *) Increase the limit on file descriptors per process in apachectl.
24e361af20a3107dc934b4895911ce6bcce0603ejwoolley [Brian Pane]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
24e361af20a3107dc934b4895911ce6bcce0603ejwoolley *) Fix a dependency error when building ApacheMonitor, so that Win32
4657f9b12af4b123b80e15c73fa03c190e47a8bftrawick and MSVC now trust that the project is current (when it is).
4657f9b12af4b123b80e15c73fa03c190e47a8bftrawick [James Cox <imajes php.net>]
4657f9b12af4b123b80e15c73fa03c190e47a8bftrawick
4657f9b12af4b123b80e15c73fa03c190e47a8bftrawick *) mod_ext_filter: don't segfault if content-type is not set. PR 10617.
c36bac9a918f59b2dbf5dcd7d67b50c1da04c89drbb [Arthur P. Smith <apsmith aps.org>, Jeff Trawick]
c36bac9a918f59b2dbf5dcd7d67b50c1da04c89drbb
c36bac9a918f59b2dbf5dcd7d67b50c1da04c89drbb *) APR-Util Renames pending have been completed [Thom May]
c36bac9a918f59b2dbf5dcd7d67b50c1da04c89drbb
c36bac9a918f59b2dbf5dcd7d67b50c1da04c89drbb *) Performance improvements for the code that reads request
c36bac9a918f59b2dbf5dcd7d67b50c1da04c89drbb headers (ap_rgetline_core() and related functions) [Brian Pane]
ad668861e40da485f2eea24dc4c1f9940e470698rbb
ad668861e40da485f2eea24dc4c1f9940e470698rbb *) Add a new directive: MaxMemFree. MaxMemFree makes it possible
ad668861e40da485f2eea24dc4c1f9940e470698rbb to configure the maximum amount of memory the allocators will
ad668861e40da485f2eea24dc4c1f9940e470698rbb hold on to for reuse. Anything over the MaxMemFree threshold
89211a5d592cdf0170d2b541946661b1a2a279c5trawick will be free()d. This directive is useful when uncommon large
89211a5d592cdf0170d2b541946661b1a2a279c5trawick peaks occur in memory usage. It should _not_ be used to mask
89211a5d592cdf0170d2b541946661b1a2a279c5trawick defective modules' memory use. [Sander Striker]
89211a5d592cdf0170d2b541946661b1a2a279c5trawick
5caa0a5c428439b566a4fcc711747e2053bcfd1ajerenkrantz *) Fixed the Content-Length filter so that HTTP/1.0 requests to CGI
5caa0a5c428439b566a4fcc711747e2053bcfd1ajerenkrantz scripts would not result in a truncated response.
5caa0a5c428439b566a4fcc711747e2053bcfd1ajerenkrantz [Ryan Bloom, Justin Erenkrantz, Cliff Woolley]
34d672a81f3e72f30568462135ddf6d71dcfa8d8bnicholes
34d672a81f3e72f30568462135ddf6d71dcfa8d8bnicholes *) Add a filter_init parameter to the filter registration functions
34d672a81f3e72f30568462135ddf6d71dcfa8d8bnicholes so that a filter can execute arbitrary code before the handlers
b1d2d2797866636f792717f96401292481697145wrowe are invoked. This resolves a problem where mod_include requests
b1d2d2797866636f792717f96401292481697145wrowe would incorrectly return a 304. [Justin Erenkrantz]
b1d2d2797866636f792717f96401292481697145wrowe
b1d2d2797866636f792717f96401292481697145wrowe *) Fix a long-standing bug in 2.0, CGI scripts were being called
b1d2d2797866636f792717f96401292481697145wrowe with relative paths instead of absolute paths. Apache 1.3 used
b1d2d2797866636f792717f96401292481697145wrowe absolute paths for everything except for SuExec, this brings back
b1d2d2797866636f792717f96401292481697145wrowe that standard. [Ryan Bloom]
b1d2d2797866636f792717f96401292481697145wrowe
b1d2d2797866636f792717f96401292481697145wrowe *) Fix infinite loop due to two HTTP_IN filters being present for
4a98c07ecf4f27a9b18963bbe85260857664d03bjerenkrantz internally redirected requests. PR 10146. [Justin Erenkrantz]
4a98c07ecf4f27a9b18963bbe85260857664d03bjerenkrantz
8abcc73436888a98721b10f0c09206f6fea68c55jerenkrantz *) Switch conn_rec->keepalive to an enumeration rather than a bitfield.
b24d065530fdf97376f390522396be5a4469fcf4jerenkrantz [Justin Erenkrantz]
b24d065530fdf97376f390522396be5a4469fcf4jerenkrantz
b24d065530fdf97376f390522396be5a4469fcf4jerenkrantz *) Fix mod_ext_filter to look in the main server for filter definitions
a981bcb9c3b780184e75ff069d67fe84da6c3d3dbnicholes when running in a vhost if the filter definition is not found in
a981bcb9c3b780184e75ff069d67fe84da6c3d3dbnicholes the vhost. PR 10147 [Jeff Trawick]
8e2e1446dd3b216c1f414493758f8b0d267a3c0dwrowe
a981bcb9c3b780184e75ff069d67fe84da6c3d3dbnicholes *) Support WinNT CGI invocation through ScriptInterpreterSource
a981bcb9c3b780184e75ff069d67fe84da6c3d3dbnicholes 'registry' for script interpreter paths and names with non-ascii
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton characters in the executable filepath. [William Rowe]
b5fe023e1cf0aa3d15a3bf2e237891e837980feastoddard
b2cff333bc23b8e74c6aad9ee97973df02cca180aaron *) Support the -w flag on to keep the Win32 console open on error.
b2cff333bc23b8e74c6aad9ee97973df02cca180aaron [William Rowe]
7eb55be5bcc75f2acf789aeca38d88a9c75d001ejwoolley
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Normalize the hostname value in the request_rec to all-lowercase
7eb55be5bcc75f2acf789aeca38d88a9c75d001ejwoolley [Perry Harrington <pedward webcom.com>]
d31e50dddb975275ef388ab64e380b6d4e5d9710jerenkrantz
d31e50dddb975275ef388ab64e380b6d4e5d9710jerenkrantz *) Fix WinNT cgi 500 errors when QUERY_ARGS or other strings include
d31e50dddb975275ef388ab64e380b6d4e5d9710jerenkrantz extended characters (non US-ASCII) in non-utf8 format. This brings
d31e50dddb975275ef388ab64e380b6d4e5d9710jerenkrantz Win32 back into CGI/1.1 compliance, and leaves charset decoding up
d31e50dddb975275ef388ab64e380b6d4e5d9710jerenkrantz to the cgi application itself. [William Rowe]
d5eaaee4a1e5faaf21e7111fd61732c6e7dbe8b2jwoolley
d5eaaee4a1e5faaf21e7111fd61732c6e7dbe8b2jwoolley *) Major overhaul of mod_dav, mod_dav_fs and the experimental/cache
d5eaaee4a1e5faaf21e7111fd61732c6e7dbe8b2jwoolley modules to bring them up to the current apr/apr-util APIs.
c88a70518d7d0b5bccb22a68d446c2d6589790dcjwoolley [William Rowe]
c88a70518d7d0b5bccb22a68d446c2d6589790dcjwoolley
c88a70518d7d0b5bccb22a68d446c2d6589790dcjwoolley *) Fix segfault in mod_mem_cache most frequently observed when
c88a70518d7d0b5bccb22a68d446c2d6589790dcjwoolley serving the same file to multiple clients on an MP machine.
c64c364bf863ad985309ef10d68caaa93e8d09ccstoddard [Bill Stoddard]
c64c364bf863ad985309ef10d68caaa93e8d09ccstoddard
c64c364bf863ad985309ef10d68caaa93e8d09ccstoddard *) mod_rewrite can now set cookies (RewriteRule (.*) - [CO=name:$1:.domain])
d8d240df2f2b23455be6b01343daedebaa6c4f96trawick [Brian Degenhardt <bmd mp3.com>, Ian Holsman]
d8d240df2f2b23455be6b01343daedebaa6c4f96trawick
d8d240df2f2b23455be6b01343daedebaa6c4f96trawick *) Fix perchild to work with apachectl by adding -k support to perchild.
d8d240df2f2b23455be6b01343daedebaa6c4f96trawick PR 10074 [Jeff Trawick]
d8d240df2f2b23455be6b01343daedebaa6c4f96trawick
d8d240df2f2b23455be6b01343daedebaa6c4f96trawick *) Fix a silly htpasswd.c logic error that incorrectly reported that
b5b5e8cc4668ab29d8f08f590d829dcfaeda9d33brianp both -c and -n had been used. PR 9989 [Cliff Woolley]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
b5b5e8cc4668ab29d8f08f590d829dcfaeda9d33brianp *) Fixed a mod_include error case in which no HTTP response was sent
e2653756d0d14a9a620b24bd04a6ab1182178462brianp to the client if an shtml document contained an unterminated SSI
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe directive [Brian Pane]
e2653756d0d14a9a620b24bd04a6ab1182178462brianp
d980a97cfc68de0ef35432ce03f1c1e468a19877jwoolley *) Improve ap_get_client_block implementation by using APR-util brigade
d980a97cfc68de0ef35432ce03f1c1e468a19877jwoolley helper functions and relying on current filter assumptions.
d980a97cfc68de0ef35432ce03f1c1e468a19877jwoolley [Justin Erenkrantz]
d980a97cfc68de0ef35432ce03f1c1e468a19877jwoolley
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 2.0.39
d980a97cfc68de0ef35432ce03f1c1e468a19877jwoolley
aa3510b82ec5d82ddbf4748829ec90f1ce71398ebrianp *) Fixed a build problem in htpasswd.c on Win32.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Guenter Knauf <eflash gmx.net>, Cliff Woolley]
aa3510b82ec5d82ddbf4748829ec90f1ce71398ebrianp
51b1d7f8eaa74807ab14479edde4421e77f5d1d7brianpChanges with Apache 2.0.38
51b1d7f8eaa74807ab14479edde4421e77f5d1d7brianp
08aff55373b2ae69182a58055a5c1b3a12d927b0slive *) Rewrite htpasswd to use APR. The removes the annoying warning about
08aff55373b2ae69182a58055a5c1b3a12d927b0slive tmpnam being unsafe. [Ryan Bloom]
08aff55373b2ae69182a58055a5c1b3a12d927b0slive
4f50bfb0367b91396c0fe85b80536b760080d39etrawick *) We must set the MIME-type for .shtml files to text/html if we want them
4f50bfb0367b91396c0fe85b80536b760080d39etrawick to be parsed for SSI tags. Add the config for that to the default
4f50bfb0367b91396c0fe85b80536b760080d39etrawick config file so that it is easier to enable .shtml parsing.
5a63340978acb9dd7e87724be57d2bde1cf1f629trawick [Dave Dyer <ddyer real-me.net>]
5a63340978acb9dd7e87724be57d2bde1cf1f629trawick
5a63340978acb9dd7e87724be57d2bde1cf1f629trawick *) Fixed a problem with 'make install' on ReliantUnix.
9f7325ecad575cf77ab76b01beaaf339a63490b5trawick [Jean-frederic Clere <jfrederic.clere fujitsu-siemens.com>]
8565f742f1ee3d514b2d48a1f2a5af5d7437c3b9trawick
8565f742f1ee3d514b2d48a1f2a5af5d7437c3b9trawick *) Make the default_handler catch all requests that aren't served by
8565f742f1ee3d514b2d48a1f2a5af5d7437c3b9trawick another handler. This also gets us to return a 404 if a directory
8843b75d1c70af3da9a7306c4aede3b3e9346deajwoolley is requested, there is no DirectoryIndex, and mod_autoindex isn't
8843b75d1c70af3da9a7306c4aede3b3e9346deajwoolley loaded. [Justin Erenkrantz]
8843b75d1c70af3da9a7306c4aede3b3e9346deajwoolley
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fixed the handling of nested if-statements in shtml files.
8843b75d1c70af3da9a7306c4aede3b3e9346deajwoolley PR 9866 [Brian Pane]
dcecfbe7e63603d0fb95e4811e015039e9401990stoddard
dcecfbe7e63603d0fb95e4811e015039e9401990stoddard *) Allow 'make install DESTDIR=/path'. This allows packagers to install
dcecfbe7e63603d0fb95e4811e015039e9401990stoddard into a directory different from the one that was configured. This
0c7592379b55b7736dd70d2d87f53af9a2347614jerenkrantz also mirrors the root= feature from 1.3. We cannot use prefix=,
4844d314b0b6e55a309621b84c1786446c5fb418ianh because both APR and APR-util resolve their installation paths at
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe configuration time. This means that there is no variable prefix
4844d314b0b6e55a309621b84c1786446c5fb418ianh to replace. [Andreas Hasenack <andreas netbank.com.br>]
127c81d6b2c9ba8932273c2e1b13e3ea3d673b07trawick
127c81d6b2c9ba8932273c2e1b13e3ea3d673b07trawick *) AIX 4.3.2 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
127c81d6b2c9ba8932273c2e1b13e3ea3d673b07trawick These levels of AIX don't have a thundering herd problem with
127c81d6b2c9ba8932273c2e1b13e3ea3d673b07trawick accept(). [Jeff Trawick]
59d01b9ed1de043745262e49bb44bde7095c4723jwoolley
59d01b9ed1de043745262e49bb44bde7095c4723jwoolley *) prefork MPM: Ignore mutex errors during graceful restart. For
59d01b9ed1de043745262e49bb44bde7095c4723jwoolley certain types of mutexes (particularly SysV semaphores), we
59d01b9ed1de043745262e49bb44bde7095c4723jwoolley should expect to occasionally fail to obtain or release the
59d01b9ed1de043745262e49bb44bde7095c4723jwoolley mutex during restart processing. [Jeff Trawick]
e6e65585927961caf45d4e9e932bb1f4e9e89ca1jerenkrantz
e6e65585927961caf45d4e9e932bb1f4e9e89ca1jerenkrantz *) Fix install-bindist.sh so that it finds any perl instead of just
e6e65585927961caf45d4e9e932bb1f4e9e89ca1jerenkrantz early perl 5.x versions. This is consistent with a build/install
b068b71651c802cc4e0b835495ad0e41c65e1174trawick from source, and it allows the perl scripts installed by a bindist
b068b71651c802cc4e0b835495ad0e41c65e1174trawick to work on systems with perl 5.6. [Jeff Trawick]
b068b71651c802cc4e0b835495ad0e41c65e1174trawick
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe *) Fix apxs so that the makefile created by "apxs -g" works on AIX and
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe Tru64 (and probably some other platforms). [Jeff Trawick]
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe *) Allow CGI scripts to return their Content-Length. This also fixes a
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe hang on HEAD requests seen on certain platforms (such as FreeBSD).
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe [Justin Erenkrantz]
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe *) Added log rotation based on file size to the RotateLog support
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe utility. [Brad Nicholes]
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe *) Fix some casting in mod_rewrite which broke random maps.
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe PR 9770 [Allan Edwards, Greg Ames, Jeff Trawick]
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe
34a1e566d4af2735c87e2d3e6ac5e505855518aawroweChanges with Apache 2.0.37
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe *) allow POST method over SSL when per-directory client cert
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe authentication is used with 'SSLOptions +OptRenegotiate' enabled
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe and a client cert was found in the ssl session cache.
34a1e566d4af2735c87e2d3e6ac5e505855518aawrowe
dd39efc1f7ed97cf526aefa24359f0be2ac5c3f4trawick *) 'SSLOptions +OptRengotiate' will use client cert in from the ssl
dd39efc1f7ed97cf526aefa24359f0be2ac5c3f4trawick session cache when there is no cert chain in the cache. prior to
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the fix this situation would result in a FORBIDDEN response and
dd39efc1f7ed97cf526aefa24359f0be2ac5c3f4trawick error message "Cannot find peer certificate chain"
f53367106769f90696d9c1f0ffcf9fbb4db883c2jerenkrantz [Doug MacEachern]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
f53367106769f90696d9c1f0ffcf9fbb4db883c2jerenkrantz *) ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
9a940e8e90f9b163737e23bbf72a3f2c67a39220brianp one was already sent. PR 9644 [Jeff Trawick]
9a940e8e90f9b163737e23bbf72a3f2c67a39220brianp
9a940e8e90f9b163737e23bbf72a3f2c67a39220brianp *) Fix the display of the default name for the mime types config
8496c88debb9962575dac2b1ef9b81984d7bd759brianp file. PR 9729 [Matthew Brecknell <mbrecknell orchestream.com>]
8496c88debb9962575dac2b1ef9b81984d7bd759brianp
8496c88debb9962575dac2b1ef9b81984d7bd759brianp *) Fix the working directory *for WinNT/2K/XP services only* to
8496c88debb9962575dac2b1ef9b81984d7bd759brianp change to the Apache directory (one level above the location
7c8747b339a5e47ea8301907051a9974d15b23b7brianp of Apache.exe, in the case that Apache.exe resides in bin/.)
7c8747b339a5e47ea8301907051a9974d15b23b7brianp Solves the case of ServerRoot /foo paths where /foo was not
98f81eac9530d487f05013cda9df99755bb59689trawick on the same drive as /winnt/system32. [William Rowe]
98f81eac9530d487f05013cda9df99755bb59689trawick
0b493ad526b8bbc2ff21ce19510fc32238abb816jwoolley *) Make 2.0's "AcceptMutex" startup message now "completely"
0b493ad526b8bbc2ff21ce19510fc32238abb816jwoolley match how 1.3 does it. [Jim Jagielski]
0b493ad526b8bbc2ff21ce19510fc32238abb816jwoolley
0b493ad526b8bbc2ff21ce19510fc32238abb816jwoolley *) Implement a fixed size memory cache using a priority queue
1376737cb6afa24d3e12f3a223318fe1bd71bb1fslive [Ian Holsman]
1376737cb6afa24d3e12f3a223318fe1bd71bb1fslive
1376737cb6afa24d3e12f3a223318fe1bd71bb1fslive *) Fix apxs to allow "apxs -q installbuilddir" and to allow
1376737cb6afa24d3e12f3a223318fe1bd71bb1fslive querying certain other variables from config_vars.mk. PR 9316
ec1719a5748717f67dcd279bb64bd0da424ae450jerenkrantz [Jeff Trawick]
ec1719a5748717f67dcd279bb64bd0da424ae450jerenkrantz
ec1719a5748717f67dcd279bb64bd0da424ae450jerenkrantz *) Added the "detached" attribute to the cgi_exec_info_t internals
dea9ded7417a8328f8fce5d57eca9d7af5500520trawick so that Win32 and Netware won't create a new window or console
dea9ded7417a8328f8fce5d57eca9d7af5500520trawick for each CGI invoked. PR 8387
3f0220bf6e864d982a10348c9cc269bfe798d65eaaron [Brad Nicholes, William Rowe]
3f0220bf6e864d982a10348c9cc269bfe798d65eaaron
3f0220bf6e864d982a10348c9cc269bfe798d65eaaron *) Consolidated the command line parameters and attributes that are
3f0220bf6e864d982a10348c9cc269bfe798d65eaaron manipulated by the optional function ap_cgi_build_command() in
75d133afee2e3636b07366fd62102b13b67b1b1djerenkrantz mod_cgi into a single structure.
75d133afee2e3636b07366fd62102b13b67b1b1djerenkrantz [Brad Nicholes]
75d133afee2e3636b07366fd62102b13b67b1b1djerenkrantz
2ae7ad6f58b7e3188ed4bd375a8930808529ba71jwoolley *) Get rid of uninitialized value errors with "apxs -q" on certain
2ae7ad6f58b7e3188ed4bd375a8930808529ba71jwoolley variables. [Stas Bekman <stas stason.org>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
2ae7ad6f58b7e3188ed4bd375a8930808529ba71jwoolley *) Fix apxs to allow it to work when the build directory is somewhere
5b30f835d627766b024500189c35bb55e686e890brianp besides server-root/build. PR 8453
5b30f835d627766b024500189c35bb55e686e890brianp [Jeff Trawick and a host of others]
5b30f835d627766b024500189c35bb55e686e890brianp
d45481dadf7f1f0ffd95b38b1c5b0ea6b2d57888jerenkrantz *) Allow ap_discard_request_body to be called multiple times in the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe same request. Essentially, ap_http_filter keeps track of whether
d45481dadf7f1f0ffd95b38b1c5b0ea6b2d57888jerenkrantz it has sent an EOS bucket up the stack, if so, it will only ever
0c7592379b55b7736dd70d2d87f53af9a2347614jerenkrantz send an EOS bucket for this request.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ryan Bloom, Justin Erenkrantz, Greg Stein]
0c7592379b55b7736dd70d2d87f53af9a2347614jerenkrantz
6d62bc22f8f22a43e66e2e4d8860a5a144316b1astoddard *) Remove all special mod_ssl URIs. This also fixes the bug where
6d62bc22f8f22a43e66e2e4d8860a5a144316b1astoddard redirecting (.*) will allow an SSL protected page to be viewed
75c180fb45396964ad10af6444077798a470b6a3jorton without SSL. [Ryan Bloom]
8efcf516f2b6514879fff8d034be55b6d64ff830striker
71eda8b1c14e4d0adb2f294f22299587cd3d74a9striker *) Fix the binary build install script so that the build logic
71eda8b1c14e4d0adb2f294f22299587cd3d74a9striker created by "apxs -g" will work when the user has a binary
922c0ad0014590bb10d13674012683eef44c0bbarederpj build. [Jeff Trawick]
922c0ad0014590bb10d13674012683eef44c0bbarederpj
922c0ad0014590bb10d13674012683eef44c0bbarederpj *) Allow instdso.sh to work with full paths to the shared module.
922c0ad0014590bb10d13674012683eef44c0bbarederpj [Justin Erenkrantz]
aec964227053fab7e59deb26709b94726ce67224rederpj
aec964227053fab7e59deb26709b94726ce67224rederpj *) NetWare: Enabled CGI functionality and added mod_cgi as a built
8ffd5c9693162130d35be41953f0dd3bba18edf7rederpj in module for NetWare [Brad Nicholes]
aec964227053fab7e59deb26709b94726ce67224rederpj
1e27f530f81c6058d1a11944ae1e2da45977fc7bjerenkrantz *) Changed cgi and piped log behavior to accept 65536 characters
1e27f530f81c6058d1a11944ae1e2da45977fc7bjerenkrantz on Win32 (matching Linux) before deadlocking between outputing
1e27f530f81c6058d1a11944ae1e2da45977fc7bjerenkrantz client stdin, slurping the output from stdout and then the stderr
469549ac22c6f7b9ecdd9df2565925563e4df84djwoolley stream. PR 8179 [William Rowe]
469549ac22c6f7b9ecdd9df2565925563e4df84djwoolley
469549ac22c6f7b9ecdd9df2565925563e4df84djwoolley *) Fixed Win32 wintty.exe support to assure the window title is valid.
469549ac22c6f7b9ecdd9df2565925563e4df84djwoolley Elimiates possible gpfault or garbage title without the -t option.
469549ac22c6f7b9ecdd9df2565925563e4df84djwoolley [William Rowe]
7a9f3bef545b0bbc93c2ed758119b0d2e2647c31trawick
7a9f3bef545b0bbc93c2ed758119b0d2e2647c31trawick *) Rewrite mod_cgi, mod_cgid, and mod_proxy input handling to use
7a9f3bef545b0bbc93c2ed758119b0d2e2647c31trawick brigades and input filters. [Justin Erenkrantz]
0be05c658c7e6e5a05fd2d4068d8ac0f030d4752jwoolley
0be05c658c7e6e5a05fd2d4068d8ac0f030d4752jwoolley *) Allow ap_http_filter (HTTP_IN) to return EOS when there is no request
223b367115aefc20f1c32fe2d4e2bfcc4bfe108fjwoolley body. [Justin Erenkrantz]
223b367115aefc20f1c32fe2d4e2bfcc4bfe108fjwoolley
223b367115aefc20f1c32fe2d4e2bfcc4bfe108fjwoolley *) NetWare: Piping log entries through RotateLogs using the
223b367115aefc20f1c32fe2d4e2bfcc4bfe108fjwoolley CustomLogs directive is finally supported now that we have
223b367115aefc20f1c32fe2d4e2bfcc4bfe108fjwoolley the pipes and spawning functionality working.
639cf068707865a81ad2c610e72d57b043d20dd6wrowe [Brad Nicholes]
639cf068707865a81ad2c610e72d57b043d20dd6wrowe
639cf068707865a81ad2c610e72d57b043d20dd6wrowe *) SECURITY: CVE-2002-0392 (cve.mitre.org) [CERT VU#944335]
639cf068707865a81ad2c610e72d57b043d20dd6wrowe Detect overflow when reading the hex bytes forming a chunk line.
f3f0c2a5f6009d06350341219d1f38a1644708bcbrianp [Aaron Bannert]
f3f0c2a5f6009d06350341219d1f38a1644708bcbrianp
f3f0c2a5f6009d06350341219d1f38a1644708bcbrianp *) Allow RewriteMap prg:'s to take command-line arguments. PR 8464.
33b095d35c5dac22358ce63c32635ab59ce7cb25aaron [James Tait <JTait wyrddreams.demon.co.uk>]
33b095d35c5dac22358ce63c32635ab59ce7cb25aaron
33b095d35c5dac22358ce63c32635ab59ce7cb25aaron *) Correctly return 413 when an invalid chunk size is given on
33b095d35c5dac22358ce63c32635ab59ce7cb25aaron input. Also modify ap_discard_request_body to not do anything
33b095d35c5dac22358ce63c32635ab59ce7cb25aaron on sub-requests or when the connection will be dropped.
100e6f5dec61d108494565f8f3bfa894afadc33ajerenkrantz [Justin Erenkrantz]
100e6f5dec61d108494565f8f3bfa894afadc33ajerenkrantz
100e6f5dec61d108494565f8f3bfa894afadc33ajerenkrantz *) Fix the TIME_* SSL var lookups to be threadsafe. PR 9469.
100e6f5dec61d108494565f8f3bfa894afadc33ajerenkrantz [Cliff Woolley]
5d5d5ca04c57c7ab865924f4648e8f80de27adfebrianp
5d5d5ca04c57c7ab865924f4648e8f80de27adfebrianp *) Ensure that apr_brigade_write() flushes in all of the cases that
4f3ec2ec53c7ca5ca308d85e2e0beb933a2fd0f9aaron it should to avoid conditions in some modules that could cause
4f3ec2ec53c7ca5ca308d85e2e0beb933a2fd0f9aaron large amounts of data to be buffered. [Cliff Woolley]
4f3ec2ec53c7ca5ca308d85e2e0beb933a2fd0f9aaron
4f3ec2ec53c7ca5ca308d85e2e0beb933a2fd0f9aaron *) Fix problem where mod_cache/mod_disk_cache was incorrectly
4f3ec2ec53c7ca5ca308d85e2e0beb933a2fd0f9aaron stripping the content_type from cached responses.
3c0c3ae288166a8736593093c636768702abf263aaron [Bill Stoddard]
3c0c3ae288166a8736593093c636768702abf263aaron
3c0c3ae288166a8736593093c636768702abf263aaron *) apachectl passes through any httpd options. Note: apachectl
b8a843847aae3d9a1838fb8f1de84cd66212f48atrawick should be used in preference to httpd since it ensures that any
b8a843847aae3d9a1838fb8f1de84cd66212f48atrawick appropriate environment variables have been set up.
c8411888a54dd5dbfd8a5d337ebf0e911a789063trawick [Jeff Trawick]
c8411888a54dd5dbfd8a5d337ebf0e911a789063trawick
c8411888a54dd5dbfd8a5d337ebf0e911a789063trawick *) Fix the combination of mod_cgid, mod_setuexec, and mod_userdir.
28caffb98f18c0b9562ac20870f7ab91f3d9a01fjerenkrantz PR 7810 [Colm MacCarthaigh <colmmacc redbrick.dcu.ie>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
28caffb98f18c0b9562ac20870f7ab91f3d9a01fjerenkrantz *) Fix suexec execution of CGI scripts from mod_include.
d757628a07145aa711ba75b4e7c7c01a33133ca1jerenkrantz PR 7791, 8291 [Colm MacCarthaigh <colmmacc redbrick.dcu.ie>]
d757628a07145aa711ba75b4e7c7c01a33133ca1jerenkrantz
d757628a07145aa711ba75b4e7c7c01a33133ca1jerenkrantz *) Fix segfaults at startup on some platforms when mod_auth_digest,
1585c2979d749ee71edb6a1d57bc9ff6db12a426jerenkrantz mod_suexec, or mod_ssl were used as DSO's due to the way they
1585c2979d749ee71edb6a1d57bc9ff6db12a426jerenkrantz were tracking the current init phase since DSO's get completely
1585c2979d749ee71edb6a1d57bc9ff6db12a426jerenkrantz unloaded and reloaded between phases. PR 9413.
6bdb2c094666367615890147775bb18761216c8dminfrin [Tsuyoshi Sasamoto <nazonazo super.win.ne.jp>, Brad Nicholes]
6bdb2c094666367615890147775bb18761216c8dminfrin
6bdb2c094666367615890147775bb18761216c8dminfrin *) Fix mod_include's handling of regular expressions in
c069757188a3cd9ab19b05169b005a824b60b6fcaaron "<!--#if" directives [Julius Gawlas <julius_gawlas hp.com>]
c069757188a3cd9ab19b05169b005a824b60b6fcaaron
c069757188a3cd9ab19b05169b005a824b60b6fcaaron *) Fix the worker MPM deadlock problem [Brian Pane]
c069757188a3cd9ab19b05169b005a824b60b6fcaaron
c069757188a3cd9ab19b05169b005a824b60b6fcaaron *) Modify the module documentation to allow for translations.
11ce97701b22d795fd1a5ec3769a3367bc220921wrowe [Yoshiki Hayashi, Joshua Slive]
11ce97701b22d795fd1a5ec3769a3367bc220921wrowe
11ce97701b22d795fd1a5ec3769a3367bc220921wrowe *) Fix a file permissions problem which prevented mod_disk_cache
11ce97701b22d795fd1a5ec3769a3367bc220921wrowe from working on Unix. [Jeff Trawick]
11ce97701b22d795fd1a5ec3769a3367bc220921wrowe
6cdd5cd95d8323de5cfb912d8fc0df8c5e3d02cejerenkrantz *) Add "-k start|restart|graceful|stop" support to httpd for the Unix
e45d7d4ca98387c2898f8302bafb31e3b4f5a5d8jwoolley MPMs. These have semantics very similar to the old apachectl
6cdd5cd95d8323de5cfb912d8fc0df8c5e3d02cejerenkrantz commands of the same name. [Justin Erenkrantz, Jeff Trawick]
239ab9d14d3851c2efc1312b3b42c838073533f4jerenkrantz
239ab9d14d3851c2efc1312b3b42c838073533f4jerenkrantz *) Make sure that the runtime dir is created by make install.
239ab9d14d3851c2efc1312b3b42c838073533f4jerenkrantz PR 9233. [Jeff Trawick]
239ab9d14d3851c2efc1312b3b42c838073533f4jerenkrantz
c5fb76caa5498c60b991fcba8dfbf3c229f0f4d5rbb *) Fix an unusual set of ./configure arguments that could cause
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe mod_http to be built as a DSO, which it currently doesn't
c5fb76caa5498c60b991fcba8dfbf3c229f0f4d5rbb support. PR 9244.
c5fb76caa5498c60b991fcba8dfbf3c229f0f4d5rbb [Cliff Woolley, Robin Johnson <robbat2 orbis-terrarum.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
c5fb76caa5498c60b991fcba8dfbf3c229f0f4d5rbb *) Win32: Fix bug in apr_sendfile() that caused incorrect operation
b9cf7102006ac2ccfebcb78174585986ff127ba9jwoolley of the %X, %b and %B logformat options. PR 8253, 8996.
b9cf7102006ac2ccfebcb78174585986ff127ba9jwoolley [Bill Stoddard]
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc
2b13bc45632d72cdf50ac42149e4fc8bc0d05bf2stoddard *) If content-encoding is already present, do not run deflate (PR 9222)
2b13bc45632d72cdf50ac42149e4fc8bc0d05bf2stoddard [Kazuhisa ASADA <kaz asada.sytes.net>]
2b13bc45632d72cdf50ac42149e4fc8bc0d05bf2stoddard
2b13bc45632d72cdf50ac42149e4fc8bc0d05bf2stoddard *) The APLOG_NOERRNO flag to ap_log_[r]error() is now deprecated.
2b13bc45632d72cdf50ac42149e4fc8bc0d05bf2stoddard It is currently ignored and it will be removed in a future release
2b13bc45632d72cdf50ac42149e4fc8bc0d05bf2stoddard of Apache. [Jeff Trawick]
2b13bc45632d72cdf50ac42149e4fc8bc0d05bf2stoddard
52617e76a53b1d90da027a5311790e1ccef8f60ftrawick *) Removed documentation references to the no-longer-supported
b584ec31a47334b1253f4a5ad73f023336ab2f28jwoolley "make certificate" feature of mod_ssl for Apache 1.3.x. Test
b584ec31a47334b1253f4a5ad73f023336ab2f28jwoolley certificates, if truly desired, can be generated using openssl
b584ec31a47334b1253f4a5ad73f023336ab2f28jwoolley commands. PR 8724. [Cliff Woolley]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
b584ec31a47334b1253f4a5ad73f023336ab2f28jwoolley *) Remove SSLLog and SSLLogLevel directives in favor of having
7ac88dc1ac207b9a434fd76c0406651d68018d69rederpj mod_ssl use the standard ErrorLog directives. [Justin Erenkrantz]
7ac88dc1ac207b9a434fd76c0406651d68018d69rederpj
52617e76a53b1d90da027a5311790e1ccef8f60ftrawick *) OS/390: LIBPATH no longer has to be manually uncommented in
52617e76a53b1d90da027a5311790e1ccef8f60ftrawick envvars to get apachectl to set up httpd properly. [Jeff Trawick]
f905b21d99b264dbf26acc30b430ebe92838cdcejerenkrantz
d157b208942316e96c34fa8b2222ed4cc2e56783trawick *) mod_isapi: All mod_isapi directives, excluding ISAPICacheFile,
d157b208942316e96c34fa8b2222ed4cc2e56783trawick may now be specified to the <File/Directory > container, rather
d157b208942316e96c34fa8b2222ed4cc2e56783trawick than by vhost. [William Rowe]
d157b208942316e96c34fa8b2222ed4cc2e56783trawick
dc903d97a896d4e414efb1cb49f22ce00a49f070trawick *) mod_isapi: Experimental support for faux async support for ISAPI
dc903d97a896d4e414efb1cb49f22ce00a49f070trawick modules. [William Rowe]
dc903d97a896d4e414efb1cb49f22ce00a49f070trawick
dc903d97a896d4e414efb1cb49f22ce00a49f070trawick *) mod_isapi: Major refactoring of the code to rely on apr internals
dc903d97a896d4e414efb1cb49f22ce00a49f070trawick rather than MS APIs (using our own mod_isapi.h headers for ISAPI
dc903d97a896d4e414efb1cb49f22ce00a49f070trawick symbol definitions.) [William Rowe]
dc903d97a896d4e414efb1cb49f22ce00a49f070trawick
68f803c489cf61918fb4e61745fcd1e0cc980541jerenkrantz *) mod_isapi: Fixed the return string length from GetServerVariable
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe callback, it was not including the trailing null in the consumed
68f803c489cf61918fb4e61745fcd1e0cc980541jerenkrantz buffer size. This was particularly bad for Delphi 6.0 users.
15405e91bb3fad5a80f7abe828a00b44a3a65bf8jerenkrantz PR 8934 [Sebastian Hantsch <sebastian.hantsch gmx.de>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
15405e91bb3fad5a80f7abe828a00b44a3a65bf8jerenkrantz *) Fixed Win32 builds for Microsoft VisualStudio 7.0 (.net).
f905b21d99b264dbf26acc30b430ebe92838cdcejerenkrantz [William Rowe]
f905b21d99b264dbf26acc30b430ebe92838cdcejerenkrantz
f905b21d99b264dbf26acc30b430ebe92838cdcejerenkrantz *) Make apxs look in the correct directory for envvars. It was
0e2340134f2336b98c92d7f157fb65d0a6f477d4stoddard broken when sbindir != bindir. PR 8869
0e2340134f2336b98c92d7f157fb65d0a6f477d4stoddard [Andreas Sundstr�m <sunkan zappa.cx>]
431d6106eaf796cc8dfa8cb0db2b180dd93ed6dftrawick
b3edf21d591bfd0e64bbec0dda73c0e41d7ecdb6wrowe *) Fix mod_deflate corruption when using multiple buckets. PR 9014.
b3edf21d591bfd0e64bbec0dda73c0e41d7ecdb6wrowe [Asada Kazuhisa <kaz asada.sytes.net>]
b3edf21d591bfd0e64bbec0dda73c0e41d7ecdb6wrowe
b3edf21d591bfd0e64bbec0dda73c0e41d7ecdb6wrowe *) Performance enhancements for access logger when using
b3edf21d591bfd0e64bbec0dda73c0e41d7ecdb6wrowe default timestamp formatting [Brian Pane]
b3edf21d591bfd0e64bbec0dda73c0e41d7ecdb6wrowe
5d238058bc748dfa13ff21890ae4a58481e3be89jerenkrantz *) Added EnableMMAP config directive to enable the server
5d238058bc748dfa13ff21890ae4a58481e3be89jerenkrantz administrator to disable memory-mapping of delivered files
5d238058bc748dfa13ff21890ae4a58481e3be89jerenkrantz on a per-directory basis. [Brian Pane]
9282327b0ffe8981d39835130dfb334af192b508jerenkrantz
9282327b0ffe8981d39835130dfb334af192b508jerenkrantz *) Performance enhancements for mod_setenvif [Brian Pane]
9282327b0ffe8981d39835130dfb334af192b508jerenkrantz
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz *) Fix a mod_ssl build problem on OS/390. [Jeff Trawick]
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz *) Fixed If-Modified-Since on Win32, which would give false positives
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz because of the sub-second resolution of file timestamps on that
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz platform. [Cliff Woolley]
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz *) Reverse the hook ordering for mod_userdir and mod_alias so
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz that Alias/ScriptAlias will override Userdir. PR 8841
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz [Joshua Slive]
25b812bcab8b61981e288996b991e0ab4d224b92jerenkrantz
25b812bcab8b61981e288996b991e0ab4d224b92jerenkrantz *) Move mod_deflate out of experimental and into filters.
87f0329e30de94828e08d53a99ea23cda86a9fccjerenkrantz [Justin Erenkrantz]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
87f0329e30de94828e08d53a99ea23cda86a9fccjerenkrantz *) Get proxy CONNECT basically working. [Jeff Trawick]
0396e75f271f51be57be778655e32ba8d64d240bwrowe
0396e75f271f51be57be778655e32ba8d64d240bwrowe *) Fix mod_rewrite hang when APR uses SysV Semaphores and
0396e75f271f51be57be778655e32ba8d64d240bwrowe RewriteLogLevel is set to anything other than 0. PR: 8143
9438d70ce91fa99ec828a2828f0fd45542cd9c4fwrowe [Aaron Bannert, Cliff Woolley]
0396e75f271f51be57be778655e32ba8d64d240bwrowe
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawick *) Fix byterange requests from returning 416 when using dynamic data
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawick (such as filters like mod_include). [Justin Erenkrantz]
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawick
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawick *) Allow mod_rewrite's set of "int:" internal RewriteMap functions
431d6106eaf796cc8dfa8cb0db2b180dd93ed6dftrawick to be extended by third-party modules via an optional function.
431d6106eaf796cc8dfa8cb0db2b180dd93ed6dftrawick [Tahiry Ramanamampanoharana <nomentsoa hotmail.com>, Cliff Woolley]
390489eb69fe15943ddf67adcc832ca8de125cd9jerenkrantz
390489eb69fe15943ddf67adcc832ca8de125cd9jerenkrantz *) Fix mod_include expression parser's handling of unquoted strings
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe followed immediately by a closing paren. PR 8462. [Brian Pane]
390489eb69fe15943ddf67adcc832ca8de125cd9jerenkrantz
a1e8b54f269a8f2388590174174509546e886e60stoddard *) Remove autom4te.cache in 'make distclean'.
a1e8b54f269a8f2388590174174509546e886e60stoddard [Thom May <thom planetarytramp.net>]
a1e8b54f269a8f2388590174174509546e886e60stoddard
3eb95d6629bb326ae90e5eec693b7e628951751brbb *) Fix generated httpd.conf to respect layout for LoadModule lines.
109d280c3fcf810e573fc1af5e141ad525c45811bjh PR 8170. [Thom May <thom planetarytramp.net>]
109d280c3fcf810e573fc1af5e141ad525c45811bjh
109d280c3fcf810e573fc1af5e141ad525c45811bjh *) Win32: During a graceful restart, threads in the new process
61d2cd001754548e90364aa3a7e76863616544b0minfrin were accessing scoreboard slots still in use by active threads in
61d2cd001754548e90364aa3a7e76863616544b0minfrin the old process. [Bill Stoddard]
61d2cd001754548e90364aa3a7e76863616544b0minfrin
61d2cd001754548e90364aa3a7e76863616544b0minfrinChanges with Apache 2.0.36
61d2cd001754548e90364aa3a7e76863616544b0minfrin
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron *) Fix some minor formatting issues with ab. Part of this is
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron in reference to PR 8544, the rest I noticed while testing
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron the PR fix. [Paul J. Reder]
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron *) Fix a case where an invalid pass phrase is entered and an
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm error message is given, but the prompt is not shown again.
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm This left the user in an ambiguous state. PR 8320 [Paul J. Reder]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm *) Close sockets on worker MPM when doing a graceless restart.
0506359f47150991eaaae37ca07f94117a9aa63dtrawick [Aaron Bannert]
0506359f47150991eaaae37ca07f94117a9aa63dtrawick
0506359f47150991eaaae37ca07f94117a9aa63dtrawick *) Reverted a minor optimization in mod_ssl.c that used the vhost ID
0506359f47150991eaaae37ca07f94117a9aa63dtrawick as the session id context rather that a MD5 hash of that vhost ID,
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe because it caused very long vhost id's to be unusable with mod_ssl.
67f62b7a48ff9eb8d9f31898dceaf9f89280a723dougm PR 8572. [Cliff Woolley]
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick *) Fix the link to the description of the CoredumpDirectory
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick directive in the server-wide document. PR 8643. [Jeff Trawick]
219472ea2d5f1563509321d8b8a91b116792bf7adougm
219472ea2d5f1563509321d8b8a91b116792bf7adougm *) Fixed SHMCB session caching. [Aaron Bannert, Cliff Woolley]
219472ea2d5f1563509321d8b8a91b116792bf7adougm
c048b545f06921f53ceb830b30f99aed7b369d95dougm *) Synced with remaining changes from mod_ssl 2.8.8-1.3.24:
c048b545f06921f53ceb830b30f99aed7b369d95dougm - Avoid SIGBUS on sparc machines with SHMCB session caches
c048b545f06921f53ceb830b30f99aed7b369d95dougm - Allow whitespace between the pipe and the name of the
621bd763d2e4d32f19013ac8b76b375b5a01851fdougm program in SSLLog "| /path/to/program". [Cliff Woolley]
621bd763d2e4d32f19013ac8b76b375b5a01851fdougm
621bd763d2e4d32f19013ac8b76b375b5a01851fdougm *) Introduce mod_ext_filter and mod_deflate experimental modules
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstriker to the Win32 build (zlib sources must be in srclib\zlib.)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [William Rowe]
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstriker
e93624301705e3dc68992e3b488a764389eb8b98trawick *) Changes to the worker MPM's queue management and thread
e93624301705e3dc68992e3b488a764389eb8b98trawick synchronization code to reduce mutex contention [Brian Pane]
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaron
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaron *) Don't install *.in configuration files since we already install
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaron *-std.conf files. [Aaron Bannert]
a45de374fb215f294eb1369d4406ac79d6596ee1brianp
a45de374fb215f294eb1369d4406ac79d6596ee1brianp *) Many improvements to the threadpool MPM. [Aaron Bannert]
a45de374fb215f294eb1369d4406ac79d6596ee1brianp
a45de374fb215f294eb1369d4406ac79d6596ee1brianp *) Fix subreqs that are promoted via fast_redirect from having invalid
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick frec->r structures. This would cause subtle errors later on in
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick request processing such as seen in PR 7966. [Justin Erenkrantz]
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick *) More efficient pool recycling logic for the worker MPM [Brian Pane]
0007bb1e01dd762bde7280beb57113309c1715a3trawick
a1be7357e2c08b9dfe52c277063d212d65b15feejim *) Modify the worker MPM to not accept() new connections until
a1be7357e2c08b9dfe52c277063d212d65b15feejim there is an available worker thread. This prevents queued
a1be7357e2c08b9dfe52c277063d212d65b15feejim connections from starving for processing time while long-running
a1be7357e2c08b9dfe52c277063d212d65b15feejim connections were hogging all the available threads. [Aaron Bannert]
a1be7357e2c08b9dfe52c277063d212d65b15feejim
6682df9b639663c50f447e5690dd62cce7b1c086trawick *) Convert the worker MPM's fdqueue from a LIFO back into a FIFO.
6682df9b639663c50f447e5690dd62cce7b1c086trawick [Aaron Bannert]
6682df9b639663c50f447e5690dd62cce7b1c086trawick
51c0f0fe0a49a180389009442a83f74b1916f96atrawick *) Get basic HTTP proxy working on EBCDIC machines. [Jeff Trawick]
51c0f0fe0a49a180389009442a83f74b1916f96atrawick
51c0f0fe0a49a180389009442a83f74b1916f96atrawick *) Allow mod_unique_id to work on systems with no IPv4 address
51c0f0fe0a49a180389009442a83f74b1916f96atrawick corresponding to their host name. [Jeff Trawick]
51c0f0fe0a49a180389009442a83f74b1916f96atrawick
7e8bc9ca9d1e752f6ca6debec6be8addae8bd72etrawick *) Fix suexec behavior with user directories. PR 7810.
7e8bc9ca9d1e752f6ca6debec6be8addae8bd72etrawick [Colm <colmmacc redbrick.dcu.ie>]
7e8bc9ca9d1e752f6ca6debec6be8addae8bd72etrawick
ecb511c254d5affe7cc018482d53c19aaf145878jerenkrantz *) Reject a blank UserDir directive since it is ambiguous. PR 8472.
ecb511c254d5affe7cc018482d53c19aaf145878jerenkrantz [Justin Erenkrantz]
ecb511c254d5affe7cc018482d53c19aaf145878jerenkrantz
ecb511c254d5affe7cc018482d53c19aaf145878jerenkrantz *) Make mod_mime use case-insensitive matching when examining
60b83cd8f9427809082340cfd7581091990962f5jwoolley extensions on all platforms. PR 8223. [Justin Erenkrantz]
60b83cd8f9427809082340cfd7581091990962f5jwoolley
60b83cd8f9427809082340cfd7581091990962f5jwoolley *) Add an intelligent error message should no proxy submodules be
e93624301705e3dc68992e3b488a764389eb8b98trawick valid to handle a request. PR 8407 [Graham Leggett]
e93624301705e3dc68992e3b488a764389eb8b98trawick
e93624301705e3dc68992e3b488a764389eb8b98trawick *) Major improvements in concurrent processing for AB by enabling
4da4d1ae427ee8827c2325dd121ac05a83afd579wrowe non-blocking connect()s and preventing APR from doing blocking
a2d4f1da4e19836b2d6a673f80f33381a926a8bddougm read()s. Also implement fatal error checking for apr_recv().
d56d6753a75f5b915120c797aedbfcf13bb14c8brbb [Aaron Bannert]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
d56d6753a75f5b915120c797aedbfcf13bb14c8brbb *) Fix Win32 NTFS Junctions (symlinks). PR 8014 [William Rowe]
d56d6753a75f5b915120c797aedbfcf13bb14c8brbb
d56d6753a75f5b915120c797aedbfcf13bb14c8brbb *) Fix Win32 'short name' aliases in httpd.conf directives.
4aaf7088758ca56823e585969320f2405a7cc5fcdougm PR 8009 [William Rowe]
4aaf7088758ca56823e585969320f2405a7cc5fcdougm
4aaf7088758ca56823e585969320f2405a7cc5fcdougm *) Fix generation of default httpd.conf when the layout paths are
e0596968fe84a2bdaebe0192d8d64d2e9856d4d6brianp disjoint. PR 7979, 8227. [Justin Erenkrantz]
e0596968fe84a2bdaebe0192d8d64d2e9856d4d6brianp
e0596968fe84a2bdaebe0192d8d64d2e9856d4d6brianp *) Swap downgrade-1.0 and force-response-1.0 conditional checks so
f33c2c86b419be97248c5289b71738b5f0c7ab0adirkx that downgraded responses can have force-response. PR 8357.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Justin Erenkrantz]
f33c2c86b419be97248c5289b71738b5f0c7ab0adirkx
c5fdaba2e790a0a351d796b5fe3dcfb585be1ba2jim *) Fix perchild MPM so that it can be configured with the move to the
c5fdaba2e790a0a351d796b5fe3dcfb585be1ba2jim experimental directory. [Scott Lamb <slamb slamb.org>]
c5fdaba2e790a0a351d796b5fe3dcfb585be1ba2jim
c5fdaba2e790a0a351d796b5fe3dcfb585be1ba2jim *) Fix perchild MPM so that it uses ap_gname2id for groups instead of
c5fdaba2e790a0a351d796b5fe3dcfb585be1ba2jim ap_uname2id. [Scott Lamb <slamb slamb.org>]
2fc50921b88defeb7127985dfe4b4130175e069ejwoolley
2fc50921b88defeb7127985dfe4b4130175e069ejwoolley *) Fix AcceptPathInfo. PR 8234 [Cliff Woolley]
2fc50921b88defeb7127985dfe4b4130175e069ejwoolley
2fc50921b88defeb7127985dfe4b4130175e069ejwoolley *) SECURITY: CAN-2002-1592 (cve.mitre.org) [CERT VU#165803]
2fc50921b88defeb7127985dfe4b4130175e069ejwoolley Added the APLOG_TOCLIENT flag to ap_log_rerror() to
47638f4a67ce38e5a83e7a303d6f2d5c9ff47b4ebrianp explicitly tell the server that warning messages should be sent
47638f4a67ce38e5a83e7a303d6f2d5c9ff47b4ebrianp to the client in addition to being recorded in the error log.
47638f4a67ce38e5a83e7a303d6f2d5c9ff47b4ebrianp Prior to this change, ap_log_rerror() always sent warning
82630c4a04be47f39298d3284b2c596244fb509bbrianp messages to the client. In one case, a faulty CGI script caused
82630c4a04be47f39298d3284b2c596244fb509bbrianp the server to send a warning message to the client that contained
0d24ea1c99d2267096caaf0843c7e5a1ac6b7c0bmjc the full path to the CGI script. This could be considered a
35d682920b0b7073bb9ff8c8794f0f73e3ee1a47slive minor security exposure. [Bill Stoddard]
35d682920b0b7073bb9ff8c8794f0f73e3ee1a47slive
a2d4f1da4e19836b2d6a673f80f33381a926a8bddougm *) mod_autoindex output when SuppressRules was specified would
a2d4f1da4e19836b2d6a673f80f33381a926a8bddougm omit the first carriage return so the first item in the list
a2d4f1da4e19836b2d6a673f80f33381a926a8bddougm would appear to the right of the column headings instead of
30b4a330a5f651eb5198fa93dbb9f3d3594564c9stoddard underneath them. PR 8016 [David Shane Holden <dpejesh yahoo.com>]
30b4a330a5f651eb5198fa93dbb9f3d3594564c9stoddard
30b4a330a5f651eb5198fa93dbb9f3d3594564c9stoddard *) Moved the call to apr_mmap_dup outside the error branch so
30b4a330a5f651eb5198fa93dbb9f3d3594564c9stoddard that it would actually get called. This fixes a core dump
30b4a330a5f651eb5198fa93dbb9f3d3594564c9stoddard at init everytime you use the MMapFile directive. PR 8314
17895aa4b66b8af02d8788b15cb92e1f6a8ecafcwrowe [Paul J. Reder]
983988ac7b8faaf037f4df0ab29729cd047a3ffdtrawick
983988ac7b8faaf037f4df0ab29729cd047a3ffdtrawick *) Trigger an error when a LoadModule directive attempts to
7a64b871b8b5e5a427b570e90f0e38e88266c783jim load a module which is built-in. This is a common error when
7a64b871b8b5e5a427b570e90f0e38e88266c783jim switching from a DSO build to a static build. [Jeff Trawick]
7a64b871b8b5e5a427b570e90f0e38e88266c783jim
7a64b871b8b5e5a427b570e90f0e38e88266c783jim *) Change instdso.sh to use libtool --install everywhere and then
17895aa4b66b8af02d8788b15cb92e1f6a8ecafcwrowe clean up some stray files and symlinks that libtool leaves around
a736bac16e58d5e96945f35ee3c43a2cd2f5d37ejerenkrantz on some platforms. This gets subversion building properly since
a736bac16e58d5e96945f35ee3c43a2cd2f5d37ejerenkrantz it needed a re-link to be performed by libtool at install time,
a736bac16e58d5e96945f35ee3c43a2cd2f5d37ejerenkrantz and the old instdso.sh logic to simply cp the DSO didn't handle
797d596a95d4f9900e83ec18295b4ca4951bf763jerenkrantz that requirement. [Sander Striker]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
797d596a95d4f9900e83ec18295b4ca4951bf763jerenkrantz *) Allow VPATH builds to succeed when configured from an empty
5842e6b336b1cc0252b6cc2944dd81c7d3a19a1bbrianp directory. [Thom May <thom planetarytramp.net>]
5842e6b336b1cc0252b6cc2944dd81c7d3a19a1bbrianp
2532433e80d73506f7bcc18bd0dab686f1c39397minfrin *) Fix 'control reaches end of non-void function' warning in
2532433e80d73506f7bcc18bd0dab686f1c39397minfrin server/log.c. [Ben Collins-Sussman <sussman collab.net>]
2532433e80d73506f7bcc18bd0dab686f1c39397minfrin
2532433e80d73506f7bcc18bd0dab686f1c39397minfrin *) Perchild MPM is now correctly deemed as experimental and is now
c148bc6b4eea544af816783400362f741c5f5fc2trawick located in server/mpm/experimental. [Justin Erenkrantz]
c148bc6b4eea544af816783400362f741c5f5fc2trawick
c148bc6b4eea544af816783400362f741c5f5fc2trawick *) Fix segfault in mod_mem_cache when garabge collecting an expired
9d432e23f6025b78322cbee43e8e89262a108e5eaaron cache entry. [Bill Stoddard]
9d432e23f6025b78322cbee43e8e89262a108e5eaaron
9d432e23f6025b78322cbee43e8e89262a108e5eaaron *) Introduced -E startup_logfile_name option to httpd to allow admins
9d432e23f6025b78322cbee43e8e89262a108e5eaaron to begin logging errors immediately. This provides Win32 users
9d432e23f6025b78322cbee43e8e89262a108e5eaaron an alternative to sending startup errors to the event viewer, and
9d432e23f6025b78322cbee43e8e89262a108e5eaaron allows other daemon tool authors an alternative to logging to stderr.
9d432e23f6025b78322cbee43e8e89262a108e5eaaron [William Rowe]
6a5bdbbacf4a62adecde52b8f23ebcc4fa2a08b8trawick
6a5bdbbacf4a62adecde52b8f23ebcc4fa2a08b8trawick *) Fix subreqs with non-defined Content-Types being served improperly.
6a5bdbbacf4a62adecde52b8f23ebcc4fa2a08b8trawick [Justin Erenkrantz]
10306ac2c175f420e6989568f4c8535a5dbc1349minfrin
10306ac2c175f420e6989568f4c8535a5dbc1349minfrin *) Merge in latest GNU config.guess and config.sub files. PR 7818.
10306ac2c175f420e6989568f4c8535a5dbc1349minfrin [Justin Erenkrantz]
10306ac2c175f420e6989568f4c8535a5dbc1349minfrin
b4e4d76bf454e1b603b410110356dbcf12f3bc42jim *) Move 100 - Continue support to the HTTP_IN filter so that filters
b4e4d76bf454e1b603b410110356dbcf12f3bc42jim are guaranteed to support 100 - Continue logic without any
b4e4d76bf454e1b603b410110356dbcf12f3bc42jim intervention. [Justin Erenkrantz]
adb1e17ae7e1cf5cf4f8f2b07d3389cb55f4becetrawick
adb1e17ae7e1cf5cf4f8f2b07d3389cb55f4becetrawick *) Add HTTP chunked input trailer support. [Justin Erenkrantz]
adb1e17ae7e1cf5cf4f8f2b07d3389cb55f4becetrawick
71f891073f6fa0209870791f64cbbf28d77ffdc1brianp *) Rename and export get_mime_headers as ap_get_mime_headers.
71f891073f6fa0209870791f64cbbf28d77ffdc1brianp [Justin Erenkrantz]
2864362ca8266097928e84f101010bdf814ffa08stoddard
2864362ca8266097928e84f101010bdf814ffa08stoddard *) Allow empty Host: header arguments. PR 7441. [Justin Erenkrantz]
2864362ca8266097928e84f101010bdf814ffa08stoddard
2864362ca8266097928e84f101010bdf814ffa08stoddard *) Properly substitute sbindir as httpd's location in apachectl. PR 7840.
2864362ca8266097928e84f101010bdf814ffa08stoddard [Andreas Hasenack <andreas netbank.com.br>]
f51dbb1f5b66d94b5c190bfcd444aa73bdc2b176trawick
893c106ae59d8e96d921524b123ae26dea8ad37fgstein *) Allow Win32 shebang scripts to follow the path (or omit the .exe
893c106ae59d8e96d921524b123ae26dea8ad37fgstein suffix from the shebang command), and allow ScriptInterpreterSource
893c106ae59d8e96d921524b123ae26dea8ad37fgstein Registry or RegistryStrict to override shebang lines, as 1.3 did.
893c106ae59d8e96d921524b123ae26dea8ad37fgstein PR 8004 [William Rowe]
3aa6444bcee4e9fc32ec8860d832ff83a15784efianh
3aa6444bcee4e9fc32ec8860d832ff83a15784efianh *) worker MPM: Fix a situation where a child exited without releasing
e2bdfd25d9d0461e0a3ab18ceff2113215e3e115brianp the accept mutex. Depending on the OS and mutex mechanism this
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe could result in a hang. [Jeff Trawick]
e2bdfd25d9d0461e0a3ab18ceff2113215e3e115brianp
b9fe73991e7c592a634242a7e11f924689f58e1fgstein *) Update the instructions for how to get started with mod_example.
b9fe73991e7c592a634242a7e11f924689f58e1fgstein [Stas Bekman]
b9fe73991e7c592a634242a7e11f924689f58e1fgstein
b9fe73991e7c592a634242a7e11f924689f58e1fgstein *) Fix PidFile to default to rel_runtimedir instead of
d9fcdb415d8661cbd9451df8f88e003a1aa04ce9trawick rel_logfiledir. PR 7841. [Andreas Hasenack <andreas netbank.com.br>]
d9fcdb415d8661cbd9451df8f88e003a1aa04ce9trawick
d9fcdb415d8661cbd9451df8f88e003a1aa04ce9trawick *) Win32: Fix problem that caused rapid performance degradation
d9fcdb415d8661cbd9451df8f88e003a1aa04ce9trawick when number of connecting clients exceeded ThreadsPerChild.
d9fcdb415d8661cbd9451df8f88e003a1aa04ce9trawick [Bill Stoddard]
81b8d0f83e9d0bc2bf6900fc680737e0cac439a2brianp
81b8d0f83e9d0bc2bf6900fc680737e0cac439a2brianp *) Fixed a segfault parsing large SSIs on non-mmap systems.
b5033962c73a470b6f36a3ac796c542a6ab4ddf6brianp [Brian Havard]
b5033962c73a470b6f36a3ac796c542a6ab4ddf6brianp
d7856f850b9b51165f23ae381a891bda894e1373ianh *) Proxy was bombing out every second keepalive request, caused by a
d7856f850b9b51165f23ae381a891bda894e1373ianh stray CRLF before the second response's status line. Proxy now
d7856f850b9b51165f23ae381a891bda894e1373ianh tries to read one more line if it encounters a CRLF where it
d7856f850b9b51165f23ae381a891bda894e1373ianh expected a status. PR 10010 [Graham Leggett]
d7856f850b9b51165f23ae381a891bda894e1373ianh
d75626f0952c6152a99acd013a4f127d46f0f9edtrawick *) Deprecated the apr_lock.h API. Please see the following files
d75626f0952c6152a99acd013a4f127d46f0f9edtrawick for the improved thread and process locking and signaling:
d75626f0952c6152a99acd013a4f127d46f0f9edtrawick apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h,
d75626f0952c6152a99acd013a4f127d46f0f9edtrawick apr_thread_cond.h, and apr_global_mutex.h. [Aaron Bannert]
d75626f0952c6152a99acd013a4f127d46f0f9edtrawick
ab2053f3cdda69cfa5e4ce0800ea7af203cc6d5ddougm *) Change mod_status to use scoreboard accessor functions so it can
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe be used in any MPM without having to be recompiled.
ab2053f3cdda69cfa5e4ce0800ea7af203cc6d5ddougm [Ryan Morgan <rmorgan covalent.net>]
88ecd979f1112454432371f55a1420240fae3743trawick
88ecd979f1112454432371f55a1420240fae3743trawick *) Fix parsing of some AP_DECLARE_DATA declarations so that the filter
88ecd979f1112454432371f55a1420240fae3743trawick handle declarations are recognized. This fixes problems loading
548e06e26f5377b2efbb7e0dab20f536e5e24160trawick mod_autoindex on some platforms. [Brian Havard]
548e06e26f5377b2efbb7e0dab20f536e5e24160trawick
548e06e26f5377b2efbb7e0dab20f536e5e24160trawick *) add optional fixup hook to proxy [Daniel Lopez <daniel covalent.net>]
c02a689f2274966ed5d1c16207f74b5128c35c86trawick
c02a689f2274966ed5d1c16207f74b5128c35c86trawick *) Remind the admin about the User and Group directives when we are
f51dbb1f5b66d94b5c190bfcd444aa73bdc2b176trawick unable to set permissions on a semaphore. PR 7812 [Jeff Trawick]
f51dbb1f5b66d94b5c190bfcd444aa73bdc2b176trawick
f51dbb1f5b66d94b5c190bfcd444aa73bdc2b176trawick *) fix possible compilation problem in ssl_engine_kernel.c. PR 7802
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard [Doug MacEachern]
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard *) fix possible infinite loop in mod_ssl triggered by certain
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard netscape clients [Doug MacEachern]
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard *) fix ProxyPass when frontend is https and backend is http
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard [Doug MacEachern]
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard *) Add DASL support to mod_dav
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard [Sung Kim <hunkim cse.ucsc.edu>]
aa202cda00837ed5381d5f67254e08c565a5c3a8stoddard
3a9c3ec5357b36fc34766cb8166168311af3562frbbChanges with Apache 2.0.35
94f4821a5444a4fe782f772aef5db4d8b839675djerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_rewrite: updated to use the new APR global mutex type.
94f4821a5444a4fe782f772aef5db4d8b839675djerenkrantz [Aaron Bannert]
2a49e30bae376c9744b96c8681ab88122ccaa46cjerenkrantz
2a49e30bae376c9744b96c8681ab88122ccaa46cjerenkrantz *) Fixes for mod_include errors on boundary conditions in which
2a49e30bae376c9744b96c8681ab88122ccaa46cjerenkrantz "<!--#" occurs at the very end of a bucket
2a49e30bae376c9744b96c8681ab88122ccaa46cjerenkrantz [Paul Reder, Brian Pane]
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin *) worker, prefork, perchild, beos MPMs: Add -DFOREGROUND switch to
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin cause the Apache parent process to run in the foreground (similar to
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin -DNO_DETACH except that it doesn't switch session ids).
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin [Jeff Trawick]
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin *) Added support for Posix semaphore mutex locking (AcceptMutex posixsem)
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin for those platforms that support it. If using the default
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin implementation, this is between pthread and sysvsem in priority.
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin This implies it's the new default for Darwin. [Jim Jagielski]
afef080e47ef499a5cbceb7ad7fadbb3abca0b48minfrin
c49200a2bdbb8fa1f2e5c3b87cc497ecdeefa8feminfrin *) AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPE
c49200a2bdbb8fa1f2e5c3b87cc497ecdeefa8feminfrin environment variables in the envvars file. [Jeff Trawick]
c49200a2bdbb8fa1f2e5c3b87cc497ecdeefa8feminfrin
c49200a2bdbb8fa1f2e5c3b87cc497ecdeefa8feminfrin *) worker MPM: Don't create a listener thread until we have a worker
103005439776bb7aeccb95ebf4761ebfef3f9c39ianh thread. Otherwise, in situations where we'll have to wait a while
103005439776bb7aeccb95ebf4761ebfef3f9c39ianh to take over scoreboard slots from a previous generation, we'll be
103005439776bb7aeccb95ebf4761ebfef3f9c39ianh accepting connections we can't process yet. [Jeff Trawick]
92d311b27a6182c2eed67317990c8c168584ee75trawick
92d311b27a6182c2eed67317990c8c168584ee75trawick *) Allow worker MPM to build on systems without pthread_kill().
92d311b27a6182c2eed67317990c8c168584ee75trawick [Pier Fumagalli, Jeff Trawick]
92d311b27a6182c2eed67317990c8c168584ee75trawick
92d311b27a6182c2eed67317990c8c168584ee75trawick *) Prevent ap_add_output_filters_by_type from being called in
744ecbcc06a9128fc4730d1334cc180bf7fc521caaron ap_set_content_type if the content-type hasn't changed.
6f0dd808a674b7c09a625b36f320030f4e339f8faaron [Justin Erenkrantz]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
744ecbcc06a9128fc4730d1334cc180bf7fc521caaron *) Performance: implemented the bucket allocator made possible by the
59511de77b389ced52253d055fc470ecfedfcd99aaron API change in 2.0.34. [Cliff Woolley]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Don't allow initialization to succeed if we can't get a socket
59511de77b389ced52253d055fc470ecfedfcd99aaron corresponding to one of the Listen statements. [Jeff Trawick]
b5cdec7910a44654cb254b99c5a39d7c180c4bcajerenkrantz
b5cdec7910a44654cb254b99c5a39d7c180c4bcajerenkrantzChanges with Apache 2.0.34
b5cdec7910a44654cb254b99c5a39d7c180c4bcajerenkrantz
b5cdec7910a44654cb254b99c5a39d7c180c4bcajerenkrantz *) Allow all Perchild directives to accept either numerical UID/GID
b5cdec7910a44654cb254b99c5a39d7c180c4bcajerenkrantz or logical user/group names. [Scott Lamb <slamb slamb.org>]
393bfaab1beb2410959a4a5e91f58446f01bac09rbb
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley *) Make Perchild compile cleanly and serve pages again. [Ryan Bloom]
6c2dc61d4760fa5e356f95c4b1685eec7f1d75dcaaron
6c2dc61d4760fa5e356f95c4b1685eec7f1d75dcaaron *) implement ssl proxy to support ProxyPass / https:// and the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe SSLProxy* directives [Doug MacEachern]
6c2dc61d4760fa5e356f95c4b1685eec7f1d75dcaaron
6c2dc61d4760fa5e356f95c4b1685eec7f1d75dcaaron *) Update mod_cgid to not do single-byte socket reads for CGI headers
6c2dc61d4760fa5e356f95c4b1685eec7f1d75dcaaron [Brian Pane]
6c2dc61d4760fa5e356f95c4b1685eec7f1d75dcaaron
6c2dc61d4760fa5e356f95c4b1685eec7f1d75dcaaron *) Made AB's use of the Host: header rfc2616 compliant
01e8aca9299a0b872414c24c8b7724d6f88ae665ianh by Taisuke Yamada <tai iij.ad.jp> [Dirk-Willem van Gulik].
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
01e8aca9299a0b872414c24c8b7724d6f88ae665ianh *) The old, legacy (and unused) code in which the scoreboard was totally
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm and completely contained in a file (SCOREBOARD_FILE) has been
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm removed. This does not affect scoreboards which are *mapped* to
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm files using named-shared-memory. [Jim Jagielski]
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm *) Change bucket brigades API to allow a "bucket allocator" to be
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe passed in at certain points. This allows us to implement freelists
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe so that we can stop using malloc/free so frequently.
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm [Cliff Woolley, Brian Pane]
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe *) Add support for macro expansion within the variable names in
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron <!--#echo--> and <!--#set--> directives [Brian Pane]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes]
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron *) Update the "RedHat" Layout to match Red Hat Linux version 7. PR BZ-7422
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron [Joe Orton]
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron [Jon Travis, John Barbee, William Rowe, Ryan Bloom, Doug MacEachern]
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron
9379749d811388a7d0e3410940ddd6743a33d330jim *) Add a new parameter to the quick_handler hook to instruct
9379749d811388a7d0e3410940ddd6743a33d330jim quick handlers to optionally do a lookup rather than actually
9379749d811388a7d0e3410940ddd6743a33d330jim serve content. This is the first of several changes required fix
9379749d811388a7d0e3410940ddd6743a33d330jim several problems with how quick handlers work with subrequests.
f37499bf7da81cd6b697d4667233137957426428jerenkrantz [Bill Stoddard]
f37499bf7da81cd6b697d4667233137957426428jerenkrantz
421dc1d123c9adda60e024f93fb614bfada8b9e5wrowe *) worker MPM: Get MaxRequestsPerChild to work again. [Jeff Trawick]
b8c2b4dfc363e33a8a1c2464802c3fb05cab86bbwrowe
421dc1d123c9adda60e024f93fb614bfada8b9e5wrowe *) [APR-related] The ordering of the default accept mutex method has
421dc1d123c9adda60e024f93fb614bfada8b9e5wrowe been changed to better match what's done in Apache 1.3. The ordering
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron is now (highest to lowest): pthread -> sysvsem -> fcntl -> flock.
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron [Jim Jagielski]
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron *) Ensure that the build/ directory is created when using VPATH.
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron [Justin Erenkrantz]
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley *) Add some popular types to the mime magic file. PR 7730.
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley [Linus Walleij <triad df.lth.se>, Justin Erenkrantz]
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley
83ca150ef902e9692972aa923e893bc6406d20f1ianh *) Remove the single-byte socket reads for CGI headers [Brian Pane]
f37499bf7da81cd6b697d4667233137957426428jerenkrantz
cbfbf9598d686b11afc7a9f9d91a8facfdfa7216trawick *) When a proxied site was being served, Apache was replacing
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianp the original site Server header with it's own, which is not
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianp allowed by RFC2616. Fixed. [Graham Leggett]
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianp
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix a mod_cgid problem that left daemon processes stranded
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianp in some server restart scenarios. [Jeff Trawick]
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe *) Added exp_foo and rel_foo variables to config_vars.mk for
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe all Apache and Autoconf path variables (like --sysconfdir,
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe --sbindir, etc). exp_foo is the "expanded" version, which means
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe that all internal variable references have been interpolated.
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe rel_foo is the same as $exp_foo, only relative to $prefix if they
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe share a common path. [Aaron Bannert]
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron *) Fix some restart/terminate problems in the worker MPM. Don't
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron drop connections during graceful restart. [Jeff Trawick]
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron *) Change the header merging behaviour in proxy, as some headers
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron (like Set-Cookie) cannot be unmerged due to stray commas in
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe dates. [Graham Leggett]
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron
29c30db45f6a469017e16b606611e460cc1a1f2caaron *) Be more vocal about what AcceptMutex values we allow, to make
29c30db45f6a469017e16b606611e460cc1a1f2caaron us closer to how 1.3 does it. [Jim Jagielski]
29c30db45f6a469017e16b606611e460cc1a1f2caaron
095071bbd0b3ccccd6883edc7cd10f13cac71160ianh *) Get nph- CGI scripts working again. PRs 8902, 8907, 9983
095071bbd0b3ccccd6883edc7cd10f13cac71160ianh [Jeff Trawick]
095071bbd0b3ccccd6883edc7cd10f13cac71160ianh
a322a82f79b790fb7ddcd7df4459d20725450fa7trawick *) Upgraded PCRE library to latest version 3.9 [Brian Pane]
a322a82f79b790fb7ddcd7df4459d20725450fa7trawick
a322a82f79b790fb7ddcd7df4459d20725450fa7trawick *) Add accessor function to set r->content_type. From now on,
21644b4d1b09d0531911a8c9a891819a261480f8minfrin ap_rset_content_type() should be used to set r->content_type.
21644b4d1b09d0531911a8c9a891819a261480f8minfrin This change is required to properly implement the
21644b4d1b09d0531911a8c9a891819a261480f8minfrin AddOutputFilterByType configuration directive.
21644b4d1b09d0531911a8c9a891819a261480f8minfrin [Bill Stoddard, Sander Striker, Ryan Bloom]
21644b4d1b09d0531911a8c9a891819a261480f8minfrin
21644b4d1b09d0531911a8c9a891819a261480f8minfrin *) Add new M_FOO symbols for the WebDAV/DeltaV methods specified by
21644b4d1b09d0531911a8c9a891819a261480f8minfrin RFC 3253. Improved the method name/number mapping functions.
21644b4d1b09d0531911a8c9a891819a261480f8minfrin [Greg Stein]
21644b4d1b09d0531911a8c9a891819a261480f8minfrin
21644b4d1b09d0531911a8c9a891819a261480f8minfrin *) remove sock_enable_linger from connection.c [Ian Holsman]
21644b4d1b09d0531911a8c9a891819a261480f8minfrin
bf5cf58cc30750e9f9764cc830aff426ced288f9aaron *) Fix for virtual host processing where the requested hostname
bf5cf58cc30750e9f9764cc830aff426ced288f9aaron has a '.' at the end (PR 9187) [Ryan Cruse <ryan estara.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
bf5cf58cc30750e9f9764cc830aff426ced288f9aaron *) mod_dav's APIs for REPORT response handling was changed so that
7cdc36a99b42a3c5e36ac47726ad41c9c7b039ceianh providers can generate the content directly into the output filter
7cdc36a99b42a3c5e36ac47726ad41c9c7b039ceianh stack, rather than buffering the response into memory. [Greg Stein]
cbfbf9598d686b11afc7a9f9d91a8facfdfa7216trawick
cbfbf9598d686b11afc7a9f9d91a8facfdfa7216trawick *) Fix a hang condition with graceful restart and prefork MPM
cbfbf9598d686b11afc7a9f9d91a8facfdfa7216trawick in the situation where MaxClients is very high but
e37c657172940f82d9b28a45fc1304140eb0b1d7stoddard much fewer servers are actually started at the time of the
fe808620434aa59b796e8b60cd6eec65a32dfc2dstoddard restart. [Jeff Trawick]
e37c657172940f82d9b28a45fc1304140eb0b1d7stoddard
edd6c1f4be1aa23fc99134802941397f7f31b3d5jerenkrantz *) Small performance fixes for mod_include [Brian Pane]
5f08a022a210f4e511561e89f500621a15e6177dtrawick
5f08a022a210f4e511561e89f500621a15e6177dtrawick *) Performance improvement for the error logger [Brian Pane]
6db5333c9461942b8af724b101e687af541d4d4cjerenkrantz
6db5333c9461942b8af724b101e687af541d4d4cjerenkrantz *) Change configure so that Solaris 8 and above have
d4fcf63a5d9171d50c0d04e05a35ec6bf1f85100jerenkrantz SINGLE_LISTEN_UNSERIALIZED_ACCEPT defined by default.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe according to sun people solaris 8+ doesn't have a thundering
d4fcf63a5d9171d50c0d04e05a35ec6bf1f85100jerenkrantz herd problem [Ian Holsman]
dee6a8bde4d598087dc4b3ebf3d4dd06809d2dd7jerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Allow URIs specifying CGI scripts to include '/' at the end
dee6a8bde4d598087dc4b3ebf3d4dd06809d2dd7jerenkrantz (e.g., /cgi-bin/printenv/) on AIX and Solaris (and other OSs
edd6c1f4be1aa23fc99134802941397f7f31b3d5jerenkrantz which ignore '/' at the end of the names of non-directories).
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe PR 10138 [Jeff Trawick]
edd6c1f4be1aa23fc99134802941397f7f31b3d5jerenkrantz
d7d551e53cdfb3288eb651447d7209599c40d17estoddard *) implement SSLSessionCache shmht and shmcb based on apr_rmm and
d7d551e53cdfb3288eb651447d7209599c40d17estoddard apr_shm. [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
d7d551e53cdfb3288eb651447d7209599c40d17estoddard
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz *) Fix apxs -g handling. Move config_vars.mk from the top build
956a1511249b1fec73aaee0fb7d69c8492aa1368aaron directory to the build directory. PR 10163 [Jeff Trawick]
956a1511249b1fec73aaee0fb7d69c8492aa1368aaron
956a1511249b1fec73aaee0fb7d69c8492aa1368aaron *) Fix some mod_include problems which broke evaluation of some
956a1511249b1fec73aaee0fb7d69c8492aa1368aaron expressions. PR 10108 [Jeff Trawick]
d0e4ca9bfd8bf44bea574733965851bfee939d95aaron
d0e4ca9bfd8bf44bea574733965851bfee939d95aaron *) Fix the calculation of request time in mod_status. [Stas Bekman]
d0e4ca9bfd8bf44bea574733965851bfee939d95aaron
d0e4ca9bfd8bf44bea574733965851bfee939d95aaron *) Fix the calculation of thread_num in the worker score structure.
d0e4ca9bfd8bf44bea574733965851bfee939d95aaron [Stas Bekman]
d0e4ca9bfd8bf44bea574733965851bfee939d95aaron
956a1511249b1fec73aaee0fb7d69c8492aa1368aaron *) Use apr_atomic operations in managing the mod_mem_cache
d0e4ca9bfd8bf44bea574733965851bfee939d95aaron cache_objects for SMP scalability. (see USE_ATOMICS
a4b3fb28f3d2e0983b15b4c6828c6980f2fc9b15jerenkrantz preprocessor directive in mod_file_cache)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Bill Stoddard]
a4b3fb28f3d2e0983b15b4c6828c6980f2fc9b15jerenkrantz
548b2980e83f609186a76e98fb245d02e8547bc3jerenkrantz *) Add filehandle caching to mod_mem_cache. (see CACHE_FD
548b2980e83f609186a76e98fb245d02e8547bc3jerenkrantz preprocessor directive in mod_file_cache)
548b2980e83f609186a76e98fb245d02e8547bc3jerenkrantz [Bill Stoddard]
e54b09d79ca9bc18ea5ae33367fd907473621dcejerenkrantz
e54b09d79ca9bc18ea5ae33367fd907473621dcejerenkrantz *) Implement prototype mod_disk_cache for use with mod_cache.
e54b09d79ca9bc18ea5ae33367fd907473621dcejerenkrantz [Bill Stoddard]
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz *) Add a missing manualdir entry in the Debian config.layout.
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz [Thom May <thom planetarytramp.net>]
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz *) Stop installing libtool for APR and tell APR where it should place
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz its copy of libtool (via our installbuildpath layout variable).
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz [Justin Erenkrantz]
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz *) New directive ProxyIOBufferSize. Sets the size of the buffer used
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz when reading from a remote HTTP server in proxy. [Graham Leggett]
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz *) Modify receive/send loop in proxy_http and proxy_ftp so that
edcd9e6d9d29f60b25f7b9779dbd33e9dc1cc79ejerenkrantz should it be necessary, the remote server socket is closed before
3dacbb0a9d24ff7178be1d79846225549719c0c7jerenkrantz transmitting the last buffer (set by ProxyIOBufferSize) to the
0733b4ac1b339822a5b506be8a28fea6e384cbfetrawick client. This prevents the backend server from being forced to hang
1582553026e5e3a1921a34222eaee923fddee9b9wrowe around while the last few bytes are transmitted to a slow client.
1582553026e5e3a1921a34222eaee923fddee9b9wrowe Fix the case where no error checking was performed on the final
1582553026e5e3a1921a34222eaee923fddee9b9wrowe brigade in the loop. [Graham Leggett]
1582553026e5e3a1921a34222eaee923fddee9b9wrowe
1582553026e5e3a1921a34222eaee923fddee9b9wrowe *) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change
1582553026e5e3a1921a34222eaee923fddee9b9wrowe CacheMaxExpire and CacheDefaultExpire to use seconds rather than
1582553026e5e3a1921a34222eaee923fddee9b9wrowe hours. [Graham Leggett, Bill Stoddard]
1582553026e5e3a1921a34222eaee923fddee9b9wrowe
1582553026e5e3a1921a34222eaee923fddee9b9wrowe *) New Directive SSIUndefinedEcho. to change the '(none)' echoed
1582553026e5e3a1921a34222eaee923fddee9b9wrowe for a undefined variable. [Ian Holsman]
1582553026e5e3a1921a34222eaee923fddee9b9wrowe
1582553026e5e3a1921a34222eaee923fddee9b9wrowe *) Proxy HTTP and CONNECT: Keep trying other addresses from the DNS
1582553026e5e3a1921a34222eaee923fddee9b9wrowe when we can't get a socket in the specified address family. We may
1582553026e5e3a1921a34222eaee923fddee9b9wrowe have gotten back an IPv6 address first and yet our system is not
1582553026e5e3a1921a34222eaee923fddee9b9wrowe configured to allow IPv6 sockets. [Jeff Trawick]
1582553026e5e3a1921a34222eaee923fddee9b9wrowe
1582553026e5e3a1921a34222eaee923fddee9b9wrowe *) Be more careful about recursively removing CVS directories. Make
bd214bbc8d9db9d6d1dcb6b24462e6d1da8e8bbbstoddard sure that we aren't cd'ing to their home directory first. PR: 9993
bd214bbc8d9db9d6d1dcb6b24462e6d1da8e8bbbstoddard [Aaron Bannert, James LewisMoss <dres lewismoss.net>]
bd214bbc8d9db9d6d1dcb6b24462e6d1da8e8bbbstoddard
064448ce15afe798e3c1dc0445fe2a30eb256bf6gregames *) Add a missing errordir entry in the Debian config.layout. PR: 10067
064448ce15afe798e3c1dc0445fe2a30eb256bf6gregames [Dirk-Jan Faber <dirk-jan selwerd.nl>, Aaron Bannert,
1078b2c97bb39352bae929d2ed3f290a420470a7ianh Thom May <thom planetarytramp.net>]
762c82a23cc3ddaac92f941b2f871e94efdf4e6bgregames
762c82a23cc3ddaac92f941b2f871e94efdf4e6bgregames *) Rename the filter ordering priorities. The recent filtering fixes
762c82a23cc3ddaac92f941b2f871e94efdf4e6bgregames have showcased problems with their usage. Therefore, we need to
fb50cf6056a42f94cc9e8eeabea1eb8d05e0aefcaaron rename them to increase the clarity. (CONTENT->RESOURCE,
fb50cf6056a42f94cc9e8eeabea1eb8d05e0aefcaaron HTTP_HEADER->CONTENT_SET/PROTOCOL) [Justin Erenkrantz]
fb50cf6056a42f94cc9e8eeabea1eb8d05e0aefcaaron
fb50cf6056a42f94cc9e8eeabea1eb8d05e0aefcaaronChanges with Apache 2.0.33
fb50cf6056a42f94cc9e8eeabea1eb8d05e0aefcaaron
d56c38bfb6293bfff7c980858b19e32039106618jerenkrantz *) Fix a problem in the new --enable-layout functionality where
d56c38bfb6293bfff7c980858b19e32039106618jerenkrantz it wouldn't allow overrides from variables like --prefix,
d56c38bfb6293bfff7c980858b19e32039106618jerenkrantz --bindir, etc. [Thom May <thom planetarytramp.net>]
d56c38bfb6293bfff7c980858b19e32039106618jerenkrantz
7c301a1818939f85da8f3629cc3e9b5588610ef0jerenkrantz *) Fix a bug in the core input filter for AP_MODE_EXHAUSTIVE. It
7c301a1818939f85da8f3629cc3e9b5588610ef0jerenkrantz no longer hangs around waiting for the socket to close before
7c301a1818939f85da8f3629cc3e9b5588610ef0jerenkrantz returning exhaustive data. [Aaron Bannert]
a7fb6d64e059872d5410e873b7f492d62a5cf916rbb
a7fb6d64e059872d5410e873b7f492d62a5cf916rbb *) rename apr_exploded_time_t to apr_time_exp_t (as per renames pending)
a7fb6d64e059872d5410e873b7f492d62a5cf916rbb [Thom May <thom planetarytramp.net>]
a7fb6d64e059872d5410e873b7f492d62a5cf916rbb
a7fb6d64e059872d5410e873b7f492d62a5cf916rbb *) Change mod_ssl to always do a full startup/teardown on restarts.
a985ccb3ebd4be0fda23a0ce9ad95fd233089463trawick this allows mod_ssl to be added to a server that is already
a985ccb3ebd4be0fda23a0ce9ad95fd233089463trawick running and makes it possible to add/change certs/keys after the
a985ccb3ebd4be0fda23a0ce9ad95fd233089463trawick server has been started. [Doug MacEachern]
a985ccb3ebd4be0fda23a0ce9ad95fd233089463trawick
a985ccb3ebd4be0fda23a0ce9ad95fd233089463trawick *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl.
af262486b3d1c33299307195a715bd1e373f99afrbb This pipe must be a bidirectional 'console' style relay, which
af262486b3d1c33299307195a715bd1e373f99afrbb mod_ssl prints all prompts to the pipe's stdin, and reads the
af262486b3d1c33299307195a715bd1e373f99afrbb passphrases from the pipe's stdout. [William Rowe]
af262486b3d1c33299307195a715bd1e373f99afrbb
af262486b3d1c33299307195a715bd1e373f99afrbb *) Fix bug where --sysconfdir and --localstatedir were being
628ce9384209a460022be952ccdcc8538ad3ca84slive ignored. [Thom May <thom planetarytramp.net>, Aaron Bannert]
628ce9384209a460022be952ccdcc8538ad3ca84slive PR 9888
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix --enable-layout to work again. Caution: When specifying
628ce9384209a460022be952ccdcc8538ad3ca84slive --enable-layout, common arguments like --prefix, --exec-prefix,
2b9a9a94658c0febcad2f76621b2d5ab856edc6atrawick etc. will be ignored and the settings from the layout will be
2b9a9a94658c0febcad2f76621b2d5ab856edc6atrawick used instead. [Thom May <thom planetarytramp.net>, Aaron Bannert]
2b9a9a94658c0febcad2f76621b2d5ab856edc6atrawick PR 9124, 9873, 9885
2b9a9a94658c0febcad2f76621b2d5ab856edc6atrawick
f6f453bf03007f391d347dc821e507cdd924d1bftrawick *) New Directive for mod_proxy: ProxyRemoteMatch. This provides
f6f453bf03007f391d347dc821e507cdd924d1bftrawick regex pattern matching for the determination of which requests
f6f453bf03007f391d347dc821e507cdd924d1bftrawick to use the remote proxy for. [Jim Jagielski]
f6f453bf03007f391d347dc821e507cdd924d1bftrawick
f6f453bf03007f391d347dc821e507cdd924d1bftrawick *) Fix CustomLog bytes-sent with HTTP 0.9. [Justin Erenkrantz]
205f4595abf32ae208958d7f8abea68b335c9f39trawick
205f4595abf32ae208958d7f8abea68b335c9f39trawick *) Prevent Apache from ignoring SIGHUP due to some lingering 1.3
205f4595abf32ae208958d7f8abea68b335c9f39trawick cruft in piped logs and rewritemap child processes.
205f4595abf32ae208958d7f8abea68b335c9f39trawick [William Rowe]
1078b2c97bb39352bae929d2ed3f290a420470a7ianh
1078b2c97bb39352bae929d2ed3f290a420470a7ianh *) All instances of apr_lock_t have been removed and converted
1078b2c97bb39352bae929d2ed3f290a420470a7ianh to one of the following new lock APIs: apr_thread_mutex.h,
1078b2c97bb39352bae929d2ed3f290a420470a7ianh apr_proc_mutex.h, or apr_global_mutex.h. No new code should
1078b2c97bb39352bae929d2ed3f290a420470a7ianh use the apr_lock.h API, as the old API will soon be deprecated.
1078b2c97bb39352bae929d2ed3f290a420470a7ianh [Aaron Bannert]
1078b2c97bb39352bae929d2ed3f290a420470a7ianh
b6135e7458bf348c694157b042786562d2b86e18ianh *) Merged in changes to mod_ssl up through 2.8.7-1.3.23.
a8d5ccbcbde8cb6cf3a9dcf2eb05f393ab76baa9ianh [Ralf S. Engelschall, Cliff Woolley]
611e46c801a6bd62e58a7f68abe1d2bbba473a92aaron
611e46c801a6bd62e58a7f68abe1d2bbba473a92aaron *) mod-include: make it handle flush'es and fix the 'false-alarm'
611e46c801a6bd62e58a7f68abe1d2bbba473a92aaron [Justin Erenkrantz, Brian Pane, Ian Holsman]
611e46c801a6bd62e58a7f68abe1d2bbba473a92aaron
4224d5789080ea5586d49420da1e1996f5653bb5ianh *) ap_get_*_filter_handle() functions to allow 3rd party modules
4224d5789080ea5586d49420da1e1996f5653bb5ianh to lookup filter handles so they can bypass the filter name
fd3fa792f04fc9c4e8f5f83dceb0fc34e71f8570ianh lookup when adding filters to a request (via ap_add_*_filter_handle())
2d2e3667d789f527a04ce6a0089621470c8143ccmartin [Ryan Morgan <rmorgan covalent.net>]
2d2e3667d789f527a04ce6a0089621470c8143ccmartin
2d2e3667d789f527a04ce6a0089621470c8143ccmartin *) Fix for multiple file buckets on Win32, where the first file
2d2e3667d789f527a04ce6a0089621470c8143ccmartin bucket would cause the immediate closure of the socket on any
2d2e3667d789f527a04ce6a0089621470c8143ccmartin non-keepalive requests. [Ryan Morgan <rmorgan covalent.net>]
2d2e3667d789f527a04ce6a0089621470c8143ccmartin
2d2e3667d789f527a04ce6a0089621470c8143ccmartin *) Correct Win32 failure of mmap of a segment beyond start of the
2d2e3667d789f527a04ce6a0089621470c8143ccmartin file; fixes large SSL and similar transfers. [William Rowe]
2d2e3667d789f527a04ce6a0089621470c8143ccmartin PR 9898
2d2e3667d789f527a04ce6a0089621470c8143ccmartin
9b0141308bc27f61d82742c198356975aa6b488abrianp *) Implement apr_proc_detach changes and allow -DNO_DETACH in the
9b0141308bc27f61d82742c198356975aa6b488abrianp multi-process mode to not "daemonize" while detaching from the
9b0141308bc27f61d82742c198356975aa6b488abrianp controlling terminal. This is necessary for Apache to work with
fd3fa792f04fc9c4e8f5f83dceb0fc34e71f8570ianh process-management tools like AIX's "System Resource Controller"
fd3fa792f04fc9c4e8f5f83dceb0fc34e71f8570ianh as well as Dan Bernstein's "daemontools".
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Jos Backus <josb cncdsl.com>, Aaron Bannert]
fd3fa792f04fc9c4e8f5f83dceb0fc34e71f8570ianh
22d348febc3c258df246ac93e37945398dbf0348ianh *) Convert mod_auth_digest to use the new apr_global_mutex_t
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe type. [Aaron Bannert]
7a95e47ff0d0e4306df0901d56131b49dca5691etrawick
62af8654f682ca4913636bae099bec0befab985ctrawick *) fix bug in mod-include where it wouldn't send a unmatched
62af8654f682ca4913636bae099bec0befab985ctrawick part if it was at the end of a bucket [Ian Holsman]
62af8654f682ca4913636bae099bec0befab985ctrawick
62af8654f682ca4913636bae099bec0befab985ctrawick *) worker MPM: Improve logging of errors with the interface between
1e557a77c091a1d2f2872872a7c20e9f2ffccbc1aaron the listener thread and worker threads. [Jeff Trawick]
1e557a77c091a1d2f2872872a7c20e9f2ffccbc1aaron
1e557a77c091a1d2f2872872a7c20e9f2ffccbc1aaron *) Some browsers ignore cookies that have been merged into a
1e557a77c091a1d2f2872872a7c20e9f2ffccbc1aaron single Set-Cookie header. Set-Cookie and Set-Cookie2 headers
5e98e52df07f59be456af01ebf46d81defef2385trawick are now unmerged in the http proxy before being sent to the
5e98e52df07f59be456af01ebf46d81defef2385trawick client. [Graham Leggett]
5e98e52df07f59be456af01ebf46d81defef2385trawick
5e98e52df07f59be456af01ebf46d81defef2385trawick *) Fix a problem with proxy where each entry of a duplicated
7a95e47ff0d0e4306df0901d56131b49dca5691etrawick header such as Set-Cookie would overwrite and obliterate the
7a95e47ff0d0e4306df0901d56131b49dca5691etrawick previous value of the header, resulting in multiple header
1e557a77c091a1d2f2872872a7c20e9f2ffccbc1aaron values (like cookies) going missing.
7a95e47ff0d0e4306df0901d56131b49dca5691etrawick [Graham Leggett, Joshua Slive]
b393bdb2e1eabbe4b9b37c5eaeeeca799b2eb324stoddard
b393bdb2e1eabbe4b9b37c5eaeeeca799b2eb324stoddard *) Add the server-limit and thread-limit values to the scoreboard
b393bdb2e1eabbe4b9b37c5eaeeeca799b2eb324stoddard for the sake of third-party applications.
6f912b4ad14f622aa8d57f887c8c745e13ff6dbfjerenkrantz [Adam Sussman <myddryn vishnu.vidya.com>]
3cd826b00280881e5a2f03d8ec1f8d55802b93dewrowe
3cd826b00280881e5a2f03d8ec1f8d55802b93dewrowe *) Fix segfault when proxy recieves an invalid HTTP response [Ian Holsman]
3cd826b00280881e5a2f03d8ec1f8d55802b93dewrowe
3cd826b00280881e5a2f03d8ec1f8d55802b93dewrowe *) OS/390: Get make install to properly copy DSO modules.
435c423bdcfa61ff871a9e289d1140f2bac839b8brianp [Jeff Trawick]
435c423bdcfa61ff871a9e289d1140f2bac839b8brianp
435c423bdcfa61ff871a9e289d1140f2bac839b8brianp *) Win32: Fix bug in mod_status with displaying "Restart Time"
435c423bdcfa61ff871a9e289d1140f2bac839b8brianp and "Server uptime".
bf9e1eb04f8b0af835d15ac1d0ebcd8a154474cfjerenkrantz [Bill Stoddard]
e93cea6246ce30bf9791530a15c56f9e2eecf9cbianh
e93cea6246ce30bf9791530a15c56f9e2eecf9cbianh *) Fix IPv6 name-based virtual hosts. [Jeff Trawick]
f65342c1467751310036d4f9d75f554eaaf01cc6wrowe
f65342c1467751310036d4f9d75f554eaaf01cc6wrowe *) Introduce AddOutputFilterByType directive. [Justin Erenkrantz]
960eba6c6d512880c3ed0516f5d15c6e7bc7581ajerenkrantz
960eba6c6d512880c3ed0516f5d15c6e7bc7581ajerenkrantz *) Fix DEBUG_CGI support in mod_cgi. PR 9670, 9671.
960eba6c6d512880c3ed0516f5d15c6e7bc7581ajerenkrantz [David MacKenzie <djm pix.net>]
45613d36b9466a48def0498cffa07f48980720f8jerenkrantz
45613d36b9466a48def0498cffa07f48980720f8jerenkrantz *) Fix incorrect check for script_in in mod_cgi. PR 9669.
45613d36b9466a48def0498cffa07f48980720f8jerenkrantz [David MacKenzie <djm pix.net>]
6f912b4ad14f622aa8d57f887c8c745e13ff6dbfjerenkrantz
6f912b4ad14f622aa8d57f887c8c745e13ff6dbfjerenkrantz *) Fix segfault and display error when SSLMutex file can not be
1abe6003aeb198cc97263503bceed457a6c2cb4aaaron created. [Adam Sussman <myddryn vishnu.vidya.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
1abe6003aeb198cc97263503bceed457a6c2cb4aaaron *) Add reference counting to mod_mem_cache cache objects to
cbd8d35ca8d9780f1081f30ebfe4abda44cab7ebianh better manage removing objects from the cache.
cbd8d35ca8d9780f1081f30ebfe4abda44cab7ebianh [Bill Stoddard]
cbd8d35ca8d9780f1081f30ebfe4abda44cab7ebianh
cbd8d35ca8d9780f1081f30ebfe4abda44cab7ebianh *) Change the verbage on the ScoreBoardFile in our default configs.
cbd8d35ca8d9780f1081f30ebfe4abda44cab7ebianh Also change the default to be commented out (unspecified) so we
cbd8d35ca8d9780f1081f30ebfe4abda44cab7ebianh get anonymous shared memory by default. [Aaron Bannert]
0dc14774d2c21baf6123fcafdb853af5be1d97edwrowe
3ad5a1fa75e728431fa7b8e3d8a74bcadcd79d4dlars *) Implement new ScoreBoardFile directive logic. This affects how
3ad5a1fa75e728431fa7b8e3d8a74bcadcd79d4dlars we create the scoreboard's shared memory segment. If the directive
3ad5a1fa75e728431fa7b8e3d8a74bcadcd79d4dlars is present, a name-based segment is created. If the directive is
3fde4c273ea649d1320ec9c51e7d096cd9340a94jerenkrantz not present, first an anonymous segment is created, and if that
3fde4c273ea649d1320ec9c51e7d096cd9340a94jerenkrantz fails, a name-based segment is created from a file of the name
3fde4c273ea649d1320ec9c51e7d096cd9340a94jerenkrantz DEFAULT_SCOREBOARD. This gives third-party applications the
75eee56d2eaac9c27d32fc46b90bb6b1eac85359trawick ability to access our scoreboard. [Aaron Bannert]
75eee56d2eaac9c27d32fc46b90bb6b1eac85359trawick
0dc14774d2c21baf6123fcafdb853af5be1d97edwrowe *) Allow mod_deflate to work with non-GET requests and properly send
0dc14774d2c21baf6123fcafdb853af5be1d97edwrowe Content-Lengths. [Sander Striker <striker apache.org>]
741a54303329728b27fe347447a362e1c576135etrawick
0dc14774d2c21baf6123fcafdb853af5be1d97edwrowe *) Fix ap_directory_merge() to correctly merge configs when there is
9f62694a8b4e2b88994a14555d144b3836b311cfstoddard no <Directory /> block. [Justin Erenkrantz, William Rowe]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Remove spurious debug messsages that are normal under HTTP
52489511342e4ff3fe399e57f29d38e5c4227bc8trawick keep-alive logic. [Jeff Trawick, Justin Erenkrantz]
52489511342e4ff3fe399e57f29d38e5c4227bc8trawick
52489511342e4ff3fe399e57f29d38e5c4227bc8trawick *) Fix a bug in mod_cgid that would prevent proper shutdown death
52489511342e4ff3fe399e57f29d38e5c4227bc8trawick of the cgid process. [Aaron Bannert]
8864d6f5f4744b5d2b638e2a53e2660bcf8b5ab5dougm
8864d6f5f4744b5d2b638e2a53e2660bcf8b5ab5dougm *) Add signal handling back in to the worker MPM for the one_process
8864d6f5f4744b5d2b638e2a53e2660bcf8b5ab5dougm (-X, -DDEBUG, -DONE_PROCESS) case. [Aaron Bannert]
ea512a4af20e6b6e6931de4929d54d93f03a0139ianh
1e83c8de3aa48b316b28057d53995272baf1260cwrowe *) Performance: Reuse per-connection transaction pools in the
1dfb5e008f35ed13c343b7f6306675e33c399792gstein worker MPM, rather than destroying and recreating them. [Brian Pane]
1dfb5e008f35ed13c343b7f6306675e33c399792gstein
1dfb5e008f35ed13c343b7f6306675e33c399792gstein *) Remove all signals from the worker MPM's child process. Instead,
1dfb5e008f35ed13c343b7f6306675e33c399792gstein the parent uses the Pipe of Death for all communication with the
eadb64379834961679105b7fd4178253fbb9f95dtrawick child processes. [Ryan Bloom]
eadb64379834961679105b7fd4178253fbb9f95dtrawick
eadb64379834961679105b7fd4178253fbb9f95dtrawickChanges with Apache 2.0.32
eadb64379834961679105b7fd4178253fbb9f95dtrawick
eadb64379834961679105b7fd4178253fbb9f95dtrawick *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the
c7e917aa56886c47bfe061c5e9f603a5aaef0d87trawick default if the directive is not specified. This mirrors older
c7e917aa56886c47bfe061c5e9f603a5aaef0d87trawick behavior without changes to the httpd.conf. [William Rowe]
c7e917aa56886c47bfe061c5e9f603a5aaef0d87trawick
b8daf4c5ea3d5bb2111b1b021de6d3cd891e403bcoar *) Win32: solve the win32 service problems in 2.0.31-alpha, by fixing
b8daf4c5ea3d5bb2111b1b021de6d3cd891e403bcoar the service, mpm and logging code, and bugs in apr_file_open_stderr
b8daf4c5ea3d5bb2111b1b021de6d3cd891e403bcoar and apr_file_dup2 functions. Win2K/XP services have no handles
b8daf4c5ea3d5bb2111b1b021de6d3cd891e403bcoar associated for stdin/out/err, which caused unpredictable behavior
b8daf4c5ea3d5bb2111b1b021de6d3cd891e403bcoar in the prior release. [William Rowe, Bill Stoddard]
6b6083e6518007139257ee449c2af3032d2437d0trawick
6b6083e6518007139257ee449c2af3032d2437d0trawick *) Win32: simplify the Application Event Log messages, since there isn't
6b6083e6518007139257ee449c2af3032d2437d0trawick likely to be 'more information in the error log' before an error log
88dd056b9863502bba82c2889a0c4cde9fc0ba93trawick has been opened. [William Rowe]
88dd056b9863502bba82c2889a0c4cde9fc0ba93trawick
88dd056b9863502bba82c2889a0c4cde9fc0ba93trawick *) Win32: substantial cleanup to the mpm_winnt code for legibility and
88dd056b9863502bba82c2889a0c4cde9fc0ba93trawick to follow the program flow of other MPMs. [Ryan Bloom, William Rowe]
7ef3a1797818c6d25efe8c5fadb5eec3b965a6fabrianp
7ef3a1797818c6d25efe8c5fadb5eec3b965a6fabrianp *) Win32: apache -k shutdown now behaves like apache -k stop.
7ef3a1797818c6d25efe8c5fadb5eec3b965a6fabrianp [Bill Stoddard]
1e83c8de3aa48b316b28057d53995272baf1260cwrowe
1e83c8de3aa48b316b28057d53995272baf1260cwrowe *) Fix prefork to not kill the parent if a child hits a resource shortage
1e83c8de3aa48b316b28057d53995272baf1260cwrowe on accept(). [Greg Ames]
1e83c8de3aa48b316b28057d53995272baf1260cwrowe
1e83c8de3aa48b316b28057d53995272baf1260cwrowe *) Fix seg faults that occur when what should be the httpd request line
1e83c8de3aa48b316b28057d53995272baf1260cwrowe starts with \r\n followed by garbage. [Greg Ames]
1e83c8de3aa48b316b28057d53995272baf1260cwrowe
1e83c8de3aa48b316b28057d53995272baf1260cwrowe *) Allow statically linked support binaries with the new
1e83c8de3aa48b316b28057d53995272baf1260cwrowe --enable-static-support flag, and enable this behavior in
1e83c8de3aa48b316b28057d53995272baf1260cwrowe the binbuild script. Also add a new --enable-static-htdbm
7f683bb300df767164724ebc664f339ac396b434dougm flag. [Aaron Bannert]
7f683bb300df767164724ebc664f339ac396b434dougm
7f683bb300df767164724ebc664f339ac396b434dougm *) Allow mod_autoindex to serve symlinks if permitted and attempt to
7f683bb300df767164724ebc664f339ac396b434dougm do only one stat() call when generating the directory listings.
7f683bb300df767164724ebc664f339ac396b434dougm [Justin Erenkrantz]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
7f683bb300df767164724ebc664f339ac396b434dougm *) Fix resolve_symlink to save the original symlink name if known.
26dfa083a1662d57ba7cc410eec4e0696b9be469wrowe [Justin Erenkrantz]
26dfa083a1662d57ba7cc410eec4e0696b9be469wrowe
26dfa083a1662d57ba7cc410eec4e0696b9be469wrowe *) Be a bit more sane with regard to CanonicalNames. If the user has
26dfa083a1662d57ba7cc410eec4e0696b9be469wrowe specified they want to use the CanonicalName, but they have not
4760aa1f19600972cf531ad7da73c1ee5a0225cedougm configured a port with the ServerName, then use the same port that
4760aa1f19600972cf531ad7da73c1ee5a0225cedougm the original request used. [Ryan Bloom and Ken Coar]
87a1c79b7b37702a254920ca5214fb282a4fb085dougm
994c3fbc3335e8fe883b1ce4515efc0c85061cdfaaron *) In core_input_filter, check for an empty brigade after
d5d164b22a2004abed640cb52fc275f00ed92f69jerenkrantz APR_BRIGADE_NORMALIZE(). Otherwise, we can get segfaults if a
e93d563852e1fa7a8c73af3b807916b41942d2f6dreid client says it will post some data but we get FIN before any
e93d563852e1fa7a8c73af3b807916b41942d2f6dreid data arrives. [Jeff Trawick]
e93d563852e1fa7a8c73af3b807916b41942d2f6dreid
e93d563852e1fa7a8c73af3b807916b41942d2f6dreid *) Not being able to bind to the socket is a fatal error. We should
e93d563852e1fa7a8c73af3b807916b41942d2f6dreid print an error to the console, and return a non-zero status code.
525508562a53864b78cf8da91ac13be9c072bba7jerenkrantz With these changes, all of the Unix MPMs do that correctly.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ryan Bloom]
525508562a53864b78cf8da91ac13be9c072bba7jerenkrantz
f1fe10268cdadb775eef841aa4fa7305291d35fdtrawick *) suexec: Allow HTTPS and SSL_* environment variables to be passed
f1fe10268cdadb775eef841aa4fa7305291d35fdtrawick through to CGI scripts. PR 9163
f1fe10268cdadb775eef841aa4fa7305291d35fdtrawick [Brian Reid <breid customlogic.com>,
f1fe10268cdadb775eef841aa4fa7305291d35fdtrawick Zvi Har'El <rl math.technion.ac.il>]
f04ad0ba7fe0eea5ea7a92f852cef75747ab2090trawick
f04ad0ba7fe0eea5ea7a92f852cef75747ab2090trawick *) binbuild.sh: Make sure that we use the expat from our source
f04ad0ba7fe0eea5ea7a92f852cef75747ab2090trawick tree so that there aren't any surprises on the target machine.
65a1588701f9e5d0f62261d0da85733a23edc92ftrawick [Jeff Trawick]
65a1588701f9e5d0f62261d0da85733a23edc92ftrawick
65a1588701f9e5d0f62261d0da85733a23edc92ftrawick *) mod_cgid: Add retry logic for when the daemon can't fork fast
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe enough to keep up with new requests. Start using
65a1588701f9e5d0f62261d0da85733a23edc92ftrawick HTTP_SERVER_UNAVAILABLE instead of HTTP_INTERNAL_SERVER_ERROR
d5d164b22a2004abed640cb52fc275f00ed92f69jerenkrantz when we can't talk to the daemon. [Jeff Trawick]
d5d164b22a2004abed640cb52fc275f00ed92f69jerenkrantz
d5d164b22a2004abed640cb52fc275f00ed92f69jerenkrantz *) apxs: LTFLAGS envvar can override default libtool options. Try
360a9d933a8c25f5975e0ddc883607a5d37e408estoddard "LTFLAGS=' ' apxs -c mod_foo.c" to see what libtool does under
360a9d933a8c25f5975e0ddc883607a5d37e408estoddard the covers. [Jeff Trawick]
360a9d933a8c25f5975e0ddc883607a5d37e408estoddard
360a9d933a8c25f5975e0ddc883607a5d37e408estoddard *) The Location: response header field, used for external
9b8afc47122e9b0eabb860b6ba2cf9c061c6060fstoddard redirect, *must* be an absoluteURI. The Redirect directive
9b8afc47122e9b0eabb860b6ba2cf9c061c6060fstoddard tested for that, but RedirectMatch didn't -- it would allow
9b8afc47122e9b0eabb860b6ba2cf9c061c6060fstoddard almost anything through. Now it will try to turn an abs_path
9b8afc47122e9b0eabb860b6ba2cf9c061c6060fstoddard into an absoluteURI, but it will correctly varf like Redirect
a21148678a1459064627d917a66669e7e8d140e6stoddard if the final redirection target isn't an absoluteURI. [Ken Coar]
a21148678a1459064627d917a66669e7e8d140e6stoddard
910df8b3f50a0515b430b999d4750de94c509f2atrawickChanges with Apache 2.0.31
c6a9d49433c9ba5b18b26c3d764f1bbcb9746090wrowe
c6a9d49433c9ba5b18b26c3d764f1bbcb9746090wrowe *) Create the scoreboard (in the parent) in a global pool context,
c6a9d49433c9ba5b18b26c3d764f1bbcb9746090wrowe so it survives graceful restarts. This fixes a SEGV during
51be7fc538641ed7cb22e959eb31629f7183f70fianh graceful restarts. [Aaron Bannert]
51be7fc538641ed7cb22e959eb31629f7183f70fianh
bb6a7fc0427d0d197c50de34b94a0d23e5732696wrowe *) Add a timeout option to the proxy code 'ProxyTimeout'
bb6a7fc0427d0d197c50de34b94a0d23e5732696wrowe [Ian Holsman]
bb6a7fc0427d0d197c50de34b94a0d23e5732696wrowe
bb6a7fc0427d0d197c50de34b94a0d23e5732696wrowe *) FTP directory listings are now always retrieved in ASCII mode.
decd0c23bb26f6662f4b963cf86ee569613bffeagregames The FTP proxy properly escapes URI's and HTML in the generated
decd0c23bb26f6662f4b963cf86ee569613bffeagregames listing, and escapes the path components when talking to the FTP
decd0c23bb26f6662f4b963cf86ee569613bffeagregames server. It is now possible to browse the root directory by using
e1753aabf5df187b5b04e72a958af4b65b1a125daaron a url like: ftp://user@host/%2f/ (ported from apache_1.3.24)
e1753aabf5df187b5b04e72a958af4b65b1a125daaron Also, the last path component may contain wildcard characters
e1753aabf5df187b5b04e72a958af4b65b1a125daaron '*' and '?', and if they do, a directory listing is created instead
e1753aabf5df187b5b04e72a958af4b65b1a125daaron of a file retrieval. Example: ftp://user@host/httpd/server/*.c
e1753aabf5df187b5b04e72a958af4b65b1a125daaron [Martin Kraemer]
e1753aabf5df187b5b04e72a958af4b65b1a125daaron
e1753aabf5df187b5b04e72a958af4b65b1a125daaron *) Added single-listener unserialized accept support to the
e57f991fe2b9a4c080cd50ca913a2a5693b096b5aaron worker MPM [Brian Pane]
e57f991fe2b9a4c080cd50ca913a2a5693b096b5aaron
e57f991fe2b9a4c080cd50ca913a2a5693b096b5aaron *) New Directive for mod_proxy: 'ProxyPreserveHost'. This passes
924c8dd40352ca7775704a31a7a77ab86dc951b4ianh the incoming host header through to the proxied server
924c8dd40352ca7775704a31a7a77ab86dc951b4ianh [Geoff <g.russell ieee.org>]
910df8b3f50a0515b430b999d4750de94c509f2atrawick
910df8b3f50a0515b430b999d4750de94c509f2atrawick *) New Directive Option for ProxyPass. It now can block a location
910df8b3f50a0515b430b999d4750de94c509f2atrawick from being proxied [Jukka Pihl <jukka.pihl entirem.com>]
910df8b3f50a0515b430b999d4750de94c509f2atrawick
0d628dd174dd6de13463b10d2599f6cac24e9fe8brianp *) Don't let the default handler try to serve a raw directory. At
0d628dd174dd6de13463b10d2599f6cac24e9fe8brianp best you get gibberish. Much worse things can happen depending
0d628dd174dd6de13463b10d2599f6cac24e9fe8brianp on the OS. [Jeff Trawick]
2fee4fe267fa3577fd71d8c314fe9b527e2b90c0brianp
2fee4fe267fa3577fd71d8c314fe9b527e2b90c0brianp *) Change the pre_config hook to return a value. Modules can now emit
2fee4fe267fa3577fd71d8c314fe9b527e2b90c0brianp an error message and then cause the server to quit gracefully during
2fee4fe267fa3577fd71d8c314fe9b527e2b90c0brianp startup. This required a bump to the MMN. [Aaron Bannert]
7bf77d70b6830636bc36e6b76a228c301be23ff7brianp
7bf77d70b6830636bc36e6b76a228c301be23ff7brianp *) Fix some unix socket descriptor leaks in the handler side of
7bf77d70b6830636bc36e6b76a228c301be23ff7brianp mod_cgid (the part that runs in the server process). Whack a
185b73b1f914e5d8f99f31225cc656b882dcbf73ianh silly "close(-1)" in the handler too. [Jeff Trawick]
6ef713e25735887d4a59a879b97a68bd575ecb92trawick
cef5cb47e2ea4c174c01762d4430613db0f41e5cstoddard *) Change the pre_mpm hook to return a value, so that scoreboard
cef5cb47e2ea4c174c01762d4430613db0f41e5cstoddard init errors percolate up to code that knows how to exit
cef5cb47e2ea4c174c01762d4430613db0f41e5cstoddard cleanly. This required a bump to the MMN. [Jeff Trawick]
1eb1f02a23de724c105b2c6c9fbd469a611059c6trawick
8abd60101b9794e224795ccf68b8ba984efbc94astoddard *) Add the socket back to the conn_rec and remove the create_connection
8abd60101b9794e224795ccf68b8ba984efbc94astoddard hook. The create_connection hook had a design flaw that did not
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick allow creating connections based on vhost info. [Bill Stoddard]
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick
6ef713e25735887d4a59a879b97a68bd575ecb92trawick *) Fixed PATH_INFO and QUERY_STRING from mod_negotiation results.
6ef713e25735887d4a59a879b97a68bd575ecb92trawick Resolves the common case of using negotation to resolve the request
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick /script/foo for /script.cgi/foo. [William Rowe]
26d590c0e5338f66ca1aad6f925374843fac5121stoddard
26d590c0e5338f66ca1aad6f925374843fac5121stoddard *) Added new functions ap_add_(input|output)_filter_handle to
26d590c0e5338f66ca1aad6f925374843fac5121stoddard allow modules to bypass the usual filter name lookup when
26d590c0e5338f66ca1aad6f925374843fac5121stoddard adding hard-coded filters to a request [Brian Pane]
26d590c0e5338f66ca1aad6f925374843fac5121stoddard
2b31ac2c6342d2afcf67b7b0f08c928a87f98c74wrowe *) caching should now work on subrequests (still very experimental)
d472f67198d6b15dd1270136f180cca9c9263243trawick [Ian Holsman]
d472f67198d6b15dd1270136f180cca9c9263243trawick
d472f67198d6b15dd1270136f180cca9c9263243trawick *) The Win32 mpm_winnt now has a shared scoreboard. [William Rowe]
d472f67198d6b15dd1270136f180cca9c9263243trawick
d472f67198d6b15dd1270136f180cca9c9263243trawick *) Change ap_get_brigade prototype to use apr_off_t instead of apr_off_t*.
d472f67198d6b15dd1270136f180cca9c9263243trawick [Justin Erenkrantz]
d472f67198d6b15dd1270136f180cca9c9263243trawick
a3bb95a3600153c7f09f62749e32093658943c32brianp *) Refactor ap_rgetline so that it does not use an internal brigade.
a3bb95a3600153c7f09f62749e32093658943c32brianp Change ap_rgetline's prototype to return errors. [Justin Erenkrantz]
a3bb95a3600153c7f09f62749e32093658943c32brianp
b760518cc17e7124ba546ed63063603f1ab82a40aaron *) Remove mod_auth_db. [Justin Erenkrantz]
b760518cc17e7124ba546ed63063603f1ab82a40aaron
b760518cc17e7124ba546ed63063603f1ab82a40aaron *) Do not install unnecessary pcre headers like config.h and internal.h.
b760518cc17e7124ba546ed63063603f1ab82a40aaron [Joe Orton <joe manyfish.co.uk>]
b760518cc17e7124ba546ed63063603f1ab82a40aaron
b760518cc17e7124ba546ed63063603f1ab82a40aaron *) Change in quick_hanlder behavior for subrequests. it now passes DONE
b760518cc17e7124ba546ed63063603f1ab82a40aaron (as it does for a normal request). quick_handled sub-requests now work
b760518cc17e7124ba546ed63063603f1ab82a40aaron in mod-include [Ian Holsman]
23d8f62856c1531526042e1c5edf44557cadd2e5trawick
23d8f62856c1531526042e1c5edf44557cadd2e5trawick *) Change SUBREQ_CORE so that it is a 'HTTP_HEADER' filter instead of
23d8f62856c1531526042e1c5edf44557cadd2e5trawick 'CONTENT' one, as it needs to run AFTER all content headers
705c8ed3ef608706c91ca12483d7b54ff9007cc9jerenkrantz
705c8ed3ef608706c91ca12483d7b54ff9007cc9jerenkrantz *) Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
705c8ed3ef608706c91ca12483d7b54ff9007cc9jerenkrantz [Lars Eilebrecht]
ef154948c97c53cdc1ad5329cb83c32ad26cf416aaron
ef154948c97c53cdc1ad5329cb83c32ad26cf416aaron *) Split out blocking from the mode in the input filters.
ef154948c97c53cdc1ad5329cb83c32ad26cf416aaron [Justin Erenkrantz]
c6741d11357aace4c9ba39535d3cb2d751f46114trawick
c6741d11357aace4c9ba39535d3cb2d751f46114trawick *) Fix a segfault in mod_include. [Justin Erenkrantz, Jeff Trawick]
c6741d11357aace4c9ba39535d3cb2d751f46114trawick
c6741d11357aace4c9ba39535d3cb2d751f46114trawick *) Cause Win32 to capture all child-worker process errors in
7230f1eb017a35b7d20e0e9ec0d234766f2a732dtrawick Apache to the main server error log, until the child can
7230f1eb017a35b7d20e0e9ec0d234766f2a732dtrawick open its own error logs. [William Rowe]
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick *) HPUX 11.*: Do not kill the child process when accept()
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick returns ENOBUFS on HPUX 11.*. (ported from th 1.3 patch)
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>, Bill Stoddard]
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick *) Fix a problem in the parsing of the <Proxy foo> directive.
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick [Jeff Trawick]
6b477c0a238733ca8fd156629310513d29dc7e02trawick
6b477c0a238733ca8fd156629310513d29dc7e02trawick *) rewrite of mod_ssl input filter for better performance and less
6b477c0a238733ca8fd156629310513d29dc7e02trawick memory usage [Doug MacEachern]
6b477c0a238733ca8fd156629310513d29dc7e02trawick
2b31ac2c6342d2afcf67b7b0f08c928a87f98c74wrowe *) allow quick_handler to be run on subrequests. [Ian Holsman]
2b31ac2c6342d2afcf67b7b0f08c928a87f98c74wrowe
557eb8d48357657fa898250560f089c65539c634gregames *) mod_dav now asks its provider to place content directly into the
557eb8d48357657fa898250560f089c65539c634gregames filter stack when handling a GET request. The mod_dav/provider
557eb8d48357657fa898250560f089c65539c634gregames API has changed, so providers need to be updated. [Greg Stein]
adb8c5e5291be5943122bbff404bc1018c79d555ianh
25b715e9687f82ea055fdea2a9761c7e5f1ac6eetrawick *) Clear the output socket descriptor in unixd_accept() to make sure
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe we don't supply a bogus socket to the caller if the accept fails.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe This caused problems with the worker MPM, which tried to process
25b715e9687f82ea055fdea2a9761c7e5f1ac6eetrawick the returned socket if it was non-NULL. [Brian Pane]
51ced3b28ef430a96586284d4320f7dbdaf7225ebrianp
51ced3b28ef430a96586284d4320f7dbdaf7225ebrianp *) Move a check for an empty brigade to the start of core input filter
51ced3b28ef430a96586284d4320f7dbdaf7225ebrianp to avoid segfaults. [Justin Erenkrantz, Jeff Trawick]
a222035458f89e2db231450ba6d5fae8052da5f5aaron
a222035458f89e2db231450ba6d5fae8052da5f5aaron *) Add FileETag directive to allow configurable control of what
a222035458f89e2db231450ba6d5fae8052da5f5aaron data are used to form ETag values for file-based URIs. MMN
a222035458f89e2db231450ba6d5fae8052da5f5aaron bumped to 20020111 because of fields added to the end of
4a872628ca5bf20847f442a625c255b643120db0wrowe the core_dir_config structure. [Ken Coar]
4a872628ca5bf20847f442a625c255b643120db0wrowe
4a872628ca5bf20847f442a625c255b643120db0wrowe *) Fix a segfault in mod_rewrite's logging code caused by passing the
74528257888620220641cd28366731539a37e1f3ianh wrong config to ap_get_remote_host(). [Jeff Trawick]
74528257888620220641cd28366731539a37e1f3ianh
74528257888620220641cd28366731539a37e1f3ianh *) Allow mod_cgid to work from a binary distribution install by
0632de713e41fa3aa928a1777677b0d79843ae2bdougm using 755 for the permissions on the log directory instead of
0632de713e41fa3aa928a1777677b0d79843ae2bdougm 750. [Jeff Trawick]
0cc82c261350ab8dc8a9992cad7197c4d22d597eianh
f2afeedf074acc1a698a9527154eacd138e6c5a1trawick *) Fixed a segfault that happened during graceful shutdown (or when
855e263a93fde2e30d10a48a9ffc047039bfc9d9brianp the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
855e263a93fde2e30d10a48a9ffc047039bfc9d9brianp
855e263a93fde2e30d10a48a9ffc047039bfc9d9brianp *) Split all Win32 modules [excluding the core components mod_core,
855e263a93fde2e30d10a48a9ffc047039bfc9d9brianp mod_so, mod_win32 and the winnt mpm] into individual loadable
54b3b7946d22324cea615d7c8a4ff0c9eadd1f8crbb modules, so the administrator may individually disable the former
54b3b7946d22324cea615d7c8a4ff0c9eadd1f8crbb compiled-in modules by simply commenting out their LoadModule
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe directives. [William Rowe]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
54b3b7946d22324cea615d7c8a4ff0c9eadd1f8crbb *) Saved Win32 module authors and porters many future headaches, by
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb duplicating the appropriate .h files such as os.h into the include
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb directory, including in the build tree. [William Rowe]
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb *) mod_ssl adjustments to help with using toolkits other than OpenSSL:
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb Use SSL functions/macros instead of directly dereferencing SSL
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb structures wherever possible.
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb Add type-casts for the cases where functions return a generic pointer.
f9f506f0686ad065b4c6fe14dd962cdd478350dbianh Add $SSL/include to configure search path.
f9f506f0686ad065b4c6fe14dd962cdd478350dbianh [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
f9f506f0686ad065b4c6fe14dd962cdd478350dbianh
9d0665da83d1e22c0ea0e5f6f940f70f75bf5237ianh *) Moved several pointers out of the shared Scoreboard so it is
9d0665da83d1e22c0ea0e5f6f940f70f75bf5237ianh more portable, and will present the vhost name across server
9d0665da83d1e22c0ea0e5f6f940f70f75bf5237ianh generation restarts. [William Rowe]
9d0665da83d1e22c0ea0e5f6f940f70f75bf5237ianh
9d0665da83d1e22c0ea0e5f6f940f70f75bf5237ianh *) Fix SSLPassPhraseDialog exec: and SSLRandomSeed exec:
47c2fb4c1f155ddb6954e46e7f6d125eef78b3bbaaron [Doug MacEachern]
47c2fb4c1f155ddb6954e46e7f6d125eef78b3bbaaron
47c2fb4c1f155ddb6954e46e7f6d125eef78b3bbaaronChanges with Apache 2.0.30
47c2fb4c1f155ddb6954e46e7f6d125eef78b3bbaaron
9ca934cec0a1cc3c425fde5dc51956bce6cd3183brianp *) Fix the main bug for FreeBSD and threaded MPM's. There are
9ca934cec0a1cc3c425fde5dc51956bce6cd3183brianp still issues (see STATUS) but at least the server will now
9ca934cec0a1cc3c425fde5dc51956bce6cd3183brianp run without crashing the machine.
0cdca1e056a05a09fe16fe736abcf79969c9767ejerenkrantz [David Reid, Aaron Bannert, Justin Erenkrantz]
0cdca1e056a05a09fe16fe736abcf79969c9767ejerenkrantz
0cdca1e056a05a09fe16fe736abcf79969c9767ejerenkrantz *) Fix a typo in mod_deflate's m4 config section.
f2afeedf074acc1a698a9527154eacd138e6c5a1trawick [albert chin <china thewrittenword.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
f2afeedf074acc1a698a9527154eacd138e6c5a1trawick *) Fix a couple of mod_proxy problems forwarding HTTP connections
0a2d57d962bef3a8898723925b3fb02d2e836994dougm and handling CONNECT:
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe (1) PR #9190 Proxy failed to connect to IPv6 hosts.
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames (2) Proxy failed to connect when the first IP address returned by
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the resolver was unreachable but a secondary IP address was.
06461d67f387ea068187e6dfa036875a8205c04cjerenkrantz [Jeff Trawick]
900127764fb985c340ee4979cac97146a330c694trawick
900127764fb985c340ee4979cac97146a330c694trawick *) Fix the module identifer as shown in the docs for various core
1a6a0072a95887164091e366ba0e89c2b39a954abrianp modules (e.g., the identifer for mod_log_config was previously
1a6a0072a95887164091e366ba0e89c2b39a954abrianp listed as config_log_module). PR #9338
1a6a0072a95887164091e366ba0e89c2b39a954abrianp [James Watson <ap2bug sowega.org>]
6f4c27ba6e152792f3729069e8d8313ebc87cc60jwoolley
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix LimitRequestBody directive by placing it in the HTTP
6f4c27ba6e152792f3729069e8d8313ebc87cc60jwoolley filter. [Justin Erenkrantz]
23ce412bd50a47accab4dd26019b78810bbf46ebtrawick
23ce412bd50a47accab4dd26019b78810bbf46ebtrawick *) Fix mod_proxy seg fault when the proxied server returns
23ce412bd50a47accab4dd26019b78810bbf46ebtrawick an HTTP/0.9 response or a bogus status line.
6865813dee5d3c1ebf12dd810368171792a0190atrawick [Adam Sussman]
6865813dee5d3c1ebf12dd810368171792a0190atrawick
6865813dee5d3c1ebf12dd810368171792a0190atrawick *) Prevent mod_proxy from truncating one character off the
97719ad970d779ac48af9364ab0ea9fdcc27470ajwoolley end of the status line returned from the proxied server.
97719ad970d779ac48af9364ab0ea9fdcc27470ajwoolley [Adam Sussman, Bill Stoddard]
97719ad970d779ac48af9364ab0ea9fdcc27470ajwoolley
5ad238c42b1e159ee8f164515e0c4ee6c727c2fdtrawick *) Eliminate loop in ap_proxy_string_read().
5ad238c42b1e159ee8f164515e0c4ee6c727c2fdtrawick [Adam Sussman, Bill Stoddard]
5ad238c42b1e159ee8f164515e0c4ee6c727c2fdtrawick
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb *) Provide $0..$9 results from mod_include regex parsing.
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb [William Rowe]
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb *) Allow mod-include to look for alternate start & end tags [Ian Holsman]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb *) Introduced the ForceLanguagePriority directive, to prevent
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases,
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb when using Multiviews. [William Rowe]
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb *) Fix a problem which prevented mod_cgid and suexec from working
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb together reliably [Greg Ames]
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb *) Remove the call to exit() from within mod_auth_digest's post_config
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb phase. [Aaron Bannert]
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley *) Fix a problem in mod_auth_digest that could potentially cause
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley problems with initialized static data on a system that uses DSOs.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Aaron Bannert]
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley
1c0b7c3bdace07946457fa7ba04b7f97b6599792rbb *) Fix a segfault in the worker MPM that could happen during
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley child process exits. [Brian Pane, Aaron Bannert]
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley *) Fix matching of vhosts by ip address so we find IPv4
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley vhost address when target address is v4-mapped form of
1c0b7c3bdace07946457fa7ba04b7f97b6599792rbb that address. [Jeff Trawick]
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz *) More performance tweaks to the BNDM string-search algorithm
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz used to find "<!--#" tokens in mod_include [Brian Pane]
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz *) Miscellaneous small performance fixes: optimized away various
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb string copy operations and removed large temp buffers from
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb the stack [Brian Pane]
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb *) Fixed startup segfault that occurred when a VirtualHost
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb directive had a port but no address [Brian Pane]
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb *) Allow htdbm to work with multiple DBM types [Ian Holsman]
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick if oslevel < WINNT. This should fix several problems reported
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick Against 2.0.28 on Windows 98 [Bill Stoddard]
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick
ae64f3e7385f21ca9d4f30cc7f8702a9ac1034b6trawick *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe to fail. [Bill Stoddard]
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames *) Change core code to allow an MPM to set hard thread/server
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames limits at startup. prefork, worker, and perchild MPMs now have
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames directives to set these limits. [Jeff Trawick]
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Win32: The async AcceptEx() event should be autoreset upon
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames successful completion of a wait (WaitForSingleObject). This
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames eliminates a number of spurious
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed." messages.
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames [Bill Stoddard]
8d49090fd56a8ce06c7f7135f19e5ff8e24b5ff3gregames
f99bffd6087564cf9c05cc29d1c6b38d94e0ed30gregames *) Move any load library path environment variables out of
270609308f247c5e934b400b5f1691c2cca16c61jerenkrantz apachectl and into a separate environment variable file which
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe can be more easily tailored by the admin. The environment
270609308f247c5e934b400b5f1691c2cca16c61jerenkrantz variable file as built by Apache may have additional system-
8458877c9ba0af86acd590eea531476adde3d02dmartin specific settings. For example, on OS/390 we tailor the heap
8458877c9ba0af86acd590eea531476adde3d02dmartin settings to allow lots of threads. [Jeff Trawick]
8458877c9ba0af86acd590eea531476adde3d02dmartin
8458877c9ba0af86acd590eea531476adde3d02dmartin *) Use the new APR pool code to reduce pool-related lock
8458877c9ba0af86acd590eea531476adde3d02dmartin contention in the worker MPM. [Sander Striker]
644be6f54749d2d9950d2c4d2ac448f7af016d26martin
644be6f54749d2d9950d2c4d2ac448f7af016d26martin *) The POD no longer assumes the child is listening on 127.0.0.1
644be6f54749d2d9950d2c4d2ac448f7af016d26martin and now pulls the first hostname in the list of listeners to
644be6f54749d2d9950d2c4d2ac448f7af016d26martin perform the dummy connect on. This fixes a bug when the user
8458877c9ba0af86acd590eea531476adde3d02dmartin had configured the Listen directive for an IP other than
b30b04f639d479b96cc08c43ffa34c92ba275676ianh 127.0.0.1. This would result in undead children and error
b30b04f639d479b96cc08c43ffa34c92ba275676ianh messages such as "Connection refused: connect to listener".
b30b04f639d479b96cc08c43ffa34c92ba275676ianh [Aaron Bannert]
c4fbc4018fd2b6716673a38ee27eeb36cba41c5djwoolley
c4fbc4018fd2b6716673a38ee27eeb36cba41c5djwoolley *) The worker MPM now respects the LockFile setting, needed to
c4fbc4018fd2b6716673a38ee27eeb36cba41c5djwoolley avoid locking problems with NFS. [Jeff Trawick]
c4fbc4018fd2b6716673a38ee27eeb36cba41c5djwoolley
f4e4643c309e5b5da60e13f9a25984d54b307caawrowe *) Fix segfault when worker MPM receives SIGHUP.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ian Holsman, Aaron Bannert, Justin Erenkrantz]
f4e4643c309e5b5da60e13f9a25984d54b307caawrowe
2548497d480c4f3e9b3fe14711bd510aa2157434gregames *) Fix bug that could potentially prevent the perchild MPM from
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe working with more than one vhost/uid. [Aaron Bannert]
2548497d480c4f3e9b3fe14711bd510aa2157434gregames
ccb5c3af2d491a7cd1c246cd23f0fb083da417fagregames *) Change make install and apxs -i processing of DSO modules to
0e58e92812f2f679d6bf2ff66cbcfa6c1d1e14bbjerenkrantz perform special handling on platforms where libtool doesn't install
da6e93dca0222159650783802e23172e3160605egregames mod_foo.so. This fixes some wonkiness on HP-UX, Tru64, and AIX
da6e93dca0222159650783802e23172e3160605egregames which prevented standard LoadModule statements from working.
da6e93dca0222159650783802e23172e3160605egregames [Jeff Trawick]
c927e13f298c42251296d33cc1fa3eb8232b843daaron
c927e13f298c42251296d33cc1fa3eb8232b843daaron *) Whenever mod_so is enabled (not just when there are DSOs for
c927e13f298c42251296d33cc1fa3eb8232b843daaron our modules), do whatever special magic is required for compiling/
c927e13f298c42251296d33cc1fa3eb8232b843daaron loading third-party modules. This allows third-party DSOs to
c927e13f298c42251296d33cc1fa3eb8232b843daaron be used on an AIX build when there were no built-in modules
9126ed10455a2a98a3a51c68ed1b356e1873e8e6aaron built as DSOs. (This should help on OS/390 and BeOS as well.)
9126ed10455a2a98a3a51c68ed1b356e1873e8e6aaron [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
9126ed10455a2a98a3a51c68ed1b356e1873e8e6aaron *) Allow apxs to be used to build DSOs on AIX without requiring the
fa3ca21e09bac0dbc2045e9f53963ba46cfed5b1trawick user to hard-code the list of import files. (This should help
fa3ca21e09bac0dbc2045e9f53963ba46cfed5b1trawick on OS/390 and BeOS as well.) [Jeff Trawick]
fa3ca21e09bac0dbc2045e9f53963ba46cfed5b1trawick
fa3ca21e09bac0dbc2045e9f53963ba46cfed5b1trawick *) Resolved segfault in mod_isapi when configuring with ISAPICacheFile.
18acb2c0df442ead1d075a1a2207cbb197725b14coar PR 8563, 8919 [William Rowe]
18acb2c0df442ead1d075a1a2207cbb197725b14coar
18acb2c0df442ead1d075a1a2207cbb197725b14coar *) Get binary builds working when libapr and libaprutil are built
18acb2c0df442ead1d075a1a2207cbb197725b14coar shared [Greg Ames]
617f972690d850a52cd4e9ef2f32d356e0fae715aaron
617f972690d850a52cd4e9ef2f32d356e0fae715aaron *) Get shared builds of libapr and libaprutil, as well as Apache DSOs,
617f972690d850a52cd4e9ef2f32d356e0fae715aaron working on AIX. [Aaron Bannert, Dick Dunbar <RLDunbar pacbell.net>,
617f972690d850a52cd4e9ef2f32d356e0fae715aaron Gary Hook <ghook us.ibm.com>, Victor Orlikowski, Jeff Trawick]
617f972690d850a52cd4e9ef2f32d356e0fae715aaron
9278d5393ef084f4fc6d7ec8641af5959442c157jwoolley *) Fix the handling of SSI directives in which the ">" of the
9278d5393ef084f4fc6d7ec8641af5959442c157jwoolley terminating "-->" is the last byte in a file [Brian Pane]
9278d5393ef084f4fc6d7ec8641af5959442c157jwoolley
022cff78006f698453640e0a0e97cc5f8c9de59drbb *) Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"
022cff78006f698453640e0a0e97cc5f8c9de59drbb message that we had back in apache-1.3 and still have scattered
022cff78006f698453640e0a0e97cc5f8c9de59drbb throughout our docs. [Aaron Bannert]
022cff78006f698453640e0a0e97cc5f8c9de59drbb
526a776292f420ffeea0d081c61971ed381fad20stoddard *) Prevent the Win32 port from continuing after encountering an
526a776292f420ffeea0d081c61971ed381fad20stoddard error in the command line args to apache. [William Rowe]
526a776292f420ffeea0d081c61971ed381fad20stoddard
526a776292f420ffeea0d081c61971ed381fad20stoddard *) On a error in the proxy, make it write a line to the error log
526a776292f420ffeea0d081c61971ed381fad20stoddard [Ian Holsman]
526a776292f420ffeea0d081c61971ed381fad20stoddard
526a776292f420ffeea0d081c61971ed381fad20stoddard *) Various mod_ssl performance improvements [Doug MacEachern]
526a776292f420ffeea0d081c61971ed381fad20stoddard
526a776292f420ffeea0d081c61971ed381fad20stoddardChanges with Apache 2.0.29
526a776292f420ffeea0d081c61971ed381fad20stoddard
526a776292f420ffeea0d081c61971ed381fad20stoddard *) Add buffering in core_output_filter to ensure that long
452d2fd15cebd2da9331d5d765558a60b488c1a9rbb lists of small buckets don't cause small packet writes.
62ddc9851530478919d169ba9c34b80f60cf7718trawick [Brian Pane, Ryan Bloom]
62ddc9851530478919d169ba9c34b80f60cf7718trawick
62ddc9851530478919d169ba9c34b80f60cf7718trawick *) Fix the installation target to make sure that the manual is
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe installed in the correct location.
62ddc9851530478919d169ba9c34b80f60cf7718trawick [Yoshifumi Hiramatsu <hiramatu boreas.dti.ne.jp> and
904d7bf799c6216beb34519463596b4fce630308wrowe Gomez Henri <hgomez slib.fr>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
904d7bf799c6216beb34519463596b4fce630308wrowe *) Fix the cmd command for mod_include. When we are processing
904d7bf799c6216beb34519463596b4fce630308wrowe a cmd command, we do not want to use the r->filename to set
904d7bf799c6216beb34519463596b4fce630308wrowe the command name. The command comes from the SSI tag. To do this,
904d7bf799c6216beb34519463596b4fce630308wrowe I added a variable to the function that builds the command line
904d7bf799c6216beb34519463596b4fce630308wrowe in mod_cgi. This allows the include_cmd function to specify
904d7bf799c6216beb34519463596b4fce630308wrowe the command line itself. [Ryan Bloom]
904d7bf799c6216beb34519463596b4fce630308wrowe
17a4c6968b2fa692ff4dde12fe305230ee6b0421aaron *) Change open_logs hook to return a value, allowing you
17a4c6968b2fa692ff4dde12fe305230ee6b0421aaron to flag a error while opening logs
17a4c6968b2fa692ff4dde12fe305230ee6b0421aaron [Ian Holsman, Doug MacEachern]
17a4c6968b2fa692ff4dde12fe305230ee6b0421aaron
83b031099aa3dc8a5fd2f708e397818cbd16c9aajerenkrantz *) Change post_config hook to return a value, allowing you
83b031099aa3dc8a5fd2f708e397818cbd16c9aajerenkrantz to flag a error post config
83b031099aa3dc8a5fd2f708e397818cbd16c9aajerenkrantz [Ian Holsman, Jeff Trawick]
01e77cadbd9ad4962993380245bcc033dde523e4rbb
01e77cadbd9ad4962993380245bcc033dde523e4rbb *) Allow SUEXEC_BIN (the path to the suexec binary that is
01e77cadbd9ad4962993380245bcc033dde523e4rbb hard-coded into the server) to be specified to the configure
8ea9794272347cfdd92861f46295406649f01afatrawick script by the --with-suexec-bin parameter. [Aaron Bannert]
8ea9794272347cfdd92861f46295406649f01afatrawick
8ea9794272347cfdd92861f46295406649f01afatrawick *) Fix segv in worker MPM following accept on pipe-of-death
8ea9794272347cfdd92861f46295406649f01afatrawick [Brian Pane]
b900452c9c36031434d318880f023c0fb9143325rbb
b900452c9c36031434d318880f023c0fb9143325rbb *) Add mod_deflate to experimental.
b900452c9c36031434d318880f023c0fb9143325rbb [Ian Holsman, Justin Erenkrantz]
b900452c9c36031434d318880f023c0fb9143325rbb
b900452c9c36031434d318880f023c0fb9143325rbb *) Bail out at configure time if an invalid MPM was specified.
b900452c9c36031434d318880f023c0fb9143325rbb [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
b900452c9c36031434d318880f023c0fb9143325rbb
b900452c9c36031434d318880f023c0fb9143325rbb *) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
b900452c9c36031434d318880f023c0fb9143325rbb configured [John Sterling <sterling covalent.net>]
43053faf24ffe7657bb32bc06d4058dedf3ef053rbb
8b666e1fb772b6fe45de3604b224f3e1f2cfd620rbb *) Fix apxs to use sbindir. [Henri Gomez <hgomez slib.fr>]
c453a141db60a5b19649eac508f4851a8729c556rbb
c453a141db60a5b19649eac508f4851a8729c556rbb *) Fix a problem with IPv6 vhosts. PR #8118 [Jeff Trawick]
c453a141db60a5b19649eac508f4851a8729c556rbb
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz *) Optimization for the BNDM string-search function in
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz mod_include. [Brian Pane]
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe *) Fixed the behavior of the XBitHack directive.
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe [Taketo Kabe <kabe sra-tohoku.co.jp>, Cliff Woolley] PR#8804
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe *) The threaded MPM for Unix has been removed. Use the worker
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe MPM instead. [various]
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe *) APR-ize the resolver logic in mod_unique_id. This fixes a bug
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe in logging the error from a failed DNS lookup. [Jeff Trawick]
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb *) Added the missing macros AP_INIT_TAKE13 and AP_INIT_TAKE123.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Cliff Woolley]
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz *) Get mod_cgid killed when a MPM exits due to a fatal error.
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz [Jeff Trawick]
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick *) Fix a file descriptor leak in mod_include. When we include a
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick file, we use a sub-request, but we didn't destroy the sub-request
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick immediately, instead we waited until the original request was
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz done. This patch closes the sub-request as soon as the data is
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe done being generated. [Brian Pane <bpane pacbell.net>]
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe *) Allow modules that add sockets to the ap_listeners list to
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe define the function that should be used to accept on that
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe socket. Each MPM can define their own function to use for
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe the accept function with the MPM_ACCEPT_FUNC macro. This
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe also abstracts out all of the Unix accept error handling
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe logic, which has become out of synch across Unix MPMs.
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe [Ryan Bloom]
8bda0627eb2aca9e678c1303a0423d33069388dfwrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix a bug which would cause the response headers to be omitted
f00bc25ff5027f3a40e9cd0ade782641bd0bf1d0wrowe when sending a negotiated ErrorDocument because the required
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb filters were attached to the wrong request_rec.
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb [John Sterling <sterling covalent.net>]
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb *) Remove commas from the end of the macros that define
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb directives that are used by MPMs. Prior to this patch,
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb you would use these macros without commas, which was unlike
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb the macros for any other directives. Now, the caller provides
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb the comma rather than the macro providing it. This makes
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb the macros look more like the rest of the directives.
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb [Ryan Bloom and Cliff Woolley]
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb
52df98b165194a0ad68885f49f81fdaf56ece568wrowe *) Add 'redirect-carefully' environment option to disable sending
52df98b165194a0ad68885f49f81fdaf56ece568wrowe redirects under special circumstances. This is helpful for
52df98b165194a0ad68885f49f81fdaf56ece568wrowe Microsoft's WebFolders when accessing a directory resource via
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb DAV methods. [Justin Erenkrantz]
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Begin to abstract out the underlying transport layer.
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb The first step is to remove the socket from the conn_rec,
7e44dd5082cd865068285e8f915bb5f045e0bb80lars the server now lives in a context that is passed to the
7e44dd5082cd865068285e8f915bb5f045e0bb80lars core's input and output filters. This forces us to be very
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe careful when adding calls that use the socket directly,
7e44dd5082cd865068285e8f915bb5f045e0bb80lars because the socket isn't available in most locations.
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe [Ryan Bloom]
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe *) Really reset the MaxClients value in worker and threaded
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe when the configured value is not a multiple of the number
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe of threads per child. We said we did previously but we
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz forgot to. [Jeff Trawick]
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz *) Add Debian layout. [Daniel Stone <daniel sfarc.net>]
978faa9e29e0f0c42e66c07240e562325a4717b0jerenkrantz
978faa9e29e0f0c42e66c07240e562325a4717b0jerenkrantz *) If shared modules are requested and mod_so is not available,
978faa9e29e0f0c42e66c07240e562325a4717b0jerenkrantz produce a fatal config-time error. [Justin Erenkrantz]
978faa9e29e0f0c42e66c07240e562325a4717b0jerenkrantz
976501adbc040220270f7d1d77c4b8373033be69wrowe *) Improve http2env's performance by cutting the work it has to
976501adbc040220270f7d1d77c4b8373033be69wrowe do. [Brian Pane <bpane pacbell.net>]
976501adbc040220270f7d1d77c4b8373033be69wrowe
976501adbc040220270f7d1d77c4b8373033be69wrowe *) use new 'apr_hash_merge' function in mod_mime (performance fix)
976501adbc040220270f7d1d77c4b8373033be69wrowe [Brian Pane <bpane pacbell.net>]
976501adbc040220270f7d1d77c4b8373033be69wrowe
10a00688adcf1df367b1243810beedaabe6b1abeminfrinChanges with Apache 2.0.28
10a00688adcf1df367b1243810beedaabe6b1abeminfrin
10a00688adcf1df367b1243810beedaabe6b1abeminfrin *) Fix infinite loop in mod_cgid.c.
8a3a703eae0e35f674b189181609545c6fc77a09rbb [Dale Ghent <daleg elemental.org>, Brian Pane <bpane pacbell.net>]
8a3a703eae0e35f674b189181609545c6fc77a09rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) When no port is given in a "ServerName host" directive, the
8a3a703eae0e35f674b189181609545c6fc77a09rbb server_rec->port is now set to zero, not 80. That allows for
9af1ccb223d0669b3c3a43eed070d815afde9084mjc run-time deduction of the correct server port (depending on
9af1ccb223d0669b3c3a43eed070d815afde9084mjc SSL/plain, and depending also on the current setting of
9af1ccb223d0669b3c3a43eed070d815afde9084mjc UseCanonicalName). This change makes redirections
9d41fafe32b324c197f25224207fc6ce34f085bfrbb work, even with https:// connections. As in Apache-1.3, the
9d41fafe32b324c197f25224207fc6ce34f085bfrbb connection's actual port number is never used, only the ServerName
9d41fafe32b324c197f25224207fc6ce34f085bfrbb setting or the client's Host: setting. Documentation updated
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe to reflect the change. [Martin Kraemer]
9d41fafe32b324c197f25224207fc6ce34f085bfrbb
889d9c84f8b1ad850f977a6d8e548696994f8f86jerenkrantz *) Add a '%{note-name}e' argument to mod-headers, which works in
889d9c84f8b1ad850f977a6d8e548696994f8f86jerenkrantz the same way as mod_log_confg. [Ian Holsman]
889d9c84f8b1ad850f977a6d8e548696994f8f86jerenkrantz
8c83461e53ca7d204e1d634f0c78199d60320d7bjerenkrantz *) Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe AP_MPMQ_MAX_REQUESTS_DAEMON macros in ap_mpm.h and all standard
8c83461e53ca7d204e1d634f0c78199d60320d7bjerenkrantz MPMs. [Cliff Woolley]
8e5842bc05146bb5c171e53b00b24063d17c666cjerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Introduce htdbm, a user management utility for db/dbm authorization
8e5842bc05146bb5c171e53b00b24063d17c666cjerenkrantz databases. [Mladen Turk <mturk mappingsoft.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cdb15137887e284797e9510029098dc725b4dacfjerenkrantz *) Optimize usage of strlen and strcat in ap_directory_walk.
798c7c11dc2fe3b08e591e9c76fc1a84857f2cd4jerenkrantz [Brian Pane <bpane pacbell.net>]
798c7c11dc2fe3b08e591e9c76fc1a84857f2cd4jerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 2.0.27
798c7c11dc2fe3b08e591e9c76fc1a84857f2cd4jerenkrantz
abaaa634d7cee882b7c4bf078ded749ebf11997erbb *) Introduce an Apache mod_ssl initial configuration template
abaaa634d7cee882b7c4bf078ded749ebf11997erbb (ssl.conf, generated from ssl-std.conf). [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
abaaa634d7cee882b7c4bf078ded749ebf11997erbb *) Fixed a memory leak in the getline parsing code that could
0aa8e8fd5a242948518655f2296b3c76386754e5jerenkrantz be triggered by arbitrarily large header lines. Requests
0aa8e8fd5a242948518655f2296b3c76386754e5jerenkrantz from the core input filter for single lines are now limited
0aa8e8fd5a242948518655f2296b3c76386754e5jerenkrantz to HUGE_STRING_LEN (8192 bytes). [Aaron Bannert]
de3abad1fe263e577bb11e99b358836bd901397crbb
de3abad1fe263e577bb11e99b358836bd901397crbb *) Fix a truncation bug in how we print the port on the Via: header.
de3abad1fe263e577bb11e99b358836bd901397crbb The routine that prints the Via: header now takes a length for
de3abad1fe263e577bb11e99b358836bd901397crbb the port string. [Zvi Har'El <rl math.technion.ac.il>]
de3abad1fe263e577bb11e99b358836bd901397crbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Some syntax errors in mod_mime_magic's magic file can result
de3abad1fe263e577bb11e99b358836bd901397crbb in a 500 error, which previously was unlogged. Now we log the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe error. [Jeff Trawick]
de3abad1fe263e577bb11e99b358836bd901397crbb
0a549489abdb309ef25483431e1e5610ed4ba7a8gstein *) Add the support/checkgid helper app, which checks the run-time
0a549489abdb309ef25483431e1e5610ed4ba7a8gstein validity of group identifiers usable in the Group directive.
0a549489abdb309ef25483431e1e5610ed4ba7a8gstein [Ken Coar]
0a549489abdb309ef25483431e1e5610ed4ba7a8gstein
0a549489abdb309ef25483431e1e5610ed4ba7a8gstein *) Various --enable-so options have been fixed: --enable-so is
0a549489abdb309ef25483431e1e5610ed4ba7a8gstein treated as "static"; explicit --enable-so=shared issues an error;
14c6f2e13d97a4fafac1fbc247a274a298d5b418wrowe and explicit --enable-so fails with error on systems without
14c6f2e13d97a4fafac1fbc247a274a298d5b418wrowe APR_HAS_DSO. [Aaron Bannert]
14c6f2e13d97a4fafac1fbc247a274a298d5b418wrowe
14c6f2e13d97a4fafac1fbc247a274a298d5b418wrowe *) Fix a segfault in the core input filter when the client socket
f00d1e76bae896c2f6a520eec69b1d0d802d4108jerenkrantz gets disconnected unexpectedly. [Cliff Woolley]
f00d1e76bae896c2f6a520eec69b1d0d802d4108jerenkrantz
f00d1e76bae896c2f6a520eec69b1d0d802d4108jerenkrantz *) Fix the reporting for child processes that die. This removes
58097d7d8d1a394092374b9f6ddf76b7993724a4rbb all of the non-portable W* macros from Apache.
58097d7d8d1a394092374b9f6ddf76b7993724a4rbb [Jeff Trawick and Ryan Bloom]
58097d7d8d1a394092374b9f6ddf76b7993724a4rbb
58097d7d8d1a394092374b9f6ddf76b7993724a4rbb *) Win32: Track and display "Parent Server Generation:" in
2f6cebd6b8bf0b044f6579d23117a4a3c364a554wrowe mod_status output. The generation will be bumped at
2f6cebd6b8bf0b044f6579d23117a4a3c364a554wrowe server graceful restart, when the child process exits
2f6cebd6b8bf0b044f6579d23117a4a3c364a554wrowe by hitting MaxRequestsPerChild or if the child
2f6cebd6b8bf0b044f6579d23117a4a3c364a554wrowe process exits abnormally. [Bill Stoddard]
2f6cebd6b8bf0b044f6579d23117a4a3c364a554wrowe
070d2f9fd52a3f0e45ca7ae1235c5a5755b80d24rbb *) Win32: Fix problem where MaxRequestsPerChild directive was
070d2f9fd52a3f0e45ca7ae1235c5a5755b80d24rbb not being picked up in favor of the default. Enable
070d2f9fd52a3f0e45ca7ae1235c5a5755b80d24rbb the parent to start up a new child process immediately upon
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the old child starting shutdown.
070d2f9fd52a3f0e45ca7ae1235c5a5755b80d24rbb [Bill Stoddard]
7c19ce86bbd72bba1d018522250f5f315ffbc0afjerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix some bungling of the remote port in rfc1413.c so that
7c19ce86bbd72bba1d018522250f5f315ffbc0afjerenkrantz IdentityCheck retrieves the proper user id instead of failing
2264fbcbab4c796c4222c30393c0b218c98b6befrbb and thus always returning "nobody."
2264fbcbab4c796c4222c30393c0b218c98b6befrbb [Dick Streefland <Dick.Streefland xs4all.nl>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
2264fbcbab4c796c4222c30393c0b218c98b6befrbb *) Introduced thread saftey for mod_rewrite's internal cache.
e099672a13ea4ff4a11f130406f1baecba5949bajerenkrantz [Brian Pane <bpane pacbell.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
e099672a13ea4ff4a11f130406f1baecba5949bajerenkrantz *) Simplified mod_env's directives to behave as most directives are
9b29e0cfeb2c89a047806cc4a2a764afed6bb170wrowe expected, in that UnsetEnv will not unset a SetEnv and PassEnv
9b29e0cfeb2c89a047806cc4a2a764afed6bb170wrowe directive following that UnsetEnv within the same container.
9b29e0cfeb2c89a047806cc4a2a764afed6bb170wrowe Also provides a runtime startup warning if a PassEnv configured
9b29e0cfeb2c89a047806cc4a2a764afed6bb170wrowe environment value is undefined. [William Rowe]
441bd066858500e75e4f63ef149120bcf523de58jerenkrantz
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) The worker MPM is now completely ported to APR's new lock API. It
441bd066858500e75e4f63ef149120bcf523de58jerenkrantz uses native APR types for thread mutexes, cross-process mutexes,
d6a93816bfaa5b3de5f2e6cb0d172cbe20dd056ejerenkrantz and condition variables. [Aaron Bannert]
d6a93816bfaa5b3de5f2e6cb0d172cbe20dd056ejerenkrantz
d6a93816bfaa5b3de5f2e6cb0d172cbe20dd056ejerenkrantz *) Sync up documentation to remove all references to the now deprecated
c839614b4216fe34f6346668ad646aca2c0f23c6wrowe Port directive. [Justin Erenkrantz]
c839614b4216fe34f6346668ad646aca2c0f23c6wrowe
c839614b4216fe34f6346668ad646aca2c0f23c6wrowe *) Moved all ldap modules from the core to httpd-ldap sub-project
c839614b4216fe34f6346668ad646aca2c0f23c6wrowe [Ryan Bloom]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
c839614b4216fe34f6346668ad646aca2c0f23c6wrowe *) Exit when we can't listen on any of the configured ports. This
117e2968318323d2ad2187fcd4de379d2eca245cwrowe is the same behavior as 1.3, and it avoids having the MPMs to
117e2968318323d2ad2187fcd4de379d2eca245cwrowe deal with bogus ap_listen_rec structures. [Jeff Trawick]
117e2968318323d2ad2187fcd4de379d2eca245cwrowe
117e2968318323d2ad2187fcd4de379d2eca245cwrowe *) Cleanup the proxy code that creates a request to the origin
117e2968318323d2ad2187fcd4de379d2eca245cwrowe server. This change adds an optional hook, which allows modules
117e2968318323d2ad2187fcd4de379d2eca245cwrowe to gain control while the request is created if the proxy module
117e2968318323d2ad2187fcd4de379d2eca245cwrowe is loaded. The purpose of this hook is to allow modules to add
117e2968318323d2ad2187fcd4de379d2eca245cwrowe input and/or output filters to the request to the origin. While
117e2968318323d2ad2187fcd4de379d2eca245cwrowe I was at it, I made the core use this hook, so that proxy request
117e2968318323d2ad2187fcd4de379d2eca245cwrowe creation uses some of the code from the core. This can still be
117e2968318323d2ad2187fcd4de379d2eca245cwrowe greatly improved, but this is a good start. [Ryan Bloom]
117e2968318323d2ad2187fcd4de379d2eca245cwrowe
e9fa5a00f39f6aabbc5dcd776c5bc6bd0638f955wroweChanges with Apache 2.0.26
e9fa5a00f39f6aabbc5dcd776c5bc6bd0638f955wrowe
e9fa5a00f39f6aabbc5dcd776c5bc6bd0638f955wrowe *) Port the MaxClients changes from the worker MPM to the threaded
e9fa5a00f39f6aabbc5dcd776c5bc6bd0638f955wrowe MPM. [Ryan Bloom]
e9fa5a00f39f6aabbc5dcd776c5bc6bd0638f955wrowe
e9fa5a00f39f6aabbc5dcd776c5bc6bd0638f955wrowe *) Fix mod_proxy so that it handles chunked transfer-encoding and works
e9fa5a00f39f6aabbc5dcd776c5bc6bd0638f955wrowe with the new input filtering system. [Justin Erenkrantz]
de419544885a5c64589dddf1b8517672ee17c1feminfrin
de419544885a5c64589dddf1b8517672ee17c1feminfrin *) Introduce the MultiviewsMatch directive, to allow the operator
de419544885a5c64589dddf1b8517672ee17c1feminfrin to be flexible in recognizing Handlers and Filters filename
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb extensions as part of the Multiviews matching logic, strict with
67869a9db2967cb50405e51b1d6d1ebab1219e03trawick MultiviewsMatch NegotiatedOnly to accept only filename extentions
9c4321d9cc4eecbb0c5d568aea53d5e6812c7b96martin that designate negotiated parameters, (content type, charset, etc.)
9c4321d9cc4eecbb0c5d568aea53d5e6812c7b96martin or MultiviewsAll for the 1.3 behavior of matching any files, even
9c4321d9cc4eecbb0c5d568aea53d5e6812c7b96martin if they have unregistered extensions. [William Rowe]
9c4321d9cc4eecbb0c5d568aea53d5e6812c7b96martin
9c4321d9cc4eecbb0c5d568aea53d5e6812c7b96martin *) Fixed the configure script to add a LoadModule directive to
956c6100798467199833e7159a00506ee879d772minfrin the default httpd.conf for any module that was compiled
956c6100798467199833e7159a00506ee879d772minfrin as a DSO. [Aaron Bannert <aaron clove.org>]
956c6100798467199833e7159a00506ee879d772minfrin
956c6100798467199833e7159a00506ee879d772minfrin *) rewrite mod_ssl input filtering to work with the new input filtering
956c6100798467199833e7159a00506ee879d772minfrin system. [Justin Erenkrantz]
956c6100798467199833e7159a00506ee879d772minfrin
47697533fd7ced2259f9150677ea5efa583b6c13rbb *) prefork: Don't segfault when we are able to listen on some but
47697533fd7ced2259f9150677ea5efa583b6c13rbb not all of the configured ports. [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
47697533fd7ced2259f9150677ea5efa583b6c13rbb *) Build mod_so even if no core modules are built shared.
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe [Aaron Bannert <aaron clove.org>]
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe *) Introduce ap_directory_walk rewrite (with further optimizations
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe required) to adapt to the ap_process_request_internal() changes.
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe Optimized so subrequests and redirects now reuse previous section
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe merges, until we mismatch with the original directory_walk, and
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe precomputed r->finfo results will cause directory_walk to skip
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe the most expensive phases of the function. [William Rowe]
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe
7ba1a2c8babfd7c7c46bb03567a868d51e1023dbwrowe *) Allow ApacheMonitor to connect to and control Apache on other
b2c2c8a4bc977c0a6bb937af995efc56dc3879a3wrowe WinNT/2K machines. [Mladen Turk <mturk mappingsoft.com>]
b2c2c8a4bc977c0a6bb937af995efc56dc3879a3wrowe
b2c2c8a4bc977c0a6bb937af995efc56dc3879a3wrowe *) Remove the Port directive. In it's place, the Listen directive
b2c2c8a4bc977c0a6bb937af995efc56dc3879a3wrowe is now a required directive, which tells Apache what port to
b2c2c8a4bc977c0a6bb937af995efc56dc3879a3wrowe listen on. The ServerName directive has also been extended
67869a9db2967cb50405e51b1d6d1ebab1219e03trawick to accept an optional port. If the port is specified to the
67869a9db2967cb50405e51b1d6d1ebab1219e03trawick ServerName, the server will report that port whenever it
67869a9db2967cb50405e51b1d6d1ebab1219e03trawick reports the port that it is listening on. This change was
4d003677925ceb0abefb9c95355b4c9e9e502899rederpj made to ease configuration errors that stem from having a Port
4d003677925ceb0abefb9c95355b4c9e9e502899rederpj directive, and a Listen directive. In that situation, the server
4d003677925ceb0abefb9c95355b4c9e9e502899rederpj would only listen to the port specified by the Listen command,
67869a9db2967cb50405e51b1d6d1ebab1219e03trawick which caused a lot of confusion to users. [Ryan Bloom]
4d003677925ceb0abefb9c95355b4c9e9e502899rederpj
e00ae6859667e293a4c40108f524408ae1289f2frbb *) Added mod_mime_magic, mod_unique_id and mod_vhost_alias to the Win32
0db1b9810f06c0e3c537e0e0dfbc30160c308526trawick build, as loadable modules. [William Rowe]
0db1b9810f06c0e3c537e0e0dfbc30160c308526trawick
0db1b9810f06c0e3c537e0e0dfbc30160c308526trawick *) Fix --enable-mods-shared processing. If most is specified,
13bac43a0f21d8c6401debc1baa76be984474074rbb then all modules that can be compiled as shared modules are.
13bac43a0f21d8c6401debc1baa76be984474074rbb [Aaron Bannert <aaron clove.org>]
13bac43a0f21d8c6401debc1baa76be984474074rbb
053497224246c4dbef9af594cacf5c00ed271e6cwrowe *) Update the mime.types file to map video/vnd.mpegurl to mxu
053497224246c4dbef9af594cacf5c00ed271e6cwrowe and add commonly used audio/x-mpegurl for m3u extensions.
053497224246c4dbef9af594cacf5c00ed271e6cwrowe [Heiko Recktenwald <uzs106 uni-bonn.de>, Lars Eilebrecht]
053497224246c4dbef9af594cacf5c00ed271e6cwrowe
053497224246c4dbef9af594cacf5c00ed271e6cwrowe *) Eliminate the depreciated r->content_language, in favor of the array
ac06e54654494445fd3d39e90bd23b436b4f84ccwrowe r->content_languages introduced many years ago. Module authors must
ac06e54654494445fd3d39e90bd23b436b4f84ccwrowe substantially overhaul their modules, so this needs to be upgraded
ac06e54654494445fd3d39e90bd23b436b4f84ccwrowe if the module still relied on backwards-brokeness. [William Rowe]
ac06e54654494445fd3d39e90bd23b436b4f84ccwrowe
ac06e54654494445fd3d39e90bd23b436b4f84ccwrowe *) Allow configure help strings to work with autoconf 2.50+ and 2.13.
ac06e54654494445fd3d39e90bd23b436b4f84ccwrowe [Justin Erenkrantz]
ac06e54654494445fd3d39e90bd23b436b4f84ccwrowe
314b1f3fac7a0b556146ef055f37df00020604d0jwoolley *) Rewrite the input filtering mechanisms to consolidate and reorganize
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc code. In short, core_input_filter does something now and
78e8198247420a3efeb21e38b42c423e5863cbb0jwoolley ap_http_filter is now only concerned with HTTP. [Justin Erenkrantz]
78e8198247420a3efeb21e38b42c423e5863cbb0jwoolley
78e8198247420a3efeb21e38b42c423e5863cbb0jwoolley *) Update the Win32 build to re-absorb mod_proxy and family.
a2a0abd88b19e042a3eb2a9fa1702c25ad51303dwrowe [William Rowe]
a2a0abd88b19e042a3eb2a9fa1702c25ad51303dwrowe
a2a0abd88b19e042a3eb2a9fa1702c25ad51303dwrowe *) Resolved the build failure on Win32 using MSVC 5.0 (without the
a2a0abd88b19e042a3eb2a9fa1702c25ad51303dwrowe current SDK.) [William Rowe]
a2a0abd88b19e042a3eb2a9fa1702c25ad51303dwrowe
a2a0abd88b19e042a3eb2a9fa1702c25ad51303dwrowe *) Some style changes to the code that does ProxyErrorOverride. Fixed
a906160166014e14adc01c87a956d89de0d79918rbb config merge behaviour. [Graham Leggett]
a906160166014e14adc01c87a956d89de0d79918rbb
a906160166014e14adc01c87a956d89de0d79918rbb *) Allow support programs to be compiled against a static version
a906160166014e14adc01c87a956d89de0d79918rbb of libapr. This allows the smaller support programs to be
a906160166014e14adc01c87a956d89de0d79918rbb relocated. [Aaron Bannert <aaron clove.org>]
a906160166014e14adc01c87a956d89de0d79918rbb
a906160166014e14adc01c87a956d89de0d79918rbb *) Update the mime.types file to the registered media types as
7f66c5be12d3b48b1ebfa79033c099e4f91ff302dougm of 2001-09-25, and add mapping for xsl extension [Mark Cox]
7f66c5be12d3b48b1ebfa79033c099e4f91ff302dougm
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix MaxClients in the Worker MPM, so that it specifies the maximum
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe number of clients that can connect at the same time, instead of
7f66c5be12d3b48b1ebfa79033c099e4f91ff302dougm specifying the maximum number of child processes.
e00ae6859667e293a4c40108f524408ae1289f2frbb [Aaron Bannert <aaron clove.org>]
e00ae6859667e293a4c40108f524408ae1289f2frbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Switch proc_pthread AcceptMutex configuration directive to pthread to
e00ae6859667e293a4c40108f524408ae1289f2frbb be consistent with 1.3. [Justin Erenkrantz]
e00ae6859667e293a4c40108f524408ae1289f2frbb
e00ae6859667e293a4c40108f524408ae1289f2frbb *) Cache apr_explode_localtime() value for 15 seconds.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Brian Pane <bpane pacbell.net>]
d94fd18ee21dc9b8c1f422144a881e941687d41fdougm
53b8cdb3621b11b897438d8990d20e0b78f0d4b7rederpj *) Fix mod_include to not return ETag or Last-Modified headers.
53b8cdb3621b11b897438d8990d20e0b78f0d4b7rederpj [Ian Holsman <ianh cnet.com>]
53b8cdb3621b11b897438d8990d20e0b78f0d4b7rederpj
53b8cdb3621b11b897438d8990d20e0b78f0d4b7rederpj *) Fix worker MPM's scoreboard logic. [Aaron Bannert <aaron clove.org>]
53b8cdb3621b11b897438d8990d20e0b78f0d4b7rederpj
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Eliminate the wasteful run-time conversion of method names from strings
53b8cdb3621b11b897438d8990d20e0b78f0d4b7rederpj to numbers in places where the methods are known at compile time.
a1373889aeb316ed9d1b0f24a715e919d02a4d99dougm [Brian Pane <bpane pacbell.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
a1373889aeb316ed9d1b0f24a715e919d02a4d99dougm *) Turn the worker MPM's queue into a LIFO. This may
6b025bd5a034790b2bb31236092265e154d6a565dougm improve cache-hit performance under some conditions.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Aaron Bannert <aaron clove.org>]
330e5149d05dc4f5121b30964753167e43690afdrbb
d0af34e0d69afb8195eee403c60357d59ac046e1trawick *) Switch back to SIGUSR1 for graceful restarts on all platforms that
d0af34e0d69afb8195eee403c60357d59ac046e1trawick support it. [Justin Erenkrantz]
d0af34e0d69afb8195eee403c60357d59ac046e1trawick
d0af34e0d69afb8195eee403c60357d59ac046e1trawick *) Cleanup the worker MPM. We no longer re-use transaction
91cbefdfe308c93892b52045a5f0253506432cd0trawick pools. This incurs less overhead than shuffling the pools
91cbefdfe308c93892b52045a5f0253506432cd0trawick around so that they can be re-used. Remove one of the
598ce99543701a45a31bb01bf73c83d894592491rederpj queue's condition variables. We just redefined the API to
598ce99543701a45a31bb01bf73c83d894592491rederpj state that you can't try to add more stuff than you allocated
598ce99543701a45a31bb01bf73c83d894592491rederpj segments for. [Aaron Bannert <aaron clove.org>]
598ce99543701a45a31bb01bf73c83d894592491rederpj
fa687651463b68c7cc0dda80341712d1ef9543efwrowe *) Fix SSL VPATH builds [Cody Sherr <csherr covalent.net>]
fa687651463b68c7cc0dda80341712d1ef9543efwrowe
fa687651463b68c7cc0dda80341712d1ef9543efwrowe *) Fixed persistent connections when a request contains a body.
fa687651463b68c7cc0dda80341712d1ef9543efwrowe [Greg Stein]
7680ff9dd09d8feb9db31d23f33458d0464e92f1wrowe
7680ff9dd09d8feb9db31d23f33458d0464e92f1wrowe *) mod_dav uses a new API to speak to the backend provider for dead
7680ff9dd09d8feb9db31d23f33458d0464e92f1wrowe property management. [Greg Stein]
7680ff9dd09d8feb9db31d23f33458d0464e92f1wrowe
c760d13cffeef40df3f8c5a798e40a064dc80067bjh *) Remove the Win32 script-processing exception from mod_cgi, and
c760d13cffeef40df3f8c5a798e40a064dc80067bjh roll build_command_line/build_argv_list into a unified, overrideable
78980330fa2be5f42eb3a9c9b73a71a5168944e6minfrin ap_cgi_build_command optional function. [William Rowe]
78980330fa2be5f42eb3a9c9b73a71a5168944e6minfrin
78980330fa2be5f42eb3a9c9b73a71a5168944e6minfrin *) Rewrite find_start_sequence to use a better search algorithm
78980330fa2be5f42eb3a9c9b73a71a5168944e6minfrin to find the start tag. [Justin Erenkrantz]
1fff95696a94273a1629649652cbc5d2e9e8ce39minfrin
1fff95696a94273a1629649652cbc5d2e9e8ce39minfrin *) Fix a seg fault in mod_include. When we are generating an
1fff95696a94273a1629649652cbc5d2e9e8ce39minfrin internal redirect, we must set r->uri to "", not a bogus
90ad571a3ddd07e9b96f06b6b425295e1ec93da0minfrin string, and not NULL. [Ryan Bloom]
90ad571a3ddd07e9b96f06b6b425295e1ec93da0minfrin
90ad571a3ddd07e9b96f06b6b425295e1ec93da0minfrin *) Optimized location_walk, so subrequests, redirects and second passes
90ad571a3ddd07e9b96f06b6b425295e1ec93da0minfrin now reuse previous section merges on a <Location > by <Location >
90ad571a3ddd07e9b96f06b6b425295e1ec93da0minfrin basis, until we mismatch with the original location_walk.
10dd882bd22449ec6c1b8fb0c5227727e2232ba8minfrin [William Rowe]
10dd882bd22449ec6c1b8fb0c5227727e2232ba8minfrin
10dd882bd22449ec6c1b8fb0c5227727e2232ba8minfrin *) Back out the 1.45 change to util_script.c. This change made
89342f4a895e67868f8fe37a0ac77f1dd9f91868minfrin us set the environment variable REQUEST_URI to the redirected
89342f4a895e67868f8fe37a0ac77f1dd9f91868minfrin URI, instead of the originally requested URI.
89342f4a895e67868f8fe37a0ac77f1dd9f91868minfrin [Taketo Kabe <kabe sra-tohoku.co.jp>]
89342f4a895e67868f8fe37a0ac77f1dd9f91868minfrin
7a027a168069a89ca0946e04294f5130d9cbe3b8rederpj *) Make mod_include do lazy evaluation of potentially expensive to
7a027a168069a89ca0946e04294f5130d9cbe3b8rederpj compute variables. [Brian Pane <bpane pacbell.net>]
7a027a168069a89ca0946e04294f5130d9cbe3b8rederpj
10dd882bd22449ec6c1b8fb0c5227727e2232ba8minfrin *) Fix logging of bytes sent for HEAD requests. %b and %B should
7a027a168069a89ca0946e04294f5130d9cbe3b8rederpj log either - or 0, before this patch, they were both logging
29caf394750ea44e25d289a9aa7b92b9823faa8aminfrin the file size. [Taketo Kabe <kabe sra-tohoku.co.jp>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
29caf394750ea44e25d289a9aa7b92b9823faa8aminfrin *) Make mod_include check for BYTE_CHECK_THRESHOLD per bucket rather
29caf394750ea44e25d289a9aa7b92b9823faa8aminfrin than per character. [Brian Pane <bpane pacbell.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
29caf394750ea44e25d289a9aa7b92b9823faa8aminfrin *) Normalize the primary request, redirects and sub-requests to
330e5149d05dc4f5121b30964753167e43690afdrbb run the same ap_process_request_internal for consistency in
330e5149d05dc4f5121b30964753167e43690afdrbb robustness, behavior and security. [William Rowe]
330e5149d05dc4f5121b30964753167e43690afdrbb
330e5149d05dc4f5121b30964753167e43690afdrbb *) Fix a segfault with mod_include when r->path_info is not set
9222dcffcfe8d92f94c85d4e857af7b63264c9dcrbb (which is the case with mod_proxy). [Ian Holsman <ianh cnet.com>]
5ba9b0e6d4e69e3daaad80eba67774408a2355f2wrowe
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick *) Add -X functionality back. This indicates to all MPMs and any other
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick part of Apache that it should run in "debug" mode. [Justin Erenkrantz]
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick
bfad8636cb9e52b309679a90dadc91b635ecfe2atrawick *) Some initial support for the cygwin platform [prefork only].
bfad8636cb9e52b309679a90dadc91b635ecfe2atrawick This is not to be confused with support for the WinNT/Win32
bfad8636cb9e52b309679a90dadc91b635ecfe2atrawick platform, which is the recommended configuration for native
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick Win32 users. The cygwin platform support is recommended for
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick cygwin platform users. [Stipe Tolj <tolj wapme-systems.de>]
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick *) Changed syntax of Set{Input|Output}Filter. The list of filters
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick must be semicolon delimited (if more than one filter is given.)
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick The Set{Input|Output}Filter directive now overrides a parent
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick container's directive (e.g. SetInputFilter in <Directory /web/foo>
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick will override any SetInputFilter directive in <Directory /web>.)
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick This new syntax is more consistent with Add{Input|Output}Filter
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick directives defined in mod_mime. Also cures a bug in prior releases
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick where the Set{Input|Output}Filter directive would corrupt the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe global configuration if the multiple directives were nested.
bb5c04f1ab6c2913d49b263e26302c748a1aa70btrawick [William Rowe]
50e228f0b8429c27e411611f4863fafaba403b47wrowe
50e228f0b8429c27e411611f4863fafaba403b47wrowe *) Cured what's ailed mime for quite some time. If an AddSomething
50e228f0b8429c27e411611f4863fafaba403b47wrowe was given in the configuration (Language, Charset, Handler or
50e228f0b8429c27e411611f4863fafaba403b47wrowe Encoding) Apache would set the content type as given by AddType,
50e228f0b8429c27e411611f4863fafaba403b47wrowe but refused to check the mime.types file if AddType wasn't given
50e228f0b8429c27e411611f4863fafaba403b47wrowe for that specific extension. Setting the AddHandler for .html
7ba58e7e63da9a8b84f6160c476a0c9d639c81e9trawick without setting the AddType text/html html would cause Apache to
7ba58e7e63da9a8b84f6160c476a0c9d639c81e9trawick use the default content type. [William Rowe]
7ba58e7e63da9a8b84f6160c476a0c9d639c81e9trawick
7ba58e7e63da9a8b84f6160c476a0c9d639c81e9trawick *) Added some bulletproofing to memory allocation in the LDAP cache
7ba58e7e63da9a8b84f6160c476a0c9d639c81e9trawick code. [Graham Leggett]
7ba58e7e63da9a8b84f6160c476a0c9d639c81e9trawick
7ba58e7e63da9a8b84f6160c476a0c9d639c81e9trawickChanges with Apache 2.0.25
0315d8e436a65aa1fd145ce0a84f6c0f21e304c0wrowe
0315d8e436a65aa1fd145ce0a84f6c0f21e304c0wrowe *) Move the installed /manual directory out of the /htdocs/ tree, so
0315d8e436a65aa1fd145ce0a84f6c0f21e304c0wrowe that it can be kept more independently from the remaining document
6270ac7f45156afd9d798dc28f1c6e1d09e040c1rbb root. The "Alias /manual ..." already allowed for easy projection
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe into existing private document trees. [Martin Kraemer]
6270ac7f45156afd9d798dc28f1c6e1d09e040c1rbb
496dc24432cc5c9f95a627865879d4b83dca1055coar *) Add specified user attributes to the environment when using
496dc24432cc5c9f95a627865879d4b83dca1055coar mod_auth_ldap. This allows you to use mod_include to embed specified
496dc24432cc5c9f95a627865879d4b83dca1055coar user attributes in a page like so:
496dc24432cc5c9f95a627865879d4b83dca1055coar Hello <!--#echo var="AUTHENTICATE_CN"-->, how are you?
5b5d90c6d3ffb9e28a62c6bc8e2cb60e4740f7f7coar [Graham Leggett]
5b5d90c6d3ffb9e28a62c6bc8e2cb60e4740f7f7coar
496dc24432cc5c9f95a627865879d4b83dca1055coar *) Fix a performance problem with the worker MPM. We now create
622f0f22cd52de0e9904b218defdeb3181e113f3trawick transaction pools once, and re-use them for each connection.
622f0f22cd52de0e9904b218defdeb3181e113f3trawick [Aaron Bannert <aaron clove.org>]
622f0f22cd52de0e9904b218defdeb3181e113f3trawick
622f0f22cd52de0e9904b218defdeb3181e113f3trawick *) Modfied mod_mime to prevent mod_negotation from serving a multiview
622f0f22cd52de0e9904b218defdeb3181e113f3trawick of a 'handler' or 'filter', so that any filename extension that does
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe not contribute to the negotiated metadata can't be served without
e83476358ef015a1959284421fdc25ab18a7aa02rbb an explicit request. E.g., if the .Z extension is associated with
7b4c4bb891261e613de39a021d7554fd08132fc5rbb an unzip filter, the user request somefile.Z.html, mod_negotiation
7b4c4bb891261e613de39a021d7554fd08132fc5rbb won't serve it. It can serve somefile.Z.html when somefile.Z is
7b4c4bb891261e613de39a021d7554fd08132fc5rbb requested, since the .Z extension is explictly requested, if the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe .html extension is associated with ContentType text/html.
7b4c4bb891261e613de39a021d7554fd08132fc5rbb [William Rowe]
22d41dd622ae45958da09d4afd1163fd1923f7ddjwoolley
4c6731b2f737f8d7fcacd44b97d9e6bab745f1a5rbb *) Introduce the AddInputFilter filter[;filter...] ext [ext...]
4c6731b2f737f8d7fcacd44b97d9e6bab745f1a5rbb and corresponding AddOutputFilter syntax, to insert one or more
4c6731b2f737f8d7fcacd44b97d9e6bab745f1a5rbb filters by mod_mime filename extension processing.
0917cf91e713579b7ee0b03e499a08d7c3ec2d88rbb [William Rowe]
0917cf91e713579b7ee0b03e499a08d7c3ec2d88rbb
0917cf91e713579b7ee0b03e499a08d7c3ec2d88rbb *) Fix a growing connection pool in core_output_filter() for
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe keepalive requests. [Jeff Trawick]
0917cf91e713579b7ee0b03e499a08d7c3ec2d88rbb
251b60354534e12b004603ecf2a83f32756dc885rbb *) Moved split_and_pass_pretag_buckets back to being a
251b60354534e12b004603ecf2a83f32756dc885rbb macro at Ryans's request. Removed the return from it
251b60354534e12b004603ecf2a83f32756dc885rbb by setting and returning a return code instead. Updated
251b60354534e12b004603ecf2a83f32756dc885rbb the code to check the return code from the macro and
251b60354534e12b004603ecf2a83f32756dc885rbb do the right thing. [Paul J. Reder]
251b60354534e12b004603ecf2a83f32756dc885rbb
251b60354534e12b004603ecf2a83f32756dc885rbb *) Fix a segfault when a numeric value was received for Host:.
251b60354534e12b004603ecf2a83f32756dc885rbb [Jeff Trawick]
251b60354534e12b004603ecf2a83f32756dc885rbb
12348d5b520522b6581d907ef9c1ceda029fbc05rbb *) Add a function ap_remove_input_filter. This is to match
22d41dd622ae45958da09d4afd1163fd1923f7ddjwoolley up with ap_remove_output_filter. [Ryan Bloom]
12348d5b520522b6581d907ef9c1ceda029fbc05rbb
12348d5b520522b6581d907ef9c1ceda029fbc05rbb *) Clean up location_walk, so that this step performs a minimum
12348d5b520522b6581d907ef9c1ceda029fbc05rbb amount of redundant effort (it must be run twice, but it will no
a3b2a05c4c0f6a29e75c9349b85640192f6a8bfejwoolley longer reparse all <Location > blocks when the request uri
f8b7801ea5717ef22cc0d02bffacfd5f9e48f898gregames hadn't changed.) [William Rowe]
d65b067e7797b56d6678b0ddcd0aa9258cd55e64trawick
d65b067e7797b56d6678b0ddcd0aa9258cd55e64trawick *) Eliminate proxy: (and all other 'special') processing from the
416713f4130a31ae7317885c4638b3753c40a5e9jwoolley ap_directory_walk() phase. Modules that want to use special
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe walk logic should refer to the mod_proxy map_to_location example,
416713f4130a31ae7317885c4638b3753c40a5e9jwoolley with it's proxy_walk and proxysection implementation. This makes
f947ecf8a772cbfcce0315feb68ad88e84299ad0trawick either directory_walk flavor much more legible, since that phase
f947ecf8a772cbfcce0315feb68ad88e84299ad0trawick only runs against real <Directory > blocks.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [William Rowe]
f947ecf8a772cbfcce0315feb68ad88e84299ad0trawick
82efd02118af953c3840478fa5e979a4194a579fwrowe *) SECURITY: Fix a security problem in mod_include which would allow
82efd02118af953c3840478fa5e979a4194a579fwrowe an SSI document to be passed to the client unparsed.
82efd02118af953c3840478fa5e979a4194a579fwrowe [Cliff Woolley, Brian Pane]
82efd02118af953c3840478fa5e979a4194a579fwrowe
82efd02118af953c3840478fa5e979a4194a579fwrowe *) Introduce the map_to_storage hook, which allows modules to bypass
82efd02118af953c3840478fa5e979a4194a579fwrowe the directory_walk and file_walk for non-file requests. TRACE
82efd02118af953c3840478fa5e979a4194a579fwrowe shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
82efd02118af953c3840478fa5e979a4194a579fwrowe directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
82efd02118af953c3840478fa5e979a4194a579fwrowe [William Rowe]
82efd02118af953c3840478fa5e979a4194a579fwrowe
82efd02118af953c3840478fa5e979a4194a579fwrowe *) Add the ability for mod_include to add the INCLUDES filter
82efd02118af953c3840478fa5e979a4194a579fwrowe if the file is configured for the server-parsed handler.
82efd02118af953c3840478fa5e979a4194a579fwrowe This makes the configuration for .shtml files much easier
82efd02118af953c3840478fa5e979a4194a579fwrowe to understand, and allows mod_include to honor Apache 1.3
ff2fef0d709ee06646b3462cd3ef39648a54c7f7jwoolley config files. Based on Doug MacEachern's patch to PHP
ff2fef0d709ee06646b3462cd3ef39648a54c7f7jwoolley to do the same thing. [Ryan Bloom]
ff2fef0d709ee06646b3462cd3ef39648a54c7f7jwoolley
ff2fef0d709ee06646b3462cd3ef39648a54c7f7jwoolley *) force OpenSSL to ignore process local-caching and to always
416713f4130a31ae7317885c4638b3753c40a5e9jwoolley get/set/delete sessions using mod_ssl's callbacks
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>,
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe Geoff Thorpe <geoff geoffthorpe.net>]
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe *) Make the worker MPM shutdown and restart cleanly. This also
416713f4130a31ae7317885c4638b3753c40a5e9jwoolley cleans up some race conditions, and gets the worker using
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe pools more cleanly. [Aaron Bannert <aaron clove.org>]
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe *) Implement CRYPTO_set_locking_callback() in terms of apr_lock
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe for mod_ssl
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe
416713f4130a31ae7317885c4638b3753c40a5e9jwoolley *) Fix for mod_include. Ryan's patch to check error
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe codes put a return in the wrong place. Also, the
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe include handler return code wasn't being checked.
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe I don't like macros with returns, so I converted
416713f4130a31ae7317885c4638b3753c40a5e9jwoolley SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe [Paul J. Reder <rederpj raleigh.ibm.com>]
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe *) fix segv in mod_mime if no AddTypes are configured
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe [John Sterling <sterling covalent.net>]
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe
77e04697cbdb146d93cd22ad9f1c5e74ef8f9cbcwrowe *) Enable ssl client authentication at SSL_accept time
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
731c41a39b8273a6c4b8b87b6fd0ba5c7f3f9e2bwrowe
731c41a39b8273a6c4b8b87b6fd0ba5c7f3f9e2bwrowe *) Fix a segfault in mod_include when the original request has no
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe associated filename (e.g., we're filtering the error document for
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe a bad URI). [Jeff Trawick]
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe *) Fix a storage leak (a strdup() call) in mod_mime_magic. [Jeff Trawick]
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe
731c41a39b8273a6c4b8b87b6fd0ba5c7f3f9e2bwrowe *) The prefork and OS/2 MPMs are overwriting the pid file when a second copy
cd32ea298a494089c6886c8de0e8ad13ddc7ee6cwrowe of httpd is started and shuts down due to socket conflict. Moving the
cd32ea298a494089c6886c8de0e8ad13ddc7ee6cwrowe call to ap_log_pid solves the problem.
cd32ea298a494089c6886c8de0e8ad13ddc7ee6cwrowe
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe *) Changed the late-1.3 log_config substitution %c to %X, to log the
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe status of the closed connection, as it conflicts with the far more
cd32ea298a494089c6886c8de0e8ad13ddc7ee6cwrowe common, historical ssl logging directive %...{var}c. [William Rowe]
af2bf35f47aaa3f1a3b1fe8336b9d20efad5b7e9gregames
af2bf35f47aaa3f1a3b1fe8336b9d20efad5b7e9gregames *) Added the common error/ tree to the build/install targets
af2bf35f47aaa3f1a3b1fe8336b9d20efad5b7e9gregames (similar to the common icons/ tree) for the multi-language error
af2bf35f47aaa3f1a3b1fe8336b9d20efad5b7e9gregames messages that Lars committed earlier. [William Rowe]
e49758465fbf67f29f9aeda996d09f7cc6fa9fe5rbb
e49758465fbf67f29f9aeda996d09f7cc6fa9fe5rbb *) Added a multi process, multi threaded OS/2 MPM mpmt_os2. [Brian Havard]
e49758465fbf67f29f9aeda996d09f7cc6fa9fe5rbb
e49758465fbf67f29f9aeda996d09f7cc6fa9fe5rbb *) Added a default commented-out mod_ldap and mod_auth_ldap
e49758465fbf67f29f9aeda996d09f7cc6fa9fe5rbb configuration to httpd-std.conf and httpd-win.conf
81e5d74ef38fbf76853e1fbdd95c117e130e473frbb [Graham Leggett]
81e5d74ef38fbf76853e1fbdd95c117e130e473frbb
81e5d74ef38fbf76853e1fbdd95c117e130e473frbb *) Added documentation for mod_ldap and mod_auth_ldap.
81e5d74ef38fbf76853e1fbdd95c117e130e473frbb [Graham Leggett]
81e5d74ef38fbf76853e1fbdd95c117e130e473frbb
81e5d74ef38fbf76853e1fbdd95c117e130e473frbb *) Enabled negative caching on attribute comparisons in the LDAP cache.
62db15de4c1f335a64d45821796ae197cff94ef8rbb Fixed a problem where the default cache TTL was set in milliseconds
62db15de4c1f335a64d45821796ae197cff94ef8rbb not microseconds causing the cache to time out almost immediately.
62db15de4c1f335a64d45821796ae197cff94ef8rbb [Graham Leggett]
62db15de4c1f335a64d45821796ae197cff94ef8rbb
62db15de4c1f335a64d45821796ae197cff94ef8rbb *) Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe module code to follow APR. [Graham Leggett]
62db15de4c1f335a64d45821796ae197cff94ef8rbb
f2e16ea0697f128c32da623a0b2b9d0f81c5ebcawrowe *) Fixed LDAP cleanup on graceful restarts. LDAP connections are now
f2e16ea0697f128c32da623a0b2b9d0f81c5ebcawrowe cleaned up when the connection pool pool is cleaned up.
f2e16ea0697f128c32da623a0b2b9d0f81c5ebcawrowe [Graham Leggett]
3463e3fe80229b9cded9130e8bd13e961ad2ad2cwrowe
3463e3fe80229b9cded9130e8bd13e961ad2ad2cwrowe *) Fix a minor issue with Jeff Trawick's mod_include
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe patch. Without this patch, the code will just allocate
3463e3fe80229b9cded9130e8bd13e961ad2ad2cwrowe more bytes in get_combined_directive than are needed.
7ff254655b6cb0516fa27409470a98554bbec706wrowe [Paul Reder]
f8b7801ea5717ef22cc0d02bffacfd5f9e48f898gregames
f8b7801ea5717ef22cc0d02bffacfd5f9e48f898gregames *) Added the LDAP authentication module mod_auth_ldap.
f8b7801ea5717ef22cc0d02bffacfd5f9e48f898gregames [Dave Carrigan <dave rudedog.org>, Graham Leggett]
f8b7801ea5717ef22cc0d02bffacfd5f9e48f898gregames
f8b7801ea5717ef22cc0d02bffacfd5f9e48f898gregames *) Added the LDAP cache and connection pooling module mod_ldap.
286129112dc6bfee53f0db4f945d3352d4d5bed7stoddard [Dave Carrigan <dave rudedog.org>, Graham Leggett]
eccae8f28bd9fcf6a2d1f29548f7c3b8e297c712wrowe
b1627fe7e2cb3809dcdfdf1fcbbb6dbccaf788c6rbb *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
b1627fe7e2cb3809dcdfdf1fcbbb6dbccaf788c6rbb by allowing a module to disable itself if its prerequisites are not
b1627fe7e2cb3809dcdfdf1fcbbb6dbccaf788c6rbb met. [Justin Erenkrantz]
b1627fe7e2cb3809dcdfdf1fcbbb6dbccaf788c6rbb
b1627fe7e2cb3809dcdfdf1fcbbb6dbccaf788c6rbbChanges with Apache 2.0.24
eccae8f28bd9fcf6a2d1f29548f7c3b8e297c712wrowe
eccae8f28bd9fcf6a2d1f29548f7c3b8e297c712wrowe *) Fix a couple of issues in mod_include when the tag appeared at
eccae8f28bd9fcf6a2d1f29548f7c3b8e297c712wrowe offsets near 8192 in the file being parsed. [Jeff Trawick]
eccae8f28bd9fcf6a2d1f29548f7c3b8e297c712wrowe
4e136881902ae5dfba3c59a23db7aa09345cea3awrowe *) Fix an assertion failure in mod_ssl when the keepalive timeout is
06c2a9f9fcea4b8a21d6b7ffdd50c7a40edf10ffgregames reached. [Jeff Trawick]
06c2a9f9fcea4b8a21d6b7ffdd50c7a40edf10ffgregames
06c2a9f9fcea4b8a21d6b7ffdd50c7a40edf10ffgregames *) Numerous improvements to the Win32 build system. Introduced command line
06c2a9f9fcea4b8a21d6b7ffdd50c7a40edf10ffgregames builds without requiring .mak files for MSVC 6.0 and later versions.
263dbbd9c2a6952e756973b3dde9beeaf8eff6b7gregames Improved .dsp file compatibility for both Visual Studio 5.0 and 6.0 users.
6529086e53a38486d6cf0eac256b96548b6ef299wrowe [William Rowe]
6529086e53a38486d6cf0eac256b96548b6ef299wrowe
6529086e53a38486d6cf0eac256b96548b6ef299wrowe *) Assorted corrections and improvements to the winnt_mpm startup code. Better
6529086e53a38486d6cf0eac256b96548b6ef299wrowe reporting of uninstalled services and other error conditions, and changed the
6529086e53a38486d6cf0eac256b96548b6ef299wrowe default service name to Apache2. [William Rowe]
6529086e53a38486d6cf0eac256b96548b6ef299wrowe
6529086e53a38486d6cf0eac256b96548b6ef299wrowe *) Numerous improvements to the Win32 ApacheMonitor utility, including winnt_mpm
6529086e53a38486d6cf0eac256b96548b6ef299wrowe compatibility with existing Apache 1.3 Win32 Apache management utilites.
6529086e53a38486d6cf0eac256b96548b6ef299wrowe [Mladen Turk <mturk mappingsoft.com>, William Rowe]
6529086e53a38486d6cf0eac256b96548b6ef299wrowe
9876642ec8126175f143702d7b949643f8128fdftrawick *) Fixed the segfaults in mod_mime introduced by hash tables in 2.0.20.
9876642ec8126175f143702d7b949643f8128fdftrawick [William Rowe, Greg Ames]
9876642ec8126175f143702d7b949643f8128fdftrawick
263dbbd9c2a6952e756973b3dde9beeaf8eff6b7gregames *) Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage
263dbbd9c2a6952e756973b3dde9beeaf8eff6b7gregames and RemoveCharset directives. [William Rowe]
263dbbd9c2a6952e756973b3dde9beeaf8eff6b7gregames
263dbbd9c2a6952e756973b3dde9beeaf8eff6b7gregames *) The Unix MPMs other than perchild now allow child server
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe processes to use the accept mutex when starting as root and
0f2ac39337f7543f197db8b040f596123167eb2dstoddard using SysV sems for the accept mutex. Previously, this
0f2ac39337f7543f197db8b040f596123167eb2dstoddard combination would lead to fatal errors in the child server
0f2ac39337f7543f197db8b040f596123167eb2dstoddard processes. perchild can't use SysV sems because of security
0f2ac39337f7543f197db8b040f596123167eb2dstoddard issues. [Jeff Trawick, Greg Ames]
0f2ac39337f7543f197db8b040f596123167eb2dstoddard
5183e10e45a86e2dd1112a4d71c24db3facbbc9agregames *) Added Win32 revision stamp resources to all http binaries
5183e10e45a86e2dd1112a4d71c24db3facbbc9agregames (including modules/ and support/ tools.) PR7322 [William Rowe]
5183e10e45a86e2dd1112a4d71c24db3facbbc9agregames
0f2ac39337f7543f197db8b040f596123167eb2dstoddard *) Fix ap_rvprintf to support more than 4K of data at one time.
4ff47e3535a6da266acc3f0cf743046dbf16a856rbb [Cody Sherr <csherr covalent.net>]
afab3e893c3fecabf2e3cac4e37ada58db984cearbb
afab3e893c3fecabf2e3cac4e37ada58db984cearbb *) We have always used the obsolete/deprecated Netscape syntax
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe for our tracking cookies; now the CookieStyle directive
afab3e893c3fecabf2e3cac4e37ada58db984cearbb allows the Webmaster to choose the Netscape, RFC2109, or
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb RFC2965 format. The new CookieDomain directive allows the
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb setting of the cookie's Domain= attribute, too. PR #s 5006,
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb 5023, 5920, 6140 [Ken Coar]
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Tweak server/Makefile so that the rules for generating exports.c
612ea048caf897cb6e69dc296d2b143a08ba83a0rbb are compatible with make utilities which don't expand wildcards
67e81f5f6ddfe2e3d1f1208a04b8ccd368c658farbb in a dependency list (e.g., OS/390 make, certain levels of GNU
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard make). [Jeff Trawick]
6529086e53a38486d6cf0eac256b96548b6ef299wrowe
6529086e53a38486d6cf0eac256b96548b6ef299wrowe *) Install the SSL headers. [John Sterling <sterling covalent.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
6529086e53a38486d6cf0eac256b96548b6ef299wrowe *) Begin to sanitize the MPM configuration directives. Now, all
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe MPMs use the same functions for all common MPM directives. This
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe should make it easier to catch all bugs in these directives once.
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe [Cody Sherr <csherr covalent.net>]
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe *) Close a major resource leak. Every time we had issued a
65db4f712167a3498de73cee5c08032a8aa6a010rbb graceful restart, we leaked a socket descriptor.
65db4f712167a3498de73cee5c08032a8aa6a010rbb [Ryan Bloom]
65db4f712167a3498de73cee5c08032a8aa6a010rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix a problem with the new method code. We need to cast
65db4f712167a3498de73cee5c08032a8aa6a010rbb the 1 to an apr_int64_t or it will be treated as a 32-bit
ed4f9ec869d7fc5bd220c8d70ee58eed9b32d60arederpj integer, and it will wrap after being shifted 32 times.
ed4f9ec869d7fc5bd220c8d70ee58eed9b32d60arederpj [Cody Sherr <csherr covalent.net> and Ryan Morgan <rmorgan covalent.net>]
ed4f9ec869d7fc5bd220c8d70ee58eed9b32d60arederpj
ed4f9ec869d7fc5bd220c8d70ee58eed9b32d60arederpj *) Fix a bug in mod_expires. Previous to this patch, if you
ed4f9ec869d7fc5bd220c8d70ee58eed9b32d60arederpj told mod_expires to add 604800 seconds to the last-modified
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard time, it actually added 604800 usec's to the last-modified time,
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard so that when looking at the response it looked like nothing
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard had been done. The root of the problem was that we always compute
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard time in usec's, but we ask users to input sec's. This means we
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard need to convert to usec's before using those values.
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard [Ryan Bloom]
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard *) The worker MPM now handles shutdown and restart requests. It
c8af62b87a118cbbc25414eb9459219f338b1b0fstoddard definitely isn't perfect, but we do stop the servers correctly.
c981632de03d61667b7a6dda3e1f0a80fd5973b1gregames The biggest problem right now is that SIGHUP causes the server to
c981632de03d61667b7a6dda3e1f0a80fd5973b1gregames just die. [Ryan Bloom]
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawickChanges with Apache 2.0.23
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick *) Use the prefork MPM by default on Unix. [various]
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick *) Added a systray icon monitor application for Win32.
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick [Mladen Turk <mturk mappingsoft.com>]
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick
8f43c3299e44dc11a4cd68acc93b578a0318daaftrawick *) mod_rewrite: Fix the line ending on some non-Unix systems for
688f7d0bc138bb02f92288017920468e7e314f23stoddard messages written to the rewrite log.
688f7d0bc138bb02f92288017920468e7e314f23stoddard [Richard Labennett <rlabenn us.ibm.com>]
688f7d0bc138bb02f92288017920468e7e314f23stoddard
688f7d0bc138bb02f92288017920468e7e314f23stoddard *) All mod_autoindex query parsing is now quietly quashed with the
688f7d0bc138bb02f92288017920468e7e314f23stoddard IndexOption IgnoreClient. The IndexOption SuppressColumnSorting
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe still drops the column sort <a href>'s for the column headers, but
448a83963e3ec557bc9f9020ab44f9681595d1eerbb IgnoreClient is required to ignore these Query options entirely.
3b8937baf1826c625c1ca90d220453a5e4b499edrbb [William Rowe]
3b8937baf1826c625c1ca90d220453a5e4b499edrbb
3b8937baf1826c625c1ca90d220453a5e4b499edrbb *) Introduced new mod_autoindex query argument parsing for F=[0|1|2]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe to allow the client to select plain, FancyIndexing or HTMLTable
3b8937baf1826c625c1ca90d220453a5e4b499edrbb formatting, V=[0|1] to inhibit or enable version sorting, and
9180a5933673ffb1af633c255ceee029340f3b1erbb P=pattern to return only specific files. The old Query Arguments
448a83963e3ec557bc9f9020ab44f9681595d1eerbb were reorganized as C=f for sorting column 'f' (same N, D, S, or M
e654452796751e21828a4078767e075eccf3b232stoddard as before), and O=A|D for ordering ascending or descending.
e654452796751e21828a4078767e075eccf3b232stoddard [William Rowe]
e654452796751e21828a4078767e075eccf3b232stoddard
e654452796751e21828a4078767e075eccf3b232stoddard *) Fixed an error in mod_include's directive parsing routines which
e654452796751e21828a4078767e075eccf3b232stoddard caused #if, #elif, and #else expressions containing backslashes
e654452796751e21828a4078767e075eccf3b232stoddard to be improperly evaluated. [Cliff Woolley]
4670899d8a45ac6add3105181adf1976a1fae109stoddard
4670899d8a45ac6add3105181adf1976a1fae109stoddard *) Introduced new mod_autoindex IndexOptions flags: SuppressIcon to
85986096003221e8eb135ad1fda59a57c3d0528brbb drop the icon column, SuppressRules to drop the <hr> elements,
cf293fe6e2515d89788ec515ce6266ad6f13a724stoddard and HTMLTable to create rudimentary HTML table listings (implies
f91cd1fc44d2588d82a56570b1005e7310dfc970jwoolley FancyIndexing). [William Rowe]
f91cd1fc44d2588d82a56570b1005e7310dfc970jwoolley
f91cd1fc44d2588d82a56570b1005e7310dfc970jwoolley *) Re-introduced the mod_autoindex IndexOptions flag TrackModified
f91cd1fc44d2588d82a56570b1005e7310dfc970jwoolley from Apache 1.3.15. This is needed for two reasons, first, given
cbed27f4c149736a6319a790c81aa8acc491fa18jwoolley multiple machines within a server farm, ETags and Last-Modified
f91cd1fc44d2588d82a56570b1005e7310dfc970jwoolley stamps won't correspond from machine to machine, and second, many
f91cd1fc44d2588d82a56570b1005e7310dfc970jwoolley Unixes don't capture changes to the date or time stamp of existing
8ff9257331986cb3646442ab61703fcc02158046trawick files, since these don't modify the dirent itself. [William Rowe]
7537a55be7520037878a521d4ec8c8eb2d44a288rbb
7537a55be7520037878a521d4ec8c8eb2d44a288rbb *) Re-introduced the mod_autoindex IndexOptions flag FoldersFirst
7537a55be7520037878a521d4ec8c8eb2d44a288rbb and DirectoryWidth options from Apache 1.3.10.
7537a55be7520037878a521d4ec8c8eb2d44a288rbb [William Rowe, Ken Coar]
7537a55be7520037878a521d4ec8c8eb2d44a288rbb
7537a55be7520037878a521d4ec8c8eb2d44a288rbb *) Eliminated FancyIndexing directive, deprecated early in Apache
7537a55be7520037878a521d4ec8c8eb2d44a288rbb 1.3 by the IndexOptions FancyIndexing syntax. [William Rowe]
7537a55be7520037878a521d4ec8c8eb2d44a288rbb
7537a55be7520037878a521d4ec8c8eb2d44a288rbb *) mod_autoindex now excludes any file names that would result in
7537a55be7520037878a521d4ec8c8eb2d44a288rbb an error, other than a success or redirect. Also optimized
7537a55be7520037878a521d4ec8c8eb2d44a288rbb the parent directory, always included except in the URI '/'.
7537a55be7520037878a521d4ec8c8eb2d44a288rbb [William Rowe]
de0fbde2191d651a2dd0296e0fd4c449fa9f1d39wrowe
de0fbde2191d651a2dd0296e0fd4c449fa9f1d39wrowe *) Refactored mod_negotiation and mod_mime to help mod_dir accept
de0fbde2191d651a2dd0296e0fd4c449fa9f1d39wrowe negotiated index pages, and prevent the server from defaulting
de0fbde2191d651a2dd0296e0fd4c449fa9f1d39wrowe to an autoindex of the directory. mod_negotiation will now die
de0fbde2191d651a2dd0296e0fd4c449fa9f1d39wrowe with a 500 Internal Error if it could match some filenames
01f404bacecbd1354af8f04c23a28acef5044e73jwoolley (e.g. for mod_dir) but none can be served. mod_negotation now
01f404bacecbd1354af8f04c23a28acef5044e73jwoolley refuses to serve any file with an extention that mod_mime doesn't
01f404bacecbd1354af8f04c23a28acef5044e73jwoolley recognize, and wasn't part of the request. [William Rowe]
54f7f1c85247dad29d8fa275866cea31d465b392stoddard
54f7f1c85247dad29d8fa275866cea31d465b392stoddard *) Eliminate mod_cgi's handling of .exe files without the .exe file
54f7f1c85247dad29d8fa275866cea31d465b392stoddard extension. This is already handled by multiviews, if the admin
54f7f1c85247dad29d8fa275866cea31d465b392stoddard wishes to AddHandler .exe or define a content type handler and
01f404bacecbd1354af8f04c23a28acef5044e73jwoolley associate .exe files with that content type. Multiviews must be
54f7f1c85247dad29d8fa275866cea31d465b392stoddard enabled to allow these to be served. [William Rowe]
3af8fbdd62c9495c8f879eef1eb952a638a18a7adougm
3af8fbdd62c9495c8f879eef1eb952a638a18a7adougm *) Speed up the server's response to a spike in incoming workload
e14ec68ef48bbf6c3dc567900f9e087eaf0bc931trawick or restarts by assigning empty scoreboard slots to new processes
e14ec68ef48bbf6c3dc567900f9e087eaf0bc931trawick when they are available. [Greg Ames]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
e14ec68ef48bbf6c3dc567900f9e087eaf0bc931trawick *) Add a handler to mod_includes.c. This handler is designed to
227e0bfd39e7c757d3618c8ada78d80cd1143d32wrowe implement the XbitHack directive. This can't be done with a
227e0bfd39e7c757d3618c8ada78d80cd1143d32wrowe fixup, because we need to check the content-type, which is
227e0bfd39e7c757d3618c8ada78d80cd1143d32wrowe only available in the handler phase. [Ryan Bloom]
227e0bfd39e7c757d3618c8ada78d80cd1143d32wrowe
8ff9257331986cb3646442ab61703fcc02158046trawick *) Make the includes filter check return codes from filters lower in
8ff9257331986cb3646442ab61703fcc02158046trawick the filter chain. If a lower level filter returns an error, then
8ff9257331986cb3646442ab61703fcc02158046trawick the request needs to stop immediately. This allows mod_include to
8ff9257331986cb3646442ab61703fcc02158046trawick stop parsing data once a lower filter recognizes an error.
8ff9257331986cb3646442ab61703fcc02158046trawick [Ryan Bloom]
d9b416f8cfaaadcbc739cd8c7c356e76efdd3a2agregames
d9b416f8cfaaadcbc739cd8c7c356e76efdd3a2agregames *) Add the ability to extend the methods that Apache understands
d9b416f8cfaaadcbc739cd8c7c356e76efdd3a2agregames and have those methods <limit>able in the httpd.conf. It uses
d9b416f8cfaaadcbc739cd8c7c356e76efdd3a2agregames the same bit mask/shifted offset as the original HTTP methods
d9b416f8cfaaadcbc739cd8c7c356e76efdd3a2agregames such as M_GET or M_POST, but expands the total bits from an int to
4192c91889a84b18aec0b046a94a2b2863be204cstoddard an ap_int64_t to handle more bits for new request methods than
4192c91889a84b18aec0b046a94a2b2863be204cstoddard an int provides. [Cody Sherr <csherr covalent.net>]
4192c91889a84b18aec0b046a94a2b2863be204cstoddard
4192c91889a84b18aec0b046a94a2b2863be204cstoddard *) Fix broken mod_mime behavior in merging its arguments. Possible
4192c91889a84b18aec0b046a94a2b2863be204cstoddard cause of unexplicable crashes introduced in 2.0.20. [William Rowe]
4192c91889a84b18aec0b046a94a2b2863be204cstoddard
4192c91889a84b18aec0b046a94a2b2863be204cstoddard *) Solve many mod_ssl porting issues (too many to detail) with
7af2fcad9e14a79d7020a33766fbd3a4dfd088dcorlikowski help from the whole team, but most notably [Ralf S. Engelschall,
7af2fcad9e14a79d7020a33766fbd3a4dfd088dcorlikowski Madhusudan Mathihalli <madhusudan_mathihalli hp.com>,
7af2fcad9e14a79d7020a33766fbd3a4dfd088dcorlikowski Doug MacEachern, William Rowe, Cliff Woolley]
b9d82dd4bc49204d9c2c5523e36b3109da298c04wrowe
7cc9511b8f1fff69439041327dc55e3423ccf439stoddard *) More stall fixes for the threaded & worker mpm's.
7cc9511b8f1fff69439041327dc55e3423ccf439stoddard Make mod_status output more accurate. Don't
7cc9511b8f1fff69439041327dc55e3423ccf439stoddard count workers in processes which aren't actively
b9d82dd4bc49204d9c2c5523e36b3109da298c04wrowe serving requests. [Greg Ames]
b9d82dd4bc49204d9c2c5523e36b3109da298c04wrowe
1ccb67ea7d1f2a3747d285835fd0ce0d123b66b2orlikowski *) Win32: Get SSI exec cgi tag working. [Bill Stoddard]
141c0f61e9a56fbf31abeb85d541949717128bf7orlikowski
1ccb67ea7d1f2a3747d285835fd0ce0d123b66b2orlikowski *) Add a single listener/multiple worker MPM. This MPM is
3f4d7fdb598d64d80ab8656852276246f2f3b502rbb definately not fully correct, but it allows us to solve many
a7318397b355119d990d1f311b951dea2aafc53arbb of the problems that exist in the threaded MPM. This is a
a7318397b355119d990d1f311b951dea2aafc53arbb modified version of the threaded MPM. [Ryan Bloom]
a7318397b355119d990d1f311b951dea2aafc53arbb
a7318397b355119d990d1f311b951dea2aafc53arbb *) Improve content generation throughout Apache, providing closer
a7318397b355119d990d1f311b951dea2aafc53arbb compliance with HTML 3.2, HTML 4.01 Transitional and XHTML 1.0
a7318397b355119d990d1f311b951dea2aafc53arbb Transitional specifications. [William Rowe]
3f4d7fdb598d64d80ab8656852276246f2f3b502rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 2.0.22
3f4d7fdb598d64d80ab8656852276246f2f3b502rbb
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard *) Fix a problem where the threaded MPM stalls after restarts or
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard segfaults. Also prevent multiple active processes from using
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard the same scoreboard slot. [Greg Ames]
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard *) Apache/Win32 now fills in the service description with Apache's
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard server version string, including loaded and advertised modules.
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard [William Rowe]
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard *) Improved support for the Win32 build, to recover gracefully from
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard missing apr or apr-util directories or the awk interpreter,
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard create the proper cgi-bin examples, including a test-cgi.bat, and
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard fix the perl shebang line for printenv.pl, when installing from
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard the build environment. [William Rowe]
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard *) Fix a segfault in threaded.c caused by passing uninitialized
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard apr_thread_t * to apr_thread_join(). [Jeff Trawick]
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard *) Use new APR number conversion functions to reduce CPU consumption
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard when setting the content length, and in mod_log_config.
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard [Brian Pane]
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard *) Fix problem reported by Taketo Kabe <kabe sra-tohoku.co.jp>
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard where HEAD response headers were being repeated twice for
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard files greater than 32K bytes (4*AP_MIN_BYTES_TO_WRITE). This
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard problem in the http_header filter was exposed by the recent rewrite
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard of the content_length filter. [Taketo Kabe, Bill Stoddard]
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard
fd709745f1226d683c57ad9bbcdd05971d214d0cstoddard *) Fix seg faults in mod_status with ExtendedStatus enabled, after
0530cd68803616cfba0456038f2e679d41ebecb1minfrin restarts. A garbage pointer to a vhost's server_rec from the
55069cedbbaf2768c1f317c80129c6f869890fb9rbb previous generation was being left around under certain
55069cedbbaf2768c1f317c80129c6f869890fb9rbb conditions. [Greg Ames]
55069cedbbaf2768c1f317c80129c6f869890fb9rbb
55069cedbbaf2768c1f317c80129c6f869890fb9rbb *) Fix a cosmetic problem with mod_include. Non-existant SSI vars
6206099ac06c8fcc8c342e993e5d47d3dfb95d8dminfrin used to appear as '(none', without the closing paren.
6206099ac06c8fcc8c342e993e5d47d3dfb95d8dminfrin [G�nter Knauf <eflash gmx.net>]
0530cd68803616cfba0456038f2e679d41ebecb1minfrin
0530cd68803616cfba0456038f2e679d41ebecb1minfrin *) Improve the exports generating awk script. In the past, we had
0530cd68803616cfba0456038f2e679d41ebecb1minfrin work around problems in the awk script by avoiding some #if and
0530cd68803616cfba0456038f2e679d41ebecb1minfrin #ifdefs. This has bitten us many times in generating the exports.c
b9d75184a83c325dc6cdf5488b0b1a4adec27506stoddard file. This improvement allows corrects the header file parsing.
b9d75184a83c325dc6cdf5488b0b1a4adec27506stoddard [Sander Striker <striker apache.org>]
b9d75184a83c325dc6cdf5488b0b1a4adec27506stoddard
b9d75184a83c325dc6cdf5488b0b1a4adec27506stoddardChanges with Apache 2.0.21
ba4c566c200c2436dae841b7c811807c80cd712afielding
2a7df37e1fa5276b519eb1f04827b96204ba8873trawick *) Resolve the Win32 htpasswd bug, where a file that existed would be
2a7df37e1fa5276b519eb1f04827b96204ba8873trawick overwritten, regardless of the -c flag.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [William Rowe, Mladen Turk <mladen.turk mail.inet.hr>]
2a7df37e1fa5276b519eb1f04827b96204ba8873trawick
864c5615d55b8ebbde24e72043f6325741335a74fielding *) Introduce connection sub-pools into ab. Truncating the lifetime
864c5615d55b8ebbde24e72043f6325741335a74fielding of these allocations means that ab no longer perpetually grows
864c5615d55b8ebbde24e72043f6325741335a74fielding its working set, running out of memory on large request attempts.
ff33056d9ea71f35e6fb3c17d53a18931be70a99minfrin [William Rowe]
ff33056d9ea71f35e6fb3c17d53a18931be70a99minfrin
ff33056d9ea71f35e6fb3c17d53a18931be70a99minfrin *) Make scoreboard creation a hook. This allows management
ff33056d9ea71f35e6fb3c17d53a18931be70a99minfrin modules to have access to the scoreboard at the time that it is
ea92d0ffcb30b186010a2c8ca2c80d2ac09e34dastoddard created, and at every restart request.
ba4c566c200c2436dae841b7c811807c80cd712afielding [Cody Sherr <csherr covalent.net>]
ba4c566c200c2436dae841b7c811807c80cd712afielding
ba4c566c200c2436dae841b7c811807c80cd712afielding *) Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
ba4c566c200c2436dae841b7c811807c80cd712afielding added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
82c7b60981923b89fb4ab4483d2aebcf206e9ee8trawick daemon index actually used in the scoreboard. I also
342e2ae0f9ab3e3a56c2f37be6ec6c9c44f9ef48trawick updated the pertinent calls. [Paul J. Reder]
342e2ae0f9ab3e3a56c2f37be6ec6c9c44f9ef48trawick
342e2ae0f9ab3e3a56c2f37be6ec6c9c44f9ef48trawick *) Win32: Prevent listening sockets from being inherited by
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding the Apache child process, CGI scripts, rotatelog process
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding etc. If the Apache child process segfaults, any processes
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding that the child started are not reaped. Prior to this fix,
82c7b60981923b89fb4ab4483d2aebcf206e9ee8trawick these processes inherited the listening sockets which sometimes
82c7b60981923b89fb4ab4483d2aebcf206e9ee8trawick prevented the restarted Apache child process from accepting
82c7b60981923b89fb4ab4483d2aebcf206e9ee8trawick connections (ie, the server would hang).
82c7b60981923b89fb4ab4483d2aebcf206e9ee8trawick [Bill Stoddard]
82c7b60981923b89fb4ab4483d2aebcf206e9ee8trawick
7c60e4e710c92b3c4a0eb831bc6dd65368c599bcstoddard *) Provide vhost and request strings when ExtendedStatus is on.
7c60e4e710c92b3c4a0eb831bc6dd65368c599bcstoddard [Greg Ames]
7c60e4e710c92b3c4a0eb831bc6dd65368c599bcstoddard
7c60e4e710c92b3c4a0eb831bc6dd65368c599bcstoddard *) Fix some issues with the pod and prefork: check the pod *after*
7c60e4e710c92b3c4a0eb831bc6dd65368c599bcstoddard processing a connection so that a server processing a time-
0c7d8ecf301c2a3f99deff385bdda0c21ac60af5stoddard consuming request bails out as soon as practical; when the
0c7d8ecf301c2a3f99deff385bdda0c21ac60af5stoddard parent process wakes up a server process via connect(), use an
0c7d8ecf301c2a3f99deff385bdda0c21ac60af5stoddard APR timeout on the connect() so that we don't hang for a long
0c7d8ecf301c2a3f99deff385bdda0c21ac60af5stoddard time if there aren't server processes around to do accept().
0c7d8ecf301c2a3f99deff385bdda0c21ac60af5stoddard [Jeff Trawick, Greg Ames]
0c7d8ecf301c2a3f99deff385bdda0c21ac60af5stoddard
0e161c3b556697af1dd88b719c05d3af239682d5dougm *) Performance improvement to mod_mime.c. find_ct() in mod_mime,
0e161c3b556697af1dd88b719c05d3af239682d5dougm spends a lot of time in apr_table_get calls. Using the default
01f61931c658183042469eb02fd3f61e4e643a6atrawick httpd.conf, the tables for languages and charsets are somewhat
aa616c3b5a4aa59867472cddf7d8e63693808f0erederpj large, so the time spent scanning them on each request is
aa616c3b5a4aa59867472cddf7d8e63693808f0erederpj significant. Replacing the tables with hash tables provides
aa616c3b5a4aa59867472cddf7d8e63693808f0erederpj a nice speedup. [Brian Pane <bpane pacbell.net>]
aa616c3b5a4aa59867472cddf7d8e63693808f0erederpj
80e9324586de2fa55e2da4df409e6a85885ea659fielding *) Add two functions to allow modules to access random parts of the
80e9324586de2fa55e2da4df409e6a85885ea659fielding scoreboard. This allows modules compiled for one MPM to access the
80e9324586de2fa55e2da4df409e6a85885ea659fielding scoreboard, even if it the server was compiled for another MPM.
bacd210652b4559c2597f62e1d41ccbde92acdfafielding [Harrie Hazewinkel <harrie covalent.net>]
80e9324586de2fa55e2da4df409e6a85885ea659fielding
4682cf97ee2eca42a7222e0113ebacf5ef70c4efrbbChanges with Apache 2.0.20
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
4682cf97ee2eca42a7222e0113ebacf5ef70c4efrbb *) Fix problem in content-length filter where the filter would
9f7fc4627b7d98f6f6955ad6cf0cec5a3e1c4debfielding buffer all the output from a CGI before sending any bytes
9f7fc4627b7d98f6f6955ad6cf0cec5a3e1c4debfielding down the filter stack to the network. This problem would cause
9f7fc4627b7d98f6f6955ad6cf0cec5a3e1c4debfielding significant memory consumption if the CGIs generated
1702068419e130e99f021228659597c1ec658edcchuck lots of bytes. [Bill Stoddard]
1702068419e130e99f021228659597c1ec658edcchuck
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Get non-blocking CGI pipe reads working with the bucket brigades.
1702068419e130e99f021228659597c1ec658edcchuck [Bill Stoddard]
01f61931c658183042469eb02fd3f61e4e643a6atrawick
01f61931c658183042469eb02fd3f61e4e643a6atrawick *) Fix seg fault on Windows when serving files cached with mod_file_cache.
01f61931c658183042469eb02fd3f61e4e643a6atrawick [Bill Stoddard]
01f61931c658183042469eb02fd3f61e4e643a6atrawick
7ae8bc63caa2292341a22235223ff1ed17ac02aestoddard *) Fix a bug in the threaded MPM that would cause it to kill off all
7ae8bc63caa2292341a22235223ff1ed17ac02aestoddard workers immediately after starting if the number of workers started
7ae8bc63caa2292341a22235223ff1ed17ac02aestoddard was above a certain threshold. [Ryan Bloom, Bill Stoddard]
7ae8bc63caa2292341a22235223ff1ed17ac02aestoddard
7ae8bc63caa2292341a22235223ff1ed17ac02aestoddardChanges with Apache 2.0.19
7ae8bc63caa2292341a22235223ff1ed17ac02aestoddard
a70c3ad07126101795f5a988e86c88a699b297cerederpj *) Fix problem with threaded MPM. The problem was that if each child
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb process was busy serving a single long-lived request and the server
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb was sent a graceful restart signal, the server would stop serving
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb requests. This would happen because each child process would wait to
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb die until the last thread was done, and the parent wouldn't spawn any
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb new children until a process died. Now, the parent looks at the fact
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb that the children are dying gracefully, and starts new children.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Those new children only start enough threads to compliment the number
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb of threads in the other child process that shares the same spot in
23851fdc3ee2eac45ebb85f400a5d719656dfa22rbb the scoreboard. In this way, we make sure to never go over
105475009f541187ba7a14a367547d9404c578befielding MaxClients. [Ryan Bloom]
105475009f541187ba7a14a367547d9404c578befielding
105475009f541187ba7a14a367547d9404c578befielding *) modified mod_negotiation and mod_autoindex to speed up by almost a
105475009f541187ba7a14a367547d9404c578befielding factor of two on apr_dir_read()-enhanced platforms, such as Win32
105475009f541187ba7a14a367547d9404c578befielding and OS2, by calling ap_sub_request_lookup_dirent() with the results
105475009f541187ba7a14a367547d9404c578befielding already provided by apr_dir_read(). [William Rowe]
105475009f541187ba7a14a367547d9404c578befielding
b90c64e517df3fe1c97806830f84a30362187f0afielding *) mod_file_cache is now more robust to filtering and serves requests
b90c64e517df3fe1c97806830f84a30362187f0afielding slightly more efficiently. [Cliff Woolley]
b90c64e517df3fe1c97806830f84a30362187f0afielding
b90c64e517df3fe1c97806830f84a30362187f0afielding *) Fix problem handling FLUSH bucket in the chunked encoding filter.
105475009f541187ba7a14a367547d9404c578befielding Module was calling ap_rwrite() followed by ap_rflush() but the
6ff63662058d5891fc110f8b357a3604d7f7deb3trawick served content was not being displayed in the browser. Inspection
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe of the output stream revealed that the first data chunk was
6ff63662058d5891fc110f8b357a3604d7f7deb3trawick missing the trailing CRLF required by the RFC. [Bill Stoddard]
c4be1ca9db22140f3788166f0195304e2fe4743bgregames
c4be1ca9db22140f3788166f0195304e2fe4743bgregames *) apxs no longer generates ap_send_http_header() in the example handler
c4be1ca9db22140f3788166f0195304e2fe4743bgregames
8019a211b7453e80e6e22db6d41fe68dd7f8c4b8fielding *) Fix an ab problem which could cause a divide-by-zero exception
8019a211b7453e80e6e22db6d41fe68dd7f8c4b8fielding with certain invocations (e.g., ab -k -c 6 -n 100 localhost/).
8019a211b7453e80e6e22db6d41fe68dd7f8c4b8fielding [Ian Holsman <ianh cnet.com>]
8019a211b7453e80e6e22db6d41fe68dd7f8c4b8fielding
a70c3ad07126101795f5a988e86c88a699b297cerederpj *) Solve case-insensitive platforms' confusion about negotiated
a70c3ad07126101795f5a988e86c88a699b297cerederpj filenames, allowing files of differnt case to match in choosing
a70c3ad07126101795f5a988e86c88a699b297cerederpj the document to serve. [William Rowe]
a70c3ad07126101795f5a988e86c88a699b297cerederpj
a70c3ad07126101795f5a988e86c88a699b297cerederpj *) Fix brokenness when ThreadsPerChild is higher than the built-in
357b3c68d77f4187bf6be49c248b90ba50b98f4agregames limit. We left ap_threads_per_child at the higher value which
a3a9ceac1bc30598c594c89e1382609496b7752brbb led to segfaults when doing certain scoreboard operations.
a3a9ceac1bc30598c594c89e1382609496b7752brbb [Jeff Trawick]
a3a9ceac1bc30598c594c89e1382609496b7752brbb
a3a9ceac1bc30598c594c89e1382609496b7752brbb *) Fix seg faults and/or missing output from mod_include. The
a3a9ceac1bc30598c594c89e1382609496b7752brbb default_handler was using the subrequest pool for files and
25e17566bc9005778707317c8919c610513a4418stoddard MMAPs, even though the associated APR structures typically
25e17566bc9005778707317c8919c610513a4418stoddard live longer than the subrequest. [Greg Ames]
25e17566bc9005778707317c8919c610513a4418stoddard
25e17566bc9005778707317c8919c610513a4418stoddard *) Extend mod_setenvif to support specifying regular expressions
25e17566bc9005778707317c8919c610513a4418stoddard on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
25e17566bc9005778707317c8919c610513a4418stoddard Example: SetEnvIf ^TS* [a-z].* HAVE_TS
25e17566bc9005778707317c8919c610513a4418stoddard will cause HAVE_TS to be set if any of the request headers begins
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe with "TS" and has a value that begins with any character in the
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb set [a-z]. [Bill Stoddard]
44ea927aaaa7c419de1c824beb01b26216f387c3dougm
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) httpd children now re-bind themselves to a random CPU on
44ea927aaaa7c419de1c824beb01b26216f387c3dougm multiprocessor systems on AIX via bindprocessor() in 2.0.
a601a32cec653022741d22b5d692b6afd6c4dc55trawick [Victor J. Orlikowski]
a601a32cec653022741d22b5d692b6afd6c4dc55trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix htdigest. It would go into a loop in getline when adding
a601a32cec653022741d22b5d692b6afd6c4dc55trawick a second user. [Bill Stoddard]
a601a32cec653022741d22b5d692b6afd6c4dc55trawick
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb *) Win32 platforms now fully support mod_userdir options. [Will Rowe]
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb *) Automatically generate httpd.exp for AIX.
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb DSOs now work again on AIX in 2.0
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb [Victor J. Orlikowski]
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb
73579c435f9f6c2670c4391114368a2eedaf8ebfrbb *) Add a new request hook, error_log. This phase allows modules
decf1efd1558ed0d2562e2f4f2dd741dcc0c392crbb to act on the error log string _after_ it has been written
75c180fb45396964ad10af6444077798a470b6a3jorton to the error log. The goal for this hook is to allow monitoring
6202bc12656548c624a235bf43d6c866719b2b06rbb modules to send the error string to the monitoring agent.
6202bc12656548c624a235bf43d6c866719b2b06rbb [Ryan Bloom]
6202bc12656548c624a235bf43d6c866719b2b06rbb
6202bc12656548c624a235bf43d6c866719b2b06rbb *) Modify mod_echo to make it use filters for input and output.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ryan Morgan <rmorgan covalent.net>]
6202bc12656548c624a235bf43d6c866719b2b06rbb
bf6fc76bb2af745a68396e793d5d51a135a35f54rederpj *) Extend mod_headers to support conditional driven Header
bf6fc76bb2af745a68396e793d5d51a135a35f54rederpj add, append and set. Use SetEnvIf to set an envar and conditionally
bf6fc76bb2af745a68396e793d5d51a135a35f54rederpj add/append/set headers based on this envar thusly:
bf6fc76bb2af745a68396e793d5d51a135a35f54rederpj
bf6fc76bb2af745a68396e793d5d51a135a35f54rederpj SetEnvIf TSMyHeader value HAVE_TSMyHeader
bf6fc76bb2af745a68396e793d5d51a135a35f54rederpj Header add MyHeader "%t %D" env=HAVE_TSMyHeader
4f110a6b1eb8b6a88a2a0c804cf699062f67f708rbb
4f110a6b1eb8b6a88a2a0c804cf699062f67f708rbb If the request contains header "TSMyHeader: value" then header
4f110a6b1eb8b6a88a2a0c804cf699062f67f708rbb MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Bill Stoddard]
4f110a6b1eb8b6a88a2a0c804cf699062f67f708rbb
7aae0c3ef8e7f18f57e2712815c7b48358e5ff68rbb *) Extend mod_headers to support using format specifiers on Header
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe add, append and set header values. Two format specifiers are supported:
7aae0c3ef8e7f18f57e2712815c7b48358e5ff68rbb
d353d275978f11f5221110e8f954d09d03ec5e3arbb %t - reports, in UTC microseconds since the epoch, when the
75c180fb45396964ad10af6444077798a470b6a3jorton request was received.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
d353d275978f11f5221110e8f954d09d03ec5e3arbb %D - reports the time, in microseconds, between when the request was
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding received and the response sent.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding Examples:
66f62d70d05d9011c6ac59d5cd10a24e452fa1b3rbb Header add MyHeader "This request served in %D microseconds. %t"
66f62d70d05d9011c6ac59d5cd10a24e452fa1b3rbb
66f62d70d05d9011c6ac59d5cd10a24e452fa1b3rbb results in a header being added to the response that looks like this:
66f62d70d05d9011c6ac59d5cd10a24e452fa1b3rbb
9832ee60b23ca2a3faa403bbe88720815969a9fefielding MyHeader: This request served in D=5438 microseconds. t=991424704447256
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
9832ee60b23ca2a3faa403bbe88720815969a9fefielding [Bill Stoddard]
dd6d55810261b3c26c4a2ec2e089c031beb1d44dgregames
dd6d55810261b3c26c4a2ec2e089c031beb1d44dgregames *) Fix reset_filter(). We need to be careful how we remove filters.
dd6d55810261b3c26c4a2ec2e089c031beb1d44dgregames If we set r->output_filters to NULL, we also have to reset the
dd6d55810261b3c26c4a2ec2e089c031beb1d44dgregames connection's filters. [John Sterling]
ee25ccdf4aa79a7a7f2dfc13fc118f0a343422fcwrowe
ee25ccdf4aa79a7a7f2dfc13fc118f0a343422fcwrowe *) Optimise reset_filter() in http_protocol.c. [Greg Stein]
ee25ccdf4aa79a7a7f2dfc13fc118f0a343422fcwrowe
90a8cab05f4d949dd1317df7e19a2f787c46a5f6rbb *) Add a check to ap_die() to make sure the filter stack is sane and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe contains the correct basic filters when an error occurs. This fixes
90a8cab05f4d949dd1317df7e19a2f787c46a5f6rbb a problem where headers are not being sent on error. [John Sterling]
6c3ee5153fd311a5fc6dd718dcc704487ac7d2a3rbb
6c3ee5153fd311a5fc6dd718dcc704487ac7d2a3rbb *) New Header directive 'echo' option. "Header echo regex" will
b1a4bfe2ea1faafd10cad5051e07503e7596b1f0fielding cause any headers received on the request that match regex to be
6c3ee5153fd311a5fc6dd718dcc704487ac7d2a3rbb echoed to (included in) the response headers.
6c3ee5153fd311a5fc6dd718dcc704487ac7d2a3rbb [Bill Stoddard]
6c3ee5153fd311a5fc6dd718dcc704487ac7d2a3rbb
6c3ee5153fd311a5fc6dd718dcc704487ac7d2a3rbb *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H.
da3e32612f06d3082e41ba709919c996c89b8c06rederpj This prevented the inclusion of apr_compat.h. PR #7773
da3e32612f06d3082e41ba709919c996c89b8c06rederpj [Oleg Broytmann <phd phd.pp.ru>]
da3e32612f06d3082e41ba709919c996c89b8c06rederpj
da3e32612f06d3082e41ba709919c996c89b8c06rederpj *) Moved util_uri to the apr-util library. This required a bunch of
da3e32612f06d3082e41ba709919c996c89b8c06rederpj apr_name changes for the uri utility functions. [Justin Erenkrantz]
da3e32612f06d3082e41ba709919c996c89b8c06rederpj
da3e32612f06d3082e41ba709919c996c89b8c06rederpj *) Move the addition of default AP_HTTP_HTTP_HEADER filters to the
da3e32612f06d3082e41ba709919c996c89b8c06rederpj insert_filter phase so that other filters are not bypassed by default.
734ab810a1c5028776ed5d6c54b2ef974b75d397rbb [Graham Leggett]
0d9c389e9c63d02edb068917d49af2fa8012af91marc
0d9c389e9c63d02edb068917d49af2fa8012af91marc *) Reimplement mod_headers as an output filter. mod_headers can now
0d9c389e9c63d02edb068917d49af2fa8012af91marc add custom headers to inbound requests using the RequestHeader directive
0d9c389e9c63d02edb068917d49af2fa8012af91marc and to responses using the same old Header directive. [Graham Leggett]
ae416a3cdff7a12665838a2184183299dcee6ec9bjh
ae416a3cdff7a12665838a2184183299dcee6ec9bjhChanges with Apache 2.0.18
ae416a3cdff7a12665838a2184183299dcee6ec9bjh
b0bb6f215e43a79342c422bc9b0c258add88ca51stoddard *) Fix command-line processing so that if a bad argument is specified
b0bb6f215e43a79342c422bc9b0c258add88ca51stoddard Apache will exit. [Jeff Trawick]
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick
99cec2acb38d6a2fb2d4a9d437db7b50ef5b208awrowe *) Change the make targets and rules to be consistent in all of the
99cec2acb38d6a2fb2d4a9d437db7b50ef5b208awrowe Apache-owned source trees. [Roy Fielding]
99cec2acb38d6a2fb2d4a9d437db7b50ef5b208awrowe
4d83a32b74579903e90aa1cb8574b5b97404d0c4trawick *) Fix processing of the TRACE method. Previously we passed bogus
4d83a32b74579903e90aa1cb8574b5b97404d0c4trawick parms to form_header_field() and it overlaid some vhost structures,
4d83a32b74579903e90aa1cb8574b5b97404d0c4trawick resulting in a segfault in check_hostalias().
4d83a32b74579903e90aa1cb8574b5b97404d0c4trawick [Greg Ames, Jeff Trawick]
7c2d1ecc95b2213a3fd449b2549999ed6f19f6berbb
7c2d1ecc95b2213a3fd449b2549999ed6f19f6berbb *) Win32: Add support for reliable piped logs. If the logging process
7c2d1ecc95b2213a3fd449b2549999ed6f19f6berbb goes down, Apache will automatically restart it. This function has
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe been part of Apache on Unix/Linux/BSD since the early v1.3 releases.
7c2d1ecc95b2213a3fd449b2549999ed6f19f6berbb [Bill Stoddard]
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx *) Do not start piped log processes during the config file
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx preflight. This change also circumvents a problem on
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx Windows where the rotatelog processes created during preflight
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx was not getting cleaned up properly.
383a9c6af58f5a670e8ef8b7f222ce71dbb7bee5dirkx [Bill Stoddard]
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx *) add "Request Phase Participation" info to mod_info
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick [Doug MacEachern]
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick *) Make first phase changes to the scoreboard data structures in
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick preparation for the rewriting of the scoreboard per my posted
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard design notes. [Paul J. Reder]
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard *) Fix httpd's definition of LTFLAGS to be consistent with that of apr
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard and apr-util, allow it to be overridden by the configure command-line
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard (default="--silent") and introduce LT_LDFLAGS to replace what we were
15ecbdb46249bbd3ac51fdacaff3b3ac4d179ffarbb formerly abusing as LTFLAGS. [Roy Fielding]
f0484231f96a9d95f5044c1c8cb33b322d6f9bcbdougm
f0484231f96a9d95f5044c1c8cb33b322d6f9bcbdougm *) Clean up the reporting of incorrect closing container tags.
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb [Barrie Slaymaker <barries slaysys.com>]
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb *) Simplify the configure process by moving all libtool stuff to APR
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb and moving hints.m4 inline. [Roy Fielding]
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb *) Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb of functions used by mod_proxy for export in the DLL
2ca377182c951f9895cd5e7a350b442a39c8eb23rbb [Ian Holsman <IanH cnet.com>]
2ca377182c951f9895cd5e7a350b442a39c8eb23rbb
2ca377182c951f9895cd5e7a350b442a39c8eb23rbb *) Prevent a hang when a cgi handled by mod_cgid tries to read a
1217c8c05f7e3ac0cac8c8dc0c6e7979326c977arbb request body from its stdin but no reqest body is being written to
1217c8c05f7e3ac0cac8c8dc0c6e7979326c977arbb the cgi. [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
1217c8c05f7e3ac0cac8c8dc0c6e7979326c977arbb *) mod_log_config: %c connection status incorrectly logged
b6873e2c00ff7b0af18d837ef4c3cd58cf6b54c5rbb as "-" (non-keepalive) when MaxKeepAliveRequests is set to 0.
893328ef6ff86d0ca27774778d84410353789fb0fielding [Bill Stoddard]
893328ef6ff86d0ca27774778d84410353789fb0fielding
893328ef6ff86d0ca27774778d84410353789fb0fielding *) Get mod_cern_meta working under Windows
893328ef6ff86d0ca27774778d84410353789fb0fielding [Bill Stoddard]
893328ef6ff86d0ca27774778d84410353789fb0fielding
274de94b0b59f4ee126dca1726624980828d0cd0stoddard *) Create Files, and thus MMAPs, out of the request pool, not the
274de94b0b59f4ee126dca1726624980828d0cd0stoddard connection pool. This solves a small resource leak that had us
274de94b0b59f4ee126dca1726624980828d0cd0stoddard not closing files until a connection was closed. In order to do
274de94b0b59f4ee126dca1726624980828d0cd0stoddard this, at the end of the core_output_filter, we loop through the
85d733e70c94a57c9ff893ed05d8b9cfcd0f083fstoddard brigade and convert any data we have into a single HEAP bucket
85d733e70c94a57c9ff893ed05d8b9cfcd0f083fstoddard that we know will survive clearing the request_rec.
85d733e70c94a57c9ff893ed05d8b9cfcd0f083fstoddard [Ryan Bloom, Justin Erenkrantz <jerenkrantz ebuilt.com>,
962f339c5f0f61adde79936f610fb05ce0854d6echuck Cliff Woolley]
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc *) Completely revamp configure so that it preserves the standard make
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the configure additions to EXTRA_* variables. Also, allow the user
3f0dd56fa6b79fe389f20738369b290e2f3e9201trawick to specify NOTEST_* values for all of the above, which eliminates the
70b83609159f247f5920421a890dc27a0718d63adreid need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting
70b83609159f247f5920421a890dc27a0718d63adreid of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to
70b83609159f247f5920421a890dc27a0718d63adreid avoid pointless duplications. Fix the order in which flags are given
70b83609159f247f5920421a890dc27a0718d63adreid on the compile and link lines. Remove obsolete macros APR_DOEXTRA,
70b83609159f247f5920421a890dc27a0718d63adreid AC_ADD_LIBRARY, AC_CHECK_DEFINE, APACHE_PASSTHRU, and APACHE_ONCE.
70b83609159f247f5920421a890dc27a0718d63adreid Added APR_SAVE_THE_ENVIRONMENT and APR_RESTORE_THE_ENVIRONMENT macros.
a1033a770bfee276def7d4cb9759856f69293e48trawick Renamed AC_TYPE_RLIM_T macro to APACHE_TYPE_RLIM_T. [Roy Fielding]
a1033a770bfee276def7d4cb9759856f69293e48trawick
a1033a770bfee276def7d4cb9759856f69293e48trawick *) Get mod_tls to compile/work better on Windows. PR #7612
a1033a770bfee276def7d4cb9759856f69293e48trawick [Bernhard Schrenk <b.schrenk improx.com>]
bd2d582e0f0708b6e8e258a9a5f9a15445752087trawick
bd2d582e0f0708b6e8e258a9a5f9a15445752087trawick *) Fix shutdown/restart hangs in the threaded MPM.
bd2d582e0f0708b6e8e258a9a5f9a15445752087trawick [Jeff Trawick, Greg Ames, Ryan Bloom]
adb8ad10ffc20ed06ec6cfab6cd7933ab429ea7dtrawick
adb8ad10ffc20ed06ec6cfab6cd7933ab429ea7dtrawick *) Removed the keptalive boolean from conn_rec because it is now only
adb8ad10ffc20ed06ec6cfab6cd7933ab429ea7dtrawick used by a single routine and can be replaced by a local variable.
b45c1c292ff1fa635004ae81fa691f8cb3cdda85rbb [Greg Stein, Ryan Bloom, Roy Fielding]
b45c1c292ff1fa635004ae81fa691f8cb3cdda85rbb
b45c1c292ff1fa635004ae81fa691f8cb3cdda85rbb *) Patch prefork to put enough of the signal processing back in so that
75c180fb45396964ad10af6444077798a470b6a3jorton signals are all handled properly now. The previous patch fixed the
b45c1c292ff1fa635004ae81fa691f8cb3cdda85rbb deadlock race condition, but broke the user directed signal handling.
b45c1c292ff1fa635004ae81fa691f8cb3cdda85rbb This fixes it to work the way it did before my previous prefork patch
b45c1c292ff1fa635004ae81fa691f8cb3cdda85rbb (primarily, SIGTERM is now working).
86f191e8221867df8c9cd22271e7d54204f39186rbb
86f191e8221867df8c9cd22271e7d54204f39186rbb *) Change how input filters decide how much data is returned to the
86f191e8221867df8c9cd22271e7d54204f39186rbb higher filter. We used to use a field in the conn_rec, with this
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe change, we use an argument to ap_get_brigade to determine how much
86f191e8221867df8c9cd22271e7d54204f39186rbb data is retrieved. [Ryan Bloom]
962f339c5f0f61adde79936f610fb05ce0854d6echuck
962f339c5f0f61adde79936f610fb05ce0854d6echuck *) Fix seg fault at start-up introduced by Ryan's change to enable
962f339c5f0f61adde79936f610fb05ce0854d6echuck modules to specify their own logging tags. mod_log_config
157e6980a24a44e4719173b1c555133caecbc172stoddard registers an optional function, ap_register_log_handler().
157e6980a24a44e4719173b1c555133caecbc172stoddard ap_register_log_handler() was being called by http_core before
157e6980a24a44e4719173b1c555133caecbc172stoddard the directive hash table was created. This patch creates the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe directive hash table before ap_register_log_handler() is
faa6e5d8b210456ae4dad0398dfa40a19fd89d59coar registered as an optional function.
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc
171f8c636ff1374e3a3dfff333211becda355b98trawick *) Add ap_set_int_slot() function
171f8c636ff1374e3a3dfff333211becda355b98trawick [John K. Sterling <sterling covalent.net>]
171f8c636ff1374e3a3dfff333211becda355b98trawick
171f8c636ff1374e3a3dfff333211becda355b98trawick *) Under certain circumstances, Apache did not supply the
faa6e5d8b210456ae4dad0398dfa40a19fd89d59coar right response headers when requiring authentication.
faa6e5d8b210456ae4dad0398dfa40a19fd89d59coar [Gertjan van Wingerde <Gertjan.van.Wingerde cmg.nl>] PR#7114
faa6e5d8b210456ae4dad0398dfa40a19fd89d59coar (This is a port of the change that went into Apache 1.3.19.)
faa6e5d8b210456ae4dad0398dfa40a19fd89d59coar
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard *) Allow modules to specify their own logging tags. This basically
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard allows a module to tell mod_log_config that when %x is encountered
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard a specific function should be called. Currently, x can be any single
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard character. It may be more useful to make this a string at some point.
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard [Ryan Bloom]
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddardChanges with Apache 2.0.17
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard
ed105ee460bbaf479f0aa0f59d3951da85066e27stoddard *) If a higher-level filter handles the byterange aspects of a
21b8c3cb46cea2b31a585a95ce9f93f4f6abc35brbb request, then the byterange filter should not try to redo the
bae64a3e5bf7b96d8379e24f13273f26b3b29e16coar work. The most common case of this happening, is a byterange
bae64a3e5bf7b96d8379e24f13273f26b3b29e16coar request going through the proxy, and the origin server handles
bae64a3e5bf7b96d8379e24f13273f26b3b29e16coar the byterange request. The proxy should ignore it.
c7fe488773cf6f50a1b2d9211c2f30a2ace8b67ccoar [Graham Leggett <minfrin sharp.fm>]
c7fe488773cf6f50a1b2d9211c2f30a2ace8b67ccoar
c7fe488773cf6f50a1b2d9211c2f30a2ace8b67ccoar *) Changed the threaded mpm to have child_main join to each of the
c7fe488773cf6f50a1b2d9211c2f30a2ace8b67ccoar worker threads to make sure the kids are all gone before child_main
27338fc39af80f2f0e4a8dbdc90c8a8179a5b2e4rbb exits after a signal (cleanup from perform_idle_server_maintenance).
27338fc39af80f2f0e4a8dbdc90c8a8179a5b2e4rbb This is an extension of Ryans recent commit to make the child_main
27338fc39af80f2f0e4a8dbdc90c8a8179a5b2e4rbb the signal thread.
27338fc39af80f2f0e4a8dbdc90c8a8179a5b2e4rbb
27338fc39af80f2f0e4a8dbdc90c8a8179a5b2e4rbb *) Add more options to the ap_mpm_query function. This also allows MPMs to
27338fc39af80f2f0e4a8dbdc90c8a8179a5b2e4rbb report if their threads are dynamic or static. Finally, this also
853a0c44563b056e40e9cffe911190f554e63ec3chuck implements a new API, ap_show_mpm, which returns the MPM that was
853a0c44563b056e40e9cffe911190f554e63ec3chuck required into the core. [Harrie Hazewinkel <harrie covalent.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
853a0c44563b056e40e9cffe911190f554e63ec3chuck *) Do not install the binaries from the support directory twice.
330c042543440d0987244c94c65d14eeb7af0868rbb [jun-ichiro hagino <itojun iijlab.net>]
330c042543440d0987244c94c65d14eeb7af0868rbb
f1fa5e69040a3a72054d185f6087a7d1592b83e8rbb *) The ap_f* functions should flush data to the filter that is passed
f1fa5e69040a3a72054d185f6087a7d1592b83e8rbb in, not the filter after the one passed in.
f1fa5e69040a3a72054d185f6087a7d1592b83e8rbb [Ryan Morgan <rmorgan covalent.net>]
f1fa5e69040a3a72054d185f6087a7d1592b83e8rbb
30e3e9b782c701f885583b7d13d8e46c37d7e1ddtrawick *) Make ab work again by changing its native types to apr types and formats.
30e3e9b782c701f885583b7d13d8e46c37d7e1ddtrawick [Justin Erenkrantz <jerenkrantz ebuilt.com>]
30e3e9b782c701f885583b7d13d8e46c37d7e1ddtrawick
30e3e9b782c701f885583b7d13d8e46c37d7e1ddtrawick *) Move the byterange filter and all of the supporting functions back
30e3e9b782c701f885583b7d13d8e46c37d7e1ddtrawick to the HTTP module. The byterange filter turned out to be very
27faa3af8a50c1dc2dc6cb3049722378f85e5517rbb HTTP specific, and it belongs in the HTTP module. [Greg Stein]
27faa3af8a50c1dc2dc6cb3049722378f85e5517rbb
27faa3af8a50c1dc2dc6cb3049722378f85e5517rbb *) Make clean, distclean, and extraclean consistently according to the
141b1a93f508248cbc0e9a124cc38041eb3e2562rbb Gnu makefile guidelines. [Justin Erenkrantz <jerenkrantz ebuilt.com>]
141b1a93f508248cbc0e9a124cc38041eb3e2562rbb
141b1a93f508248cbc0e9a124cc38041eb3e2562rbb *) Fix errors in the renaming of the apr_threadattr_detach_xxx functions.
141b1a93f508248cbc0e9a124cc38041eb3e2562rbb This may have been causing problems stopping processes in the threaded
141b1a93f508248cbc0e9a124cc38041eb3e2562rbb mpm's. [Greg Ames]
141b1a93f508248cbc0e9a124cc38041eb3e2562rbb
141b1a93f508248cbc0e9a124cc38041eb3e2562rbb *) Fix content-length in mod_negotiation to a long int representation.
865980dc9aeb61741e586502440f0c0fea4835c6trawick [William Rowe]
865980dc9aeb61741e586502440f0c0fea4835c6trawick
865980dc9aeb61741e586502440f0c0fea4835c6trawick *) Remove BindAddress from the default config file.
865980dc9aeb61741e586502440f0c0fea4835c6trawick [<giles nemeton.com.au>]
865980dc9aeb61741e586502440f0c0fea4835c6trawick
865980dc9aeb61741e586502440f0c0fea4835c6trawick *) Allow module authors to add a module to their Apache build using
865980dc9aeb61741e586502440f0c0fea4835c6trawick --with-module, without re-running buildconf. The syntax is:
865980dc9aeb61741e586502440f0c0fea4835c6trawick --with-module=module_type:/path/to/module.c
9a0d076511763b559a755133f6a182e6c24ef643rbb The configure script will copy the module.c file to
9a0d076511763b559a755133f6a182e6c24ef643rbb modules/module_type, and it will be added to the relevant Makefiles.
9a0d076511763b559a755133f6a182e6c24ef643rbb currently, this only works for static modules. [Ryan Bloom]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
9a0d076511763b559a755133f6a182e6c24ef643rbb *) Changes required to make prefork clean up idle children properly.
b42a7e46e4f80282bd27e96d43c9510b14ccb9aarbb There was a window during which a starting worker deadlocks when
b42a7e46e4f80282bd27e96d43c9510b14ccb9aarbb an idle cleanup arrives before it completes init. Apache then keeps
b42a7e46e4f80282bd27e96d43c9510b14ccb9aarbb trying to cleanup the same deadlocked worker forever (until higher
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe pids come along, but it still will never reduce below the deadlocked
b42a7e46e4f80282bd27e96d43c9510b14ccb9aarbb pid). Thus the number of children would not reduce to the correct
6501b757f710f75d47c950300d8110aca67dc0b0rbb idle level. [Paul J. Reder]
6501b757f710f75d47c950300d8110aca67dc0b0rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 2.0.16
6501b757f710f75d47c950300d8110aca67dc0b0rbb
dfd4950edac888e671b96f62ff5382b7cb350d48rbb *) Change the default installation directory to /usr/local/apache2,
dfd4950edac888e671b96f62ff5382b7cb350d48rbb as now defined by the "Apache" layout in config.layout. [Marc Slemko]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
dfd4950edac888e671b96f62ff5382b7cb350d48rbb *) OS/2: Added support for building loadable modules as OS/2 DLLs.
a6d4b3f8d54aaf14d8ee5dda3a09bf8b6370dfa4wrowe [Brian Havard]
a6d4b3f8d54aaf14d8ee5dda3a09bf8b6370dfa4wrowe
c9a95767fbf0f5fb0976a06b97a256033925e433rbb *) Get MaxRequestsPerChild working with the Windows MPM.
c9a95767fbf0f5fb0976a06b97a256033925e433rbb [Bill Stoddard]
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbb *) Make generic hooks to work, with mod_generic_hook_import/export
21b8c3cb46cea2b31a585a95ce9f93f4f6abc35brbb experimental modules. [Ben Laurie, Will Rowe]
d8d839738b1e80b0f9c54e83677b3f2c46c22705rbb
d8d839738b1e80b0f9c54e83677b3f2c46c22705rbb *) Fix segfaults for configuration file syntax errors such as
d8d839738b1e80b0f9c54e83677b3f2c46c22705rbb "<Directory>" followed by "</Directory" and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe "<Directory>" followed by "</Directoryz>". [Jeff Trawick]
adaea88da2d103e4302e361c932b98cee86fb1c5rbb
9635d7ffbd8ca441f85051f9a3adba17142d0b20rbb *) Cleanup the --enable-layout option of configure. This makes
9635d7ffbd8ca441f85051f9a3adba17142d0b20rbb us use a consistent location for the config.layout file, and it
9635d7ffbd8ca441f85051f9a3adba17142d0b20rbb makes configure more portable.
9635d7ffbd8ca441f85051f9a3adba17142d0b20rbb [jun-ichiro hagino <itojun iijlab.net>]
d8d839738b1e80b0f9c54e83677b3f2c46c22705rbb
d8d839738b1e80b0f9c54e83677b3f2c46c22705rbb *) Changes to 'ab'; fixed int overrun's, added statistics, output in
0415e5e1b9b6eba6899a2e5ef18f8facb8db0cfbstoddard csv/gnuplot format, rudimentary ssl support and various other tweaks
0415e5e1b9b6eba6899a2e5ef18f8facb8db0cfbstoddard to make results more true to what is measured. The upshot of this it
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe turns out that 'ab' has often underreported the true performance of
0415e5e1b9b6eba6899a2e5ef18f8facb8db0cfbstoddard apache. Often by a order of magnitude :-) See talk/paper of Sander
1374444b4fab1475091e12a81663f379b73005efrbb Temme at April ApacheCon 2001 for details.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dirk-Willem van Gulik]
1374444b4fab1475091e12a81663f379b73005efrbb
3233d057ad276d823bded5c24c3fd6729ed1a736rbb *) Clean up mod_cgid's temporary request pool. Besides fixing a
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe storage leak this ensures that some unnecessary pipes are closed.
3233d057ad276d823bded5c24c3fd6729ed1a736rbb [Jeff Trawick]
9927a2a72d50103f32323b53f5fc4577c1801327rbb
9927a2a72d50103f32323b53f5fc4577c1801327rbb *) Performance: Add quick_handler hook. This hook is called at the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe very beginning of the request processing before location_walk,
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe translate_name, etc. This hook is useful for URI keyed content
9927a2a72d50103f32323b53f5fc4577c1801327rbb caches like Mike Abbott's Quick Shortcut Cache.
82d2eed8f2152aff3f7554951c133a9d404ebbc5rbb [Bill Stoddard]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
82d2eed8f2152aff3f7554951c133a9d404ebbc5rbb *) top_module global variable renamed to ap_top_module [Perl]
2e970b7ec485dde18f8fb3f494f98a3f68749859fanf
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Move ap_set_last_modified to the core. This is a potentially
2e970b7ec485dde18f8fb3f494f98a3f68749859fanf controversial change, because this is kind of HTTP specific. However
a5a7ecb732cfe89bb1f8e3c61b316c2075cefe52rbb many protocols should be able to take advantage of this kind of
a5a7ecb732cfe89bb1f8e3c61b316c2075cefe52rbb information. I expect that headers will need one more layer of
a5a7ecb732cfe89bb1f8e3c61b316c2075cefe52rbb indirection for multi-protocol work, but this is a small step in
364701a102725758f2e3a511924381e2faa93e27rbb the right direction. [Ryan Bloom]
364701a102725758f2e3a511924381e2faa93e27rbb
364701a102725758f2e3a511924381e2faa93e27rbb *) Enable mod_status by default. This matches what Apache 1.3 does.
364701a102725758f2e3a511924381e2faa93e27rbb [Ed Korthof]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
364701a102725758f2e3a511924381e2faa93e27rbb *) Add a ScriptSock directive to the default config file. This is
0811e8a41d152f0016a385ce1dfa44f475425b70rbb only enabled when mod_cgid is used.
0811e8a41d152f0016a385ce1dfa44f475425b70rbb [Taketo Kabe <kabe sra-tohoku.co.jp>]
0811e8a41d152f0016a385ce1dfa44f475425b70rbb
0811e8a41d152f0016a385ce1dfa44f475425b70rbbChanges with Apache 2.0.15
957b9b3f5e47c6cc7c2d8d9e2224c7364e966c70rbb
957b9b3f5e47c6cc7c2d8d9e2224c7364e966c70rbb *) Untangled the buildconf script and eliminated the need for build's
957b9b3f5e47c6cc7c2d8d9e2224c7364e966c70rbb aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other
957b9b3f5e47c6cc7c2d8d9e2224c7364e966c70rbb libtool muck that is now under srclib/apr/build. [Roy Fielding]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
957b9b3f5e47c6cc7c2d8d9e2224c7364e966c70rbb *) Win32: Don't accept more connections than we have worker threads
e91c80d53d8ffa738283d923638fa3efd8aa6bf7rbb to handle.
e91c80d53d8ffa738283d923638fa3efd8aa6bf7rbb [Bill Stoddard]
e91c80d53d8ffa738283d923638fa3efd8aa6bf7rbb
9359bd100badb53fd8a465cb3a0a90b218b30c4cben *) Fix bug in the Unix threaded.c MPM that allowed child processes
9359bd100badb53fd8a465cb3a0a90b218b30c4cben to fork() new child processes.
9359bd100badb53fd8a465cb3a0a90b218b30c4cben [Bill Stoddard]
d0211374a981173d4537e3f919c708b5f64040fcgstein
d0211374a981173d4537e3f919c708b5f64040fcgstein *) SECURITY: Fix a major security problem with double-reverse lookup
d0211374a981173d4537e3f919c708b5f64040fcgstein checking. Previously, a client connecting over IPv4 would not be
37d15e1062df9dcdd39ebee5bd2fdc75d4a6aa4arbb matched properly when the server had an IPv6 listening socket.
37d15e1062df9dcdd39ebee5bd2fdc75d4a6aa4arbb PR #7407 [Taketo Kabe <kiabe sra-tohoku.co.jp>]
37d15e1062df9dcdd39ebee5bd2fdc75d4a6aa4arbb
e3ec3193b69b45923c14915fa3ee3bc1f0215bafrbb *) Change the way the beos MPM handles polling to allow it to stop and
e3ec3193b69b45923c14915fa3ee3bc1f0215bafrbb restart. Problem was the sockets being polled were being reset by
e3ec3193b69b45923c14915fa3ee3bc1f0215bafrbb the select call, so once it had accepted a connection it was no
e3ec3193b69b45923c14915fa3ee3bc1f0215bafrbb longer listening on the UDP socket we use for shutdown instructions.
e3ec3193b69b45923c14915fa3ee3bc1f0215bafrbb APR needs to be altered, patch on it's way. [David Reid]
138c8f7cb8254e035c6f45288e3909cd9c21be5cmartin
138c8f7cb8254e035c6f45288e3909cd9c21be5cmartin *) Empty out the brigade shared by ap_getline()/ap_get_client_block()
138c8f7cb8254e035c6f45288e3909cd9c21be5cmartin on error exit from ap_getline(). Some other code got upset because
138c8f7cb8254e035c6f45288e3909cd9c21be5cmartin the wrong data was in the brigade. [Greg Ames, Jeff Trawick]
138c8f7cb8254e035c6f45288e3909cd9c21be5cmartin
adaea88da2d103e4302e361c932b98cee86fb1c5rbb *) Handle ap_discard_request_body() being called more than once.
adaea88da2d103e4302e361c932b98cee86fb1c5rbb [Greg Ames, Jeff Trawick]
adaea88da2d103e4302e361c932b98cee86fb1c5rbb
adaea88da2d103e4302e361c932b98cee86fb1c5rbb *) Get rid of an inadvertent close of file descriptor 2 in
8a76b3f3c93d39930182afa227d258218f80926brbb mod_mime_magic. [Greg Ames, Jeff Trawick]
8e7c85d6eb9bf628f081763c5bd778b784d5001crbb
8e7c85d6eb9bf628f081763c5bd778b784d5001crbb *) Add a hook, create_request. This hook allows modules to modify
8e7c85d6eb9bf628f081763c5bd778b784d5001crbb a request while it is being created. This hook is called for all
8e7c85d6eb9bf628f081763c5bd778b784d5001crbb request_rec's, main request, sub request, and internal redirect.
8e7c85d6eb9bf628f081763c5bd778b784d5001crbb When this hook is called, the r->main, r->prev, r->next
97ad13ce0413b573e63512b57c874ebbd41065b2rbb pointers have been set, so modules can determine what kind of
97ad13ce0413b573e63512b57c874ebbd41065b2rbb request this is. [Ryan Bloom]
2d3a1dd65798c72b7e46593614b4e27716cc5cderbb
2d3a1dd65798c72b7e46593614b4e27716cc5cderbb *) Cleanup the build process a bit more. The Apache configure
2d3a1dd65798c72b7e46593614b4e27716cc5cderbb script no longer creates its own helper scripts, it just
2d3a1dd65798c72b7e46593614b4e27716cc5cderbb uses APR's.
78f2608a1583b3cb409e12be701392ad1a929653rbb [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
78f2608a1583b3cb409e12be701392ad1a929653rbb
78f2608a1583b3cb409e12be701392ad1a929653rbb *) Stop the forced downgrade of the connection to HTTP/1.0 for
78f2608a1583b3cb409e12be701392ad1a929653rbb proxy requests. [Graham Leggett]
c5c3b5e33fca6425dc716e1dc51c10733d9b6bc3rbb
c5c3b5e33fca6425dc716e1dc51c10733d9b6bc3rbb *) Avoid using sscanf to determine the HTTP protocol number in
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the common case because sscanf is a performance hog. From
c5c3b5e33fca6425dc716e1dc51c10733d9b6bc3rbb Mike Abbot's Accelerating Apache patch number 6.
be7b08f10dc6b0be088c8b41009d89ea49ad4acarbb [Mike Abbot <mja trudge.engr.sgi.com>, Bill Stoddard]
be7b08f10dc6b0be088c8b41009d89ea49ad4acarbb
be7b08f10dc6b0be088c8b41009d89ea49ad4acarbb *) SECURITY: Fix a security exposure in mod_access. Previously when
be7b08f10dc6b0be088c8b41009d89ea49ad4acarbb IPv6 listening sockets were used, allow/deny-from-IPv4-address rules
2a0c3663b66c9af764267ac3c4e140e659598474ben were not evaluated properly (PR #7407). Also, add the ability to
2a0c3663b66c9af764267ac3c4e140e659598474ben specify IPv6 address strings with optional prefix length on Allow
2a0c3663b66c9af764267ac3c4e140e659598474ben and Deny. [Jeff Trawick]
2a0c3663b66c9af764267ac3c4e140e659598474ben
8a76b3f3c93d39930182afa227d258218f80926brbb *) Enhance rotatelogs so that a UTC offset can be specified, and
8a76b3f3c93d39930182afa227d258218f80926brbb the logfile name can be formatted using strftime(3). (Brought
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe forward from 1.3.) [Ken Coar]
8a76b3f3c93d39930182afa227d258218f80926brbb
11d400383ba9f941cc49e1a8da562fd172d3d7c5stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling
11d400383ba9f941cc49e1a8da562fd172d3d7c5stoddard DuplicateHandle on an IOCompletionPort (a practice which
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb MS "discourages"). The new model does not rely on associating
528e2a7d7cf6b8879291b59dd5afd8f6c7ae1b6brbb the completion port with the listening sockets, thus the
528e2a7d7cf6b8879291b59dd5afd8f6c7ae1b6brbb completion port can be completely managed within the child
528e2a7d7cf6b8879291b59dd5afd8f6c7ae1b6brbb process. A dedicated thread accepts connections off the network,
528e2a7d7cf6b8879291b59dd5afd8f6c7ae1b6brbb then calls PostQueuedCompletionStatus() to wake up worker
528e2a7d7cf6b8879291b59dd5afd8f6c7ae1b6brbb threads blocked on the completion port.
1a3161b56ebbbd036730d5372d4800cc495db212rbb [Bill Stoddard]
1a3161b56ebbbd036730d5372d4800cc495db212rbb
1a3161b56ebbbd036730d5372d4800cc495db212rbb *) Bring forward the --suexec-umask option which allows the
1a3161b56ebbbd036730d5372d4800cc495db212rbb builder to preset the umask for suexec processes. [Ken Coar]
1a3161b56ebbbd036730d5372d4800cc495db212rbb
2d87d8f191175a0683f430d790d81a5604b74ec6rbb *) Add a -V flag to suexec, which causes it to display the
2d87d8f191175a0683f430d790d81a5604b74ec6rbb compile-time settings with which it was built. (Only
2d87d8f191175a0683f430d790d81a5604b74ec6rbb usable by root or the AP_HTTPD_USER username.) [Ken Coar]
2d87d8f191175a0683f430d790d81a5604b74ec6rbb
6bcee6b60a2fc4c96328af30e79bad4927ff30f3rbb *) Mod_include should always unset the content-length if the file is
6bcee6b60a2fc4c96328af30e79bad4927ff30f3rbb going to be passed through send_parsed_content. There is no to
6bcee6b60a2fc4c96328af30e79bad4927ff30f3rbb determine if the content will change before actually scanning the
6bcee6b60a2fc4c96328af30e79bad4927ff30f3rbb entire content. It is far safer to just remove the C-L as long
6bcee6b60a2fc4c96328af30e79bad4927ff30f3rbb as we are scanning it. [Ryan Bloom]
1e8d4cfede0bad3a1a33e3b2eef0ba6754746f72rbb
1e8d4cfede0bad3a1a33e3b2eef0ba6754746f72rbb *) Make sure Apache sends WWW-Authenticate during a reverse proxy
1e8d4cfede0bad3a1a33e3b2eef0ba6754746f72rbb request and not Proxy-Authenticate.
1e8d4cfede0bad3a1a33e3b2eef0ba6754746f72rbb [Graham Leggett <minfrin sharp.fm>]
5600cf225f3be88ed9b5385a0737ccde7d0775bbrbb
5600cf225f3be88ed9b5385a0737ccde7d0775bbrbbChanges with Apache 2.0.14
5600cf225f3be88ed9b5385a0737ccde7d0775bbrbb
5600cf225f3be88ed9b5385a0737ccde7d0775bbrbb *) Fix content-length computation. We ONLY compute a content-length if
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb We are not in a 1.1 request and we cannot chunk, and this is a keepalive
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb or we already have all the data. [Ryan Bloom]
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb *) Report unbounded containers in the config file. Previously, a typo
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb in the </container> directive could result in the rest of the config
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb file being silently ignored, with undesired defaults used.
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb [Jeff Trawick]
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb *) Make the old_write filter use the ap_f* functions for the buffering.
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb [Ryan Bloom]
84b76faff9e8fa4b16b587b95d3930e36fe3c405rbb
bcef91d7068817e2e56854f5c5b22b6eb4663a85rbb *) Move more code from the http module into the core server. This
bcef91d7068817e2e56854f5c5b22b6eb4663a85rbb is core code, basically the default handler, the default input
bcef91d7068817e2e56854f5c5b22b6eb4663a85rbb and output filters, and all of the core configuration directives.
445997e06464e7625c7f0e22917f8f2d9876cfffrbb All of this code is required in order for the server to work, with or
445997e06464e7625c7f0e22917f8f2d9876cfffrbb without HTTP. The server is closer to working without the HTTP
445997e06464e7625c7f0e22917f8f2d9876cfffrbb module, although there is still more to do. [Ryan Bloom]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
445997e06464e7625c7f0e22917f8f2d9876cfffrbb *) Fix a number of SGI compile warnings throughout the server. Fix some
a2c240fe8836beba2330b03d55569d9e31bb3358trawick bad parameters to apr_bucket_read(). Fix a bad statement in
a2c240fe8836beba2330b03d55569d9e31bb3358trawick ap_method_in_list(). For the mod_rewrite cache use apr_time_t
a2c240fe8836beba2330b03d55569d9e31bb3358trawick consistently; we were mixing apr_time_t and time_t in invalid ways
a2c240fe8836beba2330b03d55569d9e31bb3358trawick before. In load_file(), call apr_dso_error() instead of
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb apr_strerror() so that we get a more specific string on some platforms.
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb PR #6980 [Jeff Trawick]
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb *) Allow modules to query the MPM about it's execution profile. This
5a58a10705b7b154b53294e0c0283d64eabdcb7fstoddard query API can and should be extended in the future, but for now,
5a58a10705b7b154b53294e0c0283d64eabdcb7fstoddard max_daemons, and threading or forking is a very good start.
5a58a10705b7b154b53294e0c0283d64eabdcb7fstoddard [Jon Travis <jtravis covalent.net>]
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf
3568de757bac0b47256647504c186d17ca272f85rbb *) Modify mod_include to send blocks of data no larger than 9k.
3568de757bac0b47256647504c186d17ca272f85rbb Without this, mod_include will wait until the whole file is parsed,
3568de757bac0b47256647504c186d17ca272f85rbb or the first tag is found to send any data to the client.
98f3c8c547839251cb43e9f917114cc8b16ced9efanf [Paul J. Reder <rederpj raleigh.ibm.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
98f3c8c547839251cb43e9f917114cc8b16ced9efanf *) Fix mod_info, so that <Directory> and <Location> directives are
1a411968bb62cc88c3cbf14a53caf6587c224259fanf not displayed twice when displaying the current configuration.
1a411968bb62cc88c3cbf14a53caf6587c224259fanf [Ryan Morgan <rmorgan covalent.net>]
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf *) Add config directives to override DEFAULT_ERROR_MSG and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe DEFAULT_TIME_FORMAT. This was sent in as PR 6193.
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf [Dan Rench <drench xnet.com>]
60777c94cb33363389d4848524c0809c235ba5e5rbb
6f06d481dafc90f1b553f1d2828bcea50a039854fielding *) Get mod_info building and loading on Win32. [William Rowe]
b5140df3124b186e4a977812fd9828d1e295c080wrowe
b5140df3124b186e4a977812fd9828d1e295c080wrowe *) Begin to move protocol independant functions out of mod_http. The goal
b5140df3124b186e4a977812fd9828d1e295c080wrowe is to have only functions that are HTTP specific in the http directory.
b5140df3124b186e4a977812fd9828d1e295c080wrowe [Ryan Bloom]
b5140df3124b186e4a977812fd9828d1e295c080wrowe
c9dafaafc2650994e47f88f5239f643c97ec4cb3wroweChanges with Apache 2.0.13
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe *) Don't assume that there will always be multiple calls to the byterange
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe filter. It is possible that we will need to do byteranges with only
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe one call to the filter. [Ryan Morgan <rmorgan covalent.net>]
41aef8943f349ee0b5b510dd436301b4c33c628cwrowe
41aef8943f349ee0b5b510dd436301b4c33c628cwrowe *) Move the error_bucket definition from the http module to the
bb360f1d9bdce4f55f290de07a711db006b25957wrowe core server. Every protocol will need this ability, not just
5727f68f33838686d447f55a100309e54efb20f8fielding HTTP. [Ryan Bloom]
5727f68f33838686d447f55a100309e54efb20f8fielding
5727f68f33838686d447f55a100309e54efb20f8fieldingChanges with Apache 2.0.12
5727f68f33838686d447f55a100309e54efb20f8fielding
5727f68f33838686d447f55a100309e54efb20f8fielding *) Modify mod_file_cache to save pre-formatted strings for
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb content-length and last-modified headers for performance.
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb [Mike Abbot <mja trudge.engr.sgi.com>]
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb *) Namespace protect IOBUFSIZ since it is exposed in the API.
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb [Jon Travis <jtravis covalent.net>]
b974a8fc59a9d6193305dcd8690992a411d88232rbb
b974a8fc59a9d6193305dcd8690992a411d88232rbb *) Use "Basic" authentication instead of "basic" in ab, as the spec
b974a8fc59a9d6193305dcd8690992a411d88232rbb says we should. [Andre Breiler <andre.breiler rd.bbc.co.uk>]
b974a8fc59a9d6193305dcd8690992a411d88232rbb
b974a8fc59a9d6193305dcd8690992a411d88232rbb *) Fix a seg fault in mod_userdir.c. We used to use the pw structure
fa996ff928f6170678c8789c8073c368f56d770arbb without ever filling it out. This fixes PR 7271.
fa996ff928f6170678c8789c8073c368f56d770arbb [Taketo Kabe <kabe sra-tohoku.co.jp> and
fa996ff928f6170678c8789c8073c368f56d770arbb Cliff Woolley <cliffwoolley yahoo.com>]
fa996ff928f6170678c8789c8073c368f56d770arbb
fa996ff928f6170678c8789c8073c368f56d770arbb *) Add a couple of GCC attribute tags to printf style functions.
fa996ff928f6170678c8789c8073c368f56d770arbb [Jon Travis <jtravis covalent.net>]
a1bbc66131c63e718e3f73fc11a348f7552d7947rbb
a1bbc66131c63e718e3f73fc11a348f7552d7947rbb *) Add the correct language tag for interoperation with the Taiwanese
a1bbc66131c63e718e3f73fc11a348f7552d7947rbb versions of MSIE and Netscape. [Clive Lin <clive CirX.ORG>] PR#7142
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe *) Migrate the perchild MPM to use the new apr signal child, and
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe APR thread functions. [Ryan Bloom]
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe *) Close one copy of the CGI's stdout before creating the new process.
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe The CGI will still have stdout, because we have already dup'ed it.
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben This keeps Apache from waiting forever to send the results of a CGI
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben process that has forked a long-lived child process.
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben [Taketo Kabe <kabe sra-tohoku.co.jp>]
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben *) Remove the rest of the pthreads functions from the threaded MPM.
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb This requires the APR support for a signal thread that was just
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb added. [Ryan Bloom]
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb *) Make mod_dir use a fixup for sending a redirect to the browser.
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb Before this, we were using a handler, which doesn't make much
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb sense, because the handler wasn't generating any data, it would
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb either return a redirect error code, or DECLINED. This fits the
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb current hooks better. [Ryan Morgan <rmorgan covalent.net>]
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb
cab10c98980b42562a7850410cecd37798e170ecrbb *) Make the threaded MPM use APR threads instead of pthreads.
cab10c98980b42562a7850410cecd37798e170ecrbb [Ryan Bloom]
cab10c98980b42562a7850410cecd37798e170ecrbb
cab10c98980b42562a7850410cecd37798e170ecrbb *) Get mod_tls to the point where it actually appears to work in all cases.
cab10c98980b42562a7850410cecd37798e170ecrbb [Ben Laurie]
71715c646d5231de578431f8961e711764b899d3fanf
71715c646d5231de578431f8961e711764b899d3fanf *) implement --enable-modules and --enable-mods-shared for "all" and
71715c646d5231de578431f8961e711764b899d3fanf "most". [Greg Stein]
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb *) Move the threaded MPM to use APR locks instead of pthread locks.
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb [Ryan Bloom]
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb *) Rename mpmt_pthread to threaded. This is more in line with the
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb fact that mpmt_pthread shouldn't be using pthreads directly, and
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb it is a smaller name that doesn't tie into anything.
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb [Ryan Bloom]
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb *) Rename the module structures so that the exported symbol matches
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb the file name, and it is easier to automate the installation
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb process (generating LoadModule directives from the module filenames).
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb [Martin Kraemer]
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb *) Remove the coalesce filter. With the ap_f* functions, this filter
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb is no longer needed. [Ryan Bloom]
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe
e76797ee89ad6fb15ad97b0f3903ae324ac44949wroweChanges with Apache 2.0.11
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe *) Remove the dexter MPM. Perchild is the same basic idea, but it has the
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe added feature of allowing a uid/gid per child process. If no
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe uid/gid is specified, then Perchild behaves exactly like dexter.
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe [Ryan Bloom]
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe *) Get perchild building again. [Ryan Bloom]
a1e0709c89175c34a3f72eb4a83d7ee1621a0884rbb
a1e0709c89175c34a3f72eb4a83d7ee1621a0884rbb *) Don't disable threads just because we are using the prefork MPM.
a1e0709c89175c34a3f72eb4a83d7ee1621a0884rbb If somebody wants to compile without threads, they must now add
a1e0709c89175c34a3f72eb4a83d7ee1621a0884rbb --disable-threads to the configure command line. [Ryan Bloom]
4b13b6bcdcfae61d3c58cc2569757651f28f2bbfrbb
4b13b6bcdcfae61d3c58cc2569757651f28f2bbfrbb *) Begin to move the calls to update_child_status into common code, so
4b13b6bcdcfae61d3c58cc2569757651f28f2bbfrbb that each individual MPM does not need to update the scoreboard itself.
34ea1d36f4e1c8d66338e691793017d105cc9c32rbb [Ryan Bloom]
34ea1d36f4e1c8d66338e691793017d105cc9c32rbb
34ea1d36f4e1c8d66338e691793017d105cc9c32rbb *) Allow mod_tls to compile under Unix boxes where openssl has been
34ea1d36f4e1c8d66338e691793017d105cc9c32rbb installed to the system include files.
2c8f06bf370a44a3d0544ed5319355463c417132gregames [Gomez Henri <new-httpd slib.fr>]
2c8f06bf370a44a3d0544ed5319355463c417132gregames
2c8f06bf370a44a3d0544ed5319355463c417132gregames *) Cleanup the mod_tls configure process. This should remove any need
db06e09891b001667974483058923b88c3258324rbb to hand-edit any files. We require OpenSSL 0.9.6 or later, but
db06e09891b001667974483058923b88c3258324rbb configure doesn't check that yet. [Ryan Bloom]
db06e09891b001667974483058923b88c3258324rbb
db06e09891b001667974483058923b88c3258324rbb *) Add a very early prototype of SSL support (in mod_tls.c). It is
db06e09891b001667974483058923b88c3258324rbb vital that you read modules/tls/README before attempting to build
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf it. [Ben Laurie]
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf *) Fix a potential seg fault on all platforms. David Reid fixed this
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf on BEOS, but the problem could happen anywhere, so we don't want
26cf4d32b4ff8807a64b0cfa6865a7d6d171c68efanf to #ifdef it. [Cliff Woolley <cliffwoolley yahoo.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
26cf4d32b4ff8807a64b0cfa6865a7d6d171c68efanf *) Add new LogFormat directive, %D, to log time it takes to serve a
06c107289de0a0888386e0bc08ef9fc60aacd8bctrawick request in microseconds. [Bill Stoddard]
06c107289de0a0888386e0bc08ef9fc60aacd8bctrawick
06c107289de0a0888386e0bc08ef9fc60aacd8bctrawick *) Change AddInputFilter and AddOutputFilter to SetInputFilter and
06c107289de0a0888386e0bc08ef9fc60aacd8bctrawick SetOutputFilter. This corresponds nicely with the other Set
f4ab6acec7b02518869ca649ce2d3ceeb92d282etrawick directives, which operate on containers while the Add* directives
f4ab6acec7b02518869ca649ce2d3ceeb92d282etrawick tend to work directly on extensions. [Ryan Bloom]
f4ab6acec7b02518869ca649ce2d3ceeb92d282etrawick
b0bd38b2226e5cfb86cce6ed1991723f4c9e4f68trawick *) Cleanup the header handling a bit. This uses the apr_brigade_*
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim functions for the buffering so that we don't need to compute
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim the length of the headers before we actually create the header
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim buffer. [Ryan Bloom]
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim *) Allow filters to buffer data using the ap_f* functions. These have
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim become macros that resolve directly to apr_brigade_*.
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim [Ryan Bloom]
0b34df54ff22d0ca05eb8e9d7c9610138a878c83rbb
0b34df54ff22d0ca05eb8e9d7c9610138a878c83rbb *) Get the Unix MPM's to do a graceful restart again. If we are going
0b34df54ff22d0ca05eb8e9d7c9610138a878c83rbb to register a cleanup with ap_cleanup_scoreboard, then we have to
83047afdc49c183cdca6373dba6a0c6afa638f12gstein kill the cleanup with the same function, and that function can't be
0b34df54ff22d0ca05eb8e9d7c9610138a878c83rbb static. [Ryan Bloom]
c8cc46d12794845f39fa154224075a3bbe57a4c8ben
c8cc46d12794845f39fa154224075a3bbe57a4c8ben *) Install all required header files. Without these, it was not
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb possible to compile some modules outside of the server.
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb [Ryan Bloom]
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb *) Fix the AliasMatch directive in Apache 2.0. When we brought a patch
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb forward from 1.3 to 2.0, we missed a single line, which broke regex
365c33fd9c0fc3ac27c0bd1d360a5a94980c576atrawick aliases. [Ryan Bloom]
365c33fd9c0fc3ac27c0bd1d360a5a94980c576atrawick
365c33fd9c0fc3ac27c0bd1d360a5a94980c576atrawick *) We have a poor abstraction in the protocol. This is a temporary
0ea568e49752d337d2b513cce07f2a6f4699d6eatrawick hack to fix the bug, but it will need to be fixed for real. If
0ea568e49752d337d2b513cce07f2a6f4699d6eatrawick we find an error while sending out a custom error response, we back
0ea568e49752d337d2b513cce07f2a6f4699d6eatrawick up to the first non-OK request and send the data. Then, when we send
b7a0ad483b54711addc5f43f679189619a23c749ben the EOS from finalize_request_protocol, we go to the last request,
b7a0ad483b54711addc5f43f679189619a23c749ben to ensure that we aren't sending an EOS to a request that has already
328d02603f471fad56cc5588fc9e93f589593ad0rbb received one. Because the data is sent on a different request than
328d02603f471fad56cc5588fc9e93f589593ad0rbb the EOS, the error text never gets sent down the filter stack. This
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick fixes the problem by finding the last request, and sending the data
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick with that request. [Ryan Bloom]
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick *) Make the server status page show the correct restart time, and
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick thus the proper uptime. [Ryan Bloom]
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick *) Move the CGI creation logic from mod_include to mod_cgi(d). This
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick should reduce the amount of duplicate code that is required to
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick create CGI processes.
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick [Paul J. Reder <rederpj raleigh.ibm.com>]
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb *) ap_new_connection() closes the socket and returns NULL if a socket
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb call fails. Usually this is due to a connection which has been
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb reset. [Jeff Trawick]
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb *) Move the Apache version information out of httpd.h and into release.h.
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb This is in preparation for the first tag with the new tag and release
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb system. [Ryan Bloom]
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb *) Begin restructuring scoreboard code to enable adding back in
da07a882b90b44243c9cd88ac09a789999dccc4drbb the ability to use IPC other than shared memory.
da07a882b90b44243c9cd88ac09a789999dccc4drbb Get mod_status working on Windows again. [Bill Stoddard]
da07a882b90b44243c9cd88ac09a789999dccc4drbb
da07a882b90b44243c9cd88ac09a789999dccc4drbb *) Make mod_status work with 2.0. This will work for prefork,
da07a882b90b44243c9cd88ac09a789999dccc4drbb mpmt_pthread, and dexter. [Ryan Bloom]
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb *) Correct a typo in httpd.conf.
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb [Kunihiro Tanaka <tanaka apache.or.jp>] PR#7154
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb *) Really fix mod_rewrite map lookups this time. [Tony Finch]
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb
5bf029f8452b6aa105cf3d9d9b19221920725428rbb *) Get the correct IP address if ServerName isn't set and we can't
5bf029f8452b6aa105cf3d9d9b19221920725428rbb find a fully-qualified domain name at startup.
5bf029f8452b6aa105cf3d9d9b19221920725428rbb PR#7170 [Danek Duvall <dduvall eng.sun.com>]
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Make mod_cgid work with SuExec. [Ryan Bloom]
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb
e03878add0099ba9741efc46d545955a60ea8bdcrbb *) Adopt apr user/group name features for mod_rewrite. Eliminates some
e03878add0099ba9741efc46d545955a60ea8bdcrbb 'extra' stat's for user/group since they should never occur, and now
e03878add0099ba9741efc46d545955a60ea8bdcrbb resolves the SCRIPT_USER and SCRIPT_GROUP, including on WinNT NTFS
e03878add0099ba9741efc46d545955a60ea8bdcrbb volumes. [William Rowe]
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Adopt apr features to simplify mod_includes. This changes the
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb behavior of the USER_NAME variable, unknown uid's are now reported
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe as USER_NAME="<unknown>" rather than the old user#000 result.
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe WinNT now resolves USER_NAME on NTFS volumes. [William Rowe]
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe *) Adopt apr features for simplifing mod_userdir, and accept the new
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe Win32/OS2 exceptions without hiccuping. [William Rowe]
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe *) Replace configure --with-optim option by using and saving the
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe environment variable OPTIM instead. This is needed because configure
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick options do not support multiple flags separated by spaces.
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick [Roy Fielding]
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick *) Fix some byterange handling. If we get a byte range that looks like
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick "-999999" where that is past the end of the file, we should return
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick a PARTIAL CONTENT status code, and return the whole file as one big
77c656dabf05adcdee0d30b15b4628be738a1913rbb byterange. This matches the 1.3 handling now. [Ryan Bloom]
77c656dabf05adcdee0d30b15b4628be738a1913rbb
77c656dabf05adcdee0d30b15b4628be738a1913rbb *) Make the error bucket a real meta-data bucket. This means that the
77c656dabf05adcdee0d30b15b4628be738a1913rbb bucket length is 0, and a read returns NULL data. If one of these
77c656dabf05adcdee0d30b15b4628be738a1913rbb buckets is passed down after the headers are sent, this data will
7e73041858979fd162c849cc2e7447beb51eedf8rbb just be ignored. [Greg Stein]
7e73041858979fd162c849cc2e7447beb51eedf8rbb
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb *) The prefork MPM wasn't killing child processes correctly if a restart
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb signal was received while the process was serving a request. The child
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb process would become the equivalent of a second parent process. If
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick we break out of the accept loop, then we need to do die after cleaning
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb up after ourselves. [Ryan Bloom]
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb *) Change the Prefork MPM to use SIGWINCH instead of SIGUSR1 for graceful
db9ac238bf63d7df2bebbaff4de1628a32151028trawick restarts. [Ryan Bloom]
ce121a776564df6bb75498209094142d92404b8atrawick
ce121a776564df6bb75498209094142d92404b8atrawick *) Modify the apr_stat/lstat/getfileinfo calls within apache to use
ce121a776564df6bb75498209094142d92404b8atrawick the most optimal APR_FINFO_wanted bits. This spares Win32 from
e1ade9256c87684358786fcf7eef251bd4c1db10rbb performing very expensive owner, group and permission lookups
e1ade9256c87684358786fcf7eef251bd4c1db10rbb and allows the server to function until these apr_finfo_t fields
e1ade9256c87684358786fcf7eef251bd4c1db10rbb are implemented under Win32. [William Rowe]
e1ade9256c87684358786fcf7eef251bd4c1db10rbb
e1ade9256c87684358786fcf7eef251bd4c1db10rbb *) Support for typedsafe optional functions - that is functions exported by
e1ade9256c87684358786fcf7eef251bd4c1db10rbb optional modules, which, therefore, may or may not be present, depending
db9ac238bf63d7df2bebbaff4de1628a32151028trawick on configuration. See the experimental modules mod_optional_fn_{ex,im}port
db9ac238bf63d7df2bebbaff4de1628a32151028trawick for sample code. [Ben Laurie]
db9ac238bf63d7df2bebbaff4de1628a32151028trawick
eae32ab3fb398ca408bc2d45b22adf1b67a75471rbb *) filters can now report an HTTP error to the server. This is done
eae32ab3fb398ca408bc2d45b22adf1b67a75471rbb by sending a brigade where the first bucket is an error_bucket.
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb This bucket is a simple bucket that stores an HTTP error and
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb a string. Currently the string is not used, but it may be needed
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb to output an error log. The http_header_filter will find this
42ec91fadb5532438ab4c02993b15c18a517967frbb bucket, and output the error text, and then return
42ec91fadb5532438ab4c02993b15c18a517967frbb AP_FILTER_ERROR, which informs the server that the error web page
42ec91fadb5532438ab4c02993b15c18a517967frbb has already been sent. [Ryan Bloom]
42ec91fadb5532438ab4c02993b15c18a517967frbb
42ec91fadb5532438ab4c02993b15c18a517967frbb *) If we get an error, then we should remove all filters except for
96fc773162e93e5b85686ab152f11baf4498d868rbb those critical to serving a web page. This fixes a bug, where
2975523a2901fc601ae9510082a7d4fb11bb9aecake error pages were going through the byterange filter, even though
2975523a2901fc601ae9510082a7d4fb11bb9aecake that made no sense. [Ryan Bloom]
2975523a2901fc601ae9510082a7d4fb11bb9aecake
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick *) Relax the syntax checking of Host: headers in order to support
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick iDNS. PR#6635 [Tony Finch]
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick *) Cleanup the byterange filter to use the apr_brigade_partition
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick and apr_bucket_copy functions. This removes a lot of very messy
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick code, and hopefully makes this filter more stable.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe *) Remove AddModule and ClearModuleList directives. Both of these
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe directives were used to ensure that modules could be enabled
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe in the correct order. That requirement is now gone, because
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe we use hooks to ensure that modules are in the correct order.
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe [Ryan Bloom]
f6e9f5600e77b78fb013bb543d364135961639d1rbb
f6e9f5600e77b78fb013bb543d364135961639d1rbb *) When SuExec is specified, we need to add it to the list of
f6e9f5600e77b78fb013bb543d364135961639d1rbb targets to be built. If we don't, then any changes to the
f6e9f5600e77b78fb013bb543d364135961639d1rbb configuration won't affect SuExec, unless 'make suexec' is
f6e9f5600e77b78fb013bb543d364135961639d1rbb specifically run. [Ryan Bloom]
f6e9f5600e77b78fb013bb543d364135961639d1rbb
f6e9f5600e77b78fb013bb543d364135961639d1rbb *) Cleaned out open_file from mod_file_cache, as apr now accepts
f6e9f5600e77b78fb013bb543d364135961639d1rbb the APR_XTHREAD argument to open a file for consumption by
f6e9f5600e77b78fb013bb543d364135961639d1rbb parallel threads on win32. [William Rowe]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct a bug in determining when we follow symlinks. The code
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick expected a stat -1 result, not an apr_status_t positive error.
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick Also check if the APR_FINFO_USER fields are valid before we
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick follow the link. [William Rowe]
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick *) Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mpm_common.c. These functions are only valid on some platforms,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so they should not be in the main-line code. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove ap_chdir_file(). This function is not thread-safe,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and nobody is currently using it. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Do not try to run make depend if there are no .c files in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding current directory, doing so makes `make depend` fail.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update highperformance.conf to work with either prefork or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding pthreads mpms. [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Stop checking to see if this is a pipelined request if we know
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for a fact that it isn't. Basically, if r->connection->keepalive == 0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This keeps us from making an extra read call when serving a 1.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request. [Ryan Bloom and Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the handling of variable expansion look-ahead in mod_rewrite,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding more complicated nested RewriteMap lookups. PR#7087 [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the RFC number mentioned when complaining about a missing
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Host: header. PR#7079 [Alexey Toptygin <alexeyt wam.umd.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix an endless loop in ab which occurred when ab was posting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the server dropped the connection unexpectedly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a segfault while handling request bodies in ap_http_filter().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This problem has been seen with mod_dav usage as well as with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requests where the body was just being discarded. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Some adjustment on the handling and automatic setting (via
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hints.m4) of various compilation flags (eg: CFLAGS). Also,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding add the capability to specify flags (NOTEST_CFLAGS and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe NOTEST_LDFLAGS) which are used to compile Apache, but
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not used during the configuration process. Useful for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding flags like "-Werror". [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Stop using environment variables to force debug mode or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no detach. We now use the -D command line argument to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding specify the correct mode. -DONE_PROCESS and -DNO_DETACH.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Stein, Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change handlers to use hooks. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Stop returning copies of filenames from both apr_file_t and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apr_dir_t. We pstrdup the filenames that we store in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding actual structures, so we don't need to pstrdup the strings again.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cgi: Fix some problems where the wrong error value was being
cfa64348224b66dd1c9979b809406c4d15b1c137fielding traced. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) EBCDIC: Fix some missing ASCII conversion on some protocol data.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add generic hooks. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use a real pool to dup the error log descriptor. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a segfault caused by mod_ext_filter when the external filter
cfa64348224b66dd1c9979b809406c4d15b1c137fielding program does not exist. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix an output truncation error when on an HTTP >= 1.0 request an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was served through mod_charset_lite (or anything else that would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding create a transient bucket in this size range). ap_bucket_make_heap()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding silently failed (fixed), transient_setaside() discovered it, but
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_save_brigade() ignored it (fixed). [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Ignore \r\n or \n when using PEEK mode for input filters. The problem
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is that some browsers send extra lines at the end of POST requests, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we don't want to delay sending data back to the user just because the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding browser isn't well behaved. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get SuEXEC working again. We can't send absolute paths to suExec
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because it refuses to execute those programs. SuEXEC also wasn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding always recognizing configuration changes made using the autoconf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding setup. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Allow the buildconf process to find the config.m4 files in the correct
cfa64348224b66dd1c9979b809406c4d15b1c137fielding order. Basically, we can now name config.m4 files as config\d\d.m4,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and we will sort them correctly when inserting them into the build
cfa64348224b66dd1c9979b809406c4d15b1c137fielding process. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get mod_cgid to use apr calls for creating the actual CGI process.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This also allows mod_cgid to use ap_os_create_priviledged_process,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding thus allowing for SuExec execution from mod_cgid. Currently, we do
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not support everything that standard SuExec supports, but at least
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it works minimally now. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow SuExec to be configured from the ./configure command line.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update some of the docs in README and INSTALL to reflect some of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the changes in Apache 2.0 [Cliff Woolley <cliffwoolley yahoo.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If we get EAGAIN returned from the call to apr_sendfile, then we
cfa64348224b66dd1c9979b809406c4d15b1c137fielding need to call sendfile again. This gets us serving large files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get the support programs building cleanly again.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Cliff Woolley <cliffwoolley yahoo.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The Apache/Win32 Apache.exe and dll's now live in bin. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding current directory logic now backs up over bin/ to determine the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server root from the Apache.exe path.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache/Win32 now follows the standard conventions of mod_foo.so
cfa64348224b66dd1c9979b809406c4d15b1c137fielding loadable modules, dynamic libs are all named libfoo.dll, and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding makefile.win populates the include, lib and libexec directories.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache is now IPv6-capable. On systems where APR supports IPv6,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache gets IPv6 listening sockets by default. Additionally, the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Listen, NameVirtualHost, and <VirtualHost> directives support IPv6
cfa64348224b66dd1c9979b809406c4d15b1c137fielding numeric address strings (e.g., "Listen [fe80::1]:8080").
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Modify the install directory layout. Modules are now installed in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules/. Shared libraries should be installed in libraries/, but
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe we don't have any of those on Unix yet. All install directories
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are modifyable at configure time. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Install all header files in the same directory on Unix. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Get the functions in server/linked into the server, regardless of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which modules linked into the server. This uses the same hack
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for Apache that we use for APR and apr-util to ensure all of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding necessary functions are linked. As a part of thise, the CHARSET_EBCDIC
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was renamed to AP_CHARSET_EBCDIC for namespace protection, and to make
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the scripts a bit easier.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rework the RFC1413 handling to make it thread-safe, use a timeout
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on the query, and remove IPv4 dependencies. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get all of the auth modules to the point that they will install and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be loadable into the server. Our new build/install mechanism expects
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that all modules will have a common name format. The auth modules
cfa64348224b66dd1c9979b809406c4d15b1c137fielding didn't use that format, so we didn't install them properly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API routines ap_pgethostbyname() and ap_pduphostent() are no longer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding available. Use apr_getaddrinfo() instead. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get "NameVirtualHost *" working in 2.0. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Return HTTP_RANGE_NOT_SATISFIABLE if the every range requested starts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding after the end of the response. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get byterange requests working with responses that do not have a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content-length. Because of the way byterange requests work, we have to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have all of the data before we can actually do the byterange, so we
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe can compute the content-length in the byterange filter.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Get exe CGI's working again on Windows.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Allan Edwards]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get mod_cgid and mod_rewrite to work as DSOs by changing the way
cfa64348224b66dd1c9979b809406c4d15b1c137fielding they keep track of whether or not their post config hook has been
cfa64348224b66dd1c9979b809406c4d15b1c137fielding called before. Instead of a static variable (which is replaced when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the DSO is loaded a second time), use userdata in the process pool.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a9
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32 now requires perl to complete the final install step for users
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to build + install on Win32. Makefile.win now rewrites @@ServerRoot@
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and installs the conf, htdocs and htdocs/manual directories.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make mod_include use a hash table to associate directive tags with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functions. This allows modules to implement their own SSI tags easily.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The idea is simple enough, a module can insert it's own tag and function
cfa64348224b66dd1c9979b809406c4d15b1c137fielding combination into a hash table provided by mod_include. While mod_include
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parses an SSI file, when it encounters a tag in the file, it does a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hash lookup to find the function that implements that tag, and passes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding all of the relevant data to the function. That function is then
cfa64348224b66dd1c9979b809406c4d15b1c137fielding responsible for processing the tag and handing the remaining data back
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to mod_include for further processing.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul J. Reder <rederpj raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get rid of ap_new_apr_connection(). ap_new_connection() now has
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fewer parameters: the local and remote socket addresses were removed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from the parameter list because all required information is available
cfa64348224b66dd1c9979b809406c4d15b1c137fielding via the APR socket. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Distribution directory structure reorganized to reflect a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding normal source distribution with external install targets.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The MPMs that need multiple segments of shared memory now create
cfa64348224b66dd1c9979b809406c4d15b1c137fielding two apr_shmem_t variables, one for each shared memory allocation.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the problem is that we can't determine how much memory will be required
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for shared memory allocations once we try to allocate more than one
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variable. The MM code automatically aligns the shared memory allocations,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so we end up needing to pad the amount of shared memory we want based
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on how many variables will be allocated out of the shared memory segment.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding It is just easier to create a second apr_shmem_t variable, and two
cfa64348224b66dd1c9979b809406c4d15b1c137fielding shmem memory blocks.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleanup the export list a bit. This creates a single unified list of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functions exported by APR. The export list is generated at configure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding time, and that list is then used to generate the exports.c file.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Because of the way the export list is generated, we only export those
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functions that are valid on the platform we are building on.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enable logging the cookie with mod_log_config
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sander van Zoest <sander covalent.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a segfault in mod_info when it reaches the end of the configuration.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added lib/aputil/ as a placeholder for utility functions which are not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding specific to the Apache HTTP Server (but do not make sense with APR).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The first utility is "apu_dbm": a set of functions to work with DBM
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files. This first version can be compiled for SDBM or GDBM databases.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Complete re-write of mod_include. This makes mod_include a filter that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding uses buckets directly. This has now served the FAQ correctly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Reder <rederpj raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow modules to specify the first filter in a sub_request when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding making the sub_request. This keeps modules from having to change the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding output_filter immediately after creating the sub-request, and therefore
cfa64348224b66dd1c9979b809406c4d15b1c137fielding skip the sub_req_output_filter. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update ab to accept URLs with IPv6 literal address strings (in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding format described in RFC 2732), and to build Host header fields in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the same format. This allows IPv6 literal address strings to be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used with ab. This support has been tested against Apache 1.3 with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the KAME patch, but Apache 2.0 does not yet work with this format
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the Host header field. [Jeff Trawick]
75c180fb45396964ad10af6444077798a470b6a3jorton
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Accomodate an out-of-space condition in the piped logs and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rotatelogs.c code, and no longer churn log processes for this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding condition. [Victor J. Orlikowski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for partial writes with apr_sendfile() to core_output_filter.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a8
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a directive to mod_mime so that filters can be associated with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a given mime-type.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get multi-views working again. We were setting the path_info
cfa64348224b66dd1c9979b809406c4d15b1c137fielding field incorrectly if we couldn't find the specified file.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix 304 processing. The core should never try to send the headers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding down the filter stack. Always, just setup the table in the request
cfa64348224b66dd1c9979b809406c4d15b1c137fielding record, and let the header filter convert it to data that is ready
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for the network.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More fixes for the proxy. There are still bugs in the proxy code,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but this has now proxied www.yahoo.com and www.ntrnet.net (my ISP)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding successfully.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix params for apr_getaddrinfo() call in connect proxy handler.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR: Add new apr_getopt_long function to handle long options.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [B. W. Fitzpatrick <fitz red-bean.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Add generic apr_create_socket(). Add apr_getaddrinfo() for doing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hostname resolution/address string parsing and building
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apr_sockaddr_t. Add apr_get_sockaddr() for getting the address
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of one of the apr_sockaddr_t structures for a socket. Change
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apr_bind() to take apr_sockaddr_t. [David Reid and Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove the BUFF from the HTTP proxy. This is still a bit ugly, but
cfa64348224b66dd1c9979b809406c4d15b1c137fielding I have proxied pages with it, cleanup will commence soon.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make the proxy work with filters. This isn't perfect, because we
cfa64348224b66dd1c9979b809406c4d15b1c137fielding aren't dealing with the headers properly. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Do not send a content-length iff the C-L is 0 and this is a head
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make cgi-bin work as a regular directory when using mod_vhost_alias
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with no VirtualScriptAlias directives. PR#6829 [Tony Finch]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove BUFF from the PROXY connect handling. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get the default_handler to stop trying to deal with HEAD requests.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The idea is to let the content-length filter compute the C-L before
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we try to send the data. If we can get the C-L correctly, then we
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should send it in the HEAD response.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The Header filter can now determine if a body should be sent based
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on r->header_only. The general idea of this is that if we delay
cfa64348224b66dd1c9979b809406c4d15b1c137fielding deciding to send the body, then we might be able to compute the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content-length correctly, which will help caching proxies to cache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding our data better. Any handler that doesn't want to try to compute
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the content-length can just send an EOS bucket without data and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding everything will just work.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the referer to the error log if one is available.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Markus Gyger <mgyger itr.ch>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mod_info.c has now been ported to Apache 2.0. As a part of this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding change, the root of the configuration tree has been exposed to modules
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as ap_conftree.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Morgan <rmorgan covalent.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get the core_output_filter to use the bucket interface directly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This keeps us from calling the content-length filter multiple times
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for a simple static request.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) We are sending the content-type correctly now.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom and Will Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR on FreeBSD: Fix a bug in apr_sendfile() which caused us to report
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a bogus bytes-sent value when the only thing being sent was trailers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and writev() returned an error (or EAGAIN). [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This uses the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hints file to determine which platforms define
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
35c7d65bfb91baf5d930a1d287329e8b37e0235cmjc *) APR: add apr_get_home_directory() [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Initial import of 1.3-current mod_proxy. [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Not all platforms have INADDR_NONE defined by default. Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used to make this check and define INADDR_NONE if appropriate,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but APR needs the check too, and I suspect other applications will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as well. APR now defines APR_INADDR_NONE, which is always a valid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding value on all platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Branko �ibej <brane xbc.nu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Destroy the pthread mutex in lock_intra_cleanup() for PR#6824.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Shuichi Kitaguchi <ki hh.iij4u.or.jp>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Relax the syntax checking of Host: headers in order to support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding iDNS. PR#6635 [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When reading from file buckets we convert to an MMAP if it makes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sense. This also simplifies the default handler because the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding default handler no longer needs to try to create MMAPs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) BUFF has been removed from the main server. The BUFF code will remain
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the code until it has been purged from the proxy module as well.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Byteranges have been completely re-written to be a filter. This
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe has been tested, and I believe it is working correctly, but it could
cfa64348224b66dd1c9979b809406c4d15b1c137fielding doesn't work for the Adobe Acrobat plug-in. The output almost matches
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the output from 1.3, the only difference being that 1.3 includes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a content-length in the response, and this does not.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR read/write functions and bucket read functions now operate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on unsigned integers, instead of signed ones. It doesn't make
cfa64348224b66dd1c9979b809406c4d15b1c137fielding any sense to use signed ints, because we return the error codes,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so if we have an error we should report 0 bytes read or written.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Always compute the content length, whether it is sent or not.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The reason for this, is that it allows us to correctly report
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the bytes_sent when logging the request. This also simplifies
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content-length filter a bit, and fixes the actual byte-reporing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code in mod_log_config.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove AP_END_OF_BRIGADE definition. This does not signify what
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it says, because it was only used by EOS and FLUSH buckets. Since
cfa64348224b66dd1c9979b809406c4d15b1c137fielding neither of those are required at the end of a brigade, this was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding really signifying FLUSH_THE_DATA, but that can be determined better
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by checking AP_BUCKET_IS_EOS() or AP_BUCKET_IS_FLUSH. EOS and FLUSH
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buckets now return a length of 0, which is actually the amount of data
cfa64348224b66dd1c9979b809406c4d15b1c137fielding read, so they make more sense.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow the core_output_filter to save some data past the end of a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request. If we get an EOS bucket, we only send the data if it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding makes sense to send it. This allows us to pipeline request
cfa64348224b66dd1c9979b809406c4d15b1c137fielding responses. As a part of this, we also need to allocate mmap
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buckets out of the connection pool, not the request pool. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allows the mmap to outlive the request.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make blocking and non-blocking bucket reads work correctly for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sockets and pipes. These are the only bucket types that should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have non-blocking reads, because the other bucket types should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ALWAYS be able to return something immediately.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In the Apache/Win32 console window, accept Ctrl+C to stop the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server, but use Ctrl+Break to initiate a graceful restart
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of duplicating behavior. [John Sterling]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Patch mod_autoindex to set the Last-Modified header based on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the directory's mtime, and add the ETag header. [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Merge the 1.3 patch to add support for logging query string in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding such a way that "%m %U%q %H" is the same as "%r".
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port three log methods from mod_log_config 1.3 to 2.0:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CLF compliant '-' byte count, method and protocol.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a new LogFormat directive, %c, that will log connection
cfa64348224b66dd1c9979b809406c4d15b1c137fielding status at the end of the response as follows:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 'X' - connection aborted before the response completed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding '+' - connection may be kept-alive by the server.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding '-' - connection will be closed by the server.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Expand APR for WinNT to fully accept and return utf-8 encoded
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Unicode file names and paths for Win32, and tag the Content-Type
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from mod_autoindex to reflect that charset if the feature
cfa64348224b66dd1c9979b809406c4d15b1c137fielding macro APR_HAS_UNICODE_FS is true. [William Rowe]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compute the content length (and add appropriate header field) for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the response when no content length is available and we can't use
cfa64348224b66dd1c9979b809406c4d15b1c137fielding chunked encoding. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changed ap_discard_request_body() to use REQUEST_CHUNKED_DECHUNK,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so that content input filters get dechunked data when using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the default handler. Also removed REQUEST_CHUNKED_PASS.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add mod_ext_filter as an experimental module. This module allows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the administrator to use external programs as filters. Currently,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only filtering of output is supported. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Most Apache functions work on EBCDIC machines again, as protocol
cfa64348224b66dd1c9979b809406c4d15b1c137fielding data is now translated (again). [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the EBCDIC support. They are noops on ASCII machines, so this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding type of translation doesn't have to be surrounded by #ifdef
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CHARSET_EBCDIC. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix mod_include. tag commands work again, and the server will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding send the FAQ again. This also allows mod_include to set aside
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buckets that include partial buckets.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom and David Reid]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add suexec support back. [Manoj Kasichainula]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Lingering close now uses the socket directly instead of using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding BUFF. This has been tested, but since all we can tell is that it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding doesn't fail, this needs to be really hacked on.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow filters to modify headers and have those headers be sent to
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the client. The idea is that we have an http_header filter that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding actually sends the headers to the network. This removes the need
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for the BUFF to send headers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Charset translation: mod_charset_lite handles translation of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request bodies. Get rid of the xlate version of ap_md5_digest()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding since we don't compute digests of filtered (e.g., translated)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding response bodies this way anymore. (Note that we don't do it at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding all at the present; somebody needs to write a filter to do so.)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Input filters and ap_get_brigade() now have a input mode parameter
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (blocking, non-blocking, peek) instead of a length parameter.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [hackathon]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update the mime.types file to the registered media types as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of 2000-10-19. PR#6613 [Carsten Klapp <carsten.klapp home.net>,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Namespace protect some macros declared in ap_config.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Support HTTP header line folding with input filtering.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mod_include works again. This should still be re-written, but at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding least now we can serve an SHTML page again.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Begin to remove BUFF from the core. Currently, we keep a pointer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to both the BUFF and the socket in the conn_rec. Functions that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding want to use the BUFF can, functions that want to use the socket,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding can. They point to the same place.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) apr_psprintf doesn't understand %lld as a format. Make it %ld.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tomas "�gren" <stric ing.umu.se>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR pipes on Unix and Win32 are now cleaned up automatically when the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding associated pool goes away. (APR pipes on OS/2 were already had this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding logic.) This resolvs a fatal file descriptor leak with CGIs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The final line of the config file was not being read if there was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no \n at the end of it. This was caused by apr_fgets returning
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APR_EOF even though we had read valid data. This is solved by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding making cfg_getline check the buff that was returned from apr_fgets.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding If apr_fgets return APR_EOF, but there was data in the buf, then we
cfa64348224b66dd1c9979b809406c4d15b1c137fielding return the buf, otherwise we return NULL.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Piped logs work again in the 2.0 series.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Restore functionality broken by the mod_rewrite security fix:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rewrite map lookup keys and default values are now expanded
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so that the lookup can depend on the requested URI etc.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR #6671 [Tony Finch]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Tighten up the syntax checking of Host: headers to fix a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding security bug in some mass virtual hosting configurations
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that can allow a remote attacker to retrieve some files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on the system that should be inaccessible. [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a pool bucket type. This bucket is used for data allocated out
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of a pool. If the pool is cleaned before the bucket is destroyed, then
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the data is converted to a heap bucket, allowing it to survive the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding death of the pool.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a flush bucket. This allows modules to signal that the filters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should all flush whatever data they currently have. There is no way
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to actually force them to do this, so if a filter ignores this bucket,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that's life, but at least we can try with this.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add an output filter for sub-requests. This filter just strips the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding EOS bucket so that we don't confuse the main request's core output
cfa64348224b66dd1c9979b809406c4d15b1c137fielding filter by sending multiple EOS buckets. This change also makes sub
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requests start to send EOS buckets when they are finished.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make ap_bucket_(read|destroy|split|setaside) into macros. Also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding makes ap_bucket_destroy a return void, which is okay because it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used to always return APR_SUCCESS, and nobody ever checked its
cfa64348224b66dd1c9979b809406c4d15b1c137fielding return value anyway.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Cliff Woolley <cliffwoolley yahoo.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove the index into the bucket-type table from the buckets
cfa64348224b66dd1c9979b809406c4d15b1c137fielding structure. This has now been replaced with a pointer to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bucket_type. Also add some macros to test the bucket-type.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding All _VAR_ flavors changes to _DATA to be absolutely clear.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for /, //, //servername and //server/sharename
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parsing of <Directory> blocks under Win32 and OS2.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tim Costello, William Rowe, Brian Harvard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove the function pointers from the ap_bucket type. They have been
cfa64348224b66dd1c9979b809406c4d15b1c137fielding replaced with a global table. Modules are allowed to register bucket
cfa64348224b66dd1c9979b809406c4d15b1c137fielding types and use then use those buckets.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cgid: In the handler, shut down the Unix socket (only for write)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding once we finish writing the request body to the cgi child process;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding otherwise, the client doesn't hit EOF on stdin. Small request bodies
cfa64348224b66dd1c9979b809406c4d15b1c137fielding worked without this change (for reasons I don't understand), but large
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ones didn't. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove file bucket specific information from the ap_bucket type.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This has been moved to a file_bucket specific type that hangs off
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the data pointer in the ap_bucket type.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Input filtering now has a third argument. This is the amount of data
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to read from lower filters. This argument can be -1, 0, or a positive
cfa64348224b66dd1c9979b809406c4d15b1c137fielding number. -1 means give me all the data you have, I'll deal with it and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding let you know if I need more. 0 means give me one line and one line
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only. A positive number means I want no more than this much data.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Currently, only 0 and a positive number are implemented. This allows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding us to remove the remaining field from the conn_rec structure, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has also been done.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Ryan Bloom]
35c7d65bfb91baf5d930a1d287329e8b37e0235cmjc
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Big cleanup of the input filtering. The goal is that http_filter
cfa64348224b66dd1c9979b809406c4d15b1c137fielding understands two conditions, headers and body. It knows where it is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding based on c->remaining. If c->remaining is 0, then we are in headers,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and http_filter returns a line at a time. If it is not 0, then we are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in body, and http_filter returns raw data, but only up to c->remaining
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bytes. It can return less, but never more.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Ames, Ryan Bloom, Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cgi: Write all of the request body to the child, not just what
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the kernel would accept on the first write. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Back out the change that moved the brigade from the core_output_filters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ctx to the conn_rec. Since all requests over a given connection
cfa64348224b66dd1c9979b809406c4d15b1c137fielding go through the same core_output_filter, the ctx pointer has the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding correct lifetime.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix another bug in the send_the_file() read/write loop. A partial
cfa64348224b66dd1c9979b809406c4d15b1c137fielding send by apr_send would cause unsent data in the read buffer to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding get clobbered. Complete making send_the_file handle partial
cfa64348224b66dd1c9979b809406c4d15b1c137fielding writes to the network.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a couple of type fixes to allow compilation on AIX again
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Victor J. Orlikowski <v.j.orlikowski gte.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bug in send_the_file() which causes offset to be ignored
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if there are no headers to send.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Handle APR_ENOTIMPL returned from apr_sendfile in the core
cfa64348224b66dd1c9979b809406c4d15b1c137fielding filter. Useful for supporting Windows 9* with a binary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compiled on Windows NT.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a7
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reimplement core_output_filter to buffer/save bucket brigades
cfa64348224b66dd1c9979b809406c4d15b1c137fielding across multiple calls to the core_filter. The brigade will be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sent when either MIN_BYTES_TO_SEND or MAX_IOVEC_TO_WRITE
cfa64348224b66dd1c9979b809406c4d15b1c137fielding thresholds are hit or the EOS bucket is received.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Create experimental filter (buffer_filter) that coalesces bytes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding into one large buffer before invoking the next filter in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding chain. This filter is particularly useful with the current
cfa64348224b66dd1c9979b809406c4d15b1c137fielding implementation of mod_autoindex when it inserted above the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding chunk_filter. mod_autoindex generates a lot of brigades that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding containing buckets holding just a few bytes each. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buffer_filter coalesces these buckets into a single large bucket.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add apr_sendfile() support into the core_output_filter.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add apr_sendv() support into the core_output_filter.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix mod_log_config so that it compiles cleanly with BUFFERED_LOGS
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Mike Abbott <mja sgi.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove ap_send_fb. This is no longer used in Apache, and it doesn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding make much sense, because Apache uses buckets instead of BUFFs now.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) send_the_file now falls back to a read/write loop on platforms that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding do not have sendfile.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom and Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Install apachectl correctly, and substitute the proper values so
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that it works again. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Better(??) handle platforms that lack sendfile().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR now has UUID generation/formatting/parsing support.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Begin the http_filter. This is an input filter that understands
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the absolute basic amount required to parse an HTTP Request. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding goal is to be able to split headers from request body before passing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the data back to the other filters.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bring forward from 1.3.13 the config directory implementation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) install apxs if it is created
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added APR_IS_STATUS_condition test macros to eliminate canonical error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding conversions. [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Now that we have ap_add_input_filter(), rename ap_add_filter() to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_add_output_filter(). [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Multiple build and configuration fixes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Build process:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -add datadir and localstatedir substitutions
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -fix layout name
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -fix logfilename misspelling
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -fix evaluation of installation dir variables and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -replace $foobar by $(foobar) to be usefull in the makefile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Cross compile:
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -add rules for cross-compiling in rules.mk. Okay, rule to check for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding $CC_FOR_BUILD is still missing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -use CHECK_TOOL instead of CHECK_PROG for ranlib
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -add missing "AR=@AR@" to severaly Makefile.in's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -cache result for "struct rlimit"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -compile all helper programs with native and cross compiler
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and use the native version to generate header file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["R�diger" Kuhlmann <Tadu gmx.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Prepare our autoconf setup for autoconf 2.14a and for cross-
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compiling.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["R�diger" Kuhlmann <Tadu gmx.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug where a client which only sends \n to delimit header
cfa64348224b66dd1c9979b809406c4d15b1c137fielding lines (netcat) gets a strange looking HTTP_NOT_IMPLEMENTED
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message. Start working on ebcdic co-existance with input
cfa64348224b66dd1c9979b809406c4d15b1c137fielding filtering.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe, Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If mod_so is enabled in the server always create libexec, even
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if there are no modules installed in this directory. This is a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requirement for APXS to work correctly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Connection oriented output filters are now stored in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding conn_rec instead of the request_rec. This allows us to add the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding output filter in the pre-connection phase instead of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding post_read_request phase, which keeps us from trying to write an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error page before we have a filter to write to the network.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom, Jeff Trawick, and Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleaning up an mmap bucket no longer deletes the mmap. An
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mmap can be used across multiple buckets (default_handler with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding byte ranges, mod_file_cache, mod_mmap_static), so cleanup of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the mmap itself can't be associated with the bucket.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add .dll caching directive ISAPICacheFile to mod_isapi.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Radical surgery to improve mod_isapi support under Win32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Includes a number of newer ServerSupportFunction calls, support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for ReadClient (in order to retrieve POSTs greater than 48KB),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and general bug fixes to more reliably load ISAPI .dll's and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prevent leaking handle resources. Note: There are still
cfa64348224b66dd1c9979b809406c4d15b1c137fielding discrepancies between IIS's and Apache's ServerVariables, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding async calls are still not supported. Additional warnings are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding logged to facilitate debugging of unsupported ISAPI calls.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add input filtering to Apache. The basic idea for the input
cfa64348224b66dd1c9979b809406c4d15b1c137fielding filters is the same as the ideas for output filters. The biggest
cfa64348224b66dd1c9979b809406c4d15b1c137fielding difference is that instead of calling ap_pass_brigade, ap_get_brigade
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should be called, and the order of execution for the filter itself is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding different. When writing an output filter, a brigade is passed in,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and filters operate directly on that brigade, when done, they call
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_pass_brigade. Input filters are the exact opposite. Because input
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is not a push operation, filters first call ap_get_brigade. When this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding function returns, the input filter will be left with a valid brigade.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The input filter should then operate on the brigade, and return.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix building on BSD/OS using its native make. The build system
cfa64348224b66dd1c9979b809406c4d15b1c137fielding falls back to the BSD .include directive on that host platform.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Expand dbmmanage to allow -d -m -s -p options for Crypt, MD5,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SHA1 and plaintext password encodings. Make feature tests a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bit more flexible. [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Charset translation: mod_charset_lite handles output content
cfa64348224b66dd1c9979b809406c4d15b1c137fielding translation in a filter. mod_charset_lite no longer ignores
cfa64348224b66dd1c9979b809406c4d15b1c137fielding subrequests. A bunch of cruft related to BUFF's support for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding translating request and response bodies was removed.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move the addition of the CORE filter to the post_read_request
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hook in http_core.c. This removes the need to add the filter in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding multiple places and allows for an SSL module to be added much
cfa64348224b66dd1c9979b809406c4d15b1c137fielding simpler. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: CVE-2000-0913 (cve.mitre.org)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Fix a security problem that affects certain configurations of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_rewrite. If the result of a RewriteRule is a filename that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding contains expansion specifiers, especially regexp backreferences
cfa64348224b66dd1c9979b809406c4d15b1c137fielding $0..$9 and %0..%9, then it may be possible for an attacker to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding access any file on the web server. [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug where errors that are detected during early request parsing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding don't produce visible HTTP error messages at the browser, because
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the core_filter wasn't present. [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Provide apr_socklen_t as a portability aid.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Victor J. Orlikowski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as well as a comment arg to the add, adduser and update cmds.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding update allows the user to clear or preserve pw/groups/comment.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Fixed a bug in dbmmanage that prevented the check option from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parsing a password followed by :group... text. Corrected the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding seed calcualation for Win32 systems, and added -lsdbm support.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configured mod_auth_dbm to compile with sdbmlib under Win32.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Avoid a segfault when parsing .htaccess files. An
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe uninitialized tree pointer was passed to ap_build_config().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change the way that inet_addr & inet_network are checked for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in APR's configure process to allow BeOS BONE to correctly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding find them. With this change BeOS BONE now builds from source
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with no problems. [David Reid]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug in apr_create_process() for Unix. The NULL signifying
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the end of the parameters to execve() was stored in the wrong
cfa64348224b66dd1c9979b809406c4d15b1c137fielding location, overlaying the storage beyond the newargs[] array and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding also passing uninitialized storage to execve(), which would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sometimes fail with EFAULT. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug parsing configuration file containers. With a sequence
cfa64348224b66dd1c9979b809406c4d15b1c137fielding like this in the config file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <IfModule mod_kilroy.c>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding any stuff
cfa64348224b66dd1c9979b809406c4d15b1c137fielding </IfModule>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <IfModule mod_lovejoy.c>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (blank line)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding any stuff
cfa64348224b66dd1c9979b809406c4d15b1c137fielding </IfModule>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the second container would be terminated at the blank line due to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sediment in the buffer from reading the prior </IfModule> and an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error message would be generated for the real </IfModule> for the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding second container. Also due to this problem, any two characters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding could be used for "</" in the close of a container.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_add_filter prototype changed to remove the ctx pointer. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding pointer still remains in the filter structure, but it can not be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a part of the ap_add_filter prototype. The reason is that when
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the core uses AddFilter to add a filter to the stack it doesn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding know how to allocate the ctx pointer, or even how much memory should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be allocated. The filters will have to be responsible for allocating
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the ctx memory when they need it.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add an AddFilter directive. This directive takes a list of filters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that should be activated for the requested resource.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) apr_snprintf(): Get quad format strings working on OS/390 (and perhaps
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some other platforms). [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Modify mod_include to be a filter. Currently, it has only been tested
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on actual files, but it should work for CGI scripts too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) apr_putc(), apr_puts() for Unix: handle buffered files and interrupted
cfa64348224b66dd1c9979b809406c4d15b1c137fielding writes. apr_flush() for Unix: handle interrupted writes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) NameVirtualHost can now take "*" as an argument instead of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an IP address. This allows you to create a purely name-based
cfa64348224b66dd1c9979b809406c4d15b1c137fielding virtual hosting server that does not have any IP addresses in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the configuration file and which ignores the local address
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of any connections. PR #5595, PR #4455 [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some compile warnings in mod_mmap_static.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Mike Abbott <mja sgi.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix chunking problem with CGI scripts. The general problem was that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the CGI modules were adding an EOS bucket and then the core added an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding EOS bucket. The chunking filter finalizes the chunked response when it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding encounters an EOS bucket. Because two EOS buckets were sent, we
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe finalized the response twice. The fix is to make sure we only send one
cfa64348224b66dd1c9979b809406c4d15b1c137fielding EOS, by utilizing a flag in the request_rec.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) apr_put_os_file() now sets up the unget byte appropriately on Unix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and Win32. Previously, the first read from an apr_file_t set up via
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apr_put_os_file() would return a '\0'. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mod_cgid now creates a single element bucket brigade, with a pipe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bucket, instead of using BUFF's and ap_r*.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APRVARS.in no longer overwrites the EXTRA_LIBS variable.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Mike Abbott <mja sgi.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove ap_bopenf from buff code. This required modifying the file_cache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code to use APR file's directly instead of going through BUFFs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix compile break on some platforms for mod_mime_magic.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [John K. Sterling <sterling covalent.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix merging of AddDefaultCharset directive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR #5872 (1.3) [Jun Kuriyama <kuriyama imgsrc.co.jp>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Minor revamp of the rlimit sections of code. We now test
cfa64348224b66dd1c9979b809406c4d15b1c137fielding explicitly for setrlimit and getrlimit. Also, unixd_set_rlimit()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is now "available" even if the platform doesn't support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the rlimit family (it's just a noop though). [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Migrate the pre-selection of which MPM to use for specific
cfa64348224b66dd1c9979b809406c4d15b1c137fielding platforms to hints.m4, which contains (or should contain)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding all platform specific "hints". [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove IOLs from Apache. With filtering, IOLs are no longer necessary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add tables with non-string/binary values to APR.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some bad calls to ap_log_rerror() in mod_rewrite.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update PCRE to version 3.2. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change the way buckets' destroy functions are called so that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding they can be more directly used when changing the type of a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bucket in place. [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add generic support for reference-counting the resources used by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buckets, and alter the HEAP and MMAP buckets to use it. Change
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the way buckets are initialised to support changing the type of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buckets in place, and use it when setting aside TRANSIENT buckets.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Change the implementation of TRANSIENT buckets so that it can be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mostly shared with IMMORTAL buckets, which are now implemented.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a6
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support to Apache and APR for dsos on OS/390. [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a chunking filter to Apache. This brings us one step closer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to removing BUFF. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_add_filter now adds filters in a LIFO fashion. The first filter
cfa64348224b66dd1c9979b809406c4d15b1c137fielding added to the stack is the last filter to be called. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache 2.0 has been completely documented using Scandoc. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding docs can be generated by running 'make docs'. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add filtered I/O to Apache. This is based on bucket brigades,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Currently the buckets still use BUFF under the covers, but that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should change quickly. The only currently written filter is the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding core filter which just calls ap_bwrite. [The Apache Group]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR locks on Unix: Let APR_LOCKALL locks work when APR isn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding built with thread support. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Abort configuration if --with-layout was specified and there's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no layout definition file. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for '--with-port=n' option to configure. [Ken Coar]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for extension methods for the Allow response header
cfa64348224b66dd1c9979b809406c4d15b1c137fielding field, and an API routine for accessing r->allowed and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding list of extension methods in a unified manner. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cern_meta: fix broken file reading loop in scan_meta_file().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rob Simonson <simo us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get xlate builds working again. The apr renaming in 2.0a5 broke
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APACHE_XLATE builds. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A configuration file parsing problem was fixed. When the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration file started with an IfModule/IfDefine container,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only the last statement in the container would be retained.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a5
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Perchild is serving pages after passing them to different child
cfa64348224b66dd1c9979b809406c4d15b1c137fielding processes. There are still a lot of bugs, but this does work. I
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have made requests against the same installation of Apache, and had
cfa64348224b66dd1c9979b809406c4d15b1c137fielding different servers use different user IDs to serve the responses.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This change moves to using socketpair instead of an AF_UNIX socket.
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton [Ryan Bloom]
4b0939148fffde56f0b7db2a43cab1d1dc76ab3fmjc
35c7d65bfb91baf5d930a1d287329e8b37e0235cmjc *) Perchild MPM still doesn't work perfectly, but it is serving pages.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding It can't seem to pass between child processes yet, but I think we
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe are closer now than before. This moves us back to using Unix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Domain Sockets. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) libapr functions and types renamed with apr_ prefix.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding #include "apr_compat.h" for 1.3.x backwards compat
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Perl]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problems with APR sockaddr handling on Win32. It didn't always
cfa64348224b66dd1c9979b809406c4d15b1c137fielding return the right information on the local socket address.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Gregory Nicholls <gnicholls level8.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_recv() on Win32: Set bytes-read to 0 on error.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Gregory Nicholls <gnicholls level8.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add an option to not detach from the controlling terminal without
cfa64348224b66dd1c9979b809406c4d15b1c137fielding going into single process mode. This allows for much easier
cfa64348224b66dd1c9979b809406c4d15b1c137fielding debugging of the process startup code. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ab: don't use perror() to report the failure of an APR function.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make dexter, mpmt_pthread, and perchild MPMs not destroy the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scoreboard on graceful restarts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding An invalid ap_proc_t was passed to ap_create_process().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow modules to register filters. Those filters are still
cfa64348224b66dd1c9979b809406c4d15b1c137fielding never called, but this is a step in the right direction.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom and Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Register the mod_cgid daemon process for cleanup so that it is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding killed at termination if it does not die when the parent gets
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SIGTERM. This change is to fix occasional problems where the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding process stays around. Bugs in similar logic in mod_rewrite and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_include were also fixed. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug in the time handling. Basically, we were imploding a time
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in ap_parseHTTPdate, but it had bogus data in the exploded time format.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Namely, tm_usec and tm_gmtoff were not filled out. ap_implode_time
cfa64348224b66dd1c9979b809406c4d15b1c137fielding uses those two fields to adjust the time value. Because of the HTTP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding spec, both of those values can be zero'ed out safely. This fixes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the bug correctly. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a couple of place in the Windows code where the wrong error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code was being returned. [Gregory Nicholls <gnicholls level8.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix POOL_DEBUG (at least for prefork mpm). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added the APR_EOL_STR macro for platform dependent differences in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding logfiles and other raw text (such as all APR files). Fixes logfiles
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not terminated with cr/lf sequences in Win32. [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move all strings functions in APR to src/lib/apr/strings and create
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apr_strings.h for the prototypes. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR lock fixes: when using SysV sems, flock(), or fcntl(), be sure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to repeat the syscall until we stop getting EINTR. I noticed a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding related problem at termination (SIGTERM) on FreeBSD when using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fcntl(). Apache 1.3 had these new loops too. Also, make the flock()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding implementation work properly with child init. Previously, ap_lock()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was essentially a no-op because all children were using different
cfa64348224b66dd1c9979b809406c4d15b1c137fielding locks and thus nobody ever blocked. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The htdocs/ tree has been moved out of the CVS source tree into
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a separate area for easier development. This has NO EFFECT on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding end-users or Apache installations. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Integrate the mod_dav module for WebDAV protocol handling. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding adds the dav and dav_fs modules, the SDBM library, and additional
cfa64348224b66dd1c9979b809406c4d15b1c137fielding XML handling utilities. [Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clean out obsolete names (from httpd.h) for the HTTP Status Codes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update the lib/expat-lite/ library (bring forward changes from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the Apache 1.3 repository). [Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If sizeof(long long) == sizeof(long), then prefer long in APR
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configure.in. [Dave Hill <ddhill zk3.dec.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ap_sendfile for Tru64 Unix. Also, add an error message for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding machines where sendfile is detected, but nobody has written ap_sendfile.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dave Hill <ddhill zk3.dec.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compile fixes in mod_mmap_static. [Victor J. Orlikowski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ab would start up more connections than needed, then quit when the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding desired number were finished. Also fixed a logic error involving
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ab keepalives. [Victor J. Orlikowski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WinNT: Implement non-blocking pipes with timeouts to communicate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with CGIs. Apache 2.0a4 had non-blocking pipes but without
cfa64348224b66dd1c9979b809406c4d15b1c137fielding timeouts (i.e, if a timeout was specified, the pipe reverted to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a full blocking pipe). Now the behaviour is more in line with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Unix non-blocking pipes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WinNT: Implement accept socket reuse. Using mod_file_cache to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding cache open file handles along with accept socket reuse enables
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache 2.0 to serve non-keepalive requests for static files at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3x the rate of Apache 1.3.(e.g, Apache 1.3 will serve 400 rps
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and Apache 2.0 will serve almost 1200 rps on my system).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Merge mod_mmap_static function into mod_file_cache. mod_file_cache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding supports two config directives, mmapfile (same behavious as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_mmap_static) and cachefile. Use the cachefile directive
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to cache open file handles. This directive only works on systems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that have implemented the ap_sendfile API. cachefile works today
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on Windows NT, but has not been tested on any flavors of Unix.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleanup the configuration. With the last few changes the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration process automatically:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding inherits information about how to build from APR. Allowing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APR to inform Apache that it should or should not use -ldl
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Detects which mod_cgi should be used mod_cgi or mod_cgid,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding based on the threading model
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache calls APR's configure process before finishing it's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration processing, allowing for more information flow
cfa64348224b66dd1c9979b809406c4d15b1c137fielding between the two.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCK
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with non-zero argument makes the socket non-blocking. BeOS and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding OS/2 already worked this way. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_close() now calls ap_flush() for buffered files, so write
cfa64348224b66dd1c9979b809406c4d15b1c137fielding operations work a whole lot better on buffered files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix error messages issued from MPMs which explain where to change
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compiled-in limits (e.g., ThreadsPerChild, MaxClients, StartTreads).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_create_pipe() now leaves pipes in blocking state. (This helps
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reduce the number of syscalls on Unix.) ap_set_pipe_timeout() is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now the way that the blocking state of a pipe is manipulated.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_block_pipe() is gone. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct the problem where the only local host name that the IP stack
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe can discover are 'undotted' private names. If no fully qualified
cfa64348224b66dd1c9979b809406c4d15b1c137fielding domain name can be identified, the default ServerName will be set to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the machine's IP address string. A warning is always provided if the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ServerName not specified, but assumed. Solves PR6215 [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Repair problems with config file processing which caused segfault
cfa64348224b66dd1c9979b809406c4d15b1c137fielding at init when virtual hosts were defined and which caused ServerName to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be ignored when there was no valid DNS setup. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removed pointless ap_is_aborted macro function. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ap_sendfile implementation for AIX
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Victor J. Orlikowski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Repair C++ compatibility in ap_config.h, apr_file_io.h,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apr_network_io.h, and apr_thread_proc.h.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tyler J. Brooks <tylerjbrooks home.com>, Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bring the allocation and pool debugging code back into a working
cfa64348224b66dd1c9979b809406c4d15b1c137fielding state. This will need to be tested as so far it's only been used on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding BeOS. [David Reid]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change configuration command setup to be properly typesafe when in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding maintainer mode. Note that this requires a compiler that can initialise
cfa64348224b66dd1c9979b809406c4d15b1c137fielding unions. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Turn on buffering for config file reads. Part of this was to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding repair buffered I/O support in Unix and implement buffered
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_fgets() for all platforms. [Brian Havard, Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Fix problem where UTC offset was not being set correctly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the access log. Problem reported on news group by Jerry Baker.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix segfault when reporting this type of syntax error:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "</container> without matching <container> section", where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding container is VirtualHost or Directory or whatever.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: CAN-2000-1204 (cve.mitre.org)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Prevent the source code for CGIs from being revealed when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding using mod_vhost_alias and the CGI directory is under the document root
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and a user makes a request like http://www.example.com//cgi-bin/cgi
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as reported in <news:960999105.344321 ernani.logica.co.uk>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for the new Beos NetwOrking Environment (BONE)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Reid]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) xlate: ap_xlate_conv_buffer() now tells the caller when the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding final input char is incomplete; ap_bwrite_xlate() now handles
cfa64348224b66dd1c9979b809406c4d15b1c137fielding incomplete final input chars. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Yet another update to saferead/halfduplex stuff -- need to ensure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that a bhalfduplex call occurs before logging or else DNS and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding such can delay the last packet of the response. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Some syscall reduction in APR on unix -- don't seek when setting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding up an mmap; and don't fcntl() more than once per socket.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When mod_cgid is started as root, the cgi daemon now switches
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the configured User/Group (like other httpd processes)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of continuing as root. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The prefork MPM now uses an APR lock for the accept() mutex.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding It has not been getting a lock at all recently. httpd -V now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding displays APR's selection of the lock mechanism instead of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding symbols previously respected by prefork. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change the mmap() feature test to check only for existence.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The previous check required features not used by Apache.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a couple of bugs in mod_cgid: The cgi arguments were
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sometimes mangled. The len parm to accept() was not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initialized, leading sometimes to an endless loop of failed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accept() calls on OS/390 and anywhere else that failed the call
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if the len was negative. Use <sys/un.h> for struct sockaddr_un
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of declaring it ourselves to fix a compilation problem
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on Solaris. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add Resource limiting code back into Apache 2.0. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix zombie process problem with mod_cgi. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port mod_mmap_static to 2.0. Make it go faster. [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix storage overlay when loading dsos. Symptom: Apache dies at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initialization if ALLOC_DEBUG is defined; no known symptom
cfa64348224b66dd1c9979b809406c4d15b1c137fielding otherwise. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix typo in configure script when checking for mod_so. bash
cfa64348224b66dd1c9979b809406c4d15b1c137fielding doesn't seem to have a problem but /bin/sh on Solaris does.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Symptom: "./configure: test: unknown operator =="
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rebind the Win32 NT and 9x services control into the MPM.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding All console, WinNT SCM and Win9x pseudo-service control code is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now wrapped within the WinNT MPM.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make a copy of getenv("PATH") before storing for later use. Some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding getenv() implementations use the same storage for successive calls.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CGIs on OS/390 had a bad PATH due to this. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Server Tokens work in 2.0 again. This also propogates the change
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to allow just the product name in the server string using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PRODUCT_ONLY.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) EBCDIC: Rearrange calls to ap_checkconv() so that most handlers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding won't need to call it. [Greg Ames, Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move pre_config hook call to between configuration read and config
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe tree walk. This allows all modules to implement pre_config hooks
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and know that they will be called at an appropriate time.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cgi, mod_cgid: Make ScriptLog directive work again.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add pre-config hooks back to all modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a SIGSEGV in ap_md5digest(), which is used when you have
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ContentDigest enabled and we can't/don't mmap the file.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) We now report the correct line number for syntax errors in config
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files. [Ryan Bloom, Greg Stein, Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Brought mod_auth_digest up to synch with 1.3, fixed ap_time_t-
cfa64348224b66dd1c9979b809406c4d15b1c137fielding related bugs, and changed shmem/locking to use apr API. Shared-mem
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is currently disabled, however, because of problems with graceful
cfa64348224b66dd1c9979b809406c4d15b1c137fielding restarts. [Ronald Tschal�r]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix corruption of IFS variable in --with-module= handling.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Depending on the user's shell or customization thereof, there
cfa64348224b66dd1c9979b809406c4d15b1c137fielding would be errors generating ap_config_auto.h later in the configure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding procedure. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cgi: Restore logging of stderr from child process when ScriptLog
cfa64348224b66dd1c9979b809406c4d15b1c137fielding isn't used (as in 1.3), except that on Unix it is now logged via
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_log_rerror() instead of by the child having STDERR_FILENO refer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the error log. [Greg Ames, Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add '-D' argument processing for run time configuration defines.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Organize http_main.c as independent code, such that no code or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding global data is exported from it. WIN32 will dynamically link it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the server core, so this will prevent mutual dependency.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
f8daf64667c8f58631844cb460099333eabfe68bgregames *) Add separate dynamic linkage tags APR_EXPORT(), APR_EXPORT_NONSTD()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and APR_VAR_EXPORT to correctly resolve apr functions and globals.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add Win9x service execution and Ctrl+C/Ctrl+Break/Shutdown handlers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe, Jan Just Keijser <KEIJSERJJ logica.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add mod_charset_lite for configuring character set translation.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add '-n' option to htpasswd to make it print its user:pw record
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on stdout rather than having to frob a text file. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix saferead. Basically, we flush the output buffer if a read on the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding input will block.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR: Add ap_xlate_get_sb() so that an app can find out whether or not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a conversion is single-byte only. [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) BEOS: ap_shutdown should return APR_SUCCESS or errno. Note that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the BeOS 5.0 documentation says that shutdown doesn't work yet.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some minor errors where pid was being manipulated as an int
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of the portable pid_t. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some error log prints that were printing the pointer to a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding structure rather than the pid within the structure.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick, Roy Fielding]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ab: Fix a command-line processing bug; track bad headers in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding err_response; support reading headers up to 2K.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ask Bjoern Hansen <ask valueclick.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix ap_resolve_env() so that it handles new function added in a prior
cfa64348224b66dd1c9979b809406c4d15b1c137fielding alpha (see "Added the capability to do ${ENVVAR} constructs in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding config file.") as well as the constructs used by mod_rewrite.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Paul Reder <rederpj raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache 2.0 builds and runs on OS/390. [Jeff Trawick, Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change the EBCDIC support in functions for MD5, SHA1, and base 64 to use
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APR to perform translation, instead of accessing the hard-coded tables
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in 1.3's ebcdic.c. [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some bugs (mostly lost 1.3 code) in ab's command-line processing.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the ability to hook into the config file reading phase. Basically
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if a directive is specified EXEC_ON_READ, then when that directive is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding read from the config file, the assocaited function is executed. This
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe should only be used for those directives that must muck with HOW the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server INTERPRETS the config. This should not be used for directives
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that re-order or replace items in the config tree. Those changes should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be made in the pre-config step.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add mod_example to the build system.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR: Add ap_xlate_conv_byte() to convert one char between single-
cfa64348224b66dd1c9979b809406c4d15b1c137fielding byte character sets. [Jeff Trawick]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Pick up various EBCDIC fixes from 1.3 (from Martin
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Kraemer and Oliver Reh originally according to the change log).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a couple of problems in RFC1413 support (controlled by the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding IdentityCheck directive). Apache did not build the request string
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly and more importantly Apache would loop forever if the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding would-be ident server dropped the connection before sending a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly terminated response. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) apxs works in 2.0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Reliable piped logs work in 2.0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Introduce a hash table implementation into APR to be used for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding replacing tables and other random data structures in Apache.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add some more error reporting to htpasswd in the case of problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding generating or accessing the temporary file. Also, pass in a
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe buffer if the implementation knows how to use it (i.e., if L_tmpnam
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is defined). [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure creates config.nice now containing your configure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding options. Syntax: ./config.nice [--more-options]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix various return code problems in APR on Win32. For most of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding these, APR was returning APR_EEXIST instead of GetLastError()/
cfa64348224b66dd1c9979b809406c4d15b1c137fielding WSAGetLastError(). [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make piped logs work again in version 2.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add VPATH support to UNIX build system of Apache and APR.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix ap_tokenize_to_argv to respect the const arguments that are
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe passed to it.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix mm's memcpy/memset macros, pointer arithmetic was broken.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Patch submitted to author.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix mm configuration on Solaris 8 x86 and OS/390. Don't require
cfa64348224b66dd1c9979b809406c4d15b1c137fielding /sbin in PATH on FreeBSD (all submitted to rse previously)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix building Pthread-based MPMs on OpenBSD
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann] PR#26
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix ap_readdir() problem on systems where d_name[] field in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding struct dirent is declared with only one byte. (This problem only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding affected multithreaded builds.) This caused a segfault during
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe pool cleanup with mod_autoindex on Solaris (Solaris 8 x86, at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding least). [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some make-portability problems on at least Tru64, Irix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and UnixWare.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann] PR#18, PR#39
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ap_sigwait() to support old-style sigwait() on systems
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe like OS/390 and UnixWare.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add POSIX-thread flags for more platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sascha Schumann]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some minor bugs in ap_strerror(). Teach ap_strerror()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (on Unix, at least) to handle resolver errors. Fix a bug in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the definition of APR_ENOMEM so that ap_strerror() can spit
cfa64348224b66dd1c9979b809406c4d15b1c137fielding out the correct error message for it.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a3
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_so reports ap_os_dso_error() if ap_dso_load() fails
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: *HOOK* macros now have an AP_ prefix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Eliminate redundant calls to initialize winsock.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tim Costello <timcostello ozemail.com.au>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bugs initializing ungetchar for pipes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chia-liang Kao <clkao CirX.ORG>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The ab program in the src/support directory is now portable using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APR.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Support directory is being compiled when the server is built
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The configure option --with-program-name has been added to allow
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe developers to rename the executable at configure time. This also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding changes the name of the config files to match the executable's name.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_autoindex: Add `IndexOptions +VersionSort', to nicely sort filenames
cfa64348224b66dd1c9979b809406c4d15b1c137fielding containing version numbers. [Martin Pool]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Unix; access_log and error_log now created with these perms; non-
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Unix is unaffected [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Replaced more magic numbers with MD5_DIGESTSIZE.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Get mod_auth_digest compiling and added to the Windows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding build environment. Not tested and I'd be suprised if it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding actually works. [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Revamp the Win32 make environment. Makefiles have been removed and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache.dsw created to bring together all the pieces. Create new file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding os/win32/BaseAddr.ref to define module base addresses (to prevent
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dll relocation at start-up).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe, Greg Marr, Tim Costello, Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the \015, \012, and \015\012 constants with macros.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Ames]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ap_xlate_open() et al for translation of text between different
cfa64348224b66dd1c9979b809406c4d15b1c137fielding character sets. The initial implementation requires iconv().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More FAQs and answers from comp.infosystems.www.servers.unix.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Joshua Slive <slive finance.commerce.ubc.ca>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CGI output is being timed out now.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the problem with dieing quietly. dupfile now takes a pool which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is used by the new apr file. There is no reason to create a new file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with the same lifetime as the original file.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Attempt to eliminate dll relocation at start-up by specifying
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module base addresses. This will help shooting seg faults
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the field. [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update Apache on Windows documentation. Add new document
cfa64348224b66dd1c9979b809406c4d15b1c137fielding describing how to compile Apache on Windows.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_set_pipe_timeout(), ap_poll(), and APR_SO_TIMEOUT now take
cfa64348224b66dd1c9979b809406c4d15b1c137fielding microseconds instead of seconds. Some storage leaks and other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding minor bugs in related code were fixed. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: First cut at getting mod_isapi working under 2.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) First stab at getting mod_auth_digest working under 2.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding quick change summary:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - moved the random byte generation (ap_generate_random_bytes) into APR
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - now uses ap_time_t
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - compiles and runs on linux
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - tested with amaya
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Martin <bmartin penguincomputing.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Move the space stripping of physical service names
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fix up from Apache 1.3. #include'ing "ap_mpm.h" fixes up an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding unresolved symbol. Add dependency checking to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CreateService call to ensure TCPIP and AFP (winsock) is started
cfa64348224b66dd1c9979b809406c4d15b1c137fielding before Apache.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Add code to perform latebinding on functions that may
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not exist on all levels of Windows where Apache runs. This
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe is needed to allow Apache to start-up on Win95/98. All calls
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to non portable functions should be protected with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_oslevel checks to prevent runtime segfaults.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix fallback default values for SHM_R and SHM_W [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get lingering_close() working again. [Dean Gaudet, Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Get non-blocking CGI pipe reads working under Windows NT.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This addresses PR 1623. Still need to address timing out runaway
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CGI scripts. [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Make ap_stat Windows 95/98 friendly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding always fail. Need to initialise the dwOSVersionInfoSize member of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding OSVERSIONINFO struct before calling GetVersionEx, so GetVersionEx
cfa64348224b66dd1c9979b809406c4d15b1c137fielding always fails.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The patch also enhances ap_get_oslevel (and the associated enum) to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handle selected service packs for NT4, and adds recognition for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Windows 2000. This is useful, eg. if we can recognise NT4 SP2 then
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we can use ReadFileScatter and WriteFileGather in readwrite.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tim Costello <Tim.Costello BTFinancialgroup.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get mod_rewrite building and running, and mod_status building for Win NT
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Allan Edwards <ake raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Patch to port mod_auth_db to the 2.0 api and also to support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Berlekey DB 3.0. It works for me with both Berkeley DB 3.0.55 and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2.7.7. It should work with version 1 as well but I haven't tested it.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Brian Martin <bmartin penguincomputing.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
35c7d65bfb91baf5d930a1d287329e8b37e0235cmjc *) Get APR DSO code working under Windows. Includes cross platform
35c7d65bfb91baf5d930a1d287329e8b37e0235cmjc fixes to mod_so.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<Tim.Costello BTFinancialgroup.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some of the Windows APR time functions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) FAQ changes related to tidying up historical documents on the web site.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Joshua Slive <slive finance.commerce.ubc.ca>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move Windows DSO code into APR.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw
cfa64348224b66dd1c9979b809406c4d15b1c137fielding at build time. At this point, the server will not compile on Windows because
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the recent DSO commits. Fixing those next.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Rowe & Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added error checking for file I/O APR routines.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jon Travis <jtravis covalent.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APR: Don't use the values of resolver error codes for the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe corresponding APR error codes. On Unix and Win32, return the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding proper APR error code after a resolver error. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 2.0a2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Renamed the executable back to httpd on all platforms other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than Win32
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow BeOS to survive restarts, log properly and a few
cfa64348224b66dd1c9979b809406c4d15b1c137fielding small things it had problems with due to the way it setup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding users and groups. [David Reid]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get mod_rewrite working with APR locks
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Reder <rederpj raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Actually remove the sempahore when the lock cleanup routine
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is called on BeOS. [David Reid]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clear hook registrations between reads of the config file.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding When DSOs are unloaded and re-loaded the old hook pointers may
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no longer be valid. This fix eliminates potential segfaults.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Allan Edwards <ake raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a problem with Sigfunc not being defined or bypassed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if sigaction() wasn't found. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the locking mechanism on BSD variants. They now use fcntl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding locks. This allows the server to start and serve pages.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) First cut at getting the Win32 installer to work
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Get htpasswd compiling under Windows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change the log message for a bind() failure to show the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding interface and port number. [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Import the documentation from 1.3.12 and bring parts of it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding up-to-date with respect to the changes that have occurred
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in 2.0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) BeOS MPM updated. CGI bug on BeOS fixed. IP addresses
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now logged correctly on BeOS.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Reid]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Create one makefile for all Win32 distributions (NT/2000/95/98).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makefile.win includes the same user interface as the old
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makefile.nt
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>, Jeff Trawick <trawick us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32 exec now uses COMSPEC environment string for command
cfa64348224b66dd1c9979b809406c4d15b1c137fielding shell path resolution.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [William Rowe <wrowe lnd.com>] PR#3715
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: ap_connect() was not returning correct error condition
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR5866
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Allen Prescott <allen clanprescott.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: ap_open() was broken on Win9x because an NT-specific
cfa64348224b66dd1c9979b809406c4d15b1c137fielding flag was passed to CreateFile. ap_puts() added an unnecessary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding '\n'.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick <trawick us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Put in Korean and Norwegian index.html pages (2.0 and 1.3)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which where donated by Lee Kuk Hyun and Lorant Czaran. 'Fixed'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding confusing ee/et name and made all extensions language/dialect
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rather than country reflecting. Changed example files to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding explicit reflect the ISO charset and added a few common
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ones to the example config [dirkx]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Extend external module capability. To use this, you call
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configure with --with-module=path/to/mod1,path/to/mod2,etc.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Backported the various "default charset" fixes from 1.3.12,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding including the AddDefaultCharset directive. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added the capability to do ${ENVVAR} constructs in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding config file. E.g. 'ServerAdmin ${POSTMASTER}'. As commited
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it does this on a line by line basis; i.e. if the envvar
cfa64348224b66dd1c9979b809406c4d15b1c137fielding expands to something with spaces you have to protect it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by adding quotes around it (Unless of course you expect it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to contains more than one argument. Alternatively you
cfa64348224b66dd1c9979b809406c4d15b1c137fielding can compile it on a per token basis; which is what people
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe usually expect by setting RESOLVE_ENV_PER_TOKEN. But this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hampers fancier hacks.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk-Willem van Gulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changed the 'ErrorDocument' syntax in that it NO longer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding supports the asymetric
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ErrorDocument 301 "Some message
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Note the opening " quote, without a closing quote. It now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has either the following syntaxes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ErrorDocument XXX /local/uri
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ErrorDocument XXX http://valid/url
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ErrorDocument XXX "Some Message"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The recognition heuristic is: if it has a space it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is a message. If it has no spaces and starts with a /
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or is a valid URL then treat it that way. Otherwise it
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe is assumed to be a message.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This breaks backward compatibility but makes live a hell
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of a lot easier for GUI's and config file parsers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk-Willem van Gulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changed 'CacheNegotiatedDocs' from its present/not-present
cfa64348224b66dd1c9979b809406c4d15b1c137fielding syntax into a 'on' or 'off' syntax. As it currently is the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only non nesting token which uses NO_ARGS and thus is an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding absolute pain for any config interface automation. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding breaks backward compatibility. [Dirk-Willem van Gulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ability to add external modules to the build process. This is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding done with --with-module=/path/to/module. Modules can only be added
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as static modules at this point.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0a1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix FreeBSD 3.3 core dump.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Basically, ap_initialize() needs to get called before
cfa64348224b66dd1c9979b809406c4d15b1c137fielding create_process(), since create_process() passes op_on structure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to semop() to get a lock, but op_on isn't initialized until
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_initialize() calls setup_lock(). Here is a slight
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rearrangement to main() which calls ap_initialize() earlier...
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick <trawick us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enable Apache to use sendfile/TransmitFile API
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard, David Reid, Paul Reder]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Re-Implement Win32 APR network I/O APIs and most of the file I/O
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APIs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make file I/O and network I/O writev/sendv APIs consistent.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Eliminate use of ap_iovec_t and use Posix struct iovec.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Use seperate variable on ap_writev to set the number of iovecs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding passed in and number of bytes written.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Adapt file iol to use APR functions. Replaced ap_open_file()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with ap_create_file_iol(). ap_create_file_iol() requires that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the file be opened prior to the call using ap_open().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port mod_include and mod_cgi to 2.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Reder, Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_send{,v}, ap_recv, ap_sendfile API clarification --
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bytes_read/bytes_written is always valid (never -1). Plus
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some fixes to buff.c to correct problems introduced by the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding errno => ap_status_t changes a while back. Plus a fix to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding chunked encoding introduced right at the beginning of 2.0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Revamped UNIX build system to use autoconf and libtool.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Manoj Kasichainula, Sascha Schumann]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) port mod_rewrite to 2.0. [Paul J. Reder <rederpj raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: More rigorous checking of Host: headers to fix security
cfa64348224b66dd1c9979b809406c4d15b1c137fielding problems with mass name-based virtual hosting (whether using mod_rewrite
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or mod_vhost_alias).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Hyde, Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add back support for UseCanonicalName in <Directory> containers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Manoj Kasichainula]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added APLOG_STARTUP log type. This allows us to write an error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message without any of the date and time information. As a part
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of this change, I also removed all of the calls to fprintf(stderr
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and replaced them with calls to ap_log_error using APLOG_STARTUP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding writing to stderr is no longer portable, because we don't direct
cfa64348224b66dd1c9979b809406c4d15b1c137fielding stderr to the error log on all platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Convert error logging functions to take errno as an argument.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This makes our error logs more portable, because some Windows API's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding don't set errno. This change allows us to still output a valid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message on all of our platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_mime_magic runs in 2.0-dev now.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Reder <rederpj raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) sendfile has been added to APR.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [John Zedlewski <zedlwski Princeton.EDU>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) buff.c has been converted to no longer use errno.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Manoj Kasichainula]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_speling runs in 2.0-dev now: a bug in readdir_r handling and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding interface adaption to APR functions did it. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Support DSOs properly on 32-bit HP-UX 11.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dilip Khandekar <dilip cup.hp.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Updated MM in APR source tree from version 1.0.8 to 1.0.11
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleaned APR build environment integration and bootstrap APR
cfa64348224b66dd1c9979b809406c4d15b1c137fielding automatically for developers from src/Configure.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed building of src/support/htpasswd.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When generating the Location: header, mod_speling forgot
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to escape the spelling-fixed uri. (Forw-Port from 1.3)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Moved mod_auth_digest.c from experimental to standard. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Change all pools to APR contexts. This is the first step to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding incorporating APR into Apache. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Move "handler not found" warning message to below the check
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for a wildcard handler. [Dirk <dirkm teleport.com>, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#2584, PR#2751, PR#3349, PR#3436, PR#3548, PR#4384, PR#4795, PR#4807
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Support line-continuation feature in config.option file and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allow the loading of multiple option sections at once via
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ``--with-option=<section1>,<section2>,...''
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rebuilt CVS repository with Apache 1.3.9 as basis. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache MPM
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use asynchronous AcceptEx() and a completion port to accept and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dispatch connections to threads in Windows NT/2000.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Implement WINNT Win32 MPM from original Win32 code in http_main.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Implement the APACI --with-option facility
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (per default used the config.option file).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) MPM BEOS port. [David Reid <abb37 dial.pipex.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Start to implement module-defined hooks that are a) fast and b) typesafe.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Replace pre_connection module call with a register_hook call and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding implement pre_connection as a hook. The intent is that these hooks will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be extended to allow Apache to be multi-protocol, and also to allow the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding calling order to be specified on a per-hook/per-module basis.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Implement mpm_* methods as "modules". Each method gets its own
cfa64348224b66dd1c9979b809406c4d15b1c137fielding subdir in src/modules (eg: src/modules/prefork). Selection
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of method uses Rule MPM_METHOD. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port the hybrid server from the apache-apr repository as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mpm_mpmt_pthread. [Manoj Kasichainula]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) os/unix/unixd.[ch]: detach, setuid, setgid, stuff which will be common
cfa64348224b66dd1c9979b809406c4d15b1c137fielding amongst the unix MPMs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mpm_prefork: throw away all the alarm/timeout crud; and clean up the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding signal handling for the new world order. [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Crude ap_thread_mutex abstraction so that we get the pthread stuff out
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of alloc.c for now. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Handle partial large writes correctly. [Ben Laurie]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Eliminate conn_rec's pointer to server. All it knows is the base server
cfa64348224b66dd1c9979b809406c4d15b1c137fielding based on IP/port. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port a bunch of modules to the new module structure.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["Michael H. Voase" <mvoase midcoast.com.au>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) I/O layering and BUFF revamp. See docs/buff.txt. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Basic restructuring to introduce the MPM concept; includes various
cfa64348224b66dd1c9979b809406c4d15b1c137fielding changes to the module API... better described by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding docs/initial_blurb.txt. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache pthreads
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New buff option added: BO_TIMEOUT. It describes the timeout for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buff operations (generally over a network).
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dean Gaudet, Ryan Bloom, Manoj Kasichainula]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Created http_accept abstraction. Added 4 new functions (not exported):
cfa64348224b66dd1c9979b809406c4d15b1c137fielding init_accept(), begin_accepting_requests(), get_request(),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding stop_accepting_requests() [Bill Stoddard]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix to ap_rprintf call that allows mod_info to work properly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [James Morris <jmorris intercode.com.au>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) user and ap_auth_type fields were moved from connection_rec to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request_rec. [Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removed the ap_block_alarms and ap_unblock_alarm calls. These aren't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding needed in a threaded server.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Initial pthread implementation from from Dean's apache-nspr code.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard, Ryan Bloom]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.9
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Remove bogus error message when a redirect doesn't set Location.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Instead, use an empty string to avoid coredump if the error message
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was supposed to include a location. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't allow configure to include mod_auth_digest unless it is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding explicitly requested, even if the user asked for all modules.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Translate module names to dll names for OS/2 so that they are no more
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than 8 characters long and have an extension of "dll" instead of "so".
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Print out pointer to Rule DEV_RANDOM when truerand lib not found.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Fix test-compile check to check for randbyte instead of trand32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Use ap_base64encode_binary/decode instead of copy in mod_auth_digest.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and tweak to make Amaya happier. [Ronald Tschal�r]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Ensure that the installed expat include files are world readable,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding just like the other header files. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed generated AddModule adjustments in APACI's `configure' script
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in order to allow (new) modules like mod_vhost_alias to be handled
cfa64348224b66dd1c9979b809406c4d15b1c137fielding correctly (which was touched by the adjustments for mod_alias).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) For binary builds, add -R flag to apachectl to work around the lack of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an absolute path to the ./libexec directory where the libhttp.ep file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is needed for SHARED_CORE architectures. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Create the CGI script process as DETACHED. This may solve the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe problem observed by some Win95/98 users where they get CGI script
cfa64348224b66dd1c9979b809406c4d15b1c137fielding output sent to the console. [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix (re)naming in the uuencode/decode section. The ap/ap_
cfa64348224b66dd1c9979b809406c4d15b1c137fielding routines are now called ap_base64* and are 'plain' (i.e., no
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe pool access or anything clever). Inside util.c the routines acting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding like pstrdup are called ap_pbase64encode() and ap_pbase64decode().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The oddly named ap_uuencode(), ap_uudecode() are kept around for
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe now but deprecated. [dirkx]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clean up the base64 and SHA1 additions and make sure they are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding represented in the ApacheCore.def, ApacheCoreOS2.def, and httpd.exp
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe files. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Migrate to InstallShield 5.5 and provide a bit more error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding checking. Allow compiling on VS 6.0. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed assumption of absolute paths in binbuild.sh. [Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use TestCompile to search for the truerand library (rather than blindly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding assuming its existence). If it is not found, complain (but do not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding exit - yet). [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) We forgot to add the new exported function names to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding src/support/httpd.exp. [Bill Stoddard, Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add description of -T command-line option to usage().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) For "some" platforms (notably, EBCDIC based ones), libos needs to be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding searched only AFTER libap has been searched, because libap needs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some symbols from libos. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix conflict with original mod_digest related to the symbol of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module dispatch list (which has to be unique for DSO and follow the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding usual conventions for the installation procedure).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a dbm-library check for the "usual places" (-ldbm, -lndbm, -ldb)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for other platforms as well. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make ap_sha1.c compile for EBCDIC platforms: replace remaining LONG
cfa64348224b66dd1c9979b809406c4d15b1c137fielding types by AP_LONG and replace reference to renamed variable 'ubuf'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by 'buffer'. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.8 [not released]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Flush the output buffer immediately after sending an error or redirect
cfa64348224b66dd1c9979b809406c4d15b1c137fielding response, since the result may be needed by the client to abort a
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe long data transfer or restart a series of pipelined requests.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tom Vaughan <tvaughan aventail.com>, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Improved compilation and DSO support on Sequent DYNIX/ptx.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ian Turner <iant sequent.com>] PR#4735
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Local struct mmap in http_core.c conflicted with system structure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding name on DYNIX -- changed to mmap_rec. [Roy Fielding] PR#4735
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added updated mod_digest as modules/experimental/mod_auth_digest.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Tschal�r <ronald innovation.ch>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a memory leak where the module counts were getting messed
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe up across restarts. [David Harris <dharris drh.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly in mod_access.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["Paul J. Reder" <rederpj raleigh.ibm.com>] PR#4770
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) RewriteLock/RewriteMap didn't work properly with virtual hosts.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dmitry Khrustalev <dima bog.msu.su>] PR#3874
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Support for compaq/tandem/com.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Michael Ottati <michael.ottati compaq.com>, dirkx]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added SHA1 password encryption support to easy migration from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Netscape servers. See support/SHA1 for more information.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Caused the separation of ap_md5.c into md5, sha1 and a general
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_checkpass.c with just a validate_passwd routine. Added a
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe couple of flags to support/htpasswd. Some reuse of the to64()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding function; hence renamed to ap_to64().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk-Willem van Gulik, Clinton Wong <clintdw netcom.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change for EBCDIC platforms (TPF and BS2000) to correctly deal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with ASCII/EBCDIC conversions in "ident" query.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David McCreedy <McCreedy us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Get rid of redefinition warning on MAC_OS_X_SERVER platform.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Change "Power Macintosh" to Power* so if uname prints "Power Book"
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe we're still happy on Rhapsody platforms. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix SIGSEGV on some systems because the Vary fix below included
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a call to table_do with a variable argument list that was not
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe NULL terminated. Replaced with better implementation. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.7 [not released]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The "Vary" response header field is now sanitised right before
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the header is sent back to the client. Multiple "Vary" fields
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are combined, and duplicate tokens (e.g., "Vary: host, host" or
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe "Vary: host, negotiate, host, accept-language") are reduced to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding single instances. This is a better solution than the force-no-vary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding one (which is still valid for clients that can't cope with Vary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding at all). PR#3118 [Dean Gaudet, Roy Fielding, Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Portability changes for BeOS. [David Reid <abb37 dial.pipex.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Link DSO's with "gcc -shared" instead of "ld -Bshareable" at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding least on Linux and FreeBSD for now.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Rasmus Lerdorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: More apache -k restart work. Restarts are now honored
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe immediately and connections in the listen queue are -not- lost.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This is made possible by the use of the WSADuplicateSocket()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding call. The listeners are opened in the parent, duplicated, then
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the duplicates are passed to the child. The original listen sockets
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are not closed by the parent across a restart, thus the listen queue
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is preserved.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard <stoddard raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix handling of case when a client has sent "Expect: 100-continue"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and we are going to respond with an error, but get stuck waiting to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding discard the body in the pointless hope of preserving the connection.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding, Joe Orton <jeo101 york.ac.uk>] PR#4499, PR#3806
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix 'configure' to work correctly with SysV-based versions of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 'tr' (consistent with Configure's use as well). [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) apxs: Add "-S var=val" option which allows for override of CFG_*
cfa64348224b66dd1c9979b809406c4d15b1c137fielding built-in values. Add "-e" option which works like -i but doesn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding install the DSO; useful for editing httpd.conf with apxs. Fix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding editing code so that multiple invocations of apxs -a will not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding create duplicate LoadModule/AddModule entries; apxs can now be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used to re- enable/disable a module. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Update the server to use Winsock 2. Specifically, link with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ws2_32.lib rather than wsock32.lib. This gives us access to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding WSADuplcateSocket() in addition to some other enhanced comm APIs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Win 95 users may need to update their TCP/IP stack to pick up
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Winsock 2. (See http://www.microsoft.com/windows95/downloads/)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard <stoddard raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Redirect CGI script stderr (script debug info) into the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error.log when CGI scripts fail. This makes Apache on Win32
cfa64348224b66dd1c9979b809406c4d15b1c137fielding behave more like Unix.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard <stoddard raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed `httpd' usage display: -D was missing.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#4614
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix `make r' test procedure in src/regex/: ap_isprint was not found.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#4561, PR#4562
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2: Fix problem with accept lock semaphores where server would die with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "OS2SEM: Error 105 getting accept lock. Exiting!"
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Brian Havard] PR#4505
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add DSO support for DGUX 4.x using gcc. Tested on x86 platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush <randy covalent.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the new mass-vhost module (mod_vhost_alias.c) developed and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used by Demon Internet, Ltd. [Tony Finch <fanf demon.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Better GCC detection for DSO flags under Solaris 2 where the `cc'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding command potentially _is_ GCC. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix apxs build issues on AIX
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rasmus Lerdorf <rasmus raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) DocumentRoot Checking: Under previous versions, when Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding first started up, it used to do a stat of each DocumentRoot to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding see if it existed and was a directory. If not, then an error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message was printed. THIS HAS BEEN DISABLED. If DocumentRoot
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe does not exist, you will get error messages in error_log. If
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the '-t' command line option is used (to check the configuration)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the check of DocumentRoot IS performed. An additional command
cfa64348224b66dd1c9979b809406c4d15b1c137fielding line option, '-T', has been added if you want to avoid the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding DocumentRoot check even when checking the configuration.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: The query switch "apache -S" didn't exit after showing the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe vhost settings. That was inconsistent with the other query functions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard - Fixed by Martin on Unix in 1.3.4]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Changed behaviour of apache -k restart.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Previously, the server would drain all connections in the stack's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding listen queue before honoring the restart. On a busy server, this
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe could take hours. Now, a restart is honored almost immediately.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding All connections in Apache's queues are handled but connections in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the stack's listen queue are discarded. Restart triggered by
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe MaxRequestPerChild is unchanged.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard <stoddard raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Eliminated unnecessary call to wait_for_multiple_objects in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the accept loop. Good for a 5% performance boost. Cleaned up
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parent/child process management code.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard <stoddard raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Added ceiling on file size for memory mapped files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [John Giannandrea <jg meer.net>] PR#4122
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix ndbm.h include problems with brain-dead glibc >= 2.1 which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has ndbm.h in a non-standard db1/ subdir. PR#4431, PR#4528
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Henri Gomez <gomez slib.fr>, Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Determine AP_BYTE_ORDER for ap_config_auto.h and already
cfa64348224b66dd1c9979b809406c4d15b1c137fielding use this at least for Expat. [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow .module files to specify libraries with Lib:.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow SetEnvIf[NoCase] to test environment variables as well
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as header fields and request attributes. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix mod_autoindex's handling of ScanHTMLTitles when file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content-types are "text/html;parameters". PR#4524 [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove "mxb" support from mod_negotiation -- it was a draft feature
cfa64348224b66dd1c9979b809406c4d15b1c137fielding never accepted into any standard, and it opens up certain DoS
cfa64348224b66dd1c9979b809406c4d15b1c137fielding attacks. [Koen Holtman <Koen.Holtman cern.ch>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) TestCompile updated. We can now run programs and output the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding results during the Configure process. [ Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The source is now quad (long long) aware as needed. Specifically,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the Configure process determines the correct size of off_t and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *void. When the OS/platform/compiler supports quads, ap_snprintf()
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe provides for the 'q' format qualifier (if quads are not available,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 'q' is silently "demoted" to long). [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) When the username or password fed to htpasswd is too long, include the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding size limit in the error message. Also report illegal characters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (currently only ':') in the username. Add the size restrictions
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe to the man page. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed the configure --without-support option so it doesn't result in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an infinite loop. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Piped error logs could cause a segfault if an error occured
cfa64348224b66dd1c9979b809406c4d15b1c137fielding during configuration after a restart.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Aidan Cully <aidan panix.com>] PR#4456
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If a "Location" field was stored in r->err_headers_out rather
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than r->headers_out, redirect processing wouldn't find it and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the server would core dump on ap_escape_html(NULL). Check both
cfa64348224b66dd1c9979b809406c4d15b1c137fielding tables and raise HTTP_INTERNAL_SERVER_ERROR with a log message
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe if Location isn't set. [Doug MacEachern, Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add RULE_EXPAT, the src/lib/ directory structure, and a modified copy
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the Expat 1.0.2 distribution. [Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replace regexec() calls with calls to a new API stub function
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_regexec(). This solves problems with DSO modules which use the regex
cfa64348224b66dd1c9979b809406c4d15b1c137fielding library. [Jens-Uwe Mager <jum helios.de>, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add 'Request_Protocol' special keyword to mod_setenvif so that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding environment variables can be set according to the protocol version
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (e.g., HTTP/0.9 or HTTP/1.1) of the request. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add DSO support for OpenStep (Mach 4.2) platform.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ralf S. Engelschall, Rex Dieter <rdieter math.unl.edu>] PR#3997
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix sed regex for generating ap_config_auto.h in src/Configure.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jan Gallo <gallo pvt.sk>] PR#3690, PR#4373
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Switch to /bin/sh5 in APACI on Ultrix and friends to avoid problems with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding their brain-dead /bin/sh. [Ralf S. Engelschall] PR#4372
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Better DSO flags recognition on NetBSD platforms using ELF.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Todd Vierling <tv pobox.com>] PR#4310
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Always log months in english format for %t in mod_log_config.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Petr Lampa <lampa fee.vutbr.cz>] PR#4366, 679
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Support for server-parsed and multiview-determined ReadmeName and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe HeaderName files in mod_autoindex. Removed the restriction on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "/"s in ReadmeName and HeaderName directives since the *sub_req*
cfa64348224b66dd1c9979b809406c4d15b1c137fielding routines will deal with the access issues. (It's now possible to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have {site|group|project|customer|...} wide readmes and headers.)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Raymond S Brand <rsbx rsbx.net>, Ken Coar] PR#1574, 3026, 3529,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3569, 4256
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When stat() fails, don't assume anything about the contents of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the struct stat. [Ed Korthof <ed bitmechanic.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) It's OK for a semop to return EINTR, just loop around and try
cfa64348224b66dd1c9979b809406c4d15b1c137fielding again. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix configuration engine re-entrant hangups, which solve a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handful of problems seen with mod_perl <Perl> configuration sections
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Salvador Ortiz Garcia <sog msg.com.mx>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mac OS and Mac OS X Server now use the appropriate custom layout
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by default when building with APACI; allow for platform-specific
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variable defaults in configure. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Do setgid() before initgroups() in http_main; some platforms
cfa64348224b66dd1c9979b809406c4d15b1c137fielding zap the grouplist when setgid() is called. This was fixed in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding suexec earlier, but the main httpd code missed the change.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rob Saccoccio <robs InfiniteTechnology.com>] PR#2579
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add recognition of .tgz as a gzipped tarchive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bertrand de Singly <bertrand.de-singly polytechnique.fr>] PR#2364
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include's fsize/flastmod should allow only relative paths, just
cfa64348224b66dd1c9979b809406c4d15b1c137fielding like "include file". [Jaroslav Benkovsky <benkovsk pha.pvt.cz>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2: Add support for building loadable modules using DLLs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add iconsdir, htdocsdir, and cgidir to config.layout.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix minor but annoying bug with the test for Configuration.tmpl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding being newer than Configuration so that it is less likely to fail
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when using APACI and shadow sources. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add initial support for Mac OS (versions 10.0 and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding greater). Use Mac OS X Server layout for now. Clean up dyld code
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in unix/os.c, and don't install the dyld error handlers, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are no longer needed in Mac OS. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rename Rhapsody layout to "Mac OS X Server". Change install
cfa64348224b66dd1c9979b809406c4d15b1c137fielding locations to appropriate ones for user-built (as opposed to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding system) installs. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Modify mod_autoindex's handling of AddDescription so that the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding behaviour matches the documentation. [Ken Coar] PR#1898, 3072.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add functionality to the install-bindist.sh script created by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding binbuild.sh to use tar when copying distribution files to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding serverroot. This allows upgrading an existing installation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding without nesting the new distribution in the old.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding install-bindist.sh now detects the local perl5 path to install
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apxs and dbmmanage with proper path to perl interpreter.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Add an install-binsupport target which copies the source files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for apxs and dbmmanage to bindist to allow these scripts to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be properly installed relative to the destination serverroot.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush, Covalent Technologies, <randy covalent.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix intermittent SEGV in ap_proxy_cache_error() in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding src/modules/proxy_util.c where a NULL filepointer and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding temporary filename were closed and unlinked.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Graham Leggett <minfrin sharp.fm>,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Tim Costello <tjcostel socs.uts.edu.au>] PR#3178
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix inconsistent error messages reported by mod_proxy.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Graham Leggett <minfrin sharp.fm>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2: Fix terminating CGIs that aren't compiled by EMX GCC when a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding connection is aborted. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Force the LANG envariable to the known state of "C" so that we
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have assurance about how string manipulators (e.g., tr) will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding function. [Ken Coar] PR#1630
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a directive to allow customising of the tracking cookie name.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#2921, 4303
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add "force-no-vary" envariable to allow servers to work around
cfa64348224b66dd1c9979b809406c4d15b1c137fielding clients that choke on "Vary" fields in the response header.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar, Dmitry Khrustalev <dima zippy.machaon.ru>] PR#4118
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed a bug in mod_dir that causes a child process will infinitely
cfa64348224b66dd1c9979b809406c4d15b1c137fielding recurse when it attemps to handle a request for a directory wnd the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding value of the DirectoryIndex directive is a single dot. Also likely
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to happen for anyother values of DirectoryIndex that will map back
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the same directory. The handler now only considers regular files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as being index candidates. No PR#s found.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Raymond S Brand <rsbx rsbx.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Ease configuration debugging by making TestCompile fall back to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding using "make" if the $MAKE variable is unset [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed the ServerSignature directive to work as documented.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Raymond S Brand <rsbx rsbx.net>] PR#4248
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add "opt" (SysV-style) layout to config.layout. [Raymond S Brand
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <rsbx rsbx.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add APACI --without-execstrip option which can be used to disable the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding stripping of executables on installation. This is very important for DSO
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and debugging situations. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for OS/2 (case insenstive filesystem, .exe suffix, etc)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to APACI files and related scripts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Yitzchak Scott-Thoennes <sthoenna efn.org>, Ralf S. Engelschall] PR#4269
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for standalone mode in TPF
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Joe Moenich <moenich us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix number of bytes copied by read_connection() in src/support/ab.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Cox <jc superlink.net>] PR#4271
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix special RewriteCond "-s" pattern matching.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bob Finch <bob nas.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix value quoting in src/Configure script for ap_config_auto.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Sutton <paul awe.com>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure RewriteLock can be used only in the global context, (i.e.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding outside of any <VirtualHost> sections) because it's a global facility of
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the rewrite engine. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the ownership delegation for proxy directory under `make install'.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) APACI would not correctly build suexec. [Maria Verina
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <mariav icgeb.trieste.it>] PR#4260
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_mime_magic passed only the first 4k of a file to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding uncompress/gzip, but those tools sometimes do not produce
cfa64348224b66dd1c9979b809406c4d15b1c137fielding any output unless a sufficient portion of the compressed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file is input. Change to pass the entire file -- but
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe only read 4k of output.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marcin Cieslak <saper system.pl>] PR#4097
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "IndexOptions None" generated extra spaces at the end of each
cfa64348224b66dd1c9979b809406c4d15b1c137fielding line. [<inkling firstnethou.com>] PR#3770
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The "100 Continue" response wasn't being sent after internal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redirects. [Jose KAHAN <kahan w3.org>] PR#3910, 3806, 3575
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When padding the name with spaces for display, mod_autoindex would
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe count &, <, and > in their escaped width, messing up the display.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#4075, 3758
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: fixed a compilation problem on NEXT.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jacques Distler <distler golem.ph.utexas.edu>] PR#4130
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) r->request_time wasn't being set properly in certain error conditions.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dean Gaudet] PR#4156
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: deal with UTS compiler error in http_protocol.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dave Dykstra <dwd bell-labs.com>] PR#4189
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ap_vrprintf() function. [John Tobey <jtobey banta-im.com>] PR#4246
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the mod_mime hash table to work properly with locales other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than C. [Dean Gaudet] PR#3427
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a memory leak which is exacerbated by certain configurations.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#4225
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Prevent clobbering saved IFS values in APACI. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix buffer overflows in ap_uuencode and ap_uudecode pointed out
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by "Peter 'Luna' Altberg <peter altberg.nu>" and PR#3422
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Peter 'Luna' Altberg <peter altberg.nu>, Ronald Tschal�r]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make {Set,Unset,Pass}Env per-directory instead of per-server.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct an apparent typo: on the Windows and MPE platforms, the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htpasswd utility was limiting passwords to only 8 characters.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) EBCDIC platforms: David submitted patches for two bugs in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MD5 digest port for EBCDIC machines:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a) the htdigest utility overwrote the old contents of the digest file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding b) the Content-MD5 header value (ContentDigest directive) was wrong
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when the returned file was not converted from EBCDIC, but was a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding binary (e.g., image file) in the first place.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David McCreedy <mccreedy us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) support/htpasswd now permits the password to be specified on the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe command line with the '-b' switch. This is useful when passwords
cfa64348224b66dd1c9979b809406c4d15b1c137fielding need to be maintained by scripts -- particularly in the Win32
cfa64348224b66dd1c9979b809406c4d15b1c137fielding environment. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Win32 multiple services patch. Added capability to install and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding run multiple copies of apache as individual services.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Example 1:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apache -n apache1 -i -f c:/httpd.conf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Installs apache as service 'apache1' and associates c:/httpd.conf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with that service.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding net start apache1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Starts apache1 service.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe net stop apache1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Stops apache1 service
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Example 2:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apache -n apache2 -i
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Installs apache as service 'apache2'. httpd.conf is located under
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the default server root (/apache/conf/httpd.conf).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding net start apache2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Starts apache2 service.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Example 3:
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe apache -n apache3 -i -d c:/program files/apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Install apache as service 'apache3' and sets server root to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding c:/program files/apache.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Example 4:
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe apache -n apache2 -k restart
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Restart apache2 service
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Keith Wannamaker, Ken Parzygnat, Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct the signed/unsigned character handling for the MD5 routines;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mismatches were causing compilation problems with gcc -pedantic and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the TPF cross-compilation. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a roughly 5 fold speed up. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) proxy ftp: instead of using the hardwired string "text/plain" as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a fallback type for files served by the ftp proxy, use the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_default_type() function to determine the configured type.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This allows for special configurations like
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <Directory proxy:ftp://some.host>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding DefaultType gargle/blurb
cfa64348224b66dd1c9979b809406c4d15b1c137fielding </Directory>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Additionally, add the Content-Encoding: header to FTP proxy replies
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when the encoding is defined (by the AddEncoding directive).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Because it was missing, it was almost impossible to browse compressed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files using the FTP proxy (works now perfectly in Communicator).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The ftp proxy now also returns the Date: and Server: header lines (if not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding much else... This code is "somewhat" broken) like normal requests do.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Be more smart in APACI's configure script when determining the UID/GID
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for User/Group directives and use the determined UID/GID to initialize
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the permissions on the proxycachedir.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk-Willem van Gulik, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changed the forking-prior-to-cleanup in the proxy module to first
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe check wether it actually needs to collect garbage. This reduces
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the number of fork()s from one/request to just the odd one an hour.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk-Willem van Gulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added proxy, auth and header support to src/support/ab.c. Added a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding README file to src/support/
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk-Willem van Gulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't hard-code the path to AWK in --shadow bootstrapping Makefile.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#4050
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for DSO module compilation on BSD/OS 3.x.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush, Covalent Technologies]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix sed-substitutions in `make install': path elements like `httpd/conf'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (for instance from an APACI configure --sysconfdir=/etc/httpd/conf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding option) were substituted with $(TARGET).conf, etc. Same for other strings
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with dots where the dot wasn't matched as plain text.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add support for FreeBSD 4.x [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix verbose output of APACI configure (option -v)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.6
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removed new PassAllEnv code due to DSO problems. [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.5 [not released]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) M_INVALID needed a value within the scope of METHODS so that unknown
cfa64348224b66dd1c9979b809406c4d15b1c137fielding methods can be access controlled. [Roy Fielding] PR#3821
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added PassAllEnv; makes server's entire environment available
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to CGIs and SSIs executed within directive's scope. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_uuencode() always added two trailing '='s and encoding of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 8 bit characters on a machine with signed char may produced
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe incorrect results. Additionally ap_uuencode() should now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding work correctly on EBCDIC platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Tschal�r <ronald innovation.ch>] PR#3411
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Binary installer now runs the configuration DLL before
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the reboot prompt (which is only given if MSVCRT.DLL system
cfa64348224b66dd1c9979b809406c4d15b1c137fielding DLL is new or updated). This should avoid the configuration
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory being empty after installation. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#3767, 3800, 3827, 3850, 3900, 3953, 3988
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Binary installer now creates Start menu options to start
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and stop Apache as a console application and to uninstall
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the Apache service on NT. [Paul Sutton] PR#3741
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Apache.exe now contains an icon. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Switch back to using fcntl() locking on Linux -- instabilities
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have been reported with flock() locking (probably related to kernel
cfa64348224b66dd1c9979b809406c4d15b1c137fielding version). [Dean Gaudet] PR#2723, 3531
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Using APACI, the main config file (usually httpd.conf) was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not being adjusted as $(TARGET).conf. [Wilfredo Sanchez
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <wsanchez apple.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: AIX does not require the SHARED_CODE "hack"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom <rbb raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Set-Cookie headers were being doubled up for some CGIs by the O(n^2)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding avoidance code added in 1.3.3.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Jeff Lewis <lewis stanford.edu>] PR#3872
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_isxdigit was somehow neglected when adding the ap_isfoo() macros
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for 8-bit safeness. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Use -fPIC instead of -fpic on Solaris and SunOS for compiling DSOs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because SPARCs have a small machine-specific maximum size for the Global
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Offset Table which is often exceeded when compiling one of the larger
cfa64348224b66dd1c9979b809406c4d15b1c137fielding third-party modules with Apache. [Peter Urban <Peter.Urban epfl.ch>] PR#3977
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding DSO/DLL section because it's a directive from mod_status and isn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding available before the DLL of mod_status is loaded.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin POESCHL <mpoeschl gmx.net>] PR#3936
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Fix a bug in the calculation of the buffer size for the line
cfa64348224b66dd1c9979b809406c4d15b1c137fielding continuation facility in Apache's configuration files which could
cfa64348224b66dd1c9979b809406c4d15b1c137fielding lead to a buffer overflow situation.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Thomas Devanneaux <Thomas.Devanneaux enst.fr>] PR#3617
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make documentation and error messages of APACI's --activate-module=FILE
cfa64348224b66dd1c9979b809406c4d15b1c137fielding option more clear. [Jan Wolter <janc wwnet.net>] PR#3995
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the gcc version check (for enabling the `inline' facility) to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding really support all future gcc versions >= 2.7 until we know more.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [John Tobey <jtobey banta-im.com>] PR#3983
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Let APACI's configure script correctly complain for unknown --enable-XXX
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and --disable-XXX options. [Ralf S. Engelschall] PR#3958
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Link the shared core bootstrap program (``Rule SHARED_CORE=yes'') also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding against libap.a and use its ap_snprintf() instead of sprintf() to avoid
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe possible buffer overflows. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove no longer used non-API function ap_single_module_init().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add Apple's Mac OS X Server Layout "Rhapsody" to config.layout.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to make platform installations easier. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In configure, do not append the target name to the directory path if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the path already contains "apache". [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SIGPIPE is now ignored by the server core. The request write routines
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (ap_rputc, ap_rputs, ap_rvputs, ap_rwrite, ap_rprintf, ap_rflush) now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding correctly check for output errors and mark the connection as aborted.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Replaced many direct (unchecked) calls to ap_b* routines with the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding analogous ap_r* calls. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enhanced mod_rewrite's mapfile handling: The in-core cache for text and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding DBM format mapfiles now uses a 4-way hash table with LRU functionality.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Furthermore map lookups for non-existent keys are now cached as well.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Additionally "txt" maps are now parsed with simple string functions
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of using ap_pregcomp(). As a side effect a bug that prevented
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the usage of keys containing the "," character was fixed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The changes drastically improve the performance when large rewrite maps
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are in use.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Michael van Elst <mlelstv serpens.swb.de>, Lars Eilebrecht] PR#3160
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added ap_sub_req_method_uri() for doing a subrequest with a method
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other than GET, and const'd the definition of method in request_rec.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Greg Stein]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use proper pid_t type for saving PIDs in alloc.c. [John Bley]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replaced use of WIN32 define with HAVE_DRIVE_LETTERS to indicate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when the OS allows a DOS drive letter within pathnames. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add %V to mod_log_config, this logs the hostname according to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding UseCanonicalName setting (this is the pre-1.3.4 behaviour of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding %v). Useful for mass vhosting. [Tony Finch <dot dotat.at>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for \n and \t to mod_log_config, can be used to produce
cfa64348224b66dd1c9979b809406c4d15b1c137fielding more reliable logs with multiline entries. [Tony Finch <dot dotat.at>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed a few compiler nits. [John Bley <jbb6 acpub.duke.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added informative error messages for failed munmap() and fseek() calls
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in http_core.c. [John Bley, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added some informative error messages for some failed malloc()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding calls. [John Bley <jbb6 acpub.duke.edu>, Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2 ap_os_canonical_filename()'s behaviour is improved: ap_assert()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is removed. This allows <Directory proxy:*> directives to work and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prevents invalid requests from killing the process.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Havard <brianh kheldar.apana.org.au>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reorganised FAQ document.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Joshua Slive <slive finance.commerce.ubc.ca>] PR#2497
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) src/support/: The ApacheBench benchmark program was overhauled by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding David N. Welton: you can now have it generate an HTML TABLE, presumably
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for integration into other HTML sources. David updated the ab man page
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as well and added some missing descriptions. Thanks!
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [David N. Welton <davidw prosa.it>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: The filename validity checker now allows filenames containing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding characters in the range 0x80 to 0xff (for example accented characters).
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Paul Sutton] PR#3890
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added conditional logging based upon environment variables to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_log_config. mod_log_referer and mod_log_agent
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe are now deprecated. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow apache acting as a proxy server to relay the real
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reason of a failure to a client rather than the "internal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server error" it does currently. The general exposure mechanism
cfa64348224b66dd1c9979b809406c4d15b1c137fielding can be triggered by any module by setting the "verbose-error-to"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding note to "*"; this allows more than just proxy errors to be exposed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Cliff Skolnick, Roy Fielding, Martin Kraemer] Related to PR#3455, 4086
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Moved man pages for ab and apachectrl to section 8.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Wilfredo Sanchez, Roy Fielding]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added -S option to install.sh so that options can be passed to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding strip on some platforms. [Ralf S. Engelschall, Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Tweak modules Makefile generated by Configure so that it handles
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the test case of no modules being selected. [<chaz reliant.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added a <LimitExcept method ...> sectioning directive that allows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the user to assign authentication control to any HTTP method that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is *not* given in the argument list; i.e., the logical negation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the <Limit> directive. This is particularly useful for controlling
cfa64348224b66dd1c9979b809406c4d15b1c137fielding access on methods unknown to the Apache core, but perhaps known by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some module or CGI script. [Roy Fielding, Tony Finch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Prevent apachectl from complaining if the PIDFILE exists but
cfa64348224b66dd1c9979b809406c4d15b1c137fielding does not contain a process id, as might occur if the server is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding being rapidly restarted. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Add global symbols missing from ApacheCore.def. [Carl Olsen]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Entity tag comparisons for If-Match and If-None-Match were not being
cfa64348224b66dd1c9979b809406c4d15b1c137fielding performed correctly -- weak tags might cause false positives. Also,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding strong comparison wasn't properly enforced in all cases.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding, Ken Coar, Dean Gaudet] PR#2065, 3657
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2: Supply OS/2 error code instead of errno on semaphore errors.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Work around a bug in Lynx regarding its sending "Negotiate: trans"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding even though it doesn't understand TCN. [Koen Holtman, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added ap_size_list_item(), ap_get_list_item(), and ap_find_list_item()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to util.c for parsing an HTTP header field value to extract the next
cfa64348224b66dd1c9979b809406c4d15b1c137fielding list item, taking into account the possible presence of nested comments,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding quoted-pairs, and quoted-strings. ap_get_list_item() also removes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding insignificant whitespace and lowercases non-quoted tokens.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding] PR#2065
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) proxy: The various calls to ap_proxyerror() can return HTTP/1.1 status
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code different from 500. This allows the proxy to, e.g., return
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "403 Forbidden" for ProxyBlock'ed URL's. [Martin Kraemer] Related to PR#3455
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix ordering of language variants for the case where the traditional
cfa64348224b66dd1c9979b809406c4d15b1c137fielding negotiation algorithm is being used with multiple language variants
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and no Accept-Language. [James Treacy <treacy debian.org>] PR#3299, 3688
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Do not round the TCN quality calculation to 5 decimal places,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding unlike RFC 2296, because the calculation might need 12 decimal places
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to get the right result. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove unused code to disable transparent negotiation when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding negotiating on encoding only, as we now handle encoding too
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (though this is nonstandard for TCN), remove charset=ISO-8859-1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fiddle from the fiddle-averse RVSA comparison, and fix bugs in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some debugging statements within mod_negotiation. [Koen Holtman]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed a rare memory corruption possibility in mod_dir if the index
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file is negotiable and no acceptable variant can be found.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Roy Fielding, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Add new config directive, ScriptInterpreterSource, to enable
cfa64348224b66dd1c9979b809406c4d15b1c137fielding searching the Win32 registry for script interpreters.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: The compiled-in default filename for the error log is now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error.log, which matches the default in the distributed httpd.conf.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: Any error messages from -i or -u command line options are now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding displayed on the console output rather than sent to the error log.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Also the "Running Apache..." message is not output unless Apache is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding going to serve requests. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rework the MD5 authentication scheme to use FreeBSD's algorithm,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and use a private significator ('$apr1$') to mark passwords as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding being smashed with our own algorithm. Also abstract the password
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe checking into a new ap_validate_password() routine. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32: The filename validity checker now allows "COM" but refuses
cfa64348224b66dd1c9979b809406c4d15b1c137fielding access to "COM1" through "COM4". This allows filenames such
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe as "com.name" to be served. [Paul Sutton] PR#3769.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) BS2000: Adapt to the new ufork() system call interface which will
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe make subtasking easier on the OSD/POSIX mainframe environment.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a compatibility define for escape_uri() -> ap_escape_uri() to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_compat.h. [David White <david persimmon.com>] PR#3725
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make NDBM file suffix determination for mod_rewrite more accurate, i.e.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding use `.db' instead of `.pag' not only for FreeBSD, but also when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the NDBM library looks like Berkeley-DB based.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#3773
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ability to handle DES or MD5 authentication passwords.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom <rbb Raleigh.IBM.Com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix O(n^2) memory consumption in mod_speling. [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Avoid some buffer overflow problems when escaping
cfa64348224b66dd1c9979b809406c4d15b1c137fielding quoted strings. (This overflow was on the heap and we believe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding impossible to exploit.) [Rick Perry <perry ece.vill.edu>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Let src/Configure be aware of CFLAGS options starting with plus
cfa64348224b66dd1c9979b809406c4d15b1c137fielding signs as it's the case for the HP/UX compiler.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug Yatcilla <yatcilda umdnj.edu>] PR#3681
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove the hard-wire of TAR=tar (we now check for gtar and gnutar first)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and check to see if the tar we wind up with supports '-h'.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski] PR#3671
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A consistent and conservative style for all shell scripts has been
cfa64348224b66dd1c9979b809406c4d15b1c137fielding implemented. Basically, all shell string tests use the traditional
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hack of 'if [ "x$var" != "x" ]' or 'if [ "x$var" = "xstring" ]'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to protect against bare null variable strings (ie: wrapping both
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sides with double quotes and prepending 'x'). 'x' was chosen
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because it's more universal and hopefully easier for old shell
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prgrammers, as well as being easier to search for in 'vi' (/x\$) :)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The status module now prints out both the main server generation as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding well as the generation of each process. Also, the vhost info is
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe printed with '?notable'. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move src/main/md5c.c to src/ap/ap_md5c.c; it's httpd-neutral
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and this makes its functions available to things in src/support.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Renamed macros status_drops_connection to ap_status_drops_connection
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and vestigial scan_script_header to ap_scan_script_header_err,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mostly for aesthetic reasons. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The query switch "httpd -S" didn't exit after showing the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding vhost settings. That was inconsistent with the other query functions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Moved the MODULE_MAGIC_COOKIE from before the versions and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding filename to the end of the STANDARD_MODULE_STUFF. Its
cfa64348224b66dd1c9979b809406c4d15b1c137fielding presence at the beginning prevented reporting of the filename
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for modules compiled before 1 January 1999. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: ap_os_is_filename_valid() has been added to Win32
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to detect and prevent access to special DOS device file names.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Sutton, Ken Parzygnat]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Created new makefiles Makefile_win32.txt (normal build)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and Makefile_win32_debug.txt (debug build) that work on Win95.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Run each of the following from the src directory:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nmake /f Makefile_win32.txt # compiles normal build
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nmake /f Makefile_win32.txt install # compiles and installs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nmake /f Makefile_win32.txt clean # removes compiled junk
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nmake /f Makefile_win32_debug.txt # compiles debug build
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nmake /f Makefile_win32_debug.txt install
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nmake /f Makefile_win32_debug.txt clean
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added binbuild.sh and findprg.sh helpers to make it easier for us
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to build binary distributions. [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) IndexOptions SuppressColumnSorting only turned off making
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the column headers anchors; you could still change the display
cfa64348224b66dd1c9979b809406c4d15b1c137fielding order by manually adding a '?N=A' or similar query string to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding URL. Now SuppressColumnSorting locks in the sort order so
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it can't be overridden this way. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added IndexOrderDefault directive to supply a default sort order
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe for FancyIndexed directory listings. [Ken Coar] PR#1699
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change the ap_assert macro to a variant that works on all platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Richard Prinz <richard.prinz cso.net>] PR#2575
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure under ELF-based NetBSD (now) and OpenBSD (future) we don't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding search for an underscore on dlsym() (as it's already the case
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for FreeBSD 3.0). [Todd Vierling <tv pobox.com>] PR#2462
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Small fix for mod_env.html: The module was documented as to be _not_
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compiled into Apache per default, although it _IS_ compiled into
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache per default. [Sim Harbert <sim mindspring.com>] PR#3572
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Instead of fixing a bug in the generation procedure for config.status (a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding backslash was missing) we remove the bug together with it's complete
cfa64348224b66dd1c9979b809406c4d15b1c137fielding context because the special cases of the past can now no longer occur
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because of the recent magic for the --with-layout default.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#3590
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Make top-level Makefile aware of a parallel build procedures (make -j) by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding making sure the src/support/ tools are _forced_ to be build last (they
cfa64348224b66dd1c9979b809406c4d15b1c137fielding depend on other libraries).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Markus Theissinger <markus.theissinger gmx.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix installation procedure: Now that os-inline.c is actually used (a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding recently fixed bug prevented this) we need to also install os-include.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in addition to os.h into the PREFIX/include/ location or building of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module DSOs with APXS fails. [Ralf S. Engelschall] PR#3527
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Added MODULE_MAGIC_COOKIE as the first field in a module structure to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allow us to distinguish between a garbled DSO (or even a file which isn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an Apache module DSO at all) and a DSO which doesn't match the current
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache API. [Ralf S. Engelschall] PR#3152
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Two minor enhancements to mod_rewrite: First RewriteRule now also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding supports the ``nocase|NC'' flag (as RewriteCond already does for ages) to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding match case insensitive (this especially avoids nasty patterns like
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `[tT][eE][sS][tT]'). Second two additional internal map functions
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `escape' and `unescape' were added which can be used to escape/unescape
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to/from hex-encodings in URLs parts (this is especially useful in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding combination with map lookups).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Magnus Bodin, Ian Kallen, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Renamed the macro escape_uri() to ap_escape_uri() which was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding forgotten (because it was a macro) in the symbol renaming process.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix some inconsistencies related to the scopes of directives. The only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding user visible change is that the directives `UseCanonicalName' and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `ContentDigest' now use the (more correct) `Options' scope instead of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (less correct) `AuthConfig' scope. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Using DSO, the Server token was being mangled. Specifically, the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module's token was being added first before the Apache token. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has been fixed. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Major overhaul of mod_negotiation.c, part 2.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - properly handle "identity" within Accept-Encoding.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - allow encoded variants in RVSA negotiation and let them appear in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the Alternates field using the non-standard "encoding" tag-list.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - fixed both negotiation algorithms so that an explicitly accepted
cfa64348224b66dd1c9979b809406c4d15b1c137fielding encoding is preferred over no encoding if "identity" is not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding included within Accept-Encoding.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - added ap_array_pstrcat() to alloc.c for efficient concatenation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of large substring sequences.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - replaced O(n^2) memory hogs in mod_negotiation with ap_array_pstrcat.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Major overhaul of mod_negotiation.c, part 1.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - cleanups to mod_negotiation comments and code structure
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - made compliant with HTTP/1.1 proposed standard (rfc2068) and added
cfa64348224b66dd1c9979b809406c4d15b1c137fielding support for everything in the upcoming HTTP/1.1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding revision (draft-ietf-http-v11-spec-rev-06.txt).
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - language tag matching also handles tags with more than 2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding levels like x-y-z
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - empty Accept, Accept-Language, Accept-Charset headers are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding processed correctly; previously an empty header would make all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding values acceptable instead of unacceptable.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - allowed for q values in Accept-Encoding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - added support for transparent content negotiation (rfc2295 and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rfc2296) (though we do not implement all features in these drafts,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding e.g. no feature negotiation). Removed old experimental version.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - implemented 'structured entity tags' for better cache correctness
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (structured entity tags ensure that caches which can deal with Vary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding will (eventually) be updated if the set of variants on the server
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is changed)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - this involved adding a vlist_validator element to request_rec
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - this involved adding the ap_make_etag() function to the global API
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - modified guessing of charsets used by Apache negotiation algorithm
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to guess 'no charset' if the variant is not a text/* type
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - added code to sort multiviews variants into a canonical order so that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding negotiation results are consistent across backup/restores and mirrors
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - removed possibility of a type map file resolving to another type map
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file as its best variant
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Koen Holtman, Roy Fielding, Lars Eilebrecht] PR#3451, 3299, 1987
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) RFC2396 allows the syntax http://host:/path (with no port number)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but the proxy disallowed it (ap_proxy_canon_netloc()).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Kristol <dmk bell-labs.com>] PR#3530
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When modules update/modify the file name in the configfile_t structure,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding syntax errors will report the updated name, not the original one.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Fabien Coelho <coelho cri.ensmp.fr>] PR#3573
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct some filename case assumptions from WIN32 to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CASE_BLIND_FILESYSTEM. [Brian Havard <brianh kheldar.apana.org.au>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) For %v log ServerName regardless of the UseCanonicalName
cfa64348224b66dd1c9979b809406c4d15b1c137fielding setting (similarly for %p). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure was initializing the variables $OSDIR, $INCDIR and $SHELL
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rather late (too late for some invocations of TestCompile).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This improves the make environment available to TestCompile and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the *.module scripts. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The hashbang emulation code in ap_execve.c would interpret
cfa64348224b66dd1c9979b809406c4d15b1c137fielding #!/hashbang/scripts correctly, but failed to fall back to a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding standard shell for scripts which did NOT start with #!
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Now SHELL_PATH is started in these cases. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Added the Cyberguard V2 port [Richard Stagg <stagg lentil.org>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#3336
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update APXS manual page: some -q option arguments were missing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and another was incorrect. [Mark Anderson <mda discerning.com>] PR#3553
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleanup the command line options: `-?' was documented to show
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the usage list but does it with an error because `?' is not a valid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding command. OTOH a lot of users expect `-h' to print such a usage list and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe instead are annoyed for ages by our huge unreadable list of directives.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding So we now changed the command line options this way:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1. `-L' => `-R'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Intent: we need `-L' to be free, and `-R' for the DSO run-time path is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding very similar to the popular linker option.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2. `-h' => `-L'
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Intent: while -l gives the small list of modules, -L now gives the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding large list of directives implemented by these modules. This is also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding consistent with -v (short version info) and -V (large version info).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3. `-?' => `-h'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Intent: it's now the expected option ;-)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The manual page was adjusted accordingly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2714
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem of fclose() on an unopened file in suexec if LOG_EXEC
cfa64348224b66dd1c9979b809406c4d15b1c137fielding wasn't defined. [Rick Franchuk <rickf transpect.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removed recently introduced bugs and disfigurements in APACI:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o fixed argument line processing: using $args was broken: It was not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initialized and using args="$args $apc_option" and even args="$args
cfa64348224b66dd1c9979b809406c4d15b1c137fielding \"$apc_option\"" fails in the second processing round for any arguments
cfa64348224b66dd1c9979b809406c4d15b1c137fielding containing whitespaces. The only correct way is to use the construct
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "$@" (but not possible here) or iterate _both_ times over the implicit
cfa64348224b66dd1c9979b809406c4d15b1c137fielding argument line (no argument to for-loop) which is what we now use.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o make --with-layout=Apache the default without creating
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redundancy (copying the --with-layout block in the argument parsing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding loop). We achieve this by using the "$@" construct together with the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `set' command to prepend --with-layout=Apache to the command line in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding case --with-layout is not used.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o fixed auto-suffix handling now that config.layout exists.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Paths which are auto-suffixed are marked with a trailing plus sign in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding config.layout and every path now can be marked this way (not only the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding four paths for which we do it currently). Additionally the suffix is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no longer a static one. Instead it's now `/<target>' where <target> is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the argument of the --target option or per default `httpd'.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o allow also tabs (and only spaces) where we match whitespaces
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o various fixes and cleanups related to used shell coding style
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe o made Jim happy by replacing `Written by' with `Initially written by' ;-)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o trimmed output of --help to fit into 80 columns
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added two new core API functions, ap_single_module_configure() and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_single_module_init(), which are now used by mod_so to configure a module
cfa64348224b66dd1c9979b809406c4d15b1c137fielding after loading. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add defines for USE_FLOCK_SERIALIZED_ACCEPT and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of ap_config.h to allow serialized accept for multiport listens.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding, Curt Sampson] PR#3120
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: Fixed a misplaced #endif for NetBSD/OpenBSD section
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of ap_config.h that would skip several defines if DEFAULT_GROUP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was overridden. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: The I86 version of DGUX has support for strncasecmp and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix ordering of definitions in ap_config.h so that ap_inline is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding defined before it might be used. [Victor Khimenko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: Add Dynamic Shared Object (DSO) support for BSDI (v4.0).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tom Serkowski <tks bsdi.com>] PR#3453
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make generation of src/Configuration.apaci more robust: It failed to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding differenciate between modules when one module name was a postfix of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding another (e.g. cgi vs. fastcgi). We now check for mod_XXX, libXXX and even
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe just XXX (think about totally non-standard names like "apache_ssl", too).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#3380
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In src/Configure remove the SERVER_SUBVERSION support (already deprecated
cfa64348224b66dd1c9979b809406c4d15b1c137fielding since 1.3b7) and make whitespace handling more robust (it failed horrible
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe when whitespaces were present in the arguments of -D options).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#3240
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add APACI --shadow=DIR variant (in addition to --shadow). This now first
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe creates an external package shadow tree in DIR before the local build
cfa64348224b66dd1c9979b809406c4d15b1c137fielding shadow tree is generated under DIR. This way one can have the extracted
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache distribution tree read-only on NFS or CDROM and still build Apache
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe from these sources. An automatically triggered VPATH-like mechanism is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding provided through the TOP variable, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall, Wilfredo Sanchez <wsanchez apple.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix negotiation so that a Vary response header is correctly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding generated when, for a particular dimension, variants only vary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in having or not having a value for that dimension. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix negotiation so that we prefer an encoded variant over an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding unencoded variant if the user-agent explicitly says it can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accept that encoding. Previously we always preferred the unencoded
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variant.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Ausbeck <paula alumni.cse.ucsc.edu>, Paul Sutton] PR#3447
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix APXS tool: query variables LIBS_SHLIB and TARGET were not recognized
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the usage page was inconsistent with the functionality and manpage.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding They can occur multiple times and their arguments (`xxx') are passed AS
cfa64348224b66dd1c9979b809406c4d15b1c137fielding IS to the compiler/linker command. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed possible (but harmless in practice) bug in the DBM lookup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding procedure of mod_rewrite: very long keys were truncated.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added a generic --with-layout=[FILE:]ID option. ID here is a layout
cfa64348224b66dd1c9979b809406c4d15b1c137fielding identifier, currently "Apache" and "GNU" are pre-defined in the file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding config.layout. Custom layouts are possible by using FILE:ID as the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding argument where the layout ID is taken from FILE.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The config.layout file consists of <Layout ID>..</Layout> sections
cfa64348224b66dd1c9979b809406c4d15b1c137fielding where inside those sections "path_variable: path_value" pairs can be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding specified. These lines are converted to path_variable='path_value'.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a DefaultLanguage directive so that files missing a language
cfa64348224b66dd1c9979b809406c4d15b1c137fielding extension (e.g., .fr, .de) can be labelled as being some other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding default language. DefaultLanguage can appear in <Directory> and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <Files> containers as well as .htaccess files. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#1180
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix TARGET configuration when configuring and installing using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APACI configure. TARGET now defines the basename of the configuration
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file, startup script, manual page, etc. log_error_core() now reports
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the server binary name given by argv[0]. TARGET can now also be defined
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with --target=TARGET parameter passed to APACI configure.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf Engelschall, Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include.c:handle_perl() now properly tests for OPT_INCNOEXEC
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rather than OPT_INCLUDES [Rainer Schoepf <schoepf uni-mainz.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_md5_binary() was using sprintf() rather than a table lookup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to convert binary bytes to hex digits.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Tschal�r <ronald innovation.ch>] PR#3409
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix SEGV in TCN negotiation if no variants are acceptable.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Plechsmid <plechsmi karlin.mff.cuni.cz>] PR#1987
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: ap_exists_config_define() function is now "public" [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix documentation of `Action' directive: It can activate a CGI script
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when either a handler or a MIME content type is triggered by the request.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Andrew Pimlott <pimlott math.harvard.edu>] PR#3340
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Document the `add' command of `dbmmanage' in `dbmmanage.1' manpage.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David MacKenzie <djm uu.net>] PR#3394
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Ignore a "ErrorDocument 401" directive with a full URL and write a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding notice to the error log. It is not possible to send a 401 response
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and a redirect at the same time. [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fallback to native compilers for IRIX-32 platform. It seems that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a gcc 2.8.1 compiled apache is logging client addresses with all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bits set (255.255.255.255). This is the second such problem caused
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by gcc 2.8.1 compiler. The first being broken semaphore locking.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Updated mime.types to reflect current Internet media types
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and include a URL to the registry.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) SECURITY: Do a more complete check in mod_include to avoid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an infinite loop of recursive SSI includes. [Marc Slemko] PR#3323
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add APACI --suexec-docroot and --suexec-logfile options which can be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used to set the document root directory (DOC_ROOT) and the suexec
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe logfile (LOG_EXEC), respectively. Additionally the --layout option
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was changed to show more information about the suEXEC setup.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lars Eilebrecht] PR#3316, 3357, 3361
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added the last two WebDAV status codes of 424 (Failed Dependency)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and 507 (Insufficient Storage) for use by third-party modules.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enabled all of the WebDAV method names for use by third-party
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe modules, Limit, and Script directives. That includes PATCH,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Improved mod_actions.c so that it can use any of the methods
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe defined in httpd.h. Added ap_method_number_of(method) for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding getting the internal method number. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: Add a port to the TPF OS. [Joe Moenich <moenich us.ibm.com> and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding others at IBM]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problems with handling of UNC names (e.g., \\host\path)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on Win32. [Ken Parzygnat <kparz us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Rework os_canonical_*() on Win32 so it's simpler, more
cfa64348224b66dd1c9979b809406c4d15b1c137fielding robust, and works. [Ken Parzygnat <kparz us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#2555, 2915, 3064, 3232
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Work around incomplete implementation of strftime on Win32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Manoj Kasichainula, Ken Parzygnat <kparz us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Move a typedef to fix compile problems on Linux with 1.x kernels.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Manoj Kasichainula] PR#3177
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add a port to the Concurrent PowerMAX OS. [Tom Horsley
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe <Tom.Horsley mail.ccur.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Log more explicit error messages if spawning an interpreted
cfa64348224b66dd1c9979b809406c4d15b1c137fielding script failed, including the command line used to attempt to execute
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the interpreter and the Win32 error code returned. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Disable sending of error-notes on a 500 (Internal Server Error) response
cfa64348224b66dd1c9979b809406c4d15b1c137fielding since it often includes file path info. Enable sending of error-notes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on a 501 (Method Not Implemented). [Roy Fielding] PR#3173
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) http_config.c would respond with 501 (Method Not Implemented) if a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content type handler was specified but could not be found, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should have been a 500 response. Likewise, mod_proxy.c would responsd
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with a 501 if the URI scheme is unrecognized instead of the correct
cfa64348224b66dd1c9979b809406c4d15b1c137fielding response of 403 (Forbidden). [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Eliminate DoS attack when a bad URI path contains what
cfa64348224b66dd1c9979b809406c4d15b1c137fielding looks like a printf format escape. [Marc Slemko, Studenten Net Twente]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix in mod_autoindex: for files where the last modified time stamp was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding unavailable, an empty string was printed which was 2 bytes short.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The size and description columns were therefore not aligned correctly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer] (no PR#)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update BS2000 OS code to work with recent versions. Starting with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding release A17, the child fork() must be replaced by a _rfork().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (BS2000 only) [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add the actual server_rec structure of the specific Vhost to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scoreboard file and avoid a string copy (as well as allow some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding further future enhancements). [Harrie Hazewinkel
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe <harrie.hazewinkel jrc.it>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add APACI --permute-module=foo:bar option which can be used to
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe on-the-fly/batch permute the order of two modules (mod_foo and mod_bar)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the Configuration[.apaci] file. Two special and important variants are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding supported for the option argument: first BEGIN:foo which permutes module
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_foo with the begin of the module list, i.e. it `moves' the module to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the begin of the list (gives it lowest priority). And second foo:END
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which permutes mod_foo with the end of the module list, i.e. it `moves'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the module to the end of the list (gives it highest priority).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problem with 'apache -k shutdown' and startup event
cfa64348224b66dd1c9979b809406c4d15b1c137fielding synchronisation (Win32). [Ken Parzygnat <kparz raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#3255
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) The config parser wasn't correctly noticing a missing '>'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on container start lines (e.g., it wouldn't spot
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "<Directory /" as a syntax error). [Ryan Bloom <rbbloom us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#3279
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a 'RemoveHandler' directive which will selectively remove
cfa64348224b66dd1c9979b809406c4d15b1c137fielding all handler associations for the specified file extensions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ryan Bloom <rbbloom us.ibm.com>] PR#1799.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Properly handle & allow "nul" and ".*/null" in AccessConfig and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ResourceConfig directives on Win32. Also add a note to the effect
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of 'useless User directive ignored on Win32' to the errorlog if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a User directive is encountered on Win32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2078, 2303.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix multiple whitespace handling in imagemaps for mod_imap which was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding broken since Apache 1.3.1 where we took out compressing of multiple
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe spaces in ap_cfg_getline().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ivan Richwalski <ivan seppuku.net>] PR#3249
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix Berkeley-DB/2.x support in mod_auth_db: The data structures were not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initialized correctly and the db_open() call used an invalid mode
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parameter. [Ron Klatchko <ron ckm.ucsf.edu>] PR#3171
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: DSO support for UnixWare 7
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall, Ron Record <rr sco.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Merge the contents of the {srm,access}.conf-dist* files into the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding httpd.conf-dist* files. The srm and access files now contain
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only comments, and httpd.conf has all the combined contents in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a rational order. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: DSO/ELF support for FreeBSD 3.0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall, Dirk Froemberg <ibex physik.TU-Berlin.DE>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a "default-handler" handler that calls the default_hander()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding function which is normally called for static content. This allows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding you to override a specific handler. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Further simplify checking for absolute paths by replacing an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hard-coded syntax check with a call to a routine we already created to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding do this. [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2976, 3074
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Log an error if we encounter a malformed "require" directive
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe in mod_auth if we know that we know that no other module can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding deal with it. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Remove ap_private_extern method of hiding conflicting symbols
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on the NEXT platform because it is not correct for all versions,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the versions for which it is correct are unknown.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Wilfredo Sanchez <wsanchez apple.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix inheritance of IndexOptions NameWidth and remove unintended
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe restriction on +NameWidth, +IconHeight, and +IconWidth. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix per-directory config merging for cases in which a 500 error
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe is encountered in an .htaccess file somewhere down the tree.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#2409
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Minor performance improvement to ap_escape_html(). [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed a segmentation violation in mod_proxy when a response is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding non-cachable. [Roy Fielding, traced by Doug Bloebaum]. PR#2950, 3056
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.3
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Added a complete implementation of the Expect header field as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding specified in rev-05 of HTTP/1.1. Disabled the 100 Continue
cfa64348224b66dd1c9979b809406c4d15b1c137fielding response when we already know the final status, which is mighty
cfa64348224b66dd1c9979b809406c4d15b1c137fielding useful for PUT responses that result in 302 or 401. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove extra trailing whitespace from the getline results as part
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the protocol processing, which is extra nice because it works
cfa64348224b66dd1c9979b809406c4d15b1c137fielding between continuation lines, is almost no cost in the normal case
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of no extra whitespace, and saves memory. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added new HTTP status codes and default response bodies from the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding revised HTTP/1.1 (307, 416, 417), WebDAV (102, 207, 422, 423), and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding HTTP Extension Framework (510) specifications. Did not add the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding WebDAV 424 and 425 codes because they are bogus. We don't use any
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of these codes yet, but they are now available to 3rd-party modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a possible race condition between timed-out requests and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_bhalfduplex select that might result in an infinite loop on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding platforms that do not validate the descriptor. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Add "-k shutdown" and "-k restart" options to signal a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding running Apache server [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix mod_autoindex bug where directories got a size of "0k" instead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of "-". [Martin Plechsmid <plechsmi karlin.mff.cuni.cz>, Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#3130
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: DRS 6000 machine. [Paul Debleecker <pdebleecker jetair.be>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the server signature text (from the core ServerSignature directive)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the list of envariables available to scripts, SSI, and the like.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Fix sys/resource.h handling for SCO 3.x platform.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [M. Laak <maert proinv.ee>] PR#3108
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fallback from sysconf-based to plain HZ-based `ticks per second'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding calculation in mod_status for all systems which don't have POSIX
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe sysconf() (like UTS 2.1) and not only for the NEXT platform.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dave Dykstra <dwd bell-labs.com>] PR#3055
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix `require ...' directive parsing in mod_auth, mod_auth_dbm and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_auth_db by using ap_getword_white() (which uses ap_isspace())
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of ap_getword(..., ' ') (which parses only according to spaces
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but not tabs). [James Morris <jmorris intercode.com.au>,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Ralf S. Engelschall] PR#3105
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the SERVER_NAME variable under sub-request situations (where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `UseCanonicalName off' is used) like CGI's called from SSI pages or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding RewriteCond variables by adopting r->hostname to sub-requests.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [James Grinter <jrg blodwen.demon.co.uk>] PR#3111
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix stderr redirection under syslog-based error logging situation.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#3095
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Document `ErrorLog syslog:facility' variant of error logging.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#3096
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix http://localhost/ hints in top-level INSTALL document.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rob Jenson <robjen spotch.com>, Ralf S. Engelschall] PR#3088
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Quote paths in default configuration files. [Wilfredo Sanchez]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it is now taken care of properly by the header file tests.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Wilfredo Sanchez <wsanchez apple.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problem with scripts and filehandle inheritance on Win32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2884, 2910
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Win32 name canonicalisation could end up using the server's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding working directory to fill in some blanks. [Ken Parzygnat
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <kparz raleigh.ibm.com>] PR#3001
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct invalid assumption by ap_sub_req_lookup_file() that all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding absolute paths begin with "/" -- because they don't on Win32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2976, 3074
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add [REDIRECT_]VARIANTS environment variable to mod_speling
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so that ErrorDocument 300 processors can reformat the list
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if desired. [Ken Coar] PR#2859
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add +/- incremental prefixes to IndexOptions keywords, and
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe enable merging of multiple IndexOptions directives. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Allow GuessOS to recognize Unixware 7.0.1 [Steve Cameron
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <steve.cameron compaq.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reconstructed the loop through multiple htaccess file names so
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that missing files are not confused with unreadable files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The ap_pfopen and ap_pfdopen routines were failing to protect the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding errno on an error, which leads to one error being mistaken for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding another when reading non-existent .htaccess files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2: The new header tests get things right, need to update
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_config.h. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The Perl %ENV hash will now be setup by default when using the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_include `perl' command [Doug MacEachern]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add Pyramid DC/OSx support to configuration mechanism.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Earle Ake <akee wpdiss1.wpafb.af.mil>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dave Dykstra <dwd bell-labs.com>] PR#3054
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct comment in mod_log_config.c about its internals.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Elf Sternberg <elf halcyon.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Avoid possible line overflow in Configure: Use an awkfile to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handle the creation of modules.c [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bug in ap_remove_module(), which caused problems for dso's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding who were the top_module. [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for Berkeley-DB/2.x (in addition to Berkeley-DB/1.x) to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_auth_db to both be friendly to users who wants to use this version
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and to avoid problems under platforms where only version 2.x is present.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dan Jacobowitz <drow false.org>, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When using ap_log_rerror(), make the error message available to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *ERROR_NOTES envariables by default. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) BS2000 platform only: get rid of the nasty BS2000AuthFile.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding You now must define a BS2000Account name for the server User.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This has fewer security implications than the old approach.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix SHARED_CORE feature for HPUX platform: We now use extension `.sl'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of `.so' and `SHLIB_PATH' instead of `LD_LIBRARY_PATH' on this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding platform to make the braindead HPUX linker happy. Notice, for the module
cfa64348224b66dd1c9979b809406c4d15b1c137fielding DSOs we don't have to use this, because these are loaded manually (and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not via HPUX' dld). [Ralf S. Engelschall] PR#2905, PR#2968
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove 64 thread limit on Win32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Bill Stoddard <stoddard raleigh.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove redundant substitutions in top-level Makefile.tmpl.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix APACI's `Group' configuration adjustment - especially for Linux
cfa64348224b66dd1c9979b809406c4d15b1c137fielding platforms where `nogroup' exists in /etc/group. [Ralf S. Engelschall]
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton
a06237883ed0c6e8600dbb1ef71b8a67963192aamjc *) Make PrintPath work generically instead of having one version
cfa64348224b66dd1c9979b809406c4d15b1c137fielding strictly for OS/2. [Jim Jagielski, Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
87093daecb1e5ed178d1fa9773d2d7ffe8c96329jorton *) Fix the recently introduced C header file checking: We now use the C
cfa64348224b66dd1c9979b809406c4d15b1c137fielding pre-processor pass only (and no longer the complete compiler pass) to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding determine whether a C header file exists or not. Because only this way
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we're safe against inter-header dependencies (which caused horrible
cfa64348224b66dd1c9979b809406c4d15b1c137fielding portability problems). The only drawback is that we now have a CPP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration variable which has to be determined first (we do a similar
cfa64348224b66dd1c9979b809406c4d15b1c137fielding approach as GNU Autoconf does here). When all fails the user still has
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the possibility to override it manually via APACI or src/Configuration.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding As a fallback for the header check itself we can directly check the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding existance of the file under /usr/include, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2777
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Added RHAPSODY (Mac OS X Server) support. MAP_TMPFILE defined
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as an alternate mechanism for mmap'd shared memory for RHAPSODY.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_private_extern defined to hide symbols that conflict with loaded
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dynamic libraries on the NEXT and RHAPSODY platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Wilfredo Sanchez <wsanchez apple.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Delete PID file on clean shutdowns.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Charles Randall <crandall matchlogic.com>] PR#2947
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix mod_auth_*.html documents: NSCA -> NCSA
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#2991
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix INSTALL document: www.gnu.ai.mit.edu -> www.gnu.org
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Karl Berry <karl gnu.org>] PR#2994
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix dbmmanage.1 manual page.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#2992
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix possible buffer overflow situation in suexec.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Stewart <jws purdue.edu>] PR#2790
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add some more LIBS for the SCO5 platform which are needed for the already
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used -lprot. It's actually a bug in SCO5, of course.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Record <rr sco.com>] PR#2533
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix documentation of ProxyPass/ProxyPassReverse according to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding trailing slash problem. [Jon Drukman <jsd gamespot.com>] PR#2933
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove `-msym' option from LDFLAGS_SHLIB for the Digital UNIX (OSF/1)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding platform, because it's only supported under version 4.0 and higher. But
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because our GuessOS is still unaware of Digital UNIX versions and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -msym is just to optimize the DSO statup time a little bit it's safe and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding best when we leave it out now. [Ralf S. Engelschall] PR#2969
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the ap_log_error_old(), ap_log_unixerr() and ap_log_printf()
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe functions: First all three functions no longer fail on strings containing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "%" chars and second ap_log_printf() no longer does a double-formatting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (instead it directly passes through the message to be formatted to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding real internal formatting function). [Ralf S. Engelschall] PR#2941
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow "Include" directives anywhere in the server config
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files (but not .htaccess files). [Ken Coar] PR#2727
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The proxy was refusing to serve CONNECT requests except to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding port 443 (https://) and 563 (snews://). The new AllowCONNECT
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directive allows the configuration of the ports to which a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CONNECT is allowed. [Sameer Parekh, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_expires will now act on content that is not sent from a file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on disk. Previously it would never add an Expires: header to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding any response that did not come from a file on disk; the only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding case where it still doesn't (and can't) add one for that type of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content is if you are using a modification date based setting.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko, Paul Phillips <paulp go2net.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Problems encountered during .htaccess parsing or CGI execution
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that lead to a "500 Server Error" condition now provide explanatory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding text (in the *ERROR_NOTES envariable) to ErrorDocument 500 scripts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#1291
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add NameWidth keyword to IndexOptions directive so that the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding width of the filename column is customisable. [Ken Coar, Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe PR#1949, 2324.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Recognize lowercase _and_ uppercase `uname' results under
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SCO OpenServer. [David Coelho <drc ppt.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) As duplicate "HTTP/1.0 200 OK" lines within the header seem to be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a common problem of (mis-administrated?) IIS servers, make the apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding proxy immune to these errors (and ignore the duplicates, but log
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the fact to error_log). [Martin Kraemer], after the proposal in PR#2914
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The <IfModule and <IfDefine block starting directives now only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allow exactly one argument. Previously, the optional negation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding character '!' could be separated by whitespace without a syntax
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe error being reported, albeit defeating the IfModule functionality
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (enclosed directives would ALWAYS be executed). By using the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding stricter syntax, these hard-to-track errors can be avoided.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Simplify handling of IndexOptions in mod_autoindex -- and BTW
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe cause the standalone FancyIndexing directive to logically OR
cfa64348224b66dd1c9979b809406c4d15b1c137fielding into any existing IndexOptions settings rather than wiping
cfa64348224b66dd1c9979b809406c4d15b1c137fielding them out. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changes in ftp proxy: make URL parsing simpler by using the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parsed_uri stuff.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding + Add display of the "current directory" in cases where it's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding different from the supplied path (e.g., ftp://user@host/ lives
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in /home/user, not in /, therefore clicking on "../" in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding starting directory might send us to /home/).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding + When ftp login fails, (esp. when a user name was part of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding URL already), we now return [401 Unauthorized ] to allow the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding browser to pop up an authorization dialog. This makes passwords
cfa64348224b66dd1c9979b809406c4d15b1c137fielding slightly less visible (they don't appear in the regular log files)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and implements a functionality that other www proxy servers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding already offered.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Triggered by the recent "Via:" header changes, the proxy module would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dump core for replies with invalid headers (e.g., duplicate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "HTTP/1.0 200 OK" lines). These errors are now logged and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding core dump is avoided. Also, broken replies are not cached.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer] PR#2914
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) new `GprofDir' directive when compiled with -DGPROF, where gprof can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding plop gmon.out profile data for each child [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use the construct ``"$@"'' instead of ``$*'' in the generated
cfa64348224b66dd1c9979b809406c4d15b1c137fielding config.status script to be immune against arguments with whitespaces.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Yves Arrouye <yves apple.com>] PR#2866
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replace the inlined information grabbing stuff for the configuration
cfa64348224b66dd1c9979b809406c4d15b1c137fielding adjustment feature (no --without-confadjust) with calls to a new helper
cfa64348224b66dd1c9979b809406c4d15b1c137fielding script `buildinfo.sh' which is both more flexible and already proofed to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be more robust against platform differences. This mainly fixes the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding recently occured ``sed: command garbled: ...'' problems.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ralf S. Engelschall] PR#2776, PR#2848
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''
cfa64348224b66dd1c9979b809406c4d15b1c137fielding without complains after we recently added the POST feature.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Renamed is_HTTP_xxx() macros to ap_is_HTTP_xxx() name. They are used inside
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules as API functions and we forgot them at the big symbol renaming.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.html
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Youichirou Koga <y-koga jp.FreeBSD.ORG>] PR#2895
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Dynamically size the filename column of mod_autoindex output.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the ability to do POST requests to the ab benchmarking tool.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Kurt Sussman <kls best.com>] PR#2871
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 5 to 10 because there are some users out there who always have 5 to 8
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variables in one RewriteRule and had to patch mod_rewrite.h for every
cfa64348224b66dd1c9979b809406c4d15b1c137fielding release. So 15 should be now more than enough, even for them. (I never
cfa64348224b66dd1c9979b809406c4d15b1c137fielding needed more than 4 in my RewriteRules ;-)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make the proxy generate and understand Via: headers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change the proxy to use tables instead of array_headers for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the header lines. [Martin Kraemer]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the config.status file is not overridden when just
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ``configure --help'' is used. [Ralf S. Engelschall] PR#2844
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Split MODULE_MAGIC_NUMBER into _MAJOR/_MINOR numbers. This should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding provide a way to trace API changes that add functionality but do
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not create a compatibility issue for precompiled modules, etc.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding See include/ap_mmn.h for more details. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix suexec installation under `make install root=xxx' situation.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Extend the output of the -V switch to include the paths of all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compiled-in configuration files, if they were overridden at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compile time, for least astonishment of the user.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When READing a request in ExtendedStatus mode, the "old"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding vhost, request and client information is not displayed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) STATUS is no longer available. Full status information now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding run-time configurable using the ExtendedStatus directive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: CVE-1999-1199 (cve.mitre.org)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Eliminate O(n^2) space DoS attacks (and other O(n^2)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding cpu time attacks) in header parsing. Add ap_overlap_tables(),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a function which can be used to perform bulk update operations
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on tables in a more efficient manner. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Added compile-time and configurable limits for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding various aspects of reading a client request to avoid some simple
cfa64348224b66dd1c9979b809406c4d15b1c137fielding denial of service attacks, including limits on maximum request-line
cfa64348224b66dd1c9979b809406c4d15b1c137fielding size (LimitRequestLine), number of header fields (LimitRequestFields),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and size of any one header field (LimitRequestFieldsize). Also added
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a configurable directive LimitRequestBody for limiting the size of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request message body. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make status module aware of DNS and logging states, even if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding STATUS not defined. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a problem with the new OS/2 mutexes. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enhance mod_speling so that CheckSpelling can be used in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <Directory> containers and .htaccess files. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: new ap_custom_response() function for hooking into the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ErrorDocument mechanism at runtime [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: new ap_uuencode() function [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: scan_script_header_err_core() now "public" and renamed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_scan_script_header_err_core() [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The 'status' module will now show the process pid's and their
cfa64348224b66dd1c9979b809406c4d15b1c137fielding state even without full STATUS accounting. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Restore the client IP address to the error log messages, this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was lost during the transition from 1.2 to 1.3. Add a new
cfa64348224b66dd1c9979b809406c4d15b1c137fielding function ap_log_rerror() which takes a request_rec * and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding formats it appropriately. [Dean Gaudet] PR#2661
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cure ap_cfg_getline() of its nasty habit of compressing internal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding whitespace in input lines -- including within quoted strings.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but leading and trailing whitespace should continue to be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding stripped [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleanup of the PrintPath/PrintPathOS2 helper functions. Avoid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the ugly use of an env. variable and use command-line args for
b6832863054a2d09233ce92945e0faceb932a620jwoolley alternate $PATH. Make more like advanced 'type's as well.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The IRIXN32 Rule was being ignored. Configure now correctly adds
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -n32 only if IRIXN32 says to. [Jim Jagielski, Alain St-Denis
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <alain.st-denis ec.gc.ca>] PR#2736
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clean up a warning in mod_proxy. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Renamed __EMX__ (internal define of the gcc port under OS/2) to OS2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding following the same idea as "MSVC vs WIN32". Additionally the src/os/emx/
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory was renamed to src/os/os2/ for consistency.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Havard, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add new Rule SHARED_CHAIN which can be used to enable linking of DSO
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files (here modules) against other DSO files (here shared libraries).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This is done by determining a subset of LIBS which can be safely used for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding linking the DSOs, i.e. PIC libs and shared libs. Currently the rule is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding disabled for all platforms to avoid problems with this (experimental)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rule. But we provide it now for those people how ran into problems and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding want to came out by forcing linking against DSOs.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ralf S. Engelschall] PR#2587
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix suEXEC start message: Has to be of `notice' level to really get
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe printed together with the standard startup message because the `notice'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding level is handled special inside ap_log_error() for startup messages.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2761 PR#2761 PR#2765
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add correct `model' MIME types from RFC2077 to mime.types file.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2732
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fixed examples in mod_rewrite.html document.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Youichirou Koga <y-koga jp.FreeBSD.org>, Ralf S. Engelschall] PR#2756
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow ap_read_request errors to propagate through the normal request
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handling loop so that the connection can be properly closed with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding lingering_close, thus avoiding a potential TCP reset that would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding cause the client to miss the HTTP error response. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) One more portability fix for APACI shadow tree support: Swap order of awk
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and sed in top-level configure script to avoid sed fails on some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding platforms (for instance SunOS 4.1.3 and NCR SysV) because of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding non-newline-termined output of Awk. [Ralf S. Engelschall] PR#2729
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: NEC EWS4800 support.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [MATSUURA Takanori <t-matsuu protein.osaka-u.ac.jp>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix a segfault in the proxy on OS/2. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix Win32 part of ap_spawn_child() by providing a reasonable child_info
cfa64348224b66dd1c9979b809406c4d15b1c137fielding structure instead of just NULL. This fixes at least the RewriteMap
cfa64348224b66dd1c9979b809406c4d15b1c137fielding programs under Win32. [Marco De Michele <mdemichele tin.it>] PR#2483
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add workaround to top-level `configure' script for brain dead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `echo' commands which interpet escape sequences per default.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2654
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure that the path to the Perl interpreter is correctly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding adjusted under `make install' also for the printenv CGI script.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2595
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update the mod_rewrite.html document to correctly reflect the situation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the `proxy' (`[P]') feature. [Ralf S. Engelschall] PR#2679
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix `install-includes' sub-target of `install' target in top-level
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makefile.tmpl: The umask+cp approach didn't work as expected (especially
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe for users which extracted the distribution under 'umask 077'), so replace
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it by an explicit cp+chmod approach.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Richard Lloyd, Curt Sampson, Ralf S. Engelschall] PR#2656 PR#2626
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix `distclean' and `clean' targets in src/Makefile.tmpl to have same
cfa64348224b66dd1c9979b809406c4d15b1c137fielding behavior and to cleanup correctly even under enabled SHARED_CORE rule.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use a more straight forward and thus less problematic Sed command in
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe src/helper/mkdir.sh script. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the `configure' scripts doesn't fail when trying to guess the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding domainname of the machine and there are multiple `domainname' and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `search' entries in /etc/resolv.conf.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2710
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add note about the SHARED_CORE requirement on some platforms also to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding INSTALL file because a lot of users don't read htdocs/manual/dso.html
cfa64348224b66dd1c9979b809406c4d15b1c137fielding first. [Ralf S. Engelschall] PR#2701
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix document "hyperlink" for dso.html in src/Configuration.tmpl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Knut A.Syed <Knut.Syed nhh.no>] PR#2674
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Modify mod_rewrite to update the Vary response field if the URL rewriting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding engine does any manipulations or decisions based upon request fields.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#1644
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Document the special APACI behavior for installation paths where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ``/apache'' is appended to paths under some (well defined, of course)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding situations to prevent pollution of system locations with Apache files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2660
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem with buffered response message not being sent for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the read_request error conditions of URI-too-long (414) and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding malformed header fields (400). [Roy Fielding] PR#2646
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add support for the Max-Forwards: header line required by RFC2068 for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the TRACE method. This allows apache to TRACE along a chain of proxies
cfa64348224b66dd1c9979b809406c4d15b1c137fielding up to a predetermined depth. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix SHARED_CORE rule: The CFLAGS_SHLIB variable is no longer doubled
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (compilers complained) and the .so.V.R.P filename extension was adjusted
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to correctly reflect the 1.3.2 version.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2644
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Plug "..." and other canonicalization holes under OS/2.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: implement serialized accepts for OS/2. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include had problems with the fsize and flastmod directives
cfa64348224b66dd1c9979b809406c4d15b1c137fielding under WIN32. Fix also avoids the minor security hole of using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ".." paths for fsize and flastmod.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Manoj Kasichainula <manojk raleigh.ibm.com>] PR#2355
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed some Makefile dependency problems. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Disable the incorrect entry for application/msword in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_mime_magic "magic" file because it also matches other Office
cfa64348224b66dd1c9979b809406c4d15b1c137fielding documents. [Ralf S. Engelschall] PR#2608
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix broken RANLIB handling in src/Configure (the entry from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding src/Configuration.tmpl was ignored) and additionally force RANLIB to
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe /bin/true under HP/UX where ranlib exists but is deprecated.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2627
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) 'apachectl status' failed on some systems.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Steve VanDevender <stevev darkwing.uoregon.edu>, Lars Eilebrecht] PR#2613
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add new flags for ap_unparse_uri_components() to make it generate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the scheme://sitepart string only, or to omit the query string.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Canonicalize ServerRoot before checking to see if it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is a valid directory. The failure to do this caused certain
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ServerRoot settings (eg. "ServerRoot /apache") to be improperly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rejected. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Global renaming of C header files to both get rid of conflicts with third
cfa64348224b66dd1c9979b809406c4d15b1c137fielding party packages and to again reach consistency:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1. conf.h -> ap_config.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2. conf_auto.h -> ap_config_auto.h \ these are now merged
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3. ap_config.h -> ap_config_auto.h / in the config process
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 4. compat.h -> ap_compat.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 5. apctype.h -> ap_ctype.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Backward compatibility files for conf.h and compat.h were created.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_mmap_static will no longer take action on requests unless at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding least one "mmapfile" directive is present in the configuration.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This experimental module has to do some black magic to operate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding inside the current API and thus creates side-effects for other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules under some circumstances.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add conservative ticks around more egrep arguments in top-level configure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to avoid problems under brain-dead platforms like Digital UNIX (OSF1).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2596
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_rewrite created RewriteLock files under the UID of the parent
cfa64348224b66dd1c9979b809406c4d15b1c137fielding process, thus the child processes had no write access to the files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Now a chown() is done on the file to the uid of the children,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if applicable. [Lars Eilebrecht, Ralf S. Engelschall] PR#2341
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Autogenerate some HAVE_XXXXX_H defines in conf_auto.h (determined via
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe TestCompile) instead of defining them manually in conf.h based on less
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accurate platform definitions. This way we no longer have to fiddle with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding OS-type and/or OS-version identifiers to discover whether a system header
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file exists or not. Instead we now directly check for the existence of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding those esoteric ones.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2093, PR#2361, PR#2377, PR#2434,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#2524, PR#2525, PR#2533, PR#2569
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_setenvif (BrowserMatch* and friends) will now match a missing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding field with "^$". [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Set the RTLD_GLOBAL dlopen mode parameter to allow dynamically loaded
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules to load their own modules dynamically. This improves mod_perl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and mod_php3 when these modules are loaded dynamically into Apache.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rasmus Lerdorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cache a proxied request in the event that the client cancels the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding transfer, provided that the configured percentage of the file has
cfa64348224b66dd1c9979b809406c4d15b1c137fielding already been transferred. It works for HTTP transfers only. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding new configuration directive is called CacheForceCompletion.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Glen Parker <glenebob nwlink.com>] PR#2277
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the "<!DOCTYPE HTML" magic cookie used by modern documents (and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding required by HTML 3.2 and later) to mod_mime_magic's conf/magic.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Anna Shergold <anna inext.co.uk>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix yet another signal-based race condition involving nested timers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Signals suck. [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) suexec's error messages have been clarified a little bit. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Clean up some, but perhaps not all, 8-bit character set problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with config file parsing, and URL parsing. We now define
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_isdigit(), ap_isupper(), ... which cast to an (unsigned char).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This should work on most modern unixes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#800, 2282, 2553 (and others)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The "handler not found" error was issued in cases where the handler
cfa64348224b66dd1c9979b809406c4d15b1c137fielding really did exist, but was just declining to serve the request.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [John Van Essen <jve gamers.org>] PR#2529
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add Dynamic Shared Object (DSO) support for SCO5 (OpenServer 5.0.x).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Record <rr sco.com>] PR#2533
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The APACI libexecdir was not extended with an "apache/" subdir
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if the installation prefix didn't already contain "apache", but
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it should be because the DSO files are Apache-specific. Now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding libexecdir is treated the same way sysconfdir, datadir, localstatedir
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and includedir are already treated.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Charles Levert <charles comm.polymtl.ca>] PR#2551
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The <Limit> parsing routine was incorrectly treating methods as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding case-insensitive. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The ap_bprintf() code neglected to test if there was an error on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the connection. ap_bflush() misdiagnosed a failure as a success.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) add support for #perl arg interpolation in mod_include
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Name changes of table_elts to ap_table_elts, is_table_empty
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to ap_is_table_empty and bgetflag to ap_bgetflag. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add UnixWare 7 support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Vadim Kostoglodoff <vadim olly.ru>] PR#2463
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the Guess-DSO-flags-from-Perl stuff in src/Configure: "perl" was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used instead of "$PERL" which contains the correctly determined Perl
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe interpreter (important for instance on systems where "perl" and "perl5"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding exists, like BSDI or FreeBSD, etc).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2505
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move the initial suEXEC-related startup message from plain
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fprintf()/stderr to a delayed ap_log_error()-based one to avoid problems
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe when Apache is started from inetd (instead of standalone). Under this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding situation startup messages on stderr lead to problems (the line is sent
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the client in front of the requested document).
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ralf S. Engelschall] PR#871, PR#1318
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a flag so ap_fnmatch() can be used for case-blind pattern matching.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Don't collapse multiple slashes in PATH_INFO.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie, Bill Stoddard <wgstodda us.ibm.com>] PR#2274
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32 SECURITY: Eliminate trailing "."s in path components. These are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ignored by the Windows filesystem, and so can be used to bypass security.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie, Alexei Kosut].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) We now attempt to dump core when we get SIGILL. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: remove broken test for MAP_FILE in http_main.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Wilfredo Sanchez <wsanchez apple.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Change support/apachectl to use "kill -0 $pid" to test if the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding httpd is running. This should be more portable than figuring out
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe which of three dozen different versions of "ps" are installed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [a cast of dozens]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: If we can't figure out how to execute a file in a script
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory, bail out of the request with an error message. [W G Stoddard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32 SECURITY: Eliminate directories consisting of three or more dots;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding these are treated by Win32 as if they are ".." but are not detected by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other machinery within Apache. This is something of a kludge but
cfa64348224b66dd1c9979b809406c4d15b1c137fielding eliminates a security hole. [Manoj Kasichainula, Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move ap_escape_quotes() from src/ap to src/main/util.c; it uses
cfa64348224b66dd1c9979b809406c4d15b1c137fielding pools and thus pollutes libap (until the pool stuff is moved there).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) IndexIgnore should be case-blind on Win32 (and any other case-aware
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but case-insensitive platforms). New #define for this added to conf.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (CASE_BLIND_FILESYSTEM). [Ken Coar] PR#2455
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enable DSO support for OpenBSD in general, not only for 2.x, because it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding also works for OpenBSD 1.x. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: Fix compilation problem on ARM Linux.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sam Kington <sam illuminated.co.uk>] PR#2443
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Let APACI's configure script determine some configuration parameters
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe (Group, Port, ServerAdmin, ServerName) via some intelligent tests to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding remove some of the classical hurdles for new users when setting up
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache. This is done per default because it is useful for the average
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe user. Package authors can use the --without-confadjust option to disable
cfa64348224b66dd1c9979b809406c4d15b1c137fielding these configuration adjustments.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added an EXTRA_DEPS configuration parameter which can be used
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to add an extra Makefile dependency for the httpd target, for instance
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to external third-party libraries, etc.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add <IfDefine>..</IfDefine> sections to the core module (with same spirit
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as <IfModule>..</IfModule> sections) which can be used to skip or process
cfa64348224b66dd1c9979b809406c4d15b1c137fielding contained commands dependend of ``-D PARAMETER'' options on the command
cfa64348224b66dd1c9979b809406c4d15b1c137fielding line. This can be used to achieve logical conditions like <IfDefine
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ReverseProxy> instead of physically ones (e.g. <IfModule mod_proxy.c>)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and thus especially can be used for conditionally loading DSO-based
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules via LoadModule, etc. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: clean up a warning in mod_status for OS/2. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make table elements const. This may prevent obscure errors. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix parsing of FTP `SIZE' responses in proxy module: The newline was not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding truncated which forced following HTTP headers to be data in the HTTP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reponse. [Ralf S. Engelschall, Charles Fu <ccwf bacchus.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#2412, 2367
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Portability fix for APACI shadow tree support: Swap order of awk and sed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in top-level configure script to avoid sed fails on some platforms (for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instance SunOS 4.1.3 and NCR SysV) because of the non-newline-termined
cfa64348224b66dd1c9979b809406c4d15b1c137fielding output of Awk. [Bill Houle <bhoule sandiegoca.ncr.com>] PR#2435
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improve performance of directory listings (mod_autoindex) by comparing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding integer keys (last-modified and size) as integers rather than converting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding them to strings first. Also use a set of explicit byte tests rather
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than strcmp() to check for parent directory-ness of an entry. Oh, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding make sure the parent directory (if displayed) is *always* listed first
cfa64348224b66dd1c9979b809406c4d15b1c137fielding regardless of the sort key. Overall performance winnage should be good
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in CPU time, instruction cache, and memory usage, particularly for large
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directories. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a tiny but useful goody to APACI's configure script: The generation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of a config.status script (as GNU Autoconf does) which remembers the used
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configure command and hence can be used to restore the configuration by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding just re-running this script or for remembering the configuration between
cfa64348224b66dd1c9979b809406c4d15b1c137fielding releases.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add httpd -t (test) option for running configuration syntax tests only.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding If something is broken it complains and exits with a return code
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe non-equal to 0. This can be used manually by the user to check the Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration after editing and is also automatically used by apachectl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on (graceful) restart command to make sure Apache doesn't die on restarts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because of a configuration which is now broken since the last (re)start.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This way `apachectl restart' can be used inside cronjobs without having
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to expect Apache to be falling down. Additionally the httpd -t can be run
cfa64348224b66dd1c9979b809406c4d15b1c137fielding via `apachectl configtest'.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2393
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Minor display fix for "install" target of top-level Makefile:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the displayed installation command was incorrect although the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding executed command was correct. Now they are in sync.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2402
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correct initialization of variable `allowed_globals' in http_main.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Justin Bradford <justin ukans.edu>] PR#2400
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache would incorrectly downcase the entire Content-Type passed from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CGIs. This affected server-push scripts and such which use
cfa64348224b66dd1c9979b809406c4d15b1c137fielding multipart/x-mixed-replace;boundary=ThisRandomString.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#2394
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: QNX update to properly guess 32-bit systems.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sean Boudreau <seanb qnx.com>] PR#2390
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the DSO emulation code for HPUX finds the proprietary shl_xxx()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functions which are in libdld under HPUX 9/10.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2378
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the "install" target of the top-level Makefile doesn't break
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because of a return code of 1 from an "if" (for instance under braindead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Ultrix the result code of an "if" construct is 1 if the "then" clause
cfa64348224b66dd1c9979b809406c4d15b1c137fielding didn't match). [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add an additional "dummy" target to the "$(LIB)" target in generated
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules/xxx/Makefile's to avoid problems with SVR4 Make under "full-DSO"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding situation (no libxxx.a built, only mod_xxx.so's) where LIB and OBJS are
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe empty. [Ralf S. Engelschall, Dean Gaudet, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replace two bad sprintf() calls with ap_snprintf() variants in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_rewrite. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix missing usage description for MetaFiles directive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David MacKenzie <djm va.pubnix.com>] PR#2384
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_log_config wouldn't let vhosts use log formats defined in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding main server. [Christof Damian <damian mediaconsult.com>] PR#2090
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_usertrack was corrupting the client hostname. As part of the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe fix, the cookie values were slightly extended to include the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fully qualified hostname of the client.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#2190, 2229, 2366
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a typo in pool debugging code. [Alvaro Martinez Echevarria]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_unique_id did not work on alpha linux (in general on any
cfa64348224b66dd1c9979b809406c4d15b1c137fielding architecture that has 64-bit time_t).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Alvaro Martinez Echevarria]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Make SCO 5 (and probably 3) compile again. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: NCR MPRAS systems have the same bug with SIGHUP restart that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Solaris systems experience. So define WORKAROUND_SOLARIS_BUG.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Klaus Weber <kweber chephren.germany.ncr.com>] PR#1973
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change "Options None" to "Options FollowSymLinks" in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <Directory /> section of the default access.conf-dist
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (and -win even though it doesn't matter there). This has better
cfa64348224b66dd1c9979b809406c4d15b1c137fielding performance, and more intuitive semantics. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Updated support for UTS 2.1.2.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dave Dykstra <dwd bell-labs.com>] PR#2320
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix symbol export list (src/support/httpd.exp) after recent
cfa64348224b66dd1c9979b809406c4d15b1c137fielding API changes in the child spawning area.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jens-Uwe Mager <jum helios.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Workaround for configure script and old `test' commands which do not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding support the -x flag (for instance under platforms like Ultrix). This is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding solved by another helper script findprg.sh which searches for Perl and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Awk like PrintPath but _via different names_.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove the system() call from htpasswd.c, which eliminates a system
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dependancy. ["M.D.Parker" <mdpc netcom.com>] PR#2332
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Fix compilation failures on NEXTSTEP.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rex Dieter <rdieter math.unl.edu>] PR#2293, 2316
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: F_NDELAY is a typo, should have been FNDELAY. There's also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding O_NDELAY on various systems. [Dave Dykstra <dwd bell-labs.com>] PR#2313
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: helpers/GuessOS updates for various versions for NCR SVR4.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [juerg schreiner <j.schreiner zh.ch>,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Bill Houle <Bill.Houle SanDiegoCA.NCR.COM>] PR#2310
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix recently introduced Win32 child spawning code in mod_rewrite.c which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was broken because of invalid ap_pstrcat() -> strcat() transformation.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Proxy Cache Fixes: account for directory sizes, fork off garbage collection
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to continue in background, use predefined types (off_t, size_t, time_t),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding log the current cache usage percentage at LogLevel debug
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer, based on discussion between Dean Gaudet & Dirk vanGulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Using a type map file as a custom error document was not possible.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lars Eilebrecht] PR#1031
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Avoid problems with braindead Awks by additionally searching for gawk
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and nawk in APACI's configure script.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dave Dykstra <dwd bell-labs.com>, Ralf S. Engelschall] PR#2319
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rename md5.h to ap_md5.h to avoid conflicts with native MD5 on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some systems. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change usage of perror()+fprintf(stderr,...) in mod_rewrite to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding more proper ap_log_error() variants.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the argument for the --add-module option to APACI's configure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding script is of type [path/to/]mod_xxx.c because all calculations inside
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configure and src/Configure depend on this.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2307
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changes usage of perror/fprintf to stderr to more proper ap_log_error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in mod_mime, mod_log_referer, mod_log_agent, and mod_log_config.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various OS/2 cleanups ["Brian Havard" <brianh kheldar.apana.org.au>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: QNX needed a #include <sys/mman.h>; and now it uses flock
cfa64348224b66dd1c9979b809406c4d15b1c137fielding serialized accept to handle multiple sockets.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rob Saccoccio <robs InfiniteTechnology.com>] PR#2295, 2296
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Have NT properly set the directory for CGI scripts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (& other spawned children)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [W G Stoddard <wgstodda us.ibm.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Propagate environment to CGI scripts correctly in Win32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [W G Stoddard <wgstodda us.ibm.com>] PR#2294
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Some symbol renaming:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_spawn_child_err became ap_spawn_child
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_spawn_child_err_buff became ap_bspawn_child
cfa64348224b66dd1c9979b809406c4d15b1c137fielding spawn_child was obsoleted and moved to compat.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Upgrade the child spawning code in mod_rewrite for the RewriteMap
cfa64348224b66dd1c9979b809406c4d15b1c137fielding programs: ap_spawn_child_err() is used and the Win32 case now uses
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CreateProcess() instead of a low-level execl() (which caused problems in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the past under Win32).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A few cosmetics and trivial enhancements to APXS to make the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding generated Makefile more user friendly. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Proxy Fix: The proxy special failure routine ap_proxyerror()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was updated to use the normal apache error processing, thereby allowing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding proxy errors to be treated by ErrorDocument's as well. For this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding purpose, a new module-to-core communication variable "error-notes"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was introduced; the proxy (and possibly other modules) communicates
cfa64348224b66dd1c9979b809406c4d15b1c137fielding its error text using this variable. Its content is copied to a new
cfa64348224b66dd1c9979b809406c4d15b1c137fielding cgi-env-var REDIRECT_ERROR_NOTES for use by ErrorDocuments.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The old proxy special error routine ap_proxy_log_uerror()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was replaced by regular ap_log_error() calls, many messages were made
cfa64348224b66dd1c9979b809406c4d15b1c137fielding more informative.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer] PR#494, 1259
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: A possible buffer overflow in the ftp proxy was fixed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Transform the configure message "You need root privileges for suEXEC"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from a fatal error into a (more friendly) warning because the building
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ("make") of Apache we can allow, of course. Root privileges are needed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only for the installation step ("make install"). So make sure the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding user is aware of this fact but let him proceed as long as he can.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2288
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Renamed three more functions to common ap_ prefix which we missed at the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Big Symbol Renaming because they're #defines and not real C functions:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is_default_port(), default_port(), http_method().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A zero-length name after a $ in an SSI document should cause
cfa64348224b66dd1c9979b809406c4d15b1c137fielding just the $ to be in the expansion. This was broken during the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding security fixes in 1.2.5. [Dean Gaudet] PR#1921, 2249
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Call ap_destroy_sub_req() in ap_add_cgi_vars() to reclaim some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding memory. [Rob Saccoccio <robs InfiniteTechnology.com>] PR#2252
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix src/support/httpd.exp (DSO export file which is currently only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used under AIX) because of recent changes to function names.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3b7
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure a MIME-type can be forced via a RewriteRule even when no
cfa64348224b66dd1c9979b809406c4d15b1c137fielding substitution takes place, for instance via the following rule:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ``RewriteRule ^myscript$ - [T=application/x-httpd-cgi]'' This was often
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requested by users in the past to force a single script without a .cgi
cfa64348224b66dd1c9979b809406c4d15b1c137fielding extension and outside any cgi-bin dirs to be executed as a CGI program.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2254
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A fix for protocol issues surrounding 400, 408, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 414 responses. [Ed Korthof]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Ignore MaxRequestsPerChild on WIN32. [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix discrepancy in proxy_ftp.c which was causing failures when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding trying to connect to certain ftpd's, such as anonftpd.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rick Ohnemus <rick ecompcon.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make mod_rewrite use ap_open_piped_log() for RewriteLog directive's
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe logfile instead of fiddling around itself with child spawning stuff.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Made RefererIgnore case-insensitive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mod_log_agent, mod_log_referer now use ap_open_piped_log for piped logs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replace use of spawn_child with ap_spawn_child_err_buff, to make everything
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "safe" under Win32. In: mod_include.c, mod_mime_magic.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improve RFC1413 support. [Bob Beck <beck bofh.ucs.ualberta.ca>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix support script `dbmmanage': It was unable to handle some sort
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of passwords, especially passwords with "0" chars.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2242
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Clicking on "Last Modified" in a fancy index caused a crash. Fixed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie] PR#2238
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: CGIs could cause a hang (because of a deadlock in the standard C
cfa64348224b66dd1c9979b809406c4d15b1c137fielding library), so CGI handling has been changed to use Win32 native handles
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of C file descriptors.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie and Bill Stoddard <wgstodda us.ibm.com>] PR#1129, 1607
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The proxy cache would store an incorrect content-length in the cached
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file copy after a cache update. That resulted in repeated fetching
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe of the original copy instead of using the cached copy.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ernst Kloppenburg <kloppen isr.uni-stuttgart.de>] PR#2094
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The Makefiles assumed that DSO files are build via $(LD). This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is broken for two reasons: First we never defined at least LD=ld
cfa64348224b66dd1c9979b809406c4d15b1c137fielding somewhere to make sure this works (it was silently assumed that most Make
cfa64348224b66dd1c9979b809406c4d15b1c137fielding provide a built-in LD definition - ARGL!) and second using the generic LD
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe variable is not the truth. Instead a special variable named LD_SHLIB is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reasonable because although "ld" is usually the default, the command for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding building DSO files can be "libtool" or even "cc" on some systems.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replace the AddVersionPlatform directive with ServerTokens which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding provides for more control over the format of the Server:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding header line. SERVER_SUBVERSION is no longer supported;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding all module should use the ap_add_version_component()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding API function instead. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Support for the NCR MP/RAS 3.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [John Withers <withers semi.kcsc.mwr.irs.gov>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The LDFLAGS_SHLIB_EXPORT variable of src/Configuration[.tmpl] was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not retrieved in src/Configure and thus was not useable.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various Makefile consistency cleanups:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - make OSDIR also automatically be relative to src/ like INCDIR
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - SUBDIRS is now generated in src/Makefile only and not in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makefile.config because it is a local define for this location.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - remove BROKEN_BPRINTF_FLAGS because is it no longer used inside
cfa64348224b66dd1c9979b809406c4d15b1c137fielding any Makefile but make sure that at least the "-K inline" is kept in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CFLAGS for SCO 5.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - update the "depend" targets in Makefile.tmpl files to use $(OSDIR), too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - updated the dependencies theirself
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - removed not existing SHLIB variable from "clean" targets
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - replaced SHLIB_OBJS/SHLIBS_OBJ consistently with OBJS_PIC because OBJS
cfa64348224b66dd1c9979b809406c4d15b1c137fielding already exists and OBJS_PIC are also just plain objects and have not
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe directly to do with "shared" things. The only difference is that they
cfa64348224b66dd1c9979b809406c4d15b1c137fielding contain PIC. So OBJS_PIC is the more canonical name.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Updated the Makefile-dependency lines for OBJS_PIC
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - Removed the Makefile-dependency line in Configure to avoid double
cfa64348224b66dd1c9979b809406c4d15b1c137fielding definitions
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - replaced ugly xx-so.o/xx.so-o hack with a clean and consistent usage
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of xxx.lo as GNU libtool does with its PIC objects
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - reduce local complexity in modules Makefile.tmpl by moving the last
cfa64348224b66dd1c9979b809406c4d15b1c137fielding existing target "depend" to the generation section in Configure, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - removed the historical $(SPACER) which was used in the past together
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with BROKEN_BPRINTF_FLAGS to avoid zig-zags in the build process. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is no longer needed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - force the build and run of the gen_xxx programs under main/ as the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding first step before building the objects because it looks cleaner
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Make Win32 work again after the /dev/null DoS fix.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Check for buffer overflows in ap_os_canonical_filename.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Don't force ISAPI headers to finish with \n.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Patterson <Jim.Patterson Cognos.COM>, Ben Laurie] PR#2060
0d24ea1c99d2267096caaf0843c7e5a1ac6b7c0bmjc
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When opening "configuration" files (like httpd.conf, htaccess
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and htpasswd), Apache will not allow them to be non-/dev/null
cfa64348224b66dd1c9979b809406c4d15b1c137fielding device files. This closes a DoS hole. At the same time,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we use ap_pfopen to open these files to handle timeouts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache will now log the reason its httpd children exit if they exit
cfa64348224b66dd1c9979b809406c4d15b1c137fielding due to an unexpected signal. (It requires a new porting define,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SYS_SIGLIST, which if defined should point to a list of text
0d24ea1c99d2267096caaf0843c7e5a1ac6b7c0bmjc descriptions of the signals available. See PORTING.) [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: chdir() doesn't make sense in a multithreaded environment
cfa64348224b66dd1c9979b809406c4d15b1c137fielding like WIN32. Before, Win32 CGI's could have had sporadic failures
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if a chdir call from one thread was made between another chdir call
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and a spawn in another thread. So, for now don't chdir for CGI scripts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in WIN32. The current CGI "spec" is unclear as to whether it's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding necessary. Long-term fix is to either serialize the chdir/spawn combo
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or use WIN32 native calls to spawn a process. This temp fix was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding necessary to remove this as a showstopper for 1.3's release.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleanup the suEXEC support in APACI and make it more safe:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1. Add big fat hint in INSTALL about risks and to read the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htdocs/manual/suexec.html document before using the suexec-related
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configure options.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2. Make sure the user has at least provided one --suexec-xxxx option
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (specifies suEXEC parameters) in addition to --enable-suexec option.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding If only --enable-suexec is given APACI stops with a hint to INSTALL
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and htdocs/manual/suexec.html documents.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3. Provide two additional --suexec-xxxx options to make the suEXEC
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration complete (especially for package maintainers who else
cfa64348224b66dd1c9979b809406c4d15b1c137fielding had to patch the source tree) by providing ways to configure minimal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding UID/GID and safe PATH, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleanup of the `configure --shadow' process:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - make sure the configure script creates its temporary files in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding shadow tree to avoid conflicts with parallel configure runs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - removed unnecessary option "-r" from "rm" call for Makefiles
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - make sure the configure scripts creates the shadow-wrapper Makefile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only when no shadow trees already exists
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - make sure "make distclean" removes the shadow-wrapper Makefile but only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when no more shadow trees exists
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - overhauled mkshadow.sh script: now its more IFS-safe and approx. twice
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as fast (in the past it needed 70sec, now it runs just 38sec)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - make sure CVS does not complain about the created files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makefille.<gnutriple> and directories src.<gnutriple>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added the ap_add_version_component() API routine and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding AddVersionPlatform core directive. The first allows modules to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding declare themselves in the Server response header field value,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding augmenting the SERVER_SUBVERSION define in the Configuration file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with run-time settings (more useful in a loadable-module environment).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding AddVersionPlatform inserts a comment such as "(UNIX)" or "(Win32)"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding into the server version string. [Ken Coar] PR#2056
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Minor stability tweaks to avoid core dumps in ap_snprintf.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Emit the "Accept-Range" header for the default handler.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Behlendorf] PR#1464
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a note to httpd.conf-dist that apache will on some systems fail
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to start when the Group # is set to a negative or large positive value.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the module execution order is correct even when some modules
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are loaded under runtime (`LoadModule') via the DSO mechanism:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1. The list of loaded modules is now a dynamically allocated one
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and not the original statically list from modules.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2. The loaded modules are now correctly setup by LoadModule for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding later use by the AddModule command.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3. When the DSO mechanism for modules is used APACI's `install'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding target now enables all created `LoadModule' lines per default because
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this is both already expected by the user _and_ needed to avoid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding confusion with the next point and reduces the Makefile.tmpl complexity
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 4. When the DSO mechanism for modules is used, APACI's `install'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding target now additionally makes sure the module list is reconstructed
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe via a complete `ClearModuleList+AddModule...' entry.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 5. The support tool `apxs' now also makes sure an AddModule command
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is added in addition to the LoadModule command.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe 6. The modules.c generation was extended to now contain two
cfa64348224b66dd1c9979b809406c4d15b1c137fielding comments to make sure no one is confused by the confusing terminology
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of loading/linking (we use load=link+load & link=activate instead of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the obvious load=activate & link=link :-( )
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This way now there is no longer a difference under execution time between
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe statically and dynamically linked modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the generated mod_xxx.c from "apxs -g -f xxx" after the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Big Symbol Renaming. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a comment to mod_example.c showing the format of a FLAG command
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handler. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Standardized the time format in mod_status to match that of other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding places in the code (e.g. DATE_GMT). PR#1551
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix handling of %Z in timefmt strings for those platforms with no time
cfa64348224b66dd1c9979b809406c4d15b1c137fielding zone information in their tm struct. [Paul Eggert <eggert twinsun.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#754
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Makes mod_rewrite, mod_log_config, mod_status and the ServerSignature
cfa64348224b66dd1c9979b809406c4d15b1c137fielding feature compatible with 'UseCanonicalName off' by changing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding r->server->server_hostname to ap_get_server_name(). And I changed some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functions which use r->server->port to use ap_get_server_port() instead,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because if there's no Port directive in the config r->server->port is 0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) get/set_module_config are trivial enough to be better off inline. Worth
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1.5% performance boost. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix off-by-one error in ap_proxy_date_canon() in proxy_util.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when ensuring 'x' is at least 30-chars big. [Jim Jagielski,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) [BS2000 security] BS2000 needs an extra authentication to initialize
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the task environment to the unprivileged User id. Otherwise CGI scripts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding would have a way to gain super user access. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix debug log messages for BS2000/OSD: instead of logging the whole
cfa64348224b66dd1c9979b809406c4d15b1c137fielding absolute path, only log base name of logging source as is done
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in unix. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Ronald Tschalaer's Accept-Encoding patch - preserve the "x-" in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the encoding type from the Accept-Encoding header (if it's there)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and use it in the response, as that's probably what it'll be expecting.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<Ronald.Tschalaer psi.ch>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix to mod_alias: translate_alias_redir is dealing with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a URI, not a filename, so the check for drive letters for win32
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and emx is not necessary. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Allow .cmd as an executable extension.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Kari Likovuori <Kari.Likovuori mol.fi>] PR#2146
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make Apache header files, and some variables, C++ friendly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Michael Anderson's <mka redes.int.com.mx>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Child processes can now "signal" (by exiting with a status
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of APEXIT_CHILDFATAL) the parent process to abort and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding shutdown the server if the error in the child process was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fatal enough. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_autoindex's find_itme() was sensitive to MIME type case.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski] PR#2112
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the referer_log and agent_log entries in the default httpd.conf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file are also adjusted for the actual relative installation paths.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2175
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Extensive overhaul of the way UNCs are handled. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Make roots of filesystems (e.g. c:/) work. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#1558
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Various porting changes to support AIX 3.2, 4.1.5, 4.2 and 4.3.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Additionally the checks for finding the vendor DSO library were moved
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from mod_so.c to Configure because first it needs $PLAT etc. and second
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_so already uses an abstraction layer and does not fiddle with the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding vendor functions itself.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jens-Uwe Mager, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Some optimization defines for NetBSD
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jaromir Dolecek <dolecek ics.muni.cz>] PR#2165
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Dynamic Shared Object (DSO) support for NetBSD.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jaromir Dolecek <dolecek ics.muni.cz>, Ralf S. Engelschall] PR#2158
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add Dynamic Shared Object (DSO) support for AIX (at least 4.2 but older
cfa64348224b66dd1c9979b809406c4d15b1c137fielding AIX variants should work fine, too. Even AIX 3.x should work). This is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accomplished by using the free DSO emulation code from Jens-Uwe Mager
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which we put into a os/unix/os-dso-aix.c file.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Fix compiler warnings under AIX >= 4.2 where the manual pages imply
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that we should use NET_SIZE_T == int but the include files force size_t.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix two bugs in select() handling in http_main.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Suppress "error(0)" messages for ap_log_error() when the APLOG_NOERRNO
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is unset (as it is in situations like timeouts) where it is unclear
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe whether errno is set or not. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Just having APACI's localstatedir is too general and not enough for most
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the systems. 1.3b6 again required manual APACI patches by package
cfa64348224b66dd1c9979b809406c4d15b1c137fielding maintainers from Red Hat and FreeBSD because for their filesystem layout a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding little bit more flexibility in configuring the paths is needed. Hence we
cfa64348224b66dd1c9979b809406c4d15b1c137fielding provide three additional configure options (--runtimedir, --logfiledir,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding --proxycachedir) which now can be used for more granular adjustments if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding --localstatedir is not enough to fit the particular needs. As a nice
cfa64348224b66dd1c9979b809406c4d15b1c137fielding side-effect this reduces some subdir fiddling in configure+Makefile.tmpl.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make the install root for "make install" in APACI's Makefile overrideable
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by package authors. This way we are even more friendly to package
cfa64348224b66dd1c9979b809406c4d15b1c137fielding maintainers (especially Debian and Red Hat) who build for the real prefix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding via "configure --prefix=/<real>" but use a different local prefix via
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "make root=/tmp/apache install" for rolling the package without bristling
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the target location on their system.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Workaround sed limitations in APACI's configure script by now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding substituting in chunks of 50 commands (because for instance HPUX's vendor
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sed has a limit of max. 98 commands)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2136
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Adding SOCKS5 support and fixing existing SOCKS4 support.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2140
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Manually fix some symbols which were not renamed to prefix ap_ in the BIG
cfa64348224b66dd1c9979b809406c4d15b1c137fielding RENAMING process because they are defined as pre-processor macros instead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of real functions: bputc, bgetc, piped_log_write_fd, piped_log_read_fd
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Workaround braindead AWK's when generating ap_config.h: The split() and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding substr() functions cannot be nested under vendor AWK from Solaris 2.6.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2139
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various bugfixes and cleanups for the APACI configure script:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o fix IFS handling for _nested_ situation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o fix Perl interpreter search: take first one found instead of last one
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o fix DSO consistency check
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o print error messages to stderr instead of stdout
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o add install-quiet for --shadow situation to Makefile stub
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o reduce complexity by avoiding sed-hacks for rule and module list loops
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix DEBUG_CGI situation in mod_cgi.c [David MacKenzie] PR#2114
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure the input field separator (IFS) shell variable is explicitly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initialized correctly before _every_ `for' loop and also restored after
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the loops. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure that "make install" doesn't overwrite the `mime.types' and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `magic' files from an existing Apache installation. Because people often
cfa64348224b66dd1c9979b809406c4d15b1c137fielding customize these for own MIME and content types.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Dynamic Shared Object (DSO) support for OpenBSD 2.x
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Peter Galbavy, Ralf S. Engelschall] PR#2109
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the path to the ScoreBoardFile in the install-config target, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2105
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Let "configure" clear out the users parameters (provided as shell
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variables) to avoid side-effects in "src/Configure" when the user
cfa64348224b66dd1c9979b809406c4d15b1c137fielding exported them (which is not needed, but some users do it).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2101
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Provide backward compatibility from some old src/Configuration.tmpl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parameter names to the canonical Autoconf-style shell variable names. For
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instance CFLAGS vs. EXTRA_CFLAGS. The EXTRA_xxx variants are accepted now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but a hint message is displayed. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure that "make install" doesn't overwrite the DocumentRoot and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CGI scripts from an existing Apache installation.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall, Jim Jagielski] PR#2084
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make `configure --compat' more "compatible" by first
cfa64348224b66dd1c9979b809406c4d15b1c137fielding let the libexecdir default to EPREFIX/libexec instead of EPREFIX/bin and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding second by making sure the "avoid-bristling-suffix" /apache is not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding appended to sysconfdir, datadir, localstatedir and includedir when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding --compat is used. [Ralf S. Engelschall, Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) NeXT required strdup() in support/logresolve.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Francisco Tomei <fatomei sandburg.unm.edu>] PR#2082
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) AIX required sys/select.h in support/ab.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jens Schleusener <Jens.Schleusener dlr.de>] PR#2081
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the path to the MimeMagicFile in the install-config target, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#2089
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Added HP-UX 11 patches [Jeff Earickson <jaearick colby.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If you start apache with the -S command line option it will dump
cfa64348224b66dd1c9979b809406c4d15b1c137fielding out the parsed vhost settings. This is useful for folks trying
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to figure out what is wrong with their vhost configuration.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (Other dumps may be added in the future.) [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add %pA, %pI, and %pp codes to ap_vformatter (and hence ap_bprintf,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_snprintf, and ap_psprintf). See include/ap.h for docs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Because /usr/local/apache is the default prefix the ``configure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding --compat'' option no longer has to set prefix, again. This way the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding --compat option honors a leading --prefix option. [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: Cast the first argument of dlopen() in ap_os_dso_load()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to `char *' under OSF1 and FreeBSD 2.x where it is defined this way
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to avoid "discard const" warnings. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If a specific handler is set for a file yet the request still
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ends up being handled by the default handler, log an error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message before handling it. This catches things such as trying
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to use SSIs without mod_include enabled. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix error logging for the startup case where ap_log_error() still uses
cfa64348224b66dd1c9979b809406c4d15b1c137fielding stderr as the target. Now the default log level is honored here, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Make sure some AWK's don't fail in src/Configure with "string too
cfa64348224b66dd1c9979b809406c4d15b1c137fielding long" errors when generating the MODULES entry for src/Makefile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Hyde, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make sure src/Configure doesn't complain about the old directory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding /usr/local/etc/httpd/ when APACI is used. [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3b6
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Clean up warnings on Ultrix and HPUX. [Ben Hyde]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Adding DSO support for the HP/UX platform by emulating the dlopen-style
cfa64348224b66dd1c9979b809406c4d15b1c137fielding interface via the similar but proprietary HP/UX shl_xxx-style system
cfa64348224b66dd1c9979b809406c4d15b1c137fielding calls. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Updated UnixWare 2.0.x and 2.1.x entries for DSO support and made
cfa64348224b66dd1c9979b809406c4d15b1c137fielding APACI Makefile.tmpl "install" target more robust for sensible UnixWare
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Make. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ++++ THE BIG SYMBOL RENAMING ++++
cfa64348224b66dd1c9979b809406c4d15b1c137fielding To avoid symbol clashes with third-party code compiled into the server,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we globally applied the prefix "ap_" to the following classes of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functions:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Apache provided general functions (e.g., ap_cpystrn)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Public API functions (e.g., palloc, bgets)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Private functions which we can't make static (because of
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe cross-object usage) but should be (e.g., new_connection)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding For backward source compatibility a new header file named compat.h was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding created which provides defines for the old symbol names and can be used
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by third-party module authors.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [The Apache Group]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added dynamic shared object (DSO) support for SVR4-derivates: The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding problem under SVR4 is that there is no command flag to force the linker
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to export the global symbols of the httpd executable therewith they are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding available to the DSO's. Instead of problematic hacks like creating a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dummy.so file (containing dummy references to all global symbols) the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding httpd binary is linked against, we use a clean trick stolen from Perl 5:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Placing the Apache core code itself into a DSO library named libhttpd.so.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This way the global symbols _HAVE_ to be exported and thus are available
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to any manually loaded DSO's under runtime. To reduce the impact to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding user to null we go even further and create a stub httpd executable which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding automatically keeps track of the DSO library loading itself and thus
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hides the complete mechanism from the user. Although the generation of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this DSO library is automatically triggered for platforms which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding essentially need it (mostly all SVR4-derivates) it can be also enabled
cfa64348224b66dd1c9979b809406c4d15b1c137fielding manually via the Rule SHARED_CORE. This can be interesting in the future
cfa64348224b66dd1c9979b809406c4d15b1c137fielding where we perhaps exploit this libhttpd.so mechanism for providing nifty
cfa64348224b66dd1c9979b809406c4d15b1c137fielding features like graceful upgrades, or whatever.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Build the libraries before building the rest of the tools. [Ben Hyde]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add "distclean" target to src/-Makefiles to provide "make distclean" also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding inside the src subtree (i.e. for non-APACI users). Following GNU Makefile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding conventions while "clean" removes only stuff created by "all" targets,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "distclean" additionally removes the stuff from the configuration
cfa64348224b66dd1c9979b809406c4d15b1c137fielding process. This way "make distclean" (hence the name) provides a fresh
cfa64348224b66dd1c9979b809406c4d15b1c137fielding source tree as it was for distribution.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow top-level (APACI) Makefile to break on build errors
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the same way the src/ subtree Makefiles breaks on them by replacing the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe initial APACI sed-subdir-display-kludge with a more clean
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variable-passing-solution: variable SDP can optionally hold the subdir
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prefix which is consistently used for displaying the subdir movement.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This way even the top-level Makefile can stop correctly on errors as the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding user expects. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed ordering of argument checks for RewriteBase directive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Todd Eigenschink <eigenstr mixi.net>] PR#2045
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change Win32 IS_MODULE to SHARED_MODULE to match Unix' method of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding indicating that a module is being compiled for dynamic loading. Also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding remove #define IS_MODULE from modules and add SHARED_MODULE define
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the mak/dsp files. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reduce logging level of "normal" warning messages to APLOG_INFO,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding since we are now logging APLOG_WARNING by default. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: OS/2 tweak to deal with multiple .exe targets. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add documentation file and src/Configuration.tmpl entry for the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding experimental mod_mmap_static module. Because although it is and marked as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an experimental one it is distributed and thus should be documented and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prepared for configuration the same way as all others modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add query (-q) option to apxs support tool to be able to manually query
cfa64348224b66dd1c9979b809406c4d15b1c137fielding specific settings from apxs. This is needed for instance when you
cfa64348224b66dd1c9979b809406c4d15b1c137fielding manually want to access Apache's header files and you need to assemble
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the -I option. Now you can do -I`apxs -q INCLUDEDIR`.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Now src/Configure uses a fallback strategy for the shared object support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on platforms where no explicit information is available: If a Perl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding installation exists we ask it about its shared object support and if it's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the dlopen-style one we shamelessly guess the compiler and linker flags
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for creating shared objects from Perls knowledge. Of course, the user is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding warning about what we are doing and informed that he should send us
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the guessed flags when they work. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Provide APACI --without-support option to be able to disable the build
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and installation of the support tools from the src/support/ area.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Although its useful to have these installed per default we should provide
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a way to compile and install without them for backward-compatibility.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add of the new APache eXtenSion (apxs) support tool for building and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding installing modules into an _already installed_ Apache package through the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dynamic shared object (DSO) mechanism [mod_so.c]. The trick here is that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this approach actually doesn't need the Apache source tree. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (APACI-installed) server package is enough, because this now includes the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache C header files (PREFIX/include) and the new APXS tool
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (SBINDIR/apxs). The intend is to provide a handy tool for third-party
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module authors to build their Apache modules _OUTSIDE_ the Apache source
cfa64348224b66dd1c9979b809406c4d15b1c137fielding tree while avoiding them to fiddle around with the totally platform
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dependend way of compiling DSO files. The tool supports all ranges of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules, from trivial ones (single mod_foo.c) to complex ones (like PHP3
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which has a mod_php3.c plus a pre-built libmodphp3-so.a) and even can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on-the-fly generate a minimalistic Makefile and sample module for the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding first step to provide both a quick success event and to demonstrate the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe APXS mechanism to module authors. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix core dumps in use of CONNECT in proxy.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<Rainer.Scherg rexroth.de>] PR#1326, #1573, #1942
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Modify the log directives in httpd.conf-dist files to use CustomLog
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so that users have examples of how CustomLog can be used.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the new Apache Autoconf-style Interface (APACI) for the top-level of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the Apache distribution tree. Until Apache 1.3 there was no real
cfa64348224b66dd1c9979b809406c4d15b1c137fielding out-of-the-box batch-capable build and installation procedure for the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding complete Apache package. This is now provided by a top-level "configure"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding script and a corresponding top-level "Makefile.tmpl" file. The goal is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to provide a GNU Autoconf-style frontend which is capable to both drive
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the old src/Configure stuff in batch and additionally installs the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding package with a GNU-conforming directory layout. Any options from the old
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration scheme are available plus a lot of new options for flexibly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding customizing Apache. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The floating point ap_snprintf code wasn't threadsafe.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Had to remove the HAVE_CVT macro in order to do threadsafe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding calling of the ?cvt() floating point routines. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add the SCO_SV port. [Jim Jagielski] PR#1962
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: IRIX needs the -n32 flag iff using the 'cc' compiler
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Jim Jagielski] PR#1901
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) BUG: Configure was using TCC and CC inconsistently. Make sure
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe Configure knows which CC we are using. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "Options +Includes" wasn't correctly merged if "+IncludesNoExec"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was defined in a parent directory. [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) API: ap_snprintf() code mutated into ap_vformatter(), which is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a generic printf-style routine that can call arbitrary output
cfa64348224b66dd1c9979b809406c4d15b1c137fielding routines. Use this to replace http_bprintf.c. Add new routines
cfa64348224b66dd1c9979b809406c4d15b1c137fielding psprintf(), pvsprintf() which allocate the exact amount of memory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding required for a string from a pool. Use psprintf() to clean up
cfa64348224b66dd1c9979b809406c4d15b1c137fielding various bits of code which used ap_snprintf()/pstrdup().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: HAVE_SNPRINTF doesn't do anything any longer. This is because
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_snprintf() has different semantics and formatting codes than
cfa64348224b66dd1c9979b809406c4d15b1c137fielding snprintf(). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SIGXCPU and SIGXFSZ are now reset to SIG_DFL at boot-time. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is necessary on at least Solaris where the /etc/rc?.d scripts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are run with these signals ignored, and "SIG_IGN" settings are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding maintained across exec().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rein Tollevik <reint sys.sol.no>] PR#2009
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the check for symbolic links in ``RewriteCond ... -l'': stat() was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used instead of lstat() and thus this flag didn't work as expected.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rein Tollevik <reint sys.sol.no>] PR#2010
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the proxy pass-through feature of mod_rewrite for the case of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding existing QUERY_STRING now that mod_proxy was recently changed because of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the new URL parsing stuff. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A few changes to scoreboard definitions which helps gcc generate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding better code. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ANSI C doesn't guarantee that "int foo : 2" in a structure will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be a signed bitfield. So mark a few bitfields as signed to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ensure correct code. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The default for HostnameLookups was changed to Off, but there
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was a problem and it wasn't taking effect. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Clean up undefined signals on some platforms (SCO, BeOS).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) After a SIGHUP the listening sockets in the parent weren't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly marked for closure on fork().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [J�rgen Keil <jk tools.de>] PR#2000
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow %2F in two situations: 1) it is in the query part of the URI,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding therefore not exposed to %2F -> '/' translations and 2) the request
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is a proxy request, so we're not dealing with a local resource anyway.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Without this, the proxy would fail to work for any URL's with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding %2f in them (occurs quite often in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding http://.../cgi-bin/...?http%3A%2F%2F... references) [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Protect against FD_SETSIZE mismatches. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make the shared object compilation command more portable by avoiding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the direct combination of `-c' & `-o' which is not honored by some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compilers like UnixWare's cc. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: the proxy was creating filenames missing the last four
cfa64348224b66dd1c9979b809406c4d15b1c137fielding characters. While this normally doesn't stop anything from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding working, it can result in extra collisions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tim Costello <tjcostel socs.uts.edu.au>] PR#1890
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Now mod_proxy uses the response string (in addition to the response status
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code) from the already used FTP SIZE command to setup the Content-Length
cfa64348224b66dd1c9979b809406c4d15b1c137fielding header if available. [Ralf S. Engelschall] PR#1183
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reanimated the (still undocumented) proxy receive buffer size directive:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Renamed from ReceiveBufferSize to ProxyReceiveBufferSize because the old
cfa64348224b66dd1c9979b809406c4d15b1c137fielding name was really too generic, added documentation for this directive to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the mod_proxy.html and corrected the hyperlink to it in the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe new_features_1.3.html document. [Ralf S. Engelschall] PR#1348
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug in the src/helpers/fp2rp script and make it a little bit
cfa64348224b66dd1c9979b809406c4d15b1c137fielding faster [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make Configure die when you give it an unknown command switch.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Hyde]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add five new and fresh manpages for the support programs: dbmmanage.1,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding suexec.8, htdigest.1, rotatelogs.8 and logresolve.8. Now all up-to-date
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and per default compiled support programs have manual pages - just to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding document our stuff a little bit more and to be able to do really
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Unix-like installations ;-) [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Major cleanups to the Configure script to make it and its generated
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makefiles again readable and maintainable: add SRCDIR option, removed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding INCLUDES_DEPTH[0-2] kludge, cleanup of TARGET option, cleanup of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding generated sections, consequently added Makefile headers with inheritance
cfa64348224b66dd1c9979b809406c4d15b1c137fielding information, added subdir movement messages for easier following where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the build process currently stays (more verbose then standard Make, less
cfa64348224b66dd1c9979b809406c4d15b1c137fielding verbose than GNU make), same style to comments in the Configure script,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding added Apache license header, fixed a few bugs, etc. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the new ApacheBench program "ab" to src/support/: This is derived
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from the ZeusBench benchmarking program and can be used to determine the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding response performance of an Apache installation. This version is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding officially licensed with Zeus Technology, Ltd. See the license agreement
cfa64348224b66dd1c9979b809406c4d15b1c137fielding statements in <199803171224.NAA24547 en1.engelschall.com> in apache-core.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Various core functions that are definately not part of the API
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have been made static, and a few have been marked API_EXPORT. Still
cfa64348224b66dd1c9979b809406c4d15b1c137fielding more have been marked CORE_EXPORT and are not intended for general
cfa64348224b66dd1c9979b809406c4d15b1c137fielding use by modules. [Doug MacEachern, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_proxy was not clearing the Proxy-Connection header from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requests; now it does. This did not violate any spec, however
cfa64348224b66dd1c9979b809406c4d15b1c137fielding causes poor interactions when you are talking to remote proxies.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko] PR#1741
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various cleanups to the command line interface and manual pages.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) cfg_getline() was not properly handling lines that did not end
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with a line termination character. [Marc Slemko] PR#1869, 1909
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Performance tweak to mod_log_config. [Dmitry Khrustalev]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clean up some undocumented behavior of mod_setenvif related to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "merging" two SetEnvIf directives when they match the same header
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and regex. Document that mod_setenvif will perform comparisons in
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the order they appear in the config file. Optimize mod_setenvif by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding doing more work at config time rather than at runtime.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) src/include/ap_config.h now wraps it's #define's with #ifndef/#endif's
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe to allow for modules to overrule them and to reduce redefinition
cfa64348224b66dd1c9979b809406c4d15b1c137fielding warnings [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) [PORT] For A/UX change the OS-#define for -DAUX to -DAUX3.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Making the hard-coded cross-module function call mime_find_ct() (from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_proxy to mod_mime) obsolete by making sure the API hook for MIME type
cfa64348224b66dd1c9979b809406c4d15b1c137fielding checking is really called even for proxy requests except for URLs with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding HTTP schemes (because there we can optimize by not running the type
cfa64348224b66dd1c9979b809406c4d15b1c137fielding checking hooks due to the fact that the proxy gets the MIME Content-type
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from the remote host later). This change cleans up mod_mime by removing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the ugly export kludge, makes the one-liner file mod_mime.h obsolete, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding especially unbundles mod_proxy and mod_mime. This way they both now can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be compiled as shared objects and are no longer tied together.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) util.c cleanup and speedup. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Clarification, pstrndup() will always copy n bytes of the source
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and NUL terminate at the (n+1)st byte. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mark module command_rec and handler_rec structures const so that they
cfa64348224b66dd1c9979b809406c4d15b1c137fielding end up in the read-only data section (and are friendlier to systems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that don't do optimistic memory allocation on fork()). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add check to the "Port" directive to make sure the specified
cfa64348224b66dd1c9979b809406c4d15b1c137fielding port is in the appropriate range. [Ben Hyde]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Performance improvements to invoke_handler().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dmitry Khrustalev <dima bog.msu.su>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added support for building shared objects even for library-style modules
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (which are built from more than one object file). This now provides the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ability to build mod_proxy as a shared object module. Additionally
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules like mod_example are now also supported for shared object
cfa64348224b66dd1c9979b809406c4d15b1c137fielding building because the generated Makefiles now no longer assume there is at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding least one statically linked module. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Clarify usage of content_type, handler, content_encoding,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content_language and content_languages fields in request_rec. They
cfa64348224b66dd1c9979b809406c4d15b1c137fielding must always be lowercased; and the strings pointed to shouldn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be modified (you must copy them to modify them). Fix a few bugs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding related to this. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Clarification: except for RAW_ARGS, all command handlers can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding treat the char * parameters as permanent, and modifiable. There
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is no need to pstrdup() them. Clean up some needless pstrdup().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Now mod_so keeps track of which module shared objects with which names
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are loaded and thus avoids multiple loading and unloading and irritating
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error_log messages. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Prior to the existence of mod_setenv it was necessary to tweak the TZ
cfa64348224b66dd1c9979b809406c4d15b1c137fielding environment variable in the apache core. But that tweaking interferes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with mod_setenv. So don't tweak if the user has specified an explicit
cfa64348224b66dd1c9979b809406c4d15b1c137fielding TZ variable. [Jay Soffian <jay cimedia.com>] PR#1888
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) rputs() did not calculate r->sent_bodyct properly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Siegmund Stirnweiss <siegst kat.ina.de>] PR#1900
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The CGI spec says that REMOTE_HOST should be set to the remote hosts's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding name, or left unset if this value is unavailable. Apache was setting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it to the IP address when unavailable.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tony Finch <fanf demon.net>] PR#1925
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various improvements to the configuration and build support for compiling
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules as shared objects. Especially Solaris 2.x, SunOS 4.1, IRIX and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding OSF1 support with GCC and vendor compilers was added. This way shared
cfa64348224b66dd1c9979b809406c4d15b1c137fielding object support is now provided out-of-the-box for FreeBSD, Linux,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Solaris, SunOS, IRIX and OSF1. In short: On all major platforms!
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Minor cleanup in http_main -- split QNX and OS2 specific "mmap"
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe scoreboard code into separate #defines -- USE_POSIX_SCOREBOARD
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and USE_OS2_SCOREBOARD. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix one more special locking problem for RewriteMap programs in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_rewrite: According to the documentation of flock(), "Locks are on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files, not file descriptors. That is, file descriptors duplicated
cfa64348224b66dd1c9979b809406c4d15b1c137fielding through dup(2) or fork(2) do not result in multiple instances of a lock,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but rather multiple references to a single lock. If a process holding a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding lock on a file forks and the child explicitly unlocks the file, the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parent will lose its lock.". To overcome this we have to make sure the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding RewriteLock file is opened _AFTER_ the childs were spawned which is now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the case by opening it in the child_init instead of the module_init API
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hook. [Ralf S. Engelschall] PR#1029
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change to Location and LocationMatch semantics. LocationMatch no
cfa64348224b66dd1c9979b809406c4d15b1c137fielding longer lets a single slash match multiple adjacent slashes in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding URL. This change is for consistency with RewriteRule and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding AliasMatch. Multiple slashes have meaning in URLs that they do
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe not have in (some) filesystems. Location on the other hand can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be considered a shorthand for a more complicated regex, and it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding does match multiple slashes with a single slash -- which is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding also consistent with the Alias directive.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dean Gaudet] related PR#1440
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bug with mod_mime_magic causing certain files, including files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of length 0, to result in no response from the server.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The Configure script now generates src/include/ap_config.h which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding contains the set of defines used when Apache is compiled on a platform.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe This file can then be included by external modules before including
cfa64348224b66dd1c9979b809406c4d15b1c137fielding any Apache header files in case they are being built separately from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache. Along with this change, a couple of minor changes were
cfa64348224b66dd1c9979b809406c4d15b1c137fielding made to make Apache's #defines coexist peacefully with any autoconf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding defines an external module might have. [Rasmus Lerdorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix mod_rewrite for the ugly API case where <VirtualHost> sections exist
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but without any RewriteXXXXX directives. Here mod_rewrite is given no
cfa64348224b66dd1c9979b809406c4d15b1c137fielding chance by the API to initialize its per-server configuration and thus
cfa64348224b66dd1c9979b809406c4d15b1c137fielding receives the wrong one from the main server. This is now avoided by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding remembering the server together with the config structure while
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuring and later assuming there is no config when we see a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding difference between the remembered server and the one calling us.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#1790
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed the DBM RewriteMap support for mod_rewrite: First the support now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is automatically disabled under configure time when the dbm_xxx functions
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are not available. Second, two heavy source code errors in the DBM
cfa64348224b66dd1c9979b809406c4d15b1c137fielding support code were fixed. This makes DBM RewriteMap's usable again after
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a long time of brokenness. [Ralf S. Engelschall] PR#1696
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Now all configuration files support Unix-style line-continuation via
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the trailing backslash ("\") character. This enables us to write down
cfa64348224b66dd1c9979b809406c4d15b1c137fielding complex or just very long directives in a more readable way. The
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe backslash character has to be really the last character before the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding newline and it has not been prefixed by another (escaping) backslash.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When using ProxyPass the ?querystring was not passed correctly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Joel Truher <truher wired.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) To deal with modules being compiled and [dynamically] linked
cfa64348224b66dd1c9979b809406c4d15b1c137fielding at a different time from the core, the SERVER_VERSION and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SERVER_BUILT symbols have been abstracted through the new
cfa64348224b66dd1c9979b809406c4d15b1c137fielding API routines apapi_get_server_version() and apapi_get_server_built().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#1448
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Preserve trailing slash in canonical path (and hence
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in PATH_INFO). [Paul Sutton, Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: USE_PTHREAD_SERIALIZED_ACCEPT has proven unreliable
cfa64348224b66dd1c9979b809406c4d15b1c137fielding depending on the rev of Solaris and what mixture of modules
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are in use. So it has been disabled, and Solaris is back to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding using USE_FCNTL_SERIALIZED_ACCEPT. Users may experiment with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding USE_PTHREAD_SERIALIZED_ACCEPT at their own risk, it may speed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding up static content only servers. Or it may fail unpredictably.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1779, 1854, 1904
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_test_util_uri.c created which tests the logic in util_uri.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Rewrite of absoluteURI handling, and in particular how
cfa64348224b66dd1c9979b809406c4d15b1c137fielding absoluteURIs match vhosts. Unless a request is a proxy request, a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "http://host" url is treated as if a similar "Host:" header had been
cfa64348224b66dd1c9979b809406c4d15b1c137fielding supplied. This change was made to support future HTTP/1.x protocols
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which may require clients to send absoluteURIs for all requests.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding In order to achieve this change subtle changes were made to the API. In a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request_rec, r->hostlen has been removed. r->unparsed_uri now exists so
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe that the unmodified uri can be retrieved easily. r->proxyreq is not set
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by the core, modules must set it during the post_read_request or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding translate_names phase.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Plus changes to the virtualhost test suite for absoluteURI testing.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This fixes several bugs with the proxy proxying requests to vhosts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding managed by the same httpd.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Cleanup of code in http_vhost.c, and remove vhost matching
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code from mod_rewrite. The vhost matching is now performed by a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding globally available function matches_request_vhost(). [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reduce memory usage, and speed up ServerAlias support. As a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding side-effect users can list multiple ServerAlias directives
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and they're all considered.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chia-liang Kao <clkao cirx.org>] PR#1531
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The "poly" directive in image maps did not include the borders of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding polygon, whereas the "rect" directive does. Fix this inconsistency.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Konstantin Morshnev <moko design.ru>] PR#1771
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make \\ behave as expected. [<Ronald.Tschalaer psi.ch>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the `%a' construct to LogFormat and CustomLog to log the client IP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding address. [Todd Eigenschink <eigenstr mixi.net>] PR#1885
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: A new source module main/util_uri.c; It contains a routine
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parse_uri_components() and friends which breaks a URI into its component
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parts. These parts are stored in a uri_components structure called
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parsed_uri within each request_rec, and are available to all modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Additionally, an unparse routine is supplied which re-assembles the URI
cfa64348224b66dd1c9979b809406c4d15b1c137fielding components back to an URI, optionally hiding the username:password@ part
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from ftp proxy requests, and other useful routines. Within the structure,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding you find on a ready-for-use basis:
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe scheme; /* scheme ("http"/"ftp"/...) */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hostinfo; /* combined [user[:password]@]host[:port] */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding user; /* user name, as in http://user:passwd@host:port/ */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding password; /* password, as in http://user:passwd@host:port/ */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hostname; /* hostname from URI (or from Host: header) */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding port_str; /* port string (integer representation is in "port") */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding path; /* the request path (or "/" if only scheme://host was given) */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding query; /* Everything after a '?' in the path, if present */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fragment; /* Trailing "#fragment" string, if present */
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This is meant to serve as the platform for *BIG* savings in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code complexity for the proxy module (and maybe the vhost logic).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make all possible meta-construct expansions ($N, %N, %{NAME} and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ${map:key}) available for all location where a string is created in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_rewrite rewriting rulesets: 1st arg of RewriteCond, 2nd arg of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding RewriteRule and for the [E=NAME:STRING] flag of RewriteRule. This way the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding possible expansions are consequently usable at all string creation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding locations. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix initialization of RewriteLogLevel (default now is 0 as documented
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and not 1) and the per-virtual-server merging of directives. Now all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directives except `RewriteEngine' and `RewriteOption' are either
cfa64348224b66dd1c9979b809406c4d15b1c137fielding completely overridden (default) or completely inherited (when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `RewriteOptions inherit') is used. [Ralf S. Engelschall] PR#1325
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix `RewriteMap' program lookup in situations where such maps are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding defined but disabled (`RewriteEngine off') in per-server context.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#1431
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bug introduced in 1.3b4-dev, config with no Port setting would cause
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server to bind to port 0 rather than 80. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix long-standing problem with RewriteMap _programs_ under Unix derivates
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (like SunOS and FreeBSD) which don't accept the locking of pipes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directly. A new directive RewriteLock is introduced which can be used to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding setup a separate locking file which then is used for synchronization.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall] PR#1029
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: The server root is obtained from the registry key
cfa64348224b66dd1c9979b809406c4d15b1c137fielding HKLM\SOFTWARE\Apache Group\Apache\<version> (version is currently
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "1.3 beta"), unless overridden by the -d command line flag. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding value is stored by running "apache -i -d serverroot". [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Merged os/win32/mod_dll.c into modules/standard/mod_so.c to support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dynamic loading on Win32 and Unix via the same module. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Now mod_rewrite no longer makes problematic assumptions on the characters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a username can contain when trying to expand it via /etc/passwd.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The mod_setenvif BrowserMatch backwards compatibility command did not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding work properly with spaces in the regex. [Ronald Tschalaer] PR#1825
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add new RewriteMap types: First, `rnd' which is equivalent to the `txt'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding type but with a special post-processing for the looked-up value: It
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parses it into alternatives according to `|' chars and then only one
cfa64348224b66dd1c9979b809406c4d15b1c137fielding particular alternative is chosen randomly (this is an essential
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functionality needed for balancing between backend-servers when using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache as a Reverse Proxy. The looked up value here is a list of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding servers). Second, `int' with the built-in maps named `tolower' and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding `toupper' which can be used to map URL parts to a fixed case (this is an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding essential feature to fix the case of server names when doing mass
cfa64348224b66dd1c9979b809406c4d15b1c137fielding virtual-hosting with the help of mod_rewrite instead of using
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe <VirtualHost> sections). [Ralf S. Engelschall, parts based on code from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Jay Soffian <jay cimedia.com>] PR#1631
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a new directive to mod_proxy similar to ProxyPass: `ProxyPassReverse'.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This directive lets Apache adjust the URL in Location-headers on HTTP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redirect responses sent by the remote server. This way the virtually
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mapped area is no longer left on redirects and thus by-passed which is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding especially essential when running Apache as a reverse proxy.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Hide Proxy-Authorization from CGI/SSI/etc just like Authorization is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hidden. [Alvaro Martinez Echevarria]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache will, when started with the -X (single process) debugging flag,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding honor the SIGINT or SIGQUIT signals again now. This capability got lost
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a while ago during OS/2 signal handling changes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) [PORT] Work around the fact that NeXT runs on more than the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding m68k chips in mod_status [Scott Anguish and Timothy Luoma
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <luomat peak.org>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) [PORT] Recognize FreeBSD versions so we can use the OS regex as well
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as handling unsigned-chars for FreeBSD v3 and v2 [Andrey Chernov
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <ache nagual.pp.ru> and Jim] PR#1450
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use SA_RESETHAND or SA_ONESHOT when installing the coredump handlers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding In particular the handlers could trigger themselves into an infinite
cfa64348224b66dd1c9979b809406c4d15b1c137fielding loop if RLimitMem was used with a small amount of memory -- too small
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for the signal stack frame to be set up. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problems with absoluteURIs introduced during 1.3b4. [Dean Gaudet,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Alvaro Martinez Echevarria <alvaro lander.es>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix multiple UserDir problem introduced during 1.3b4-dev.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1850
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) ap_cpystrn() had an off-by-1 error.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Charles Fu <ccwf klab.caltech.edu>] PR#1847
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: As Ken suggested the check_cmd_context() function and related
cfa64348224b66dd1c9979b809406c4d15b1c137fielding defines are non-static now so modules can use 'em. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_info would occasionally produce an unpaired <tt> in its
cfa64348224b66dd1c9979b809406c4d15b1c137fielding output. Fixed. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) By default AIX binds a process (and it's children) to a single
cfa64348224b66dd1c9979b809406c4d15b1c137fielding processor. httpd children now unbind themselves from that cpu
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and re-bind to one selected at random via bindprocessor()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Linux 2.0 and above implement RLIMIT_AS, RLIMIT_DATA has almost no
cfa64348224b66dd1c9979b809406c4d15b1c137fielding effect. Work around it by using RLIMIT_AS for the RLimitMEM
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directive. [Enrik Berkhan <enrik inka.de>] PR#1816
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_mime_magic error message should indicate the filename when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reads fail. ["M.D.Parker" <mdpc netcom.com>] PR#1827
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Previously Apache would permit </Files> to end <FilesMatch> (and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding similary for Location and Directory), now this is diagnosed as an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error. Improve error messages for mismatched sections (<Files>,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <FilesMatch>, <Directory>, <DirectoryMatch>, ...).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) <Files> is not permitted within <Location> (because of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding semantic ordering). [Dean Gaudet] PR#379
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) <Files> with wildcards was broken by the change in wildcard
cfa64348224b66dd1c9979b809406c4d15b1c137fielding semantics (* does not match /). To fix this, <Files> now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apply only to the basename of the request filename. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fixes some other inconsistencies in <Files> semantics
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (such as <Files a*b> not working). [Dean Gaudet] PR#1817
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Removed bogus "dist.tar" target from Makefile.tmpl and make sure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding backup files are removed on "clean" target [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Add -lm to LIBS for HPUX. [Dean Gaudet] PR#1639
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various errors from select() and accept() in child_main() would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding result in an infinite loop. It seems these two tickle kernel
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or library bugs occasionally, and result in log spammage and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a generally bad scene. Now the child exits immediately,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which seems to be a good workaround.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1747, 1107, 588, 1787, 987, 588
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleaned up some race conditions in unix child_main during
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initialization. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) SECURITY: "UserDir /abspath" without a * in the path would allow
cfa64348224b66dd1c9979b809406c4d15b1c137fielding remote users to access "/~.." and bypass access restrictions
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (but note /~../.. was handled properly).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lauri Jesmin <jesmin ut.ee>] PR#1701
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: os_is_path_absolute() now takes a const char * instead of a char *.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3b5
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Source file dependencies in Makefile.tmpl files throughout the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding source tree were updated to accurately reflect reality.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Preserve the content encoding given by the AddEncoding directive
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when the client doesn't otherwise specify an encoding.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Tschalaer <Ronald.Tschalaer psi.ch>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Sort out problems with canonical filename handling happening too late.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3b4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The module structure was modified to include a *dynamic_load_handle
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the STANDARD_MODULE_STUFF portion, and the MODULE_MAGIC_NUMBER
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has been bumped accordingly. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) All BrowserMatch directives mentioned in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htdocs/manual/known_client_problems.html are in the default
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configuration files. [Lars Eilebrecht]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) MiNT port update. [Jan Paul Schmidt]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) HTTP/1.1 requires x-gzip and gzip encodings be treated
cfa64348224b66dd1c9979b809406c4d15b1c137fielding equivalent, similarly for x-compress and compress. Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now ignores a leading x- when comparing encodings. It also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding preserves the encoding the client requests (for example if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it requests x-gzip, then Apache will respond with x-gzip
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the Content-Encoding header).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Tschalaer <Ronald.Tschalaer psi.ch>] PR#1772
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a memory leak on keep-alive connections. [Igor Tatarinov]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added mod_so module to support dynamic loading of modules on Unix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (like mod_dld for Win32). This replaces mod_dld.c. Use SharedModule
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of AddModule in Configuration to build shared modules
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Sameer Parekh, Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Minor cleanups to r->finfo handling in some modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Abstract read()/write() to ap_read()/ap_write().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makes it easier to add other types of IO code such as SFIO.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Generalize default_port manipulations to make support of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding different protocols easier. [Ben Laurie, Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) There are many cases where users do not want Apache to form
cfa64348224b66dd1c9979b809406c4d15b1c137fielding self-referential urls using the "canonical" ServerName and Port.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The new UseCanonicalName directive (default on), if set to off
cfa64348224b66dd1c9979b809406c4d15b1c137fielding will cause Apache to use the client-supplied hostname and port.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe API: Part of this change required a change to the construct_url()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prototype; and the addition of get_server_name() and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding get_server_port().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Michael Douglass <mikedoug texas.net>, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#315, 459, 485, 1433
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Yet another rearrangement of the source tree.. now all the common
cfa64348224b66dd1c9979b809406c4d15b1c137fielding header files are in the src/include directory. The -Imain -Iap
cfa64348224b66dd1c9979b809406c4d15b1c137fielding references in Makefiles have been changed to the simpler -Iinclude
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead. In addition to simplifying the build a little bit, this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding also makes it clear when a module is referencing something in a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other than kosher manner (e.g., the proxy including mod_mime.h).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Module-private header files (the proxy, mod_mime, the regex library,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and mod_rewrite) have not been moved to src/include; nor have
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the OS-abstraction files. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug where r->hostname didn't have the :port stripped
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from it. [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Tweaked the headers_out table size, and the subprocess_env
cfa64348224b66dd1c9979b809406c4d15b1c137fielding table size guess in rename_original_environment(). Added
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MAKE_TABLE_PROFILE which can help discover make_table()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding calls that use too small an initial guess, see alloc.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Options and AllowOverride weren't properly merging in the main
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server setting inside vhosts (only an issue when you have no
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <Directory> or other section containing an Options that affects
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a request). Options +foo or -foo in the main_server wouldn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding affect the main_server's lookup defaults. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Variable 'cwd' was being used pointlessly before being set.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#1738
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) r->allowed handling cleaned up in the standard modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Some case-sensitivity issues cleaned up to be consistent with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding RFC2068. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SIGURG doesn't exist everywhere.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Mark Andrew Heinrich <heinrich tinderbox.Stanford.EDU>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_unique_id was erroneously generating a second unique id when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an internal redirect occured. Such redirects occur, for example,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when processing a DirectoryIndex match. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: table_add, table_merge, and table_set include implicit pstrdup()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the key and value. But in many cases this is not required
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because the key/value is a constant, or the value has been built
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by pstrcat() or other similar means. New routines table_addn,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding table_mergen, and table_setn have been added to the API, these
cfa64348224b66dd1c9979b809406c4d15b1c137fielding routines do not pstrdup() their arguments. The core code and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding standard modules were changed to take advantage of these routines.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The resulting server is up to 20% faster in some situations.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Note that it is easy to get code subtly wrong if you pass a key/value
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which is in a pool other than the pool of the table. The only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding safe thing to do is to pass key/values which are in the pool of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the table, or in one of the ancestors of the pool of the table.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding i.e. if the table is part of a subrequest, a value from the main
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request's pool is OK since the subrequest pool is a sub_pool of the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding main request's pool (and therefore has a lifespan at most as long as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the main pool). There is debugging code which can detect improper
cfa64348224b66dd1c9979b809406c4d15b1c137fielding usage, enabled by defining POOL_DEBUG. See alloc.c for more details.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dmitry Khrustalev <dima bog.msu.su>, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) More mod_mime_magic cleanup: fewer syscalls; should handle "files"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which don't exist on disk more gracefully; handles vhosts properly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Update documentation to reflect the code -- if there's no
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MimeMagicFile directive then the module is not enabled.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Some older *nix dialects cannot automatically start scripts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which begin with a #! interpreter line (the shell starts the scripts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding appropriately on these platforms). Apache now supports starting of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "hashbang-scripts" when the NEED_HASHBANG_EMUL define is set.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer, with code from Peter Wemm <peter zeus.dialix.oz.au>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding taken from tcsh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: "typedef array_header table" removed from alloc.h, folks should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding have been writing to use table as if it were an opaque type, but even
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some standard modules got this wrong. By changing the definition
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe to "typedef struct table table" module authors will receive compile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding time warnings that they're doing the wrong thing. This change
cfa64348224b66dd1c9979b809406c4d15b1c137fielding facilitates future changes with more sophisticated table
cfa64348224b66dd1c9979b809406c4d15b1c137fielding structures. Specifically, module authors should be using table_elts()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to get access to an array_header * for the table. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Renamed new_connection() to avoid namespace collision with LDAP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding library routines. [Ken Coar, Rasmus Lerdorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: mod_speling is now available on the Win32 platform.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) For clarity the following compile time definition was changed:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SAFE_UNSERIALIZED_ACCEPT -> SINGLE_LISTEN_UNSERIALIZED_ACCEPT
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Also, for example, HAVE_MMAP would mean to use mmap() scoreboards
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and not be a general notice that the OS has mmap(). Now the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe HAVE_MMAP/SHMGET #defines strictly are informational that the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding OS has that method of shared memory; the type to use for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the scoreboard is a seperate #define (USE_MMAP_SCOREBOARD
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and USE_SHMGET_SCOREBOARD). This allows outside modules to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding determine if shared memory is available and allows Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to determine the best method to use for the scoreboard.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: UnixWare 2.1.2 SMP appears to require USE_FCNTL_SERIALIZED_ACCEPT,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as do various earlier versions. It should be safe on all versions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Unixware 1.x appears to have the same SIGHUP bug as solaris does with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the slack code. A few other cleanups for Unixware.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tom Hughes <thh cyberscience.com>] PR#1082, PR#1282, PR#1499, PR#1553
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: A/UX can handle single-listen accepts without mutex
cfa64348224b66dd1c9979b809406c4d15b1c137fielding locking, so we add SINGLE_LISTEN_UNSERIALIZED_ACCEPT. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When die() happens we need to eat any request body if one exists.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Otherwise we can't continue with a keepalive session. This shows up
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as a POST problem with MSIE 4.0, typically against pages which are
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe authenticated. [Roy Fielding] PR#1399
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If you define SECURITY_HOLE_PASS_AUTHORIZATION then the Authorization
cfa64348224b66dd1c9979b809406c4d15b1c137fielding header will be passed to CGIs. This is generally a security hole, so
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe it's not a default. [Marc Slemko] PR#549
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix Y2K problem with date printing in suexec log.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Eggert <eggert twinsun.com>] PR#1343
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32 deserves a pid file. [Ben Hyde]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) suexec errors now include the errno/description. [Marc Slemko] PR#1543
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: OSF/1 now uses USE_FLOCK_SERIALIZED_ACCEPT to solve PR#467.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The choice of flock vs. fcntl was made based on timings which showed that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding even on non-NFS, non-exported filesystems fcntl() was an order of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding magnitude slower. It also uses SINGLE_LISTEN_UNSERIALIZED_ACCEPT so
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that single socket users will see no difference. [Dean Gaudet] PR#467
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "File does not exist" error message was erroneously including the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding errno. [Marc Slemko]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improve the warning message generated when a client drops the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding connection (hits stop button, etc.) during a send. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Defining GPROF will disable profiling in the parent and enable it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the children. If you're profiling under Linux this is pretty much
cfa64348224b66dd1c9979b809406c4d15b1c137fielding necessary because SIGPROF is lost across a fork(). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) htdigest and htpasswd needed slight tweaks to work on OS/2 and WIN32.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The NeXT cc (which is gcc hacked up) doesn't appear to support some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding gcc functionality. Work around it.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Keith Severson <keith sssd.navy.mil>] PR#1613
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Some linkers complain when .o files contain no functions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Keith Severson <keith sssd.navy.mil>] PR#1614
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Some const declarations in mod_imap.c that were added for debugging
cfa64348224b66dd1c9979b809406c4d15b1c137fielding purposes caused some compilers heartburn without adding any
cfa64348224b66dd1c9979b809406c4d15b1c137fielding significant value, so they've been removed. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The src/main/*.h header files have had #ifndef wrappers added to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding insulate them against duplicate calls if they get included through
cfa64348224b66dd1c9979b809406c4d15b1c137fielding multiple paths (e.g., in .c files as well as other .h files).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) The libap routines now have a header file for their prototypes,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding src/ap/ap.h, to ease their use in non-httpd applications. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_autoindex with a plaintext header file would emit the <PRE>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding start-tag before the HTML preamble, rather than after the preamble
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but before the header file contents. [John Van Essen <jve gamers.org>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#1667
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) SECURITY: Fix a possible buffer overflow in logresolve. This is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only an issue on systems without a MAXDNAME define or where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the resolver returns domain names longer than MAXDNAME. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Eliminate possible buffer overflow in cfg_getline, which
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe is used to read various types of files such as htaccess and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htpasswd files. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Ensure that the buffer returned by ht_time is always
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly null terminated. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The "Connection" header could be sent back with multiple "close"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding tokens. Not an error, but a waste.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<Ronald.Tschalaer psi.ch>] PR#1683
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_rewrite's RewriteLog should behave like mod_log_config, it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding shouldn't force hostname lookups. [Dean Gaudet] PR#1684
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "basic" auth needs a case-insensitive comparison.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<Ronald.Tschalaer psi.ch>] PR#1666
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) For maximum portability, the environment passed to CGIs should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only contain variables whose names match the regex
cfa64348224b66dd1c9979b809406c4d15b1c137fielding /[a-zA-Z][a-zA-Z0-9_]*/. This is now enforced by stamping
cfa64348224b66dd1c9979b809406c4d15b1c137fielding underscores over any character outside the regex. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding affects HTTP_* variables, in a way that should be backward
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compatible for all the standard headers; and affects variables
cfa64348224b66dd1c9979b809406c4d15b1c137fielding set with SetEnv/BrowserMatch and similar directives.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_speling returned incorrect HREF's when an ambigous match
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was found. Noticed by <robinton amtrash.comlink.de> (Soeren Ziehe)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Soeren Ziehe <robinton amtrash.comlink.de>, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Apache now compiles & runs on an EBCDIC mainframe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (the Siemens BS2000/OSD family) in the POSIX subsystem
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Fix problem killing children when terminating. Allow ^C
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to shut down the server. [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) pstrdup() is implicit in calls to table_* functions, so there's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no need to do it before calling. Clean up a few cases.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) new -C and -c command line arguments
cfa64348224b66dd1c9979b809406c4d15b1c137fielding usage:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -C "directive" : process directive before reading config files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -c "directive" : process directive after reading config files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding example:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding httpd -C "PerlModule Apache::httpd_conf"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern, Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Fix the execution of CGIs that are scripts and called
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with path info that does not have an '=' in.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (eg. http://server/cgi-bin/printenv?foobar)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko] PR#1591
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Fix a call to os_canonical_filename so it doesn't try to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mess with fake filenames. This fixes proxy caching on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding win32. PR#1265
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: General mod_include cleanup, including fixing several
cfa64348224b66dd1c9979b809406c4d15b1c137fielding possible buffer overflows and a possible infinite loop.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Numerous changes to mod_imap in a general cleanup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding including fixing a possible buffer overflow. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: overhaul of multithreading code. Shutdowns are now graceful
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (connections are not dropped). Code can handle graceful restarts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (but there is as yet no way to signal this to Apache). Various
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other cleanups. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) The aplog_error changes specific to 1.3 introduced a buffer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding overrun in the (now legacy) log_printf function. Fixed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_digest didn't properly deal with proxy authentication. It
cfa64348224b66dd1c9979b809406c4d15b1c137fielding also lacked a case-insensitive comparision of the "Digest"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding token. [Ronald Tschalaer <Ronald.Tschalaer psi.ch>] PR#1599
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A few cleanups in mod_status for efficiency. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A few cleanups in mod_info to make it thread-safe, and remove an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding off-by-5 bug that could hammer \0 on the stack. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) no2slash() was O(n^2) in the length of the input. Make it O(n).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) API: migration from strncpy() to our "enhanced" version called
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ap_cpystrn() for performance and functionality reasons.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Located in libap.a. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) table_set() and table_unset() did not deal correctly with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding multiple occurrences of the same key.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Stephen Scheck <sscheck infonex.net>, Ben Laurie] PR#1604
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The AuthName must now be enclosed in quotes if it is to contain
cfa64348224b66dd1c9979b809406c4d15b1c137fielding spaces. [Ken Coar] PR#1195
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: new function: ap_escape_quotes(). [Ken Coar] PR#1195
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) WIN32: Work around optimiser bug that killed ISAPI in release
cfa64348224b66dd1c9979b809406c4d15b1c137fielding versions. [Ben Laurie] PR#1533
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) PORT: Update the MPE port [Mark Bixby, Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Interim (slow) fix for p->sub_pool critical sections in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding alloc.c (affects win32 only). [Ben Hyde]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) non-WIN32 was missing destroy_mutex definition. [Ben Hyde]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) send_fd_length() did not calculate total_bytes_sent properly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Reser <breser regnow.com>] PR#1366
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The bputc() macro was not properly integrated with the chunking
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code; in many cases modules using bputc() could cause completely
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bogus chunked output. (Typically this will show up as problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with Internet Explorer 4.0 reading a page, but other browsers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding having no problem.) [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Create LARGE_WRITE_THRESHOLD define which determines how many
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bytes have to be supplied to bwrite() before it will consider
cfa64348224b66dd1c9979b809406c4d15b1c137fielding doing a writev() to assemble multiple buffers in one system
cfa64348224b66dd1c9979b809406c4d15b1c137fielding call. This is critical for modules such as mod_include,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_autoindex, mod_php3 which all use bputc()/bputs() of smaller
cfa64348224b66dd1c9979b809406c4d15b1c137fielding strings in some cases. The result would be extra effort
cfa64348224b66dd1c9979b809406c4d15b1c137fielding setting up writev(), and in many cases extra effort building
cfa64348224b66dd1c9979b809406c4d15b1c137fielding chunks. The default is 31, it can be overriden at compile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding time. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Move the gid switching code into the child so that log files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and pid files are opened with the root gid.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Gregory A Lundberg <lundberg vr.net>]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Check for binaries by looking for the executable header
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of counting control characters.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Patterson <Jim.Patterson Cognos.COM>] PR#1340
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_snprintf() moved from main/util_snprintf.c to ap/ap_snprintf.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so the functionality is available to applications other than the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe server itself (like the src/support tools). [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_slack() moved out of main/util.c into ap/ap_slack.c as part of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the libap consolidation work. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_snprintf() with a len of 0 behaved like sprintf(). This is not
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe useful, and isn't what the standards require. Now it returns 0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and writes nothing. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) When an error occurs in fcntl() locking suggest the user look up
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the docs for LockFile. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Eliminate some dead code from writev_it_all().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Igor Tatarinov <tatarino prairie.NoDak.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_autoindex had an fread() without checking the result code.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding It also wouldn't handle "AddIconByType (TXT,/icons/text.gif text/*"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (note the missing closing paren) properly. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) It appears the "257th byte" bug (see
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
cfa64348224b66dd1c9979b809406c4d15b1c137fielding at the 256th byte as well. Fixed. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Fix mod_mime_magic under OS/2, no support for block devices.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Brian Havard]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix memory corruption caused by allocating auth usernames in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding wrong pool. [Dean Gaudet] PR#1500
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix an off-by-1, and an unterminated string error in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_mime_magic. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a potential SEGV problem in mod_negotiation when dealing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with type-maps. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Better glibc support under Linux. [Dean Gaudet] PR#1542
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "RedirectMatch gone /" would cause a SIGSEGV. [Dean Gaudet] PR#1319
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: avoid overflows during file canonicalisations.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<malcolm mgdev.demon.co.uk>] PR#1378
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: set_file_slot() didn't detect absolute paths. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#1511, 1508
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: mod_status display header didn't match fields. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The pthread_mutex_* functions return an error code, and don't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding set errno. [Igor Tatarinov <tatarino prairie.NoDak.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Allow spaces to prefix the interpreter in #! lines.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Ben Laurie] PR#1101
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Cure file leak in CGIs. [Peter Tillemans <pti net4all.be>] PR#1523
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) proxy_ftp: the directory listings generated by the proxy ftp module
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now have a title in which the path components are clickable and allow
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe quick navigation to the clicked-on directory on the currently listed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ftp server. This also fixes a bug where the ".." directory links would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sometimes refer to the wrong directory. [Martin Kraemer]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Allocate the correct amount of memory for the scoreboard.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Hyde] PR#1387
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) WIN32: Only lowercase the part of the path that is real. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#1505
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problems with timeouts in inetd mode and -X mode. [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the spurious "(0)unknown error: mmap_handler: mmap failed"
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error messages. [Ben Hyde]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3b3
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) WIN32: Work around brain-damaged spawn calls that can't deal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with spaces and slashes. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) WIN32: Fix the code so CGIs can use socket calls on Windows.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The problem was that certain undocumented environment variables
cfa64348224b66dd1c9979b809406c4d15b1c137fielding needed for sockets to work under Win32 were not being passed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Frank Faubert <frank sane.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a "-V" command line flag to the httpd binary. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding flag shows some of the defines that Apache was compiled with.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding It is useful for debugging purposes. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Start separating the ap_*() routines into their own library, so they
cfa64348224b66dd1c9979b809406c4d15b1c137fielding can be used by items in src/support among other things.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#512, 905, 1252, 1308
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Give a more informative error when no AuthType is set.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove strtoul() use from mod_proxy because it isn't available
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on all platforms. [Marc Slemko] PR#1214
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Some Win32 systems terminated all responses after 16 kB.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This turns out to be a bug in Winsock - select() doesn't always
cfa64348224b66dd1c9979b809406c4d15b1c137fielding return the correct status. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Directives owned by http_core can now use the new check_cmd_context()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding routine to ensure that they're not being used within a container
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (e.g., <Directory>) where they're invalid. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Recent changes made it necessary to add explicit prototype
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for fgetc() and fgets() on SunOS 4.x. [Martin Kraemer, Ben Hyde]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) It was necessary to distinguish between resources which are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allocated in the parent, for cleanup in the parent, and resources
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which are allocated in each child, for cleanup in each child.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding A new pool was created which is passed to the module child_init
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and child_exit functions; modules are free to register per-child
cfa64348224b66dd1c9979b809406c4d15b1c137fielding cleanups there. This fixes a bug with reliable piped logs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_autoindex wasn't displaying the ReadmeName file at the bottom
cfa64348224b66dd1c9979b809406c4d15b1c137fielding unless it was also doing FancyIndexes, but it displayed the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding HeaderName file at the top under all circumstances. It now shows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the ReadmeName file for simple indices, too, as it should.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#1373
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) http_core was mmap()ing even in cases where it wasn't going to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding read the file. [Ben Hyde <bhyde gensym.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Complete rewrite ;-) of mod_rewrite's URL rewriting engine:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Now the rewriting engine (the heart of mod_rewrite) is organized more
cfa64348224b66dd1c9979b809406c4d15b1c137fielding straight-forward, first time well documented and reduced to the really
cfa64348224b66dd1c9979b809406c4d15b1c137fielding essential parts. All redundant cases were stripped off and processing now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is the same for both per-server and per-directory context with only a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding minimum difference (the prefix stripping in per-dir context). As a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding side-effect some subtle restrictions and two recently discovered problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are gone: Wrong escaping of QUERY_STRING on redirects in per-directory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding context and restrictions on the substitution URL on redirects.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Additionally some minor source cleanups were done.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Lars Eilebrecht wrote a whole new set of Apache Vhost Internals
cfa64348224b66dd1c9979b809406c4d15b1c137fielding documentation, examples, explanations and caveats. They live in a new
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe subdirectory htdocs/manual/vhost/. [Lars Eilebrecht <sfx unix-ag.org>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If ap_slack fails to allocate above the low slack line it's a good
cfa64348224b66dd1c9979b809406c4d15b1c137fielding indication that further problems will occur; it's a better indication
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than many external libraries give us when we actually run out of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding descriptors. So report it to the user once per restart.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1181
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change mod_include and mod_autoindex to use Y2K-safe date formats
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by default. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a "SuppressColumnSorting" option to the IndexOptions list,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which will keep the column heading from being links for sorting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the display. [Ken Coar, suggested by Brian Tiemann <btman pacific.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR #1261
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Update the LynxOS port. [Marius Groeger <mag sysgo.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix logic error when issuing a mmap() failed message
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with a non-zero MMAP_THRESHOLD.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Chambers <davidc flosun.salk.edu>] PR#1294
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Preserve handler value on ProxyPass'ed requests by not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding calling find_types on a proxy'd request; fixes problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding where some ProxyPass'ed URLs weren't actually passed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the proxy.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lars Eilebrecht] PR#870
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a byte ordering problem in mod_access which prevented
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the old-style syntax (i.e. "a.b.c." to match a class C)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from working properly. [Dean Gaudet] PR#1248, 1328, 1384
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problem with USE_FLOCK_SERIALIZED_ACCEPT not working
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly. Each child needs to open the lockfile instead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of using the passed file-descriptor from the parent.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski] PR#1056
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the error logging in mod_cgi; the recent error log changes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding introduced a bug that prevented it from working correctly.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [M.D.Parker] PR#1352
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Default to USE_FCNTL_SERIALIZED_ACCEPT on HPUX to properly
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe handle multiple Listen directives. [Marc Slemko] PR#872
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Inherit a bugfix to fnmatch.c from FreeBSD sources.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["[KOI8-R] ������ ������" <ache nagual.pp.ru>] PR#1311
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When a configuration parse complained about a bad directive,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the logger would use whatever (unrelated) value was in errno.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe errno is now forced to EINVAL first in this case. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A sed command in the Configure script pushed the edge of POSIXness,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding breaking on some systems. [Bhaba R.Misra <system vt.edu>] PR#1368
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Solaris >= 2.5 was totally broken due to a mess up using pthread
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mutexes. [Roy Fielding, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2 Port updated; it should be possible to build OS/2 from the same
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sources as Unix now. [Brian Havard <brianh kheldar.apana.org.au>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a year formatting bug in mod_usertrack.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Eggert <eggert twinsun.com>] PR#1342
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A mild SIGTERM/SIGALRM race condition was eliminated.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1211
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Warn user that default path has changed if /usr/local/etc/httpd
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is found on the system. [Lars Eilebrecht]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various mod_mime_magic bug fixes and cleanups: Uncompression
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should work, it should work on WIN32, and a few resource
cfa64348224b66dd1c9979b809406c4d15b1c137fielding leaks and abort conditions are fixed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1205
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: On AIX 1.x files can't be named '@', fix the proxy cache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to use '%' instead of '@' in its encodings.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Schuler <schuld btv.ibm.com>] PR#1317
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improve the warning message generated when the "server is busy".
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1293
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: All ports which don't otherwise define DEF_WANTHSREGEX will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding get Spencer regex by default. This is to avoid having to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding discover bugs in operating system libraries. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: "Fix" PR#467 by generating warnings on systems which we have
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not been able to get working USE_*_SERIALIZED_ACCEPT settings for.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Document this a bit more in src/PORTING. [Dean Gaudet] PR#467
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Ensure that one copy of config warnings makes it to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding error_log. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Invent new structure and associated methods to handle config file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reading. Add "custom" hook to use config file cfg_getline() on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding something which is not a FILE* [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make single-exe Windows install. [Ben Laurie and Eric Esselink]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Make CGI work under Win95. [Ben Laurie and Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Make index.html and friends work under Win95. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Solaris 2.4 needs Spencer regex, the system regex is broken.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [John Line <jml4 cam.ac.uk>] PR#1321
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Default pathname has been changed everywhere to /usr/local/apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Sameer <sameer c2.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: AIX now uses USE_FCNTL_SERIALIZED_ACCEPT.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Bronder <David-Bronder uiowa.edu>] PR#849
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: i386 AIX does not have memmove.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Schuler <schuld btv.ibm.com>] PR#1267
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: HPUX now defaults to using Spencer regex.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Philippe Vanhaesendonck <pvanhaes be.oracle.com>,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Omar Del Rio <al112263 academ01.lag.itesm.mx>] PR#482, 1246
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Some versions of NetBSD don't automatically define
cfa64348224b66dd1c9979b809406c4d15b1c137fielding __NetBSD__. Workaround by defining NETBSD.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chris Craft <ccraft cncc.cc.co.us>] PR#977
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: UnixWare 2.x requires -lgen for syslog.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Hans Snijder <hs meganet.nl>] PR#1249
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: ULTRIX appears to not have syslog.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lars Eilebrecht <Lars.Eilebrecht unix-ag.org>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Basic Gemini port (treat it like unixware212).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["Pavel Yakovlev (Paul McHacker)" <hac tomcat.olly.ru>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: All SVR4 systems now use NET_SIZE_T = size_t, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding use USE_SHMGET_SCOREBOARD.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various improvements in detecting config file errors (missing closing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directives for <Directory>, <Files> etc. blocks, prohibiting global
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server settings in <VirtualHost> blocks, flagging unhandled multiple
cfa64348224b66dd1c9979b809406c4d15b1c137fielding arguments to <Directory>, <Files> etc.)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support to suexec wrapper program for mod_unique_id's UNIQUE_ID
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variable to provide this one to suexec'd CGIs, too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [M.D.Parker <mdpc netcom.com>] PR#1284
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New support tool: src/support/split-logfile, a sample Perl script which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding splits up a combined access log into separate files based on the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding name of the virtual host (listed first in the log records by "%v").
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3b2 (there is no 1.3b1)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) TestCompile was not passing $LIBS [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Makefile.tmpl was not using $CFLAGS in the link phase.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add debugging code to alloc.c. Defining ALLOC_DEBUG provides a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rudimentary memory debugger which can be used on live servers with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding low impact -- it sets all allocated and freed memory bytes to 0xa5.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Defining ALLOC_USE_MALLOC will cause the alloc code to use malloc()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and free() for each object. This is far more expensive and should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only be used for testing with tools such as Electric Fence and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Purify. See main/alloc.c for more details. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure uses a sh trap and didn't set its exitcode properly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1159
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Yet another vhost revamp. Add the NameVirtualHost directive which
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe explicitly lists the ip:port pairs that are to be used for name-vhosts.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe From a given ip:port, regardless what the Host: header is, you can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only reach the vhosts defined on that ip:port. The precedence of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding vhosts was reversed to match other precedences in the config --
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the earlier vhosts override the later vhosts. All vhost matching was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding moved into http_vhost.[ch]. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ap_inline can be used to force inlining. GNUC __attribute__() can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be used for whatever reason is appropriate (i.e. format() warnings
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for printf style functions). Both are enabled only with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding gcc >= 2.7.x (so that we have fewer support issues with older
cfa64348224b66dd1c9979b809406c4d15b1c137fielding versions). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix support for Proxy Authentication (we were testing the response
cfa64348224b66dd1c9979b809406c4d15b1c137fielding status too early). [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CoreDumpDirectory directive directs where the core file is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding written when a SIGSEGV, SIGBUS, SIGABORT or SIGABRT are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding received. [Marc Slemko, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Support for Atari MINT.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jan Paul Schmidt <Jan.P.Schmidt mni.fh-giessen.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When booting, apache will now detach itself from stdin, stdout,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and stderr. stderr will not be detached until after the config
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files have been read so you will be able to see initial error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding messages. After that all errors are logged in the error_log.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This makes it more convenient to start apache via rsh, ssh,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or crontabs. [Dean Gaudet] PR#523
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Also removed the auto-generated link to www.apache.org that was the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding source of so many misdirected bug reports. [Roy Fielding, Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) send_fb would not detect aborted connections in some situations.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include would use uninitialized data when parsing certain
cfa64348224b66dd1c9979b809406c4d15b1c137fielding expressions involving && and ||. [Brian Slesinsky] PR#1139
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_imap should only handle GET methods. [Jay Bloodworth]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_autoindex improperly counted &escapes; as more than one
cfa64348224b66dd1c9979b809406c4d15b1c137fielding character in the description. It also improperly truncated
cfa64348224b66dd1c9979b809406c4d15b1c137fielding descriptions that were exactly the maximum length.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) RedirectMatch was not properly escaping the result (PR#1155). Also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "RedirectMatch /advertiser/(.*) $1" is now permitted.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include now uses symbolic names to check for request success
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and return HTTP errors, and correctly handles all types of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redirections (previously it only did temporary redirect correctly).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_userdir was modifying r->finfo in cases where it wasn't setting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding r->filename. Since those two are meant to be in sync with each other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this is a bug. ["Paul B. Henson" <henson intranet.csupomona.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Support Unisys SVR4, whose uname returns mostly useless data.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["Kaufman, Steven E" <Steven.Kaufman unisys.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Inetd mode (which is buggy) uses timeouts without having setup the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding jmpbuffer. [Dean Gaudet] PR#1064
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Work around problem under Linux where a child will start looping
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reporting a select error over and over.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rick Franchuk <rickf transpect.net>] PR#1107, 987, 588
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed error in proxy_util.c when looping through multiple host IP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding addresses. [Lars Eilebrecht] PR#974
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If BUFFERED_LOGS is defined then mod_log_config will do atomic
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buffered writes -- that is, it will buffer up to PIPE_BUF (i.e. 4k)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bytes before writing, but it will never split a log entry across a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buffer boundary. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) API: the short_score record has been split into two pieces, one which
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the parent writes on, and one which the child writes on. As part of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this change the get_scoreboard_info() function was removed, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scoreboard_image was exported. This change fixes a race condition
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in file based scoreboard systems, and speeds up changes involving the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scoreboard in earlier 1.3 development. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: New register_other_child() API (see http_main.h) which allows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules to register children with the parent for maintenance. It
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is disabled by defining NO_OTHER_CHILD. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: New piped_log API (see http_log.h) which implements piped logs,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and will use register_other_child to implement reliable piped logs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when it is available. The reliable piped logs part can be disabled
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by defining NO_RELIABLE_PIPED_LOGS. At the moment reliable piped
cfa64348224b66dd1c9979b809406c4d15b1c137fielding logs is only available on Unix. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: set_last_modified() broken into set_last_modified(), set_etag(), and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding meets_conditions(). This allows conditional HTTP selection to be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handled separately from the storing of the header fields, and provides
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the ability for CGIs to set their own ETags for conditional checking.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar, Roy Fielding] PR#895
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changes to mod_log_config to allow naming of format strings.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Format nicknames are defined with "LogFormat fmt nickname", and can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be used with "LogFormat nickname" and "CustomLog logtarget nickname".
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New module, "mod_speling", which can help find files even when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the URL is slightly misspelled. [Martin Kraemer, Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: New function child_terminate() triggers the child process to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding exit, while allowing the child finish what it needs to for the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding current request first.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern, Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Windows now defaults to using full status reports with mod_status.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Alexei Kosut] PR #1094
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) *Really* disable all mod_rewrite operations if the engine is off.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Some things (like RewriteMaps) were checked/performed even if they
cfa64348224b66dd1c9979b809406c4d15b1c137fielding weren't supposed to be. [Ken Coar] PR #991
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Implement a new timer scheme which eliminates the need to call alarm() all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the time. Instead a counter in the scoreboard for each child is used to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding show when the child has made forward progress. The parent samples this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding counter every scoreboard maintenance cycle, and issues SIGALRM if no
cfa64348224b66dd1c9979b809406c4d15b1c137fielding progress has been made in the timeout period. This reduces the static
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request best-case syscall count to 22 from 29. This scheme is only
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used by systems with memory-based scoreboards. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The proxy now properly handles CONNECT requests which are sent
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to proxy servers when using ProxyRemote. [Marc Slemko] PR#1024
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A script called apachectl has been added to the support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory. This script allows you to do things such as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "apachectl start" and "apachectl restart" from the command
cfa64348224b66dd1c9979b809406c4d15b1c137fielding line. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Modules and core routines are now put into libraries, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding simplifies the link line tremendously (among other advantages).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Some of the MD5 names defined in Apache have been renamed to have
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an `ap_' prefix to avoid conflicts with routines supplied by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding external libraries. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removal of mod_auth_msql.c from the distribution. There are many
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other options for databases today. Rather than offer one option,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding offer none at this time. mod_auth_msql and other SQL database
cfa64348224b66dd1c9979b809406c4d15b1c137fielding authentication modules can be found at the Apache Module Registry.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding http://modules.apache.org/ It would be nice to offer a generic
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_auth_sql option in the near future.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: BeOS support added [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure no longer accepts the -make option, since it creates
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Makefile on the fly based on Makefile.tmpl and Configuration.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache now gracefully shuts down when it receives a SIGTERM, instead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of forcibly killing off all its processes and exiting without
cfa64348224b66dd1c9979b809406c4d15b1c137fielding cleaning up. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: A new field in the request_rec, r->mtime, has been added to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding avoid gratuitous parsing of date strings. It is intended to hold
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the last-modified date of the resource (if applicable). An
cfa64348224b66dd1c9979b809406c4d15b1c137fielding update_mtime() routine has also been added to advance it if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding appropriate. [Roy Fielding, Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: If a htaccess file can not be read due to bad permissions,
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe deny access to the directory with a HTTP_FORBIDDEN. The previous
cfa64348224b66dd1c9979b809406c4d15b1c137fielding behavior was to ignore the htaccess file if it could not be read.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This change may make some setups with unreadable htaccess files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding stop working. [Marc Slemko] PR#817
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add aplog_error() providing a mechanism to define levels of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding verbosity to the server error logging. This addition also provides
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the ability to log errors using syslogd. Error logging is configurable
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on a per-server basis using the LogLevel directive. Conversion
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of log_*() in progress. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Further enhance aplog_error() to not log filename, line number, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding errno information when it isn't applicable. [Ken Coar, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Canonicalise filenames under Win32. Short filenames are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding converted to long ones. Backslashes are converted to forward
cfa64348224b66dd1c9979b809406c4d15b1c137fielding slashes. Case is converted to lower. Parts of URLs that do not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding correspond to files are left completely alone. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: 2 new OSs added to the list of ports:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Encore's UMAX V: Arieh Markel <amarkel encore.com>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Acorn RISCiX: Stephen Borrill <sborrill xemplar.co.uk>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the server version (SERVER_VERSION macro) to the "server
cfa64348224b66dd1c9979b809406c4d15b1c137fielding configured and running" entry in the error_log. Also build an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding object file at link-time that contains the current time
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (SERVER_BUILT global const char[]), and include that in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message. [Ken Coar]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Set r->headers_out when sending responses from the proxy.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This fixes things such as the logging of headers sent from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the proxy. [Marc Slemko] PR#659
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) support/httpd_monitor is no longer distributed because the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scoreboard should not be file based if at all possible. Use
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_status to see current server snapshot.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) (set_file_slot): New function, allowing auth directives to be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding independent of the server root, so the server documents can be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding moved to a different directory or machine more easily.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David J. MacKenzie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If no TransferLog is given explicitly, decline
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to log. This supports coexistence with other logging modules,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding such as the custom one that UUNET uses. [David J. MacKenzie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Check for titles in server-parsed HTML files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Ignore leading newlines and returns in titles. The old behavior
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of replacing a newline after <title> with a space causes the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding title to be misaligned in the listing. [David J. MacKenzie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change mod_cern_meta to be configurable on a per-directory basis.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David J. MacKenzie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add 'Include' directive to allow inclusion of configuration
cfa64348224b66dd1c9979b809406c4d15b1c137fielding files within configuration files. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Proxy errors on connect() are logged to the error_log (nothing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding new); now they include the IP address and port that failed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (*that's* new). [Ken Coar, Marc Slemko] PR#352
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various architectures now define USE_MMAP_FILES which causes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the server to use mmap() for static files. There are two
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compile-time tunables MMAP_THRESHOLD (minimum number of bytes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding required to use mmap(), default is 0), and MMAP_SEGMENT_SIZE (maximum
cfa64348224b66dd1c9979b809406c4d15b1c137fielding number of bytes written in one cycle from a single mmap()d object,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding default 32768). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Added post_read_request API phase which is run right after reading
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the request from a client, or right after an internal redirect. It is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding useful for modules setting environment variables that depend only on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the headers/contents of the request. It does not run during subrequests
cfa64348224b66dd1c9979b809406c4d15b1c137fielding because subrequests inherit pretty much everything from the main
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added mod_unique_id which is used to generate a unique identifier for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding each hit, available in the environment variable UNIQUE_ID.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) init_modules is now called after the error logs have been opened. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allows modules to emit information messages into the error logs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed proxy-pass-through feature of mod_rewrite; Added error logging
cfa64348224b66dd1c9979b809406c4d15b1c137fielding information for case where proxy module is not available. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Apache has need for mutexes to serialize its children around
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accept. In prior versions either fcntl file locking or flock file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding locking were used. The method is chosen by the definition of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding USE_xxx_SERIALIZED_ACCEPT in conf.h. xxx is FCNTL for fcntl(),
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and FLOCK for flock(). New options have been added:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - SYSVSEM to use System V style semaphores
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - PTHREAD to use POSIX threads (appears to work on Solaris only)
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - USLOCK to use IRIX uslock
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Based on timing various techniques, the following changes were made
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the defaults:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Linux 2.x uses flock instead of fcntl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Solaris 2.x uses pthreads
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - IRIX uses SysV semaphores -- however multiprocessor IRIX boxes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding work far faster if you -DUSE_USLOCK_SERIALIZED_ACCEPT
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Pierre-Yves Kerembellec <Pierre-Yves.Kerembellec vtcom.fr>,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Martijn Koster <m.koster pobox.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: The semantics of accept/select make it very desirable to use
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe mutexes to serialize accept when multiple Listens are in use. But
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the case where only a single socket is open it is sometimes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redundant to serialize accept(). Not all unixes do a good job with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding potentially dozens of children blocked on accept() on the same
cfa64348224b66dd1c9979b809406c4d15b1c137fielding socket. It's now possible to define SINGLE_LISTEN_UNSERIALIZED_ACCEPT and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the server will avoid serialization when listening on only one socket,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and use serialization when listening on multiple sockets.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#467
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure changes: TestLib replaced by TestCompile, which has
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some additional capability (such as doing a sanity check of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the compiler and flags selected); the version of Solaris is now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding available via the #define value of SOLARIS2; IRIX n32bit libs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now supported and selectable by new Configuration Rule: IRIXN32;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding We no longer default to -O2 optimization. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Updated Configure: Configuration now uses AddModule to specify
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module source or binary file location, relative to src directory.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Modules can be dropped into modules/extra, or in their own
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory, and modules can come with a Makefile or Configure can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding create one. Modules can add compiler or library information to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding generated Makefiles. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Source core re-organisation: distributed modules are now in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding modules/standard. All other source code is in main. OS-specific
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code is in os/{unix,emx,win32} directories. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_browser has been removed, since it's replaced by mod_setenvif.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix another long-standing bug in sub_req_lookup_file where it would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding happily skip past access checks on subdirectories looked up with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding relative paths. (It's used by mod_dir, mod_negotiation,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and mod_include.) [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) directory_walk optimization to reduce an O(N*M) loop to O(N+M) where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding N is the number of <Directory> sections, and M is the number of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding components in the filename of an object.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding To achieve this optimization the following config changes were made:
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - Wildcards (* and ?, not the regex forms) in <Directory>s,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <Files>s, and <Location>s now treat a slash as a special
cfa64348224b66dd1c9979b809406c4d15b1c137fielding character. For example "/home/*/public_html" previously would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding match "/home/a/andrew/public_html", now it only matches things
cfa64348224b66dd1c9979b809406c4d15b1c137fielding like "/home/bob/public_html". This mimics /bin/sh behaviour.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - It's possible now to use [] wildcarding in <Directory>, <Files>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or <Location>.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Regex <Directory>s are applied after all non-regex <Directory>s.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a bug introduced in 1.3a1 directory_walk regarding .htaccess files
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe and corrupted paths. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enhanced and cleaned up the URL rewriting engine of mod_rewrite:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding First the grouped parts of RewriteRule pattern matches (parenthesis!) can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be accessed now via backreferences $1..$9 in RewriteConds test-against
cfa64348224b66dd1c9979b809406c4d15b1c137fielding strings in addition to RewriteRules subst string. Second the grouped
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parts of RewriteCond pattern matches (parenthesis!) can be accessed now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding via backreferences %1..%9 both in following RewriteCond test-against
cfa64348224b66dd1c9979b809406c4d15b1c137fielding strings and RewriteRules subst string. This provides maximum flexibility
cfa64348224b66dd1c9979b809406c4d15b1c137fielding through the use of backreferences.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Additionally the rewriting engine was cleaned up by putting common
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code to the new expand_backrefs_inbuffer() function.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When merging the main server's <Directory> and <Location> sections into
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a vhost, put the main server's first and the vhost's second. Otherwise
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the vhost can't override the main server. [Dean Gaudet] PR#717
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The <Directory> code would merge and re-merge the same section after
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a match was found, possibly causing problems with some modules.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) ip-based vhosts are stored and queried using a hashing function, which
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe has been shown to improve performance on servers with many ip-vhosts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Some other changes had to be made to accommodate this:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - the * address for vhosts now behaves like _default_
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe - the matching process now is:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - match an ip-vhost directly via hash (possibly matches main
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - if that fails, just pretend it matched the main server
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - if so far only the main server has been matched, perform
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe name-based lookups (ServerName, ServerAlias, ServerPath)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *only on name-based vhosts*
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - if they fail, look for _default_ vhosts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Dave Hankins <dhankins sugarat.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) dbmmanage overhaul:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - merge dbmmanage and dbmmanage.new functionality, remove dbmmanage.new
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - tie() to AnyDBM_File which will use one of DB_File, NDBM_File or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding GDBM_File (-ldb, -lndbm, -lgdbm) (trying each in that order)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - provide better seed for rand
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - prompt for password as per getpass(3) (turn off echo, read from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding /dev/tty, etc.)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - use "newstyle" crypt based on $Config{osname} ($^O)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - will not add a user if already in database, use new `update' command
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - added `check' command to check a users' password
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - added `import' command to convert existing password text-files or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dbm files exported with `view'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - more descriptive usage, general cleanup, 'use strict' clean, etc.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added psocket() which is a pool form of socket(), various places within
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the proxy weren't properly blocking alarms while registering the cleanup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for its sockets. bclose() now uses pclose() and pclosesocket(). There
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was a bug where the client socket was being close()d twice due a still
cfa64348224b66dd1c9979b809406c4d15b1c137fielding registered cleanup. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) A few cleanups were made to reduce time(), getpid(), and signal() calls.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: AIX >= 4.2 requires -lm due to libc changes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jason Venner <jason idiom.com>] PR#667
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enable ``=""'' for RewriteCond directives to match against
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the empty string. This is the preferred way instead of ``^$''.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed an infinite loop in mod_imap for references above the server root
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#748
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_proxy now has a ReceiveBufferSize directive, similar to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SendBufferSize, so that the TCP window can be set appropriately
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for LFNs. [Phillip A. Prindeville]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_browser has been replaced by the more general mod_setenvif
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (courtesy of Paul Sutton). BrowserMatch* directives are still
cfa64348224b66dd1c9979b809406c4d15b1c137fielding available, but are now joined by SetEnvIf*, UnSetEnvIf*, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding UnSetEnvIfZero directives. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "HostnameLookups double" forces double-reverse DNS to succeed in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding order for remote_host to be set (for logging, or for the env var
cfa64348224b66dd1c9979b809406c4d15b1c137fielding REMOTE_HOST). The old define MAXIMUM_DNS has been deprecated.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_access overhaul:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Now understands network/netmask syntax (i.e. 10.1.0.0/255.255.0.0)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and cidr syntax (i.e. 10.1.0.0/16). PR#762
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Critical path was sped up by pre-computing a few things at config time.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - The undocumented syntax "allow user-agents" was removed,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the replacement is "allow from env=foobar" combined with mod_browser.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - When used with hostnames it now forces a double-reverse lookup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no matter what the directory settings are. This double-reverse
cfa64348224b66dd1c9979b809406c4d15b1c137fielding doesn't affect any of the other routines that use the remote
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hostname. In particular it's still passed to CGIs and the log
cfa64348224b66dd1c9979b809406c4d15b1c137fielding without the double-reverse check. Related PR#860.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When a large bwrite() occurs (larger than the internal buffer size),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding while there is already something in the buffer, apache will combine
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe the large write and the buffer into a single writev(). (This is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in anticipation of using mmap() for reading files.)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) In obscure cases where a partial socket write occurred while chunking,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache would omit the chunk header/footer on the next block. Cleaned
cfa64348224b66dd1c9979b809406c4d15b1c137fielding up other bugs/inconsistencies in error conditions in buff.c. Fixed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a bug where a long pause in DNS lookups could cause the last packet
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of a response to be unduly delayed. [Roy Fielding, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Added child_exit function to module structure. This is called
cfa64348224b66dd1c9979b809406c4d15b1c137fielding once per "heavy-weight process" just before a server child exit()'s
cfa64348224b66dd1c9979b809406c4d15b1c137fielding e.g. when max_requests_per_child is reached, etc.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern, Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include cleanup showed that handle_else was being used to handle
cfa64348224b66dd1c9979b809406c4d15b1c137fielding endif. It didn't cause problems, but it was cleaned up too.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Howard Fear]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cern_meta would attempt to find meta files for the directory itself
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in some cases, but not in others. It now avoids it in all cases.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_mime_magic would core dump if there was a decompression error.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer <Martin.Kraemer mch.sni.de>] PR#904
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: some variants of DGUX require -lsocket -lnsl
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Alexander L Jones <alex systems-options.co.uk>] PR#732
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_autoindex now allows sorting of FancyIndexed directory listings
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by the various fields (name, size, et cetera), either in ascending
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or descending order. Just click on the column header. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Various tweaks to eliminate pointer-int casting warnings on 64-bit
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CPUs like the Alpha. Apache still stores ints in pointers, but that's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the relatively safe direction. [Dean Gaudet] PR#344
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: QNX mmap() support for faster/more reliable scoreboard handling.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Igor N Kovalenko <infoh mail.wplus.net>] PR#683
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) child_main avoids an unneeded call to select() when there is only one
cfa64348224b66dd1c9979b809406c4d15b1c137fielding listening socket. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In the event that the server is starved for idle servers it will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding spawn 1, then 2, then 4, ..., then 32 servers each second,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding doubling each second. It'll also give a warning in the errorlog
cfa64348224b66dd1c9979b809406c4d15b1c137fielding since the most common reason for this is a poor StartServers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding setting. The define MAX_SPAWN_RATE can be used to raise/lower
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the maximum. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache now provides an effectively unbuffered connection for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CGI scripts. This means that data will be sent to the client
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as soon as the CGI pauses or stops output; previously, Apache would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buffer the output up to a fixed buffer size before sending, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding could result in the user viewing an empty page until the CGI finished
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or output a complete buffer. It is no longer necessary to use an
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "nph-" CGI to get unbuffered output. Given that most CGIs are written
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in a language that by default does buffering (e.g. perl) this
cfa64348224b66dd1c9979b809406c4d15b1c137fielding shouldn't have a detrimental effect on performance.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "nph-" CGIs, which formerly provided a direct socket to the client
cfa64348224b66dd1c9979b809406c4d15b1c137fielding without any server post-processing, were not fully compatible with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding HTTP/1.1 or SSL support. As such they would have had to implement
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the transport details, such as encryption or chunking, in order
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe to work properly in certain situations. Now, the only difference
cfa64348224b66dd1c9979b809406c4d15b1c137fielding between nph and non-nph scripts is "non-parsed headers".
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Sameer Parekh, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If a BUFF is switched from buffered to unbuffered reading the first
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bread() will return whatever remained in the buffer prior to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding switch. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3a1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added another Configure helper script: TestLib. It determines
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if a specified library exists. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Allow for use of n32bit libraries under IRIX 6.x
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [derived from patch from Jeff Hayes <jhayes aw.sgi.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#721
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Some architectures use size_t for various lengths in network
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe functions such as accept(), and getsockname(). The definition
cfa64348224b66dd1c9979b809406c4d15b1c137fielding NET_SIZE_T is used to control this. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Linux: Attempt to detect glibc based systems and include crypt.h
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and -lcrypt. Test for various db libraries (dbm, ndbm, db) when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_auth_dbm or mod_auth_db are included. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: QNX doesn't have initgroups() which support/suexec.c uses.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Igor N Kovalenko <infoh mail.wplus.net>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "force-response-1.0" now only applies to requests which are HTTP/1.0 to
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe begin with. "nokeepalive" now works for HTTP/1.1 clients. Added
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "downgrade-1.0" which causes Apache to pretend it received a 1.0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] related PR#875
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Correct child_init() slot declaration from int to void, to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding match the init() declaration. Update mod_example to use the new
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hook. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) added transport handle slot (t_handle) to the BUFF structure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) get_client_block() returns wrong length if policy is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding REQUEST_CHUNKED_DECHUNK.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#815
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Support the image map format of FrontPage. For example:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rect /url.hrm 10 20 30 40
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["Chris O'Byrne" <obyrne iol.ie>] PR#807
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: -lresolv and -lsocks were in the wrong order for Solaris.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["Darren O'Shaughnessy" <darren aaii.oz.au>] PR#846
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) AddModuleInfo directive for mod_info which allows you to annotate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the output of mod_info. ["Lou D. Langholtz" <ldl usi.utah.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Added NoProxy directive to avoid using ProxyRemote for selected
cfa64348224b66dd1c9979b809406c4d15b1c137fielding addresses. Added ProxyDomain directive to cause unqualified
cfa64348224b66dd1c9979b809406c4d15b1c137fielding names to be qualified by redirection.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer <Martin.Kraemer mch.sni.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Support Proxy Authentication, and don't pass the Proxy-Authorize
cfa64348224b66dd1c9979b809406c4d15b1c137fielding header to the remote host in the proxy. [Sameer Parekh and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Wallace]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Upgraded mod_rewrite from 3.0.6+ to latest officially available version
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3.0.9. This upgrade includes: fixed deadlooping on rewriting to same
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe URLs, fixed rewritelog(), fixed forced response code handling on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redirects from within .htaccess files, disabled pipe locking under
cfa64348224b66dd1c9979b809406c4d15b1c137fielding braindead SunOS 4.1.x, allow env variables to be set even on rules with
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe no substitution, bugfixed situations where HostnameLookups is off, made
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_rewrite more thread-safe for NT port and fixed problem when creating
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an empty query string via "xxx?".
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This update also removes the copyright of Ralf S. Engelschall,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding i.e. now mod_rewrite no longer has a shared copyright. Instead is is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding exclusively copyrighted by the Apache Group now. This happened because
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the author now has gifted mod_rewrite exclusively to the Apache Group and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no longer maintains an external version.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Added child_init function to module structure. This is called
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe once per "heavy-weight process" before any requests are handled.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding See http_config.h for more details. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Anonymous_LogEmail was logging on each subrequest.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#421, 868
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Added is_initial_req() which tests if the request being
cfa64348224b66dd1c9979b809406c4d15b1c137fielding processed is the initial request, or a subrequest.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Extended SSI (mod_include) now handles additional relops for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding string comparisons (<, >, <=, and >=). [Bruno Wolff III] PR#41
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure fixed to correctly propagate user-selected options and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding settings (such as CC and OPTIM) to Makefiles other than
cfa64348224b66dd1c9979b809406c4d15b1c137fielding src/Makefile (notably support/Makefile). [Ken Coar] PR#666, #834
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) IndexOptions SuppressHTMLPreamble now causes the actual HTML of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory indices to start with the contents of the HeaderName file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if there is one. If there isn't one, the behaviour is unchanged.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar, Roy Fielding, Andrey A. Chernov]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) WIN32: Modules can now be dynamically loaded DLLs using the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding LoadModule/LoadFile directives. Note that module DLLs must be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compiled with the multithreaded DLL version of the runtime library.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Alexei Kosut and Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Automatic indexing removed from mod_dir and placed into mod_autoindex.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This allows the admin to completely remove automatic indexing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from the server, while still supporting the basic functions of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding trailing-slash redirects and DirectoryIndex files. Note that if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding you're carrying over an old Configuration file and you use directory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding indexing then you'll want to add:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Module autoindex_module mod_autoindex.o
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding before mod_dir in your Configuration. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) popendir/pclosedir created to properly protect directory scanning.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#525
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) AliasMatch, ScriptAliasMatch and RedirectMatch directives added,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding giving regex support to mod_alias. <DirectoryMatch>, <LocationMatch>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and <FilesMatch> sections added to succeed <DirectoryMatch ~>, etc...
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The AccessFileName directive can now take more than one filename.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["Lou D. Langholtz" <ldl usi.utah.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The new mod_mime_magic can be used to "magically" determine the type
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of a file if the extension is unknown. Based on the unix file(1)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding command. [Ian Kluft <ikluft cisco.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) We now determine and display the time spent processing a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request if desired. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_status: PID field of "dead" child slots no longer displays
cfa64348224b66dd1c9979b809406c4d15b1c137fielding main httpd process's PID. [Jim Jagielski]
75c180fb45396964ad10af6444077798a470b6a3jorton
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Makefile.nt added - to build all the bits from the command line:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nmake -f Makefile.nt
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Doesn't yet work properly. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Default text of 404 error is now "Not Found" rather than the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding potentially misleading "File Not Found". [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CONFIG: "HostnameLookups" now defaults to off because it is far better
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for the net if we require people that actually need this data to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding enable it. [Linus Torvalds]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) directory_walk() is an expensive function, keep a little more state to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding avoid needless string counting. Add two new functions make_dirstr_parent
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and make_dirstr_prefix which replace all existing uses of make_dirstr.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The new functions are a little less general than make_dirstr, but
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe work more efficiently (less memory, less string counting).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) EXTRA_LFLAGS was changed to EXTRA_LDFLAGS (and LFLAGS was changed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to LDFLAGS) to avoid complications with lex rules in make files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#372
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) run_method optimized to avoid needless scanning over NULLs in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module list. [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Revamp of (unix) scoreboard management code such that it avoids
cfa64348224b66dd1c9979b809406c4d15b1c137fielding unnecessary traversals of the scoreboard on each hit. This is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding particularly important for high volume sites with a large
cfa64348224b66dd1c9979b809406c4d15b1c137fielding HARD_SERVER_LIMIT. Some of the previous operations were O(n^2),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and are now O(n). See also SCOREBOARD_MAINTENANCE_INTERVAL in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding httpd.h. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In configurations using multiple Listen statements it was possible for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding busy sockets to starve other sockets of service. [Dean Gaudet]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added hook so standalone_main can be replaced at compile time
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (define STANDALONE_MAIN)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Lowest-level read/write functions in buff.c will be replaced with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the SFIO library calls sfread/sfwrite if B_SFIO is defined at
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compile time. The default sfio discipline will behave as apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding would without sfio compiled in.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enhance UserDir directive (mod_userdir) to accept a list of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding usernames for the 'disable' keyword, and add 'enable user...' to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding selectively *en*able userdirs if they're globally disabled.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If NETSCAPE_DBM_COMPAT is defined in EXTRA_CFLAGS then Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding will work with Netscape dbm files. (dbmmanage will probably not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding work however.) [Alexander Spohr <aspohr netmatic.com>] PR#444
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a ListenBacklog directive to control the backlog parameter
cfa64348224b66dd1c9979b809406c4d15b1c137fielding passed to listen(). Also change the default to 511 from 512.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: A new handler response DONE which informs apache that the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request has been handled and it can finish off quickly, similar to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding how it handles errors. [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Turn off chunked encoding after sending terminating chunk/footer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so that we can't do it twice by accident. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_expire also issues Cache-Control: max-age headers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Added kill_only_once option for free_proc_chain so that it won't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding aggressively try to kill off specific children. For fastcgi.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Stanley Gambarin <gambarin OpenMarket.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_auth deals with extra ':' delimited fields. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added IconHeight and IconWidth to mod_dir's IndexOptions directive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding When used together, these cause mod_dir to emit HEIGHT and WIDTH
cfa64348224b66dd1c9979b809406c4d15b1c137fielding attributes in the FancyIndexing IMG tags. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Sequent and SONY NEWS-OS support added. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Added Windows NT support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie and Ambarish Malpani <ambarish valicert.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2.6
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include when using XBitHack Full would send ETags in addition to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sending Last-Modifieds. This is incorrect HTTP/1.1 behaviour.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#1133
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: When a client connects to a particular port/addr, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding gives a Host: header ensure that the virtual host requested can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding actually be reached via that port/addr. [Ed Korthof <ed organic.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Support virtual hosts with wildcard port and/or multiple ports
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly. [Ed Korthof <ed organic.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed some case-sensitivity issues according to RFC2068.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Set r->allowed properly in mod_asis.c, mod_dir.c, mod_info.c,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and mod_include.c. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Variable 'cwd' was being used pointlessly before being set.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR#1738
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SIGURG doesn't exist on all platforms.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Mark Andrew Heinrich <heinrich tinderbox.Stanford.EDU>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When an error occurs during a POST, or other operation with a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request body, the body has to be read from the net before allowing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a keepalive session to continue. [Roy Fielding] PR#1399
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When an error occurs in fcntl() locking suggest the user look up
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the docs for LockFile. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) table_set() and table_unset() did not deal correctly with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding multiple occurrences of the same key. [Stephen Scheck
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <sscheck infonex.net>, Ben Laurie] PR#1604
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) send_fd_length() did not calculate total_bytes_sent properly in error
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe cases. [Ben Reser <breser regnow.com>] PR#1366
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) r->connection->user was allocated in the wrong pool causing corruption
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in some cases when used with mod_cern_meta. [Dean Gaudet] PR#1500
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Also removed the auto-generated link to www.apache.org that was the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe source of so many misdirected bug reports. [Roy Fielding, Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Multiple "close" tokens may have been set in the "Connection"
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe header, not an error, but a waste.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<Ronald.Tschalaer psi.ch>] PR#1683
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "basic" and "digest" auth tokens should be tested case-insensitive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<Ronald.Tschalaer psi.ch>] PR#1599, PR#1666
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) It appears the "257th byte" bug (see
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
cfa64348224b66dd1c9979b809406c4d15b1c137fielding at the 256th byte as well. Fixed. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_rewrite would not handle %3f properly in some situations.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache could generate improperly chunked HTTP/1.1 responses when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the bputc() or rputc() functions were used by modules (such as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_include). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) #ifdef wrap a few #defines in httpd.h to make life easier on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding some ports. [Ralf Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix MPE compilation error in mod_usertrack.c. [Mark Bixby]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Quote CC='$(CC)' to improve recurse make calls. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Avoid B_ERROR redeclaration on sysvr4 systems. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2.5
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Fix a possible buffer overflow in logresolve. This is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding only an issue on systems without a MAXDNAME define or where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the resolver returns domain names longer than MAXDNAME. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix an improper length in an ap_snprintf call in proxy_date_canon().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix core dump in the ftp proxy when reading incorrectly formatted
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory listings. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Fix possible minor buffer overflow in the proxy cache.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Eliminate possible buffer overflow in cfg_getline, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is used to read various types of files such as htaccess and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htpasswd files. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Ensure that the buffer returned by ht_time is always
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly null terminated. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: General mod_include cleanup, including fixing several
cfa64348224b66dd1c9979b809406c4d15b1c137fielding possible buffer overflows and a possible infinite loop. This cleanup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was done against 1.3 code and then backported to 1.2, the result
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is a large difference (due to indentation cleanup in 1.3 code).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Users interested in seeing a smaller set of relevant differences
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should consider comparing against src/modules/standard/mod_include.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding from the 1.3b3 release. Non-indentation changes to mod_include
cfa64348224b66dd1c9979b809406c4d15b1c137fielding between 1.2 and 1.3 were minimal. [Dean Gaudet, Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Numerous changes to mod_imap in a general cleanup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding including fixing a possible buffer overflow. This cleanup also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding was done with 1.3 code as a basis, see the previous note
cfa64348224b66dd1c9979b809406c4d15b1c137fielding about mod_include. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: If a htaccess file can not be read due to bad
cfa64348224b66dd1c9979b809406c4d15b1c137fielding permissions, deny access to the directory with a HTTP_FORBIDDEN.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The previous behavior was to ignore the htaccess file if it could not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be read. This change may make some setups with unreadable
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htaccess files stop working. PR#817 [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: no2slash() was O(n^2) in the length of the input.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Make it O(n). This inefficiency could be used to mount a denial
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of service attack against the Apache server. Thanks to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Michal Zalewski <lcamtuf boss.staszic.waw.pl> for reporting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include used uninitialized data for some uses of && and ||.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Slesinsky <bslesins wired.com>] PR#1139
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_imap should decline all non-GET methods.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jay Bloodworth <jay pathways.sde.state.sc.us>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_userdir was modifying r->finfo in cases where it wasn't setting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding r->filename. Since those two are meant to be in sync with each other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this is a bug. ["Paul B. Henson" <henson intranet.csupomona.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include did not properly handle all possible redirects from sub-
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe requests. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Inetd mode (which is buggy) uses timeouts without having setup the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding jmpbuffer. [Dean Gaudet] PR#1064
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Work around problem under Linux where a child will start looping
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reporting a select error over and over.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rick Franchuk <rickf transpect.net>] PR#1107
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2.4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The ProxyRemote change in 1.2.3 introduced a bug resulting in the proxy
cfa64348224b66dd1c9979b809406c4d15b1c137fielding always making requests with the full-URI instead of just the URI path.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add -lm for AIX versions >= 4.2 to allow Apache to link properly
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe on this platform. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wroweChanges with Apache 1.2.3
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The request to a remote proxy was mangled if it was generated as the
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe result of a ProxyPass directive. URL schemes other than http:// were not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding supported when ProxyRemote was used. PR#260, PR#656, PR#699, PR#713,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#812 [Lars Eilebrecht]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed proxy-pass-through feature of mod_rewrite; Added error logging
cfa64348224b66dd1c9979b809406c4d15b1c137fielding information for case where proxy module is not available. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Force proxy to always respond as HTTP/1.0, which it was failing to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding do for errors and cached responses. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Improved support for ConvexOS 11. [Jeff Venters]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2.2 [not released]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed another long-standing bug in sub_req_lookup_file where it would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding happily skip past access checks on subdirectories looked up with relative
cfa64348224b66dd1c9979b809406c4d15b1c137fielding paths. (It's used by mod_dir, mod_negotiation, and mod_include.)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add lockfile name to error message printed out when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding USE_FLOCK_SERIALIZED_ACCEPT is defined.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Enhanced the chunking and error handling inside the buffer functions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) When merging the main server's <Directory> and <Location> sections into
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a vhost, put the main server's first and the vhost's second. Otherwise
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the vhost can't override the main server. [Dean Gaudet] PR#717
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The <Directory> code would merge and re-merge the same section after
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a match was found, possibly causing problems with some modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed an infinite loop in mod_imap for references above the server root.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#748
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include cleanup showed that handle_else was being used to handle
cfa64348224b66dd1c9979b809406c4d15b1c137fielding endif. It didn't cause problems, but it was cleaned up too.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Howard Fear]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Last official synchronization of mod_rewrite with author version (because
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_rewrite is now directly developed by the author at the Apache Group):
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o added diff between mod_rewrite 3.0.6+ and 3.0.9
cfa64348224b66dd1c9979b809406c4d15b1c137fielding minus WIN32/NT stuff, but plus copyright removement.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding In detail:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - workaround for detecting infinite rewriting loops
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - fixed setting of env vars when "-" is used as subst string
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - fixed forced response code on redirects (PR#777)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - fixed cases where r->args is ""
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - kludge to disable locking on pipes under braindead SunOS
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - fix for rewritelog in cases where remote hostname is unknown
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - fixed totally damaged request_rec walk-back loop
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o remove static from local data and add static to global ones.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o replaced ugly proxy finding stuff by simple
cfa64348224b66dd1c9979b809406c4d15b1c137fielding find_linked_module("mod_proxy") call.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o added missing negation char on rewritelog()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding o fixed a few comment typos
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Anonymous_LogEmail was logging on each subrequest.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#421, PR#868
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "force-response-1.0" now only applies to requests which are HTTP/1.0 to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding begin with. "nokeepalive" now works for HTTP/1.1 clients. Added
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "downgrade-1.0" which causes Apache to pretend it received a 1.0.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Additionally mod_browser now triggers during translate_name to workaround
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a deficiency in the header_parse phase.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#875
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) get_client_block() returns wrong length if policy is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding REQUEST_CHUNKED_DECHUNK.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#815
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Properly treat <files> container like other containers in mod_info.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko] PR#848
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The proxy didn't treat the "Host:" keyword of the host header as case-
cfa64348224b66dd1c9979b809406c4d15b1c137fielding insensitive. The proxy would corrupt the first line of a response from
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an HTTP/0.9 server. [Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#813,814
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include would log some bogus values occasionally.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Skip Montanaro <skip calendar.com>, Marc Slemko] PR#797
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: The slack fd changes in 1.2.1 introduced a problem with SIGHUP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding under Solaris 2.x (up through 2.5.1). It has been fixed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#832
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: In HTTP/1.1, whether or not a request message contains a body
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is independent of the request method and based solely on the presence
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of a Content-Length or Transfer-Encoding. Therefore, our default
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handlers need to be prepared to read a body even if they don't know
cfa64348224b66dd1c9979b809406c4d15b1c137fielding what to do with it; otherwise, the body would be mistaken for the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding next request on a persistent connection. discard_request_body()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has been added to take care of that. [Roy Fielding] PR#378
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) API: Symbol APACHE_RELEASE provides a numeric form of the Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding release version number, such that it always increases along the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding same lines as our source code branching. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Minor oversight on multiple variants fixed. [Paul Sutton] PR#94
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2.1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Don't serve file system objects unless they are plain files,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding symlinks, or directories. This prevents local users from using pipes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or named sockets to invoke programs for an extremely crude form of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CGI. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: HeaderName and ReadmeName were settable in .htaccess and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding could contain "../" allowing a local user to "publish" any file on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the system. No slashes are allowed now. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: It was possible to violate the symlink Options using mod_dir
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (headers, readmes, titles), mod_negotiation (type maps), or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_cern_meta (meta files). [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SECURITY: Apache will refuse to run as "User root" unless
cfa64348224b66dd1c9979b809406c4d15b1c137fielding BIG_SECURITY_HOLE is defined at compile time. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CONFIG: If a symlink pointed to a directory then it would be disallowed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if it contained a .htaccess disallowing symlinks. This is contrary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the rule that symlink permissions are tested with the symlink
cfa64348224b66dd1c9979b809406c4d15b1c137fielding options of the parent directory. [Dean Gaudet] PR#353
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CONFIG: The LockFile directive can be used to place the serializing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding lockfile in any location. It previously defaulted to /usr/tmp/htlock.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Somehow it took four of us: Randy Terbush, Jim Jagielski, Dean Gaudet,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Request processing now retains state of whether or not the request
cfa64348224b66dd1c9979b809406c4d15b1c137fielding body has been read, so that internal redirects and subrequests will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not try to read it twice (and block). [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add a placeholder in modules/Makefile to avoid errors with certain
cfa64348224b66dd1c9979b809406c4d15b1c137fielding makes. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) QUERY_STRING was unescaped in mod_include, it shouldn't be.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#644
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include was not properly changing the current directory.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko] PR#742
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Attempt to work around problems with third party libraries that do not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handle high numbered descriptors (examples include bind, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding solaris libc). On all systems apache attempts to keep all permanent
cfa64348224b66dd1c9979b809406c4d15b1c137fielding descriptors above 15 (called the low slack line). Solaris users
cfa64348224b66dd1c9979b809406c4d15b1c137fielding can also benefit from adding -DHIGH_SLACK_LINE=256 to EXTRA_CFLAGS
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which keeps all non-FILE * descriptors above 255. On all systems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this should make supporting large numbers of vhosts with many open
cfa64348224b66dd1c9979b809406c4d15b1c137fielding log files more feasible. If this causes trouble please report it,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding you can disable this workaround by adding -DNO_SLACK to EXTRA_CFLAGS.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] various PRs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Related to the last entry, network sockets are now opened before
cfa64348224b66dd1c9979b809406c4d15b1c137fielding log files are opened. The only known case where this can cause
cfa64348224b66dd1c9979b809406c4d15b1c137fielding problems is under Solaris with many virtualhosts and many Listen
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directives. But using -DHIGH_SLACK_LINE=256 described above will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding work around this problem. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) USE_FLOCK_SERIALIZED_ACCEPT is now default for FreeBSD, A/UX, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SunOS 4.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improved unix error response logging. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update mod_rewrite from 3.0.5 to 3.0.6. New ruleflag
cfa64348224b66dd1c9979b809406c4d15b1c137fielding QSA=query_string_append. Also fixed a nasty bug in per-dir context:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when a URL http://... was used in conjunction with a special
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redirect flag, e.g. R=permanent, the permanent status was lost.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ronald Tschalaer <Ronald.Tschalaer psi.ch>, Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If an object has multiple variants that are otherwise equal Apache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding would prefer the last listed variant rather than the first.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Sutton] PR#94
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "make clean" at the top level now removes *.o. [Dean Gaudet] PR#752
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_status dumps core in inetd mode. [Marc Slemko and Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#566
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) pregsub had an off-by-1 in its error checking code. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: fix rlim_t problems with AIX 4.2. [Marc Slemko] PR#333
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Update UnixWare support for 2.1.2.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Lawrence Rosenman <ler lerctr.org>] PR#511
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: NonStop-UX [Joachim Schmitz <schmitz_joachim tandem.com>] PR#327
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Update ConvexOS support for 11.5.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David DeSimone <fox convex.com>] PR#399
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Support for DEC cc compiler under ULTRIX.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ["P. Alejandro Lopez-Valencia" <alejolo ideam.gov.co>] PR#388
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: Workaround for AIX 3.x compiler bug in http_bprintf.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko] PR#725
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PORT: fix problem compiling http_bprintf.c with gcc under SCO
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko] PR#695
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b11
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added undocumented perl SSI mechanism for -DUSE_PERL_SSI and mod_perl.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Doug MacEachern, Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Proxy needs to use hard_timeout instead of soft_timeout when it is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reading from one buffer and writing to another, at least until it has
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a custom timeout handler. [Roy Fielding and Petr Lampa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem on IRIX with servers hanging in IdentityCheck,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apparently due to a mismatch between sigaction and setjmp.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding] PR#502
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Log correct status code if we timeout before receiving a request (408)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or if we received a request-line that was too long to process (414).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ed Korthof and Roy Fielding] PR#601
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Virtual hosts with the same ServerName, but on different ports, were
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not being selected properly. [Ed Korthof]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added code to return the requested IP address from proxy_host2addr()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if gethostbyaddr() fails due to reverse DNS lookup problems. Original
cfa64348224b66dd1c9979b809406c4d15b1c137fielding change submitted by Jozsef Hollosi <hollosi sbcm.com>.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chuck Murcko] PR#614
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If multiple requests on a single connection are used to retrieve
cfa64348224b66dd1c9979b809406c4d15b1c137fielding data from different virtual hosts, the virtual host list would be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scanned starting with the most recently used VH instead of the first,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding causing most virtual hosts to be ignored.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Sutton and Martin Mares] PR#610
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The OS/2 handling of process group was broken by a porting patch for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MPE, so restored prior code for OS/2. [Roy Fielding and Garey Smiley]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Inherit virtual server port from main server if none (or "*") is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding given for VirtualHost. [Dean Gaudet] PR#576
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If the lookup for a DirectoryIndex name with content negotiation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has found matching variants, but none are acceptable, return the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding negotiation result if there are no more DirectoryIndex names to lookup.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Petr Lampa and Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If a soft_timeout occurs after keepalive is set, then the main child
cfa64348224b66dd1c9979b809406c4d15b1c137fielding loop would try to read another request even though the connection
cfa64348224b66dd1c9979b809406c4d15b1c137fielding has been aborted. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure changes: Allow for whitespace at the start of a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Module declaration. Also, be more understanding about the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CC=/OPTIM= format in Configuration. Finally, fix compiler
cfa64348224b66dd1c9979b809406c4d15b1c137fielding flags if using HP-UX's cc compiler. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Subrequests and internal redirects now inherit the_request from the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding original request-line. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Test for error conditions before creating output header fields, since
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we don't want the error message to include those fields. Likewise,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reset the content_language(s) and content_encoding of the response
cfa64348224b66dd1c9979b809406c4d15b1c137fielding before generating or redirecting to an error message, since the new
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message will have its own Content-* definitions. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Restored the semantics of headers_out (headers sent only with 200..299
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and 304 responses) and err_headers_out (headers sent with all responses).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Avoid the overhead of copying tables if err_headers_out is empty
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (the usual case). [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed a couple places where a check for the default Content-Type was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not properly checking both the value configured by the DefaultType
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directive and the DEFAULT_TYPE symbol in httpd.h. Changed the value
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of DEFAULT_TYPE to match the documented default (text/plain).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#506
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Escape the HTML-sensitive characters in the Request-URI that is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding output for each child by mod_status. [Dean Gaudet and Ken Coar] PR#501
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Properly initialize the flock structures used by the mutex locking
cfa64348224b66dd1c9979b809406c4d15b1c137fielding around accept() when USE_FCNTL_SERIALIZED_ACCEPT is defined.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The method for determining PATH_INFO has been restored to the pre-1.2b
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (and NCSA httpd) definition wherein it was the extra path info beyond
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the CGI script filename. The environment variable FILEPATH_INFO has
cfa64348224b66dd1c9979b809406c4d15b1c137fielding been removed, and instead we supply the original REQUEST_URI to any
cfa64348224b66dd1c9979b809406c4d15b1c137fielding script that wants to be Apache-specific and needs the real URI path.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This solves a problem with existing scripts that use extra path info
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the ScriptAlias directive to pass options to the CGI script.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The _default_ change in 1.2b10 will change the behaviour on configs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that use multiple Listen statements for listening on multiple ports.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding But that change is necessary to make _default_ consistent with other
cfa64348224b66dd1c9979b809406c4d15b1c137fielding forms of <VirtualHost>. It requires such configs to be modified
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to use <VirtualHost _default_:*>. The documentation has been
cfa64348224b66dd1c9979b809406c4d15b1c137fielding updated. [Dean Gaudet] PR#530
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If an ErrorDocument CGI script is used to respond to an error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding generated by another CGI script which has already read the message
cfa64348224b66dd1c9979b809406c4d15b1c137fielding body of the request, the server would block trying to read the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding message body again. [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) signal() replacement conflicted with a define on QNX (and potentially
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other platforms). Fixed. [Ben Laurie] PR#512
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b10
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow HTTPD_ROOT, SERVER_CONFIG_FILE, DEFAULT_PATH, and SHELL_PATH
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to be configured via -D in Configuration. [Dean Gaudet] PR#449
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) <VirtualHost _default_:portnum> didn't work properly. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added prototype for mktemp() for SUNOS4 [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In mod_proxy.c, check return values for proxy_host2addr() when reading
cfa64348224b66dd1c9979b809406c4d15b1c137fielding config, in case the hostent struct returned is trash.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chuck Murcko] PR #491
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed the fix in 1.2b9 for parsing URL query info into args for CGI
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scripts. [Dean Gaudet, Roy Fielding, Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b9 [never announced]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reset the MODULE_MAGIC_NUMBER to account for the unsigned port
cfa64348224b66dd1c9979b809406c4d15b1c137fielding changes and in anticipation of 1.2 final release. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problem with scripts not receiving a SIGPIPE when client drops
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the connection (e.g., when user presses Stop). Apache will now stop
cfa64348224b66dd1c9979b809406c4d15b1c137fielding trying to send a message body immediately after an error from write.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding and Nathan Kurz] PR#335
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rearrange Configuration.tmpl so that mod_rewrite has higher priority
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than mod_alias, and mod_alias has higher priority than mod_proxy;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding rearranged other modules to enhance understanding of their purpose
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and relative order (and maybe even reduce some overhead).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding and Sameer Parekh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix graceful restart. Eliminate many signal-related race
cfa64348224b66dd1c9979b809406c4d15b1c137fielding conditions in both forms of restart, and in SIGTERM. See
cfa64348224b66dd1c9979b809406c4d15b1c137fielding htdocs/manual/stopping.html for details on stopping and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding restarting the parent. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix memory leaks in mod_rewrite, mod_browser, mod_include. Tune
cfa64348224b66dd1c9979b809406c4d15b1c137fielding memory allocator to avoid a behaviour that required extra blocks to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be allocated. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow suexec to access files relative to current directory but not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding above. (Excluding leading / or any .. directory.) [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#269, 319, 395
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix suexec segfault when group doesn't exist. [Gregory Neil Shapiro]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PR#367, 368, 354, 453
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix the above fix: if suexec is enabled, avoid destroying r->url
cfa64348224b66dd1c9979b809406c4d15b1c137fielding while obtaining the /~user and save the username in a separate data
cfa64348224b66dd1c9979b809406c4d15b1c137fielding area so that it won't be overwritten by the call to getgrgid(), and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fix some misuse of the pool string allocation functions. Also fixes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a general problem with parsing URL query info into args for CGI scripts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding] PR#339, 367, 354, 453
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix IRIX warning about bzero undefined. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix problem with <Directory proxy:...>. [Martin Kraemer] PR#271
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Corrected spelling of "authoritative". AuthDBAuthoratative became
cfa64348224b66dd1c9979b809406c4d15b1c137fielding AuthDBAuthoritative. [Marc Slemko] PR#420
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) MaxClients should be at least 1. [Lars Eilebrecht] PR#375
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The default handler now logs invalid methods or URIs (i.e. PUT on an
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe object that can't be PUT, or FOOBAR for some method FOOBAR that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding apache doesn't know about at all). Log 404s that occur in mod_include.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Paul Sutton, John Van Essen]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If a soft timeout (or lingerout) occurs while trying to flush a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding buffer or write inside buff.c or fread'ing from a CGI's output,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding then the timeout would be ignored. [Roy Fielding] PR#373
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Work around a bug in Netscape Navigator versions 2.x, 3.x and 4.0b2's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parsing of headers. If the terminating empty-line CRLF occurs starting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding at the 256th or 257th byte of output, then Navigator will think a normal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding image is invalid. We are guessing that this is because their initial
cfa64348224b66dd1c9979b809406c4d15b1c137fielding read of a new request uses a 256 byte buffer. We check the bytes written
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so far and, if we are about to tickle the bug, we instead insert a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding padding header of eminent bogosity. [Roy Fielding and Dean Gaudet] PR#232
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed SIGSEGV problem when a DirectoryIndex file is also the source
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of an external redirection. [Roy Fielding and Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure would create a broken Makefile if the configuration file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding contained a commented-out Rule. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Promote per_dir_config and subprocess_env from the subrequest to the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding main request in mod_negotiation. In particular this fixes a bug
cfa64348224b66dd1c9979b809406c4d15b1c137fielding where <Files> sections wouldn't properly apply to negotiated content.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix a potential deadlock in mod_cgi script_err handling.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) rotatelogs zero-pads the logfile names to improve alphabetic sorting.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Mitchell Blank Jr]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Updated mod_rewrite to 3.0.4: Fixes HTTP redirects from within
cfa64348224b66dd1c9979b809406c4d15b1c137fielding .htaccess files because the RewriteBase was not replaced correctly.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Updated mod_rewrite to 3.0.5: Fixes problem with rewriting inside
cfa64348224b66dd1c9979b809406c4d15b1c137fielding <Directory> sections missing a trailing /. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clean up Linux settings in conf.h by detecting 2.x versus 1.x. For
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1.x the settings are those of pre-1.2b8. For 2.x we include
cfa64348224b66dd1c9979b809406c4d15b1c137fielding USE_SHMGET_SCOREBOARD (scoreboard in shared memory rather than file) and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding HAVE_SYS_RESOURCE_H (enable the RLimit commands).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR#336, PR#340
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Redirect did not preserve ?query_strings when present in the client's
cfa64348224b66dd1c9979b809406c4d15b1c137fielding request. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configure was finding non-modules on EXTRA_LIBS. [Frank Cringle] PR#380
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use /bin/sh5 on ULTRIX. [P. Alejandro Lopez-Valencia] PR#369
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add UnixWare compile/install instructions. [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add mod_example (illustration of API techniques). [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add macro for memmove to conf.h for SUNOS4. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improve handling of directories when filenames have spaces in them.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) For hosts with multiple IP addresses, try all additional addresses if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding necessary to get a connect. Fail only if hostent address list is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding exhausted. [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) More signed/unsigned port fixes. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) HARD_SERVER_LIMIT can be defined in the Configuration file now.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b8
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) suexec.c doesn't close the log file, allowing CGIs to continue writing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to it. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The addition of <Location> and <File> directives made the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sub_req_lookup_simple() function bogus, so we now handle
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the special cases directly. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) We now try to log where the server is dumping core when a fatal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding signal is received. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improved lingering_close by adding a special timeout, removing the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding spurious log messages, removing the nonblocking settings (they
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are not needed with the better timeout), and adding commentary
cfa64348224b66dd1c9979b809406c4d15b1c137fielding about the NO_LINGCLOSE and USE_SO_LINGER issues. NO_LINGCLOSE is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now the default for SunOS4, UnixWare, NeXT, and IRIX. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Send error messages about setsockopt failures to the server error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding log instead of stderr. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix loopholes in proxy cache expiry vis a vis alarms. [Brian Moore]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Stopgap solution for CGI 3-second delay with server-side includes: if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding processing a subrequest, allocate memory from r->main->pool instead
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of r->pool so that we can avoid waiting for free_proc_chain to cleanup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the middle of an SSI request. [Dean Gaudet] PR #122
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed status of response when POST is received for a nonexistent URL
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (was sending 405, now 404) and when any method is sent with a
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe full-URI that doesn't match the server and the server is not acting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as a proxy (was sending 501, now 403). [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Host port changed to unsigned short. [Ken Coar] PR #276
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix typo in command definition of AuthAuthoritative. [Ken Coar] PR #246
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Defined USE_SHMGET_SCOREBOARD for shared memory on Linux. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Report extra info from errno with many errors that cause httpd to exit.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding spawn_child, popenf, and pclosef now have valid errno returns in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding event of an error. Correct problems where errno was stomped on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding before being reported. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In the proxy, if the cache filesystem was full, garbage_coll() was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding never called, and thus the filesystem would remain full indefinitely.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding We now also remove incomplete cache files left if the origin server
cfa64348224b66dd1c9979b809406c4d15b1c137fielding didn't send a Content-Length header and either the client has aborted
cfa64348224b66dd1c9979b809406c4d15b1c137fielding transfer or bwrite() to client has failed. [Petr Lampa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed the handling of module and script-added header fields.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Improved the interface for sending header fields and reduced
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the duplication of code between sending okay responses and errors.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding We now always send both headers_out and err_headers_out, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ensure that the server-reserved fields are not being overridden,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding while not overriding those that are not reserved. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Moved transparent content negotiation fields to err_headers_out
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to reflect above changes. [Petr Lampa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed the determination of whether or not we should make the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding connection persistent for all of the cases where some other part
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the server has already indicated that we should not. Also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding improved the ordering of the test so that chunked encoding will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be set whenever it is desired instead of only when KeepAlive
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is enabled. Added persistent connection capability for most error
cfa64348224b66dd1c9979b809406c4d15b1c137fielding responses (those that do not indicate a bad input stream) when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accessed by an HTTP/1.1 client. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added missing timeouts for sending header fields, error responses,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the last chunk of chunked encoding, each of which could have
cfa64348224b66dd1c9979b809406c4d15b1c137fielding resulted in a process being stuck in write forever. Using soft_timeout
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requires that the sender check for an aborted connection rather than
cfa64348224b66dd1c9979b809406c4d15b1c137fielding continuing after an EINTR. Timeouts that used to be initiated before
cfa64348224b66dd1c9979b809406c4d15b1c137fielding send_http_header (and never killed) are now initiated only within or
cfa64348224b66dd1c9979b809406c4d15b1c137fielding around the routines that actually do the sending, and not allowed to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding propagate above the caller. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) mod_auth_anon required an @ or a . in the email address, not both.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk vanGulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) per_dir_defaults weren't set correctly until directory_walk for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding name-based vhosts. This fixes an obscure bug with the wrong config
cfa64348224b66dd1c9979b809406c4d15b1c137fielding info being used for vhosts that share the same ip as the server.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improved generation of modules/Makefile to be more generic for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding new module directories. [Ken Coar, Chuck Murcko, Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Generate makefile dependency for Configuration based on the actual
cfa64348224b66dd1c9979b809406c4d15b1c137fielding name given when running the Configure process. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem with vhost error log not being set prior to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initializing virtual hosts. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed infinite loop when a trailing slash is included after a type map
cfa64348224b66dd1c9979b809406c4d15b1c137fielding file URL (extra path info). [Petr Lampa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed server status updating of per-connection counters. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add documentation for DNS issues (reliability and security), and try
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to explain the virtual host matching process. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Try to continue gracefully by disabling the vhost if a DNS lookup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fails while parsing the configuration file. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improved calls to setsockopt. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Negotiation changes: Don't output empty content-type in variant list;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Output charset in variant list; Return sooner from handle_multi() if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding no variants found; Add handling of '*' wildcard in Accept-Charset.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Petr Lampa and Paul Sutton]
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed overlaying of request/sub-request notes and headers in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_negotiation. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If two variants' charset quality are equal and one is the default
cfa64348224b66dd1c9979b809406c4d15b1c137fielding charset (iso-8859-1), then prefer the variant that was specifically
cfa64348224b66dd1c9979b809406c4d15b1c137fielding listed in Accept-Charset instead of the default. [Petr Lampa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Memory allocation problem in push_array() -- it would corrupt memory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when nalloc==0. [Kai Risku <krisku tf.hut.fi> and Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) invoke_handler() doesn't handle mime arguments in content-type
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Petr Lampa] PR#160
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reduced IdentityCheck timeout to 30 seconds, as per RFC 1413 minimum.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem with ErrorDocument not working for virtual hosts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding due to one of the performance changes in 1.2b7. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Log an error message if we get a request header that is too long,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding since it may indicate a buffer overflow attack. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Made is_url() allow "[-.+a-zA-Z0-9]+:" as a valid scheme and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not reject URLs without a double-slash, as per RFC2068 section 3.2.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken Coar] PR #146, #187
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added table entry placeholder for new header_parser callback
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in all of the distributed modules. [Ken Coar] PR #191
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow for cgi files without the .EXE extension on them under OS/2.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Garey Smiley] PR #59
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed error message when resource is not found and URL contains
cfa64348224b66dd1c9979b809406c4d15b1c137fielding path info. [Petr Lampa and Dean Gaudet] PR #40
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed user and server confusion over what should be a virtual host
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and what is the main server, resulting in access to something
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other than the name defined in the virtualhost directive (but
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with the same IP address) failing. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Updated mod_rewrite to version 3.0.2, which: fixes compile error on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding AIX; improves the redirection stuff to enable the users to generally
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redirect to http, https, gopher and ftp; added TIME variable for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding RewriteCond which expands to YYYYMMDDHHMMSS strings and added the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding special patterns >STRING, <STRING and =STRING to RewriteCond, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding can be used in conjunction with %{TIME} or other variables to create
cfa64348224b66dd1c9979b809406c4d15b1c137fielding time-dependent rewriting rules. [Ralf S. Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) bpushfd() no longer notes cleanups for the file descriptors it is handed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Module authors may need to adjust their code for proper cleanup to take
cfa64348224b66dd1c9979b809406c4d15b1c137fielding place (that is, call note_cleanups_for_fd()). This change fixes problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with file descriptors being erroneously closed when the proxy module was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in use. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bug in suexec reintroduced by changes in 1.2b7 which allows
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initgroups() to hose the group information needed for later
cfa64348224b66dd1c9979b809406c4d15b1c137fielding comparisons. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove unnecessary call to va_end() in create_argv() which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding caused a SEGV on some systems.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use proper MAXHOSTNAMELEN symbol for limiting length of server name.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clear memory allocated for listeners. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improved handling of IP address as a virtualhost address and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding introduced "_default_" as a synonym for the default vhost config.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet] PR #212
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b7
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port to UXP/DS(V20) [Toshiaki Nomura <nom yk.fujitsu.co.jp>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) unset Content-Length if chunked (RFC-2068) [Petr Lampa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_negotiation fixes [Petr Lampa] PR#157, PR#158, PR#159
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - replace protocol response numbers with symbols
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - save variant-list into main request notes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - free allocated memory from subrequests
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - merge notes, headers_out and err_headers_out
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) changed status check mask in proxy_http.c from "HTTP/#.# ### *" to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "HTTP/#.# ###*" to be more lenient about what we accept.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) more proxy FTP bug fixes:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Changed send_dir() to remove user/passwd from displayed URL.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Changed login error messages to be more descriptive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - remove setting of SO_DEBUG socket option
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Make ftp_getrc() more lenient about multiline responses,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding specifically, 230 responses which don't have continuation 230-
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on each line). These seem to be all NT FTP servers, and while
cfa64348224b66dd1c9979b809406c4d15b1c137fielding perhaps questionable, they appear to be legal by RFC 959.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Add missing kill_timeout() after transfer to user completes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem where a busy server could hang when restarting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding after being sent a SIGHUP due to child processes not exiting.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Modify mod_include escaping so a '\' only signifies an escaped
cfa64348224b66dd1c9979b809406c4d15b1c137fielding character if the next character is one that needs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding escaping. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Eliminated possible infinite loop in mod_imap when relative URLs are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding used with a 'base' directive that does not have a '/' in it.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko, reported by Onno Witvliet <onno tc.hsa.nl>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reduced the default timeout from 1200 seconds to 300, and the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding one in the sample configfile from 400 to 300. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Stop vbprintf from crashing if given a NULL string pointer;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding print (null) instead. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't disable Nagle algorithm if system doesn't have TCP_NODELAY.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko and Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem with mod_cgi-generated internal redirects trying to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding read the request message-body twice. [Archie Cobbs and Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reduced timeout on lingering close, removed possibility of a blocked
cfa64348224b66dd1c9979b809406c4d15b1c137fielding read causing the child to hang, and stopped logging of errors if
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the socket is not connected (reset by client). [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rearranged main child loop to remove duplication of code in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding select/accept and keep-alive requests, fixed several bugs regarding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding checking scoreboard_image for exit indication and failure to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding account for all success conditions and trap all error conditions,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prevented multiple flushes before closing the socket; close the entire
cfa64348224b66dd1c9979b809406c4d15b1c137fielding socket buffer instead of just one descriptor, prevent logging of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding EPROTO and ECONNABORTED on platforms where supported, and generally
cfa64348224b66dd1c9979b809406c4d15b1c137fielding improved readability. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Extensive performance improvements. Cleaned up inefficient use of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding auto initializers, multiple is_matchexp calls on a static string,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and excessive merging of response_code_strings. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added double-buffering to mod_include to improve performance on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server-side includes. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Several fixes for suexec wrapper. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Make wrapper work for files on NFS filesystem.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Fix portability problem of MAXPATHLEN.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Fix array overrun problem in clean_env().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - Fix allocation of PATH environment variable
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removed extraneous blank line is description of mod_status chars.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Kurt Kohler]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Logging of errors from the call_exec routine simply went nowhere,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding since the logfile fd has been closed, so now we send them to stderr.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe [Harald T. Alvestrand]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed core dump when DocumentRoot is a CGI.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie, reported by <geddis tesserae.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed potential file descriptor leak in mod_asis; updated it and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding http_core to use pfopen/pfclose instead of fopen/fclose.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush and Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed handling of unsigned ints in ap_snprintf() on some chips such
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as the DEC Alpha which is 64-bit but uses 32-bit ints.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet and Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Return a 302 response code to the client when sending a redirect
cfa64348224b66dd1c9979b809406c4d15b1c137fielding due to a missing trailing '/' on a directory instead of a 301; now
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it is cacheable. [Markus Gyger]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix condition where, if a bad directive occurs in .htaccess, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sub_request() goes first to this directory, then log_reason() will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SIGSEGV because it doesn't have initialized r->per_dir_config.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [PR#162 from Petr Lampa, fix by Marc Slemko and Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix handling of lang_index in is_variant_better(). This was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding causing problems which resulted in the server sending the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding wrong language document in some cases. [Petr Lampa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove free() from clean_env() in suexec wrapper. This was nuking
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the clean environment on some systems.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Tweak byteserving code (e.g. serving PDF files) to work around
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bugs in Netscape Navigator and Microsoft Internet Explorer.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Emit Content-Length header when sending multipart/byteranges.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port to HI-UX/WE2. [Nick Maclaren]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Port to HP MPE operating system for HP 3000 machines
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Mark Bixby <markb cccd.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed bug which caused a segmentation fault if only one argument
cfa64348224b66dd1c9979b809406c4d15b1c137fielding given to RLimit* directives. [Ed Korthof]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Continue persistent connection after 204 or 304 response. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improved buffered output to the client by delaying the flush decision
cfa64348224b66dd1c9979b809406c4d15b1c137fielding until the BUFF code is actually about to read the next request.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This fixes a problem introduced in 1.2b5 with clients that send
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an extra CRLF after a POST request. Also improved chunked output
cfa64348224b66dd1c9979b809406c4d15b1c137fielding performance by combining writes using writev() and removing as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding many bflush() calls as possible. NOTE: Platforms without writev()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding must add -DNO_WRITEV to the compiler CFLAGS, either in Configuration
cfa64348224b66dd1c9979b809406c4d15b1c137fielding or Configure, unless we have already done so. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed mod_rewrite bug which truncated the rewritten URL [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed mod_info output corruption bug introduced by buffer overflow
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fixes. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed http_protocol to correctly output all HTTP/1.1 headers, including
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for the special case of a 304 response. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improved handling of TRACE method by bypassing normal method handling
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and header parsing routines; fixed Allow response to always allow TRACE.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed compiler warnings in the regex library. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleaned-up some of the generated HTML. [Ken Coar]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b6
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow whitespace in imagemap mapfile coordinates. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix typo introduced in fix for potential infinite loop around
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accept() in child_main(). This change caused the rev to 1.2b6.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1.2b5 was never a public beta.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b5
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change KeepAlive semantics (On|Off instead of a number), add
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MaxKeepAliveRequests directive. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Various NeXT compilation patches, as well as a change in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding regex/regcomp.c since that file also used a NEXT define.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Andreas Koenig]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow * to terminate the end of a directory match in mod_dir.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Allows /~* to match for both /~joe and /~joe/. [David Bronder]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't call can_exec() if suexec_enabled. Calling this requires
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scripts executed by the suexec wrapper to be world executable, which
cfa64348224b66dd1c9979b809406c4d15b1c137fielding defeats one of the advantages of running the wrapper. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Portability Fix: IRIX complained with 'make clean' about *pure* (removed)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Migration from sprintf() to snprintf() to avoid buffer
cfa64348224b66dd1c9979b809406c4d15b1c137fielding overflows. [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Provide portable snprintf() implementation (ap_snprintf)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as well as *cvt family. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Portability Fix: NeXT lacks unistd.h so we wrap it's inclusion
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove mod_fastcgi.c from the distribution. This module appears
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to be maintained more through the Open Market channels and should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding continue to be easily available at http://www.fastcgi.com/
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed bug in modules/Makefile that wouldn't allow building in more
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than one subdirectory (or cleaning, either). [Jeremy Laidman]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_info assumed that the config files were relative to ServerRoot.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken the Rodent]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CGI scripts called as an error document resulting from failed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CGI execution would hang waiting for POST'ed data. [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Log reason when mod_dir returns access HTTP_FORBIDDEN
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ken the Rodent]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Properly check errno to prevent display of a directory index
cfa64348224b66dd1c9979b809406c4d15b1c137fielding when server receives a long enough URL to confuse stat().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Several security enhancements to suexec wrapper. It is _highly_
cfa64348224b66dd1c9979b809406c4d15b1c137fielding recommended that previously installed versions of the wrapper
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be replaced with this version. [Randy Terbush, Jason Dour]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - ~user execution now properly restricted to ~user's home
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory and below.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - execution restricted to UID/GID > 100
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - restrict passed environment to known variables
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - call setgid() before initgroups() (portability fix)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding - remove use of setenv() (portability fix)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add HTTP/1.0 response forcing. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Add access control via environment variables. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add rflush() function. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) remove duplicate pcalloc() call in new_connection().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix incorrect comparison which could allow number of children =
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MaxClients + 1 if less than HARD_SERVER_LIMIT. Also fix potential
cfa64348224b66dd1c9979b809406c4d15b1c137fielding problem if StartServers > HARD_SERVER_LIMIT. [Ed Korthof]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Updated support for OSes (MachTen, ULTRIX, Paragon, ISC, OpenBSD
cfa64348224b66dd1c9979b809406c4d15b1c137fielding AIX PS/2, CONVEXOS. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replace instances of inet_ntoa() with inet_addr() for ProxyBlock.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding It's more portable. [Martin Kraemer]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replace references to make in Makefile.tmpl with $(MAKE).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add ProxyBlock directive w/IP address caching. Add IP address
cfa64348224b66dd1c9979b809406c4d15b1c137fielding caching to NoCache directive as well. ProxyBlock works with all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handlers; NoCache now also works with FTP for anonymous logins.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Still more code cleanup. [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add "header parse" API hook [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix byte ordering problems for REMOTE_PORT [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) suEXEC wrapper was freeing memory that had not been malloc'ed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correctly allow access and auth directives in <Files> sections in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding server config files. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bug with ServerPath that could cause certain files to be not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding found by the server. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix handling of ErrorDocument so that it doesn't remove a trailing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding double-quote from text and so that it properly checks for unsupported
cfa64348224b66dd1c9979b809406c4d15b1c137fielding status codes using the new index_of_response interface. [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Multiple fixes to the lingering_close code in order to avoid being
cfa64348224b66dd1c9979b809406c4d15b1c137fielding interrupted by a stray timeout, to avoid lingering on a connection
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that has already been aborted or never really existed, to ensure that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding we stop lingering as soon as any error condition is received, and to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding prevent being stuck indefinitely if the read blocks. Also improves
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reporting of error conditions. [Marc Slemko and Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed initialization of parameter structure for sigaction.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [<mgyger itr.ch>, Adrian Filipi-Martin]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed reinitializing the parameters before each call to accept and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding select, and removed potential for infinite loop in accept.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding, after useful PR from <adrian virginia.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed condition where, if a child fails to fork, the scoreboard would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding continue to say SERVER_STARTING forever. Eventually, the main process
cfa64348224b66dd1c9979b809406c4d15b1c137fielding would refuse to start new children because count_idle_servers() will
cfa64348224b66dd1c9979b809406c4d15b1c137fielding count those SERVER_STARTING entries and will always report that there
cfa64348224b66dd1c9979b809406c4d15b1c137fielding are enough idle servers. [Phillip Vandry]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed bug in bcwrite regarding failure to account for partial writes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Avoided calling bflush() when the client is pipelining requests.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Removed unnecessary flushes from http_protocol. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added description of "." mode in server-status [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix possible race condition in accept_mutex_init() that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding could leave a small security hole open allowing files to be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding overwritten in cases where the server UID has write permissions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Marc Slemko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix awk compatibilty problem in Configure. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix portablity problem in util_script where ARG_MAX may not be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding defined for some systems.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add changes to allow compilation on Machten 4.0.3 for PowerPC.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randal Schwartz]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2 changes to support an MMAP style scoreboard file and UNIX
cfa64348224b66dd1c9979b809406c4d15b1c137fielding style magic #! token for better script portability. [Garey Smiley]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix bug in suexec wrapper introduced in b3 that would cause failed
cfa64348224b66dd1c9979b809406c4d15b1c137fielding execution for ~userdir CGI. [Jason Dour]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix initgroups() business in suexec wrapper. [Jason Dour]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe *) Fix month off by one in suexec wrapper logging.
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b3:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix error in mod_cgi which could cause resources not to be properly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding freed, or worse. [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix find_string() NULL pointer dereference. [Howard Fear]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add set_flag_slot() at the request of Dirk and others.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk vanGulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Sync mod_rewrite with patch level 10. [Ralf Engelschall]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add changes to improve the error message given for invalid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ServerName parameters. [Dirk vanGulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add "Authoritative" directive for Auth modules that don't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding currently have it. This gives admin control to assign authoritative
cfa64348224b66dd1c9979b809406c4d15b1c137fielding control to an authentication scheme and allow "fall through" for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding those authentication modules that aren't "Authoritative" thereby
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allowing multiple authentication mechanisms to be chained.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dirk vanGulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove requirement for ResourceConfig/AccessConfig if not using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the three config file layout. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add PASV mode to mod_proxy FTP handler. [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changes to suexec wrapper to fix the following problems:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1. symlinked homedirs will kill ~userdirs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2. initgroups() on Linux 2.0.x clobbers gr->grid.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3. CGI command lines paramters problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 4. pw-pwdir for "docroot check" still the httpd user's pw record.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush, Jason Dour]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Change create_argv() to accept variable arguments. This fixes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a problem where arguments were not getting passed to the CGI via
cfa64348224b66dd1c9979b809406c4d15b1c137fielding argv[] when the suexec wrapper was active. [Randy Terbush, Jake Buchholz]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Collapse multiple slashes in path URLs to properly apply
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handlers defined by <Location>. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Define a sane set of DEFAULT_USER and DEFAULT_GROUP values for AIX.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Improve the accuracy of request duration timings by setting
cfa64348224b66dd1c9979b809406c4d15b1c137fielding r->request_time in read_request_line() instead of read_request().
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Dean Gaudet]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reset timeout while reading via get_client_block() in mod_cgi.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Fixes problem with timed out transfers of large files. [Rasmus Lerdorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add the ability to pass different Makefile.tmpl files to Configure
cfa64348224b66dd1c9979b809406c4d15b1c137fielding using the -make flag. [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix coredump triggered when sending a SIGHUP to the server caused
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by an assertion failure, in turn caused by an uninitialised field in a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding listen_rec.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add FILEPATH_INFO variable to CGI environment, which is equal to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding PATH_INFO from previous versions of Apache (in certain situations,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache 1.2's PATH_INFO will be different than 1.1's). [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [later removed in 1.2b11]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add rwrite() function to API to allow for sending strings of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding arbitrary length. [Doug MacEachern]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove rlim_t typedef for NetBSD. Do older versions need this?
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Defined rlim_t and WANTHSREGEX=yes and fixed waitpid() substitute for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding NeXT. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removed recent modification to promote the status code on internal
cfa64348224b66dd1c9979b809406c4d15b1c137fielding redirects, since the correct fix was to change the default log format
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in mod_log_config so that it outputs the original status. [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b2:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Update set_signals() to use sigaction() for setting handlers.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This appears to fix a re-entrant problem in the seg_fault()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding bus_error() handlers. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changes to allow mod_status compile for OS/2 [Garey Smiley]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) changes for DEC AXP running OSF/1 v3.0. [Marc Evans]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) proxy_http.c bugfixes: [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1) fixes possible NULL pointer reference w/NoCache
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2) fixes NoCache behavior when using ProxyRemote (ProxyRemote
cfa64348224b66dd1c9979b809406c4d15b1c137fielding host would cache nothing if it was in the local domain,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the local domain was in the NoCache list)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3) Adds Host: header when not available
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 4) Some code cleanup and clarification
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_include.c bugfixes:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 1) Fixed an ommission that caused include variables to not
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be parsed in config errmsg directives [Howard Fear]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 2) Remove HAVE_POSIX_REGEX cruft [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 3) Patch to fix compiler warnings [<perrot lal.in2p3.fr>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 4) Allow backslash-escaping to all quoted text
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Yoshino <ben wiliki.eng.hawaii.edu>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 5) Pass variable to command line if not set in XSSI's env
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Howard Fear]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix infinite loop when processing Content-language lines in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding type-map files. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Closed file-globbing hole in test-cgi script. [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed problem in set_[user|group] that prevented CGI execution
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for non-virtualhosts when suEXEC was enabled. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added PORTING information file. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changed default group to "nogroup" instead of "nobody" [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed define typo of FCNTL_SERIALIZED_ACCEPT where
cfa64348224b66dd1c9979b809406c4d15b1c137fielding USE_FCNTL_SERIALIZED_ACCEPT was intended.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed additional uses of 0xffffffff where INADDR_NONE was intended,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which caused problems of systems where socket s_addr is >32bits.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added comment to explain (r->chunked = 1) side-effect in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding http_protocol.c [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replaced use of index() in mod_expires.c with more appropriate
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and portable isdigit() test. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Updated Configure for ...
cfa64348224b66dd1c9979b809406c4d15b1c137fielding OS/2 (DEF_WANTHSREGEX=yes, other code changes)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *-dg-dgux* (bad pattern match)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding QNX (DEF_WANTHSREGEX=yes)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *-sunos4* (DEF_WANTHSREGEX=yes, -DUSEBCOPY)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *-ultrix (new)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *-unixware211 (new)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and added some user diagnostic info. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) In helpers/CutRule, replaced "cut" invocation with "awk" invocation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for better portability. [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Updated helpers/GuessOS for ...
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SCO 5 (recognize minor releases)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SCO UnixWare (braindamaged uname, whatever-whatever-unixware2)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SCO UnixWare 2.1.1 (requires a separate set of #defines in conf.h)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding IRIX64 (-sgi-irix64)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ULTRIX (-unknown-ultrix)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SINIX (-whatever-sysv4)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding NCR Unix (-ncr-sysv4)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and fixed something in helpers/PrintPath [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.2b1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Not listed. See <http://www.apache.org/docs/new_features_1_2.html>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.1.1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed bug where Cookie module would make two entries in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding logfile for each access [Mark Cox]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed bug where Redirect in .htaccess files would cause memory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding leak. [Nathan Neulinger]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) MultiViews now works correctly with AddHandler [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Problems with mod_auth_msql fixed [Dirk vanGulik]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix misspelling of "Anonymous_Authorative" directive in mod_auth_anon.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.1.0
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bring NeXT support up to date. [Takaaki Matsumoto]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bring QNX support up to date. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make virtual hosts default to main server keepalive parameters.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Alexei Kosut, Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allow ScanHTMLTitles to work with lowercase <title> tags. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix missing address family for connect, also remove unreachable statement
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in mod_proxy. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_env now turned on by default in Configuration.tmpl.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bugs which were fixed:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a) yet more mod_proxy bugs [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding b) CGI works again with inetd [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding c) Leading colons were stripped from passwords [<osm interguide.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding d) Another fix to multi-method Limit problem [<jk tools.de>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.1b4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) r->bytes_sent variable restored. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Previously broken multi-method <Limit> parsing fixed. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More possibly unsecure programs removed from the support directory.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More mod_auth_msql authentication improvements.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) VirtualHosts based on Host: headers no longer conflict with the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Listen directive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) OS/2 compatibility enhancements. [Gary Smiley]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) POST now allowed to directory index CGI scripts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Actions now work with files of the default type.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bugs which were fixed:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a) more mod_proxy bugs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding b) early termination of inetd requests
cfa64348224b66dd1c9979b809406c4d15b1c137fielding c) compile warnings on several systems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding d) problems when scripts stop reading output early
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.1b3
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Much of cgi-bin and all of cgi-src has been removed, due to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding various security holes found and that we could no longer support
cfa64348224b66dd1c9979b809406c4d15b1c137fielding them.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The "Set-Cookie" header is now special-cased to not merge multiple
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instances, since certain popular browsers can not handle multiple
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Set-Cookie instructions in a single header. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) rprintf() added to buffer code, occurrences of sprintf removed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) CONNECT method for proxy module, which means tunneling SSL should work.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (No crypto needed) Also a NoCache config directive.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Several API additions: pstrndup(), table_unset() and get_token()
cfa64348224b66dd1c9979b809406c4d15b1c137fielding functions now available to modules.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_imap fixups, in particular Location: headers are now complete
cfa64348224b66dd1c9979b809406c4d15b1c137fielding URL's.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New "info" module which reports on installed module set through a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding special URL, a la mod_status.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "ServerPath" directive added - allows for graceful transition
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for Host:-header-based virtual hosts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Anonymous authentication module improvements.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) MSQL authentication module improvements.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Status module design improved - output now table-based. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) htdigest utility included for use with digest authentication
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_negotiation: Accept values with wildcards to be treated with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding less priority than those without wildcards at the same quality
cfa64348224b66dd1c9979b809406c4d15b1c137fielding value. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bugs which were fixed:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a) numerous mod_proxy bugs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding b) CGI early-termination bug [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding c) Keepalives not working with virtual hosts
cfa64348224b66dd1c9979b809406c4d15b1c137fielding d) RefererIgnore problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding e) closing fd's twice in mod_include (causing core dumps on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Linux and elsewhere).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.1b2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bugfixes:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a) core dumps in mod_digest
cfa64348224b66dd1c9979b809406c4d15b1c137fielding b) truncated hostnames/ip address in the logs
cfa64348224b66dd1c9979b809406c4d15b1c137fielding c) relative URL's in mod_imap map files
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.1b1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Not listed. See <http://www.apache.org/docs/new_features_1_1.html>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.0.3
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Internal redirects which occur in mod_dir.c now preserve the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding query portion of a request (the bit after the question mark).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Adam Sussman]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Escape active characters '<', '>' and '&' in html output in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory listings, error messages and redirection links.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Apache will now work with LynxOS 2.3 and later [Steven Watt]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix for POSIX compliance in waiting for processes in alloc.c.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Nick Williams]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) setsockopt no longer takes a const declared argument [Martijn Koster]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reset timeout timer after each successful fwrite() to the network.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This patch adds a reset_timeout() procedure that is called by
cfa64348224b66dd1c9979b809406c4d15b1c137fielding send_fd() to reset the timeout ever time data is written to the net.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Nathan Schrenk]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) timeout() signal handler now checks for SIGPIPE and reports
cfa64348224b66dd1c9979b809406c4d15b1c137fielding lost connections in a more user friendly way. [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Location of the "scoreboard" file which used to live in /tmp is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now configurable (for OSes that can't use mmap) via ScoreBoardFile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which works similar to PidFile (in httpd.conf) [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Include sys/resource.h in the correct place for SunOS4 [Sameer Parekh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) the pstrcat call in mod_cookies.c didn't have an ending NULL,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which caused a SEGV with cookies enabled
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Output warning when MinSpareServers is set to <= 0 and change it to 1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Log the UNIX textual error returned by some system calls, in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding particular errors from accept() [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add strerror function to util.c for SunOS4 [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.0.2
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) patch to get Apache compiled on UnixWare 2.x, recommended as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a temporary measure, pending rewrite of rfc931.c. [Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix get_basic_auth_pw() to set the auth_type of the request.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) past changes to http_config.c to only use the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding setrlimit function on systems defining RLIMIT_NOFILE
cfa64348224b66dd1c9979b809406c4d15b1c137fielding broke the feature on SUNOS4. Now defines HAVE_RESOURCE
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for SUNOS and prototypes the needed functions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove uses of MAX_STRING_LEN/HUGE_STRING_LEN from several routines.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix use of pointer to scratch memory. [Cliff Skolnick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Merge multiple headers from CGI scripts instead of taking last
cfa64348224b66dd1c9979b809406c4d15b1c137fielding one. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for SCO 5. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.0.1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Silence mod_log_referer and mod_log_agent if not configured
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Recursive includes can occur if the client supplies PATH_INFO data
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the server provider uses relative links; as file.html
cfa64348224b66dd1c9979b809406c4d15b1c137fielding relative to /doc.shtml/pathinfo is /doc.shtml/file.html. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) The replacement for initgroups() did not call {set,end}grent(). This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding had two implications: if anything else used getgrent(), then
cfa64348224b66dd1c9979b809406c4d15b1c137fielding initgroups() would fail, and it was consuming a file descriptor.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) On heavily loaded servers it was possible for the scoreboard to get
cfa64348224b66dd1c9979b809406c4d15b1c137fielding out of sync with reality, as a result of a race condition.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The observed symptoms are far more Apaches running than should
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be, and heavy system loads, generally followed by catastrophic
cfa64348224b66dd1c9979b809406c4d15b1c137fielding system failure. [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix typo in license. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.0.0 23 Nov 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Not listed. See <http://www.apache.org/docs/new_features_1_0.html>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.16 05 Nov 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New man page for 'httpd' added to support directory [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) .htgroup files can have more than one line giving members for a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding given group (each must have the group name in front), for NCSA
cfa64348224b66dd1c9979b809406c4d15b1c137fielding back-compatibility [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mutual exclusion around accept() is on by default for SVR4 systems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding generally, since they generally can't handle multiple processes in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding accept() on the same socket. This should cure flaky behavior on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a lot of those systems. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) AddType, AddEncoding, and AddLanguage directives take multiple
cfa64348224b66dd1c9979b809406c4d15b1c137fielding extensions on a single command line [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) UserDir can be disabled for a given virtual host by saying
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "UserDir disabled" in the <VirtualHost> section --- it was a bug
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that this didn't work. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles on QNX [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Corrected parsing of ctime time format [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) httpd does a perror() before exiting if it can't log its pid
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to the PidFile, to make diagnosing the error a bit easier.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) <!--#include file="..."--> can no longer include files in the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parent directory, for NCSA back-compatibility. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) '~' is *not* escaped in URIs generated for directory listings
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Eliminated compiler warning in the imagemap module [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed bug involving handling URIs with escaped %-characters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in redirects [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.15 14 Oct 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Switched to new, simpler license
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Eliminated core dumps with improperly formatted DBM group files [Mark Cox]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't allow requests for ordinary files to have PATH_INFO [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reject paths containing %-escaped '%' or null characters [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correctly handles internal redirects to files with names containing '%'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Repunctuated some error messages [Aram Mirzadeh, Andrew Wilson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use geteuid() rather than getuid() to see if we have root privilege,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so that server correctly resets privilege if run setuid root. [Andrew
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Wilson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Handle ftp: and telnet: URLs correctly in imagemaps (built-in module)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix relative URLs in imagemap files [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Somewhat better fix for the old "Alias /foo/ /bar/" business
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't repeatedly open the ErrorLog if a bunch of <VirtualHost>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding entries all name the same one. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix directory listings with filenames containing unusual characters
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Better URI-escaping for generated URIs in directories with filenames
cfa64348224b66dd1c9979b809406c4d15b1c137fielding containing unusual characters [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed potential FILE* leak in http_main.c [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Unblock alarms on error return from spawn_child() [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Sample Config files have extra note for SCO users [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configuration has note for HP-UX users [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Eliminated some bogus Linux-only #defines in conf.h [Aram Mirzadeh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Nuked bogus #define in httpd.h [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Better test for whether a system has setrlimit() [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Calls update_child_status() after reopen_scoreboard() [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Doesn't send itself SIGHUP on startup when run in the -X debug-only mode
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.14 19 Sep 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles on SCO ODT 3.0 [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) AddDescription works (better) [Ben Laurie]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Leaves an intelligible error diagnostic when it can't set group
cfa64348224b66dd1c9979b809406c4d15b1c137fielding privileges on standalone startup [Andrew Wilson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles on NeXT again --- the 0.8.13 RLIMIT patch was failing on
cfa64348224b66dd1c9979b809406c4d15b1c137fielding that machine, which claims to be BSD but does not support RLIMIT.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) gcc -Wall no longer complains about an unused variable when util.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is compiled with -DMINIMAL_DNS [Andrew Wilson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Nuked another compiler warning for -Wall on Linux [Aram Mirzadeh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.13 07 Sep 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Make IndexIgnore *work* (ooops) [Jarkko Torppa]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Have built-in imagemap code recognize & honor Point directive [James
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Cloos]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Generate cleaner directory listings in directories with a mix of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding long and short filenames [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Properly initialize dynamically loaded modules [Royston Shufflebotham]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Properly default ServerName for virtual servers [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rationalize handling of BSD in conf.h and elsewhere [Randy Terbush,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Paul Richards and a cast of thousands...]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) On self-identified BSD systems (we don't try to guess any more),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allocate a few extra file descriptors per virtual host with setrlimit,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if we can, to avoid running out. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Write 22-character lock file name into buffer with enough space
cfa64348224b66dd1c9979b809406c4d15b1c137fielding on startup [Konstantin Olchanski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Use archaic setpgrp() interface on NeXT, which requires it [Brian
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Pinkerton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Suppress -Wall warning by casting const away in util.c [Aram Mirzadeh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Suppress -Wall warning by initializing variable in negotiation code
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Tobias Weingartner]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.12 31 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Doesn't pause three seconds after including a CGI script which is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding too slow to die off (this is done by not even trying to kill off
cfa64348224b66dd1c9979b809406c4d15b1c137fielding subprocesses, including the SIGTERM/pause/SIGKILL routine, until
cfa64348224b66dd1c9979b809406c4d15b1c137fielding after the entire document has been processed). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Doesn't do SSI if Options Includes is off. (Ooops). [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Options IncludesNoExec allows inclusion of at least text/* [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Allows .htaccess files to override <Directory> sections naming the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding same directory [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Removed an efficiency hack in sub_req_lookup_uri which was
cfa64348224b66dd1c9979b809406c4d15b1c137fielding causing certain extremely marginal cases (e.g., ScriptAlias of a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *particular* index.html file) to fail. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Doesn't log an error when the requested URI requires
cfa64348224b66dd1c9979b809406c4d15b1c137fielding authentication, but no auth header line was supplied by the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding client; this is a normal condition (the client doesn't no auth is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding needed here yet). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Behaves more sanely when the name server loses its mind [Sean Welch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) RFC931 code compiles cleanly on old BSDI releases [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) RFC931 code no longer passes out name of prior clients on current
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requests if the current request came from a server that doesn't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding do RFC931. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Configuration script accepts "Module" lines with trailing whitespace.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleaned up compiler warning from mod_access.c [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Cleaned up comments in mod_cgi.c [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.11 24 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Wildcard <Directory> specifications work. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Doesn't loop for buggy CGI on Solaris [Cliff Skolnick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Symlink checks (FollowSymLinks off, or SymLinkIfOwnerMatch) always check
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the file being requested itself, in addition to the directories leading
cfa64348224b66dd1c9979b809406c4d15b1c137fielding up to it. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Logs access failures due to symlink checks or invalid client address
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in the error log [Roy Fielding, Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Symlink checks deal correctly with systems where lstat of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding "/path/to/some/link/" follows the link. [Thau, Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Doesn't reset DirectoryIndex to 'index.html' when
cfa64348224b66dd1c9979b809406c4d15b1c137fielding other directory options are set in a .htaccess file. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Clarified init code and nuked bogus warning in mod_access.c
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Florent Guillaume]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Corrected several directives in sample srm.conf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding --- includes corrections to directory indexing icon-related directives
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (using unknown.gif rather than unknown.xbm as the DefaultIcon, doing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding icons for encodings right, and turning on AddEncoding by default).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Corrected descriptions of args to AddIcon and AddAlt in command table
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [James Cloos]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) INSTALL & README mention "contributed modules" directory [Brian
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed English in the license language... "for for" --> "for".
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed ScriptAlias/Alias interaction by moving ScriptAlias handling to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mod_alias.c, merging it almost completely with handling of Alias, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding adding a 'notes' field to the request_rec which allows the CGI module
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to discover whether the Alias module has put this request through
cfa64348224b66dd1c9979b809406c4d15b1c137fielding ScriptAlias (which it needs to know for back-compatibility, as the old
cfa64348224b66dd1c9979b809406c4d15b1c137fielding NCSA code did not check Options ExecCGI in ScriptAlias directories).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.10 18 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) AllowOverride applies to the named directory, and not just
cfa64348224b66dd1c9979b809406c4d15b1c137fielding subdirectories. [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Do locking for accept() exclusion (on systems that need it)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding using a special file created for the purpose in /usr/tmp, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not the error log; using the error log causes real problems
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if it's NFS-mounted; this is known to be the cause of a whole
cfa64348224b66dd1c9979b809406c4d15b1c137fielding lot of "server hang" problems with Solaris. [David Robinson;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding thanks to Merten Schumann for help diagnosing the problem].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.9 12 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles with -DMAXIMUM_DNS ---- ooops! [Henrik Mortensen]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Nested includes see environment variables of the including document,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for NCSA bug-compatibility (some sites have standard footer includes
cfa64348224b66dd1c9979b809406c4d15b1c137fielding which try to print out the last-modified date). [Eric Hagberg/Robert
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) <!--exec cgi="/some/uri/here"--> always treats the item named by the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding URI as a CGI script, even if it would have been treated as something
cfa64348224b66dd1c9979b809406c4d15b1c137fielding else if requested directly, for NCSA back-compatibility. (Note that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding this means that people who know the name of the script can see the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code just by asking for it). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New version of dbmmanage script included in support directory as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dbmmanage.new.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Check if scoreboard file couldn't be opened, and say so, rather
cfa64348224b66dd1c9979b809406c4d15b1c137fielding then going insane [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) POST to CGI works on A/UX [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) AddIcon and AddAlt commands work properly [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) NCSA server push works properly --- the Arena bug compatibility
cfa64348224b66dd1c9979b809406c4d15b1c137fielding workaround, which broke it, is gone (use -DARENA_BUG_WORKAROUND
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if you still want the workaround). [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If client didn't submit any Accept-encodings, ignore encodings in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding content negotiation. (NB this will all have to be reworked anyway
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for the new HTTP draft). [Florent Guillaume]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't dump core when trying to log timed-out requests [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Really honor CacheNegotiatedDocs [Florent Guillaume]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Give Redirect priority over Alias, for NCSA bug compatibility
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correctly set PATH_TRANSLATED in all cases from <!--#exec cmd=""-->,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding paralleling earlier bug fix for CGI [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) If DBM auth is improperly configured, report a server error and don't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dump core.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Deleted FCNTL_SERIALIZED_ACCEPTS from conf.h entry for A/UX;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it seems to work well enough without it (even in a 10 hits/sec
cfa64348224b66dd1c9979b809406c4d15b1c137fielding workout), and the overhead for the locking under A/UX is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding alarmingly high (though it is very low on other systems).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Eric Hagberg, Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed portability problems with mod_cookies.c [Cliff Skolnick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Further de-Berklize mod_cookies.c; change the bogus #include. [Brian
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Behlendorf/Eric Hagberg]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More improvements to default Configuration for A/UX [Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles clean on NEXT [Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles clean on SGI [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.8 08 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SunOS library prototypes now never included unless explicitly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding requested in the configuration (via -DSUNOS_LIB_PROTOTYPES);
cfa64348224b66dd1c9979b809406c4d15b1c137fielding people using GNU libc on SunOS are screwed by prototypes for the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding standard library.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (Those who wish to compile clean with gcc -Wall on a standard
cfa64348224b66dd1c9979b809406c4d15b1c137fielding SunOS setup need the prototypes, and may obtain them using
cfa64348224b66dd1c9979b809406c4d15b1c137fielding -DSUNOS_LIB_PROTOTYPES. Those wishing to use -Wall on a system
cfa64348224b66dd1c9979b809406c4d15b1c137fielding with nonstandard libraries are presumably competent to make their
cfa64348224b66dd1c9979b809406c4d15b1c137fielding own arrangements).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Strips trailing '/' characters off both args to the Alias command,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding to make 'Alias /foo/ /bar/' work.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.7 03 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't hang when restarting with a child from 'TransferLog "|..."' running
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [reported by David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles clean on OSF/1 [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added some of the more recent significant changes (AddLanguage stuff,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding experimental LogFormat support) to CHANGES file in distribution root
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.6 02 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Deleted Netscape reload workaround --- it's in violation of HTTP specs.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (If you actually wanted a conditional GET which bypassed the cache, you
cfa64348224b66dd1c9979b809406c4d15b1c137fielding couldn't get it). [Reported by Roy Fielding]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Properly terminate headers on '304 Not Modified' replies to conditional
cfa64348224b66dd1c9979b809406c4d15b1c137fielding GETs --- no browser we can find cares much, but the CERN proxy chokes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Reported by Cliff Skolnick; fix discovered independently by Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) httpd -v doesn't call itself "Shambhala". [Reported by Chuck Murcko]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) SunOS lib-function prototypes in conf.h conditionalized on __GNUC__,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding not __SUNPRO_C (they're needed to quiet gcc -Wall, but acc chokes on 'em,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and older versions don't set the __SUNPRO_C preprocessor variable). On
cfa64348224b66dd1c9979b809406c4d15b1c137fielding all other systems, these are never used anyway. [Reported by Mark Cox].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Scoreboard file (/tmp/htstatus.*) no longer publically writable.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.5 01 Aug 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added last-minute configurable log experiment, as optional module
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Correctly set r->bytes_sent for HTTP/0.9 requests, so they get logged
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly. (One-line fix to http_protocol.c).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Work around bogus behavior when reloading from Netscape.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding It's Netscape's bug --- for some reason they expect a request with
cfa64348224b66dd1c9979b809406c4d15b1c137fielding If-modified-since: to not function as a conditional GET if it also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding comes with Pragma: no-cache, which is way out of line with the HTTP
cfa64348224b66dd1c9979b809406c4d15b1c137fielding spec (according to Roy Fielding, the redactor).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added parameter to set maximum number of server processes.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added patches to make it work on A/UX. A/UX is *weird*. [Eric Hagberg,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Jim Jagielski]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) IdentityCheck bugfix [Chuck Murcko].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Corrected cgi-src/Makefile entry for new imagemap script. [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More sample config file corrections; add extension to AddType for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *.asis, move AddType generic description to its proper place, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding fix miscellaneous typos. [ Alexei Kosut ]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Deleted the *other* reference to the regents from the Berkeley
cfa64348224b66dd1c9979b809406c4d15b1c137fielding legal disclaimer (everyplace).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Nuked Shambhala name from src/README; had already cleaned it out
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of everywhere else.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changes to server-pool management parms --- renamed current
cfa64348224b66dd1c9979b809406c4d15b1c137fielding StartServers to MinSpareServers, created separate StartServers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding parameter which means what it says, and renamed MaxServers to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MaxSpareServers (though the old name still works, for NCSA 1.4
cfa64348224b66dd1c9979b809406c4d15b1c137fielding back-compatibility). The old names were generally regarded as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding too confusing. Also altered "docs" in sample config files.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More improvements to default config files ---
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sample directives (commented out) for XBitHack, BindAddress,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding CacheNegotiatedDocs, VirtualHost; decent set of AddLanguage
cfa64348224b66dd1c9979b809406c4d15b1c137fielding defaults, AddTypes for send-as-is and imagemap magic types, and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding improvements to samples for DirectoryIndex [Alexei Kosut]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Yet more improvements to default config files --- changes to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Alexei's sample AddLanguage directives, and sample LanguagePriority
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [ Florent Guillaume ]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Set config file locations properly if not set in httpd.conf
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [ David Robinson ]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't escape URIs in internal redirects multiple times; don't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding do that when translating PATH_INFO to PATH_TRANSLATED either.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [ David Robinson ]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Corrected spelling of "Required" in 401 error reports [Andrew Wilson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.3
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Edited distribution README to *briefly* summarize installation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding procedures, and give a pointer to the INSTALL file in the src/
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directory.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Upgraded imagemap script in cgi-bin to 1.8 version from more
cfa64348224b66dd1c9979b809406c4d15b1c137fielding recent NCSA distributions.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Bug fix to previous bug fix --- if .htaccess file and <Directory>
cfa64348224b66dd1c9979b809406c4d15b1c137fielding exist for the same directory, use both and don't segfault. [Reported
cfa64348224b66dd1c9979b809406c4d15b1c137fielding by David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Proper makefile dependencies [David Robinson]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Note (re)starts in error log --- reported by Rob Hartill.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Only call no2slash() after get_path_info() has been done, to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding preserve multiple slashes in the PATH_INFO [NCSA compatibility,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reported by Andrew Wilson, though this one is probably a real bug]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed mod_imap.c --- relative paths with base_uri referer don't
cfa64348224b66dd1c9979b809406c4d15b1c137fielding dump core when Referer is not supplied. [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Lightly edited sample config files to refer people to our documentation
cfa64348224b66dd1c9979b809406c4d15b1c137fielding instead of NCSA's, and to list Rob McCool as *original* author (also
cfa64348224b66dd1c9979b809406c4d15b1c137fielding deleted his old, and no doubt non-functional email address). Would be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding nice to have examples of new features...
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.2 19 Jul 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added AddLanuage code [Florent Guillaume]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't say "access forbidden" when a CGI script is not found. [Mark Cox]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) All sorts of problems when MultiViews finds a directory. It would
cfa64348224b66dd1c9979b809406c4d15b1c137fielding be nice if mod_dir.c was robust enough to handle that, but for now,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding just punt. [reported by Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Wait for all children on restart, to make sure that the old socket
cfa64348224b66dd1c9979b809406c4d15b1c137fielding is gone and we can reopen it. [reported by Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Imagemap module is enabled in default Configuration
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) RefererLog and UserAgentLog modules properly default the logfile
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Mark Cox's mod_cookies added to the distribution as an optional
cfa64348224b66dd1c9979b809406c4d15b1c137fielding module (commented out in the default Configuration, and noted as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding an experiment, along with mod_dld). [Mark Cox]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles on ULTRIX (a continuing battle...). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed nasty bug in SIGTERM handling [reported by Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changed "Shambhala" to "Apache" in API docs. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added new, toothier legal disclaimer. [Robert Thau; copied from BSD
cfa64348224b66dd1c9979b809406c4d15b1c137fielding license]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.1
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New imagemap module [Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Replacement referer log module with NCSA-compatible RefererIgnore
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Matthew Gray again]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't mung directory listings with very long filenames.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Florent Guillaume]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 0.8.0 (nee Shambhala 0.6.2) 16 Jul 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) New config script. See INSTALL for info. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Scoreboard mechanism for regulating the number of extant server
cfa64348224b66dd1c9979b809406c4d15b1c137fielding processes. MaxServers and StartServers defaults are the same as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding for NCSA, but the meanings are slightly different. (Actually,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding I should probably lower the MaxServers default to 10).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Before asking for a new connection, each server process checks
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the number of other servers which are also waiting for a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding connection. If there are more than MaxServers, it quietly dies
cfa64348224b66dd1c9979b809406c4d15b1c137fielding off. Conversely, every second, the root, or caretaker, process
cfa64348224b66dd1c9979b809406c4d15b1c137fielding looks to see how many servers are waiting for a new connection;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if there are fewer than StartServers, it starts a new one. This
cfa64348224b66dd1c9979b809406c4d15b1c137fielding does not depend on the number of server processes already extant.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The accounting is arranged through a "scoreboard" file, named
cfa64348224b66dd1c9979b809406c4d15b1c137fielding /tmp/htstatus.*, on which each process has an independent file
cfa64348224b66dd1c9979b809406c4d15b1c137fielding descriptor (they need to seek without interference).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding The end effect is that MaxServers is the maximum number of
cfa64348224b66dd1c9979b809406c4d15b1c137fielding servers on an *inactive* server machine, but more will be forked
cfa64348224b66dd1c9979b809406c4d15b1c137fielding off to handle unusually heavy loads (or unusually slow clients);
cfa64348224b66dd1c9979b809406c4d15b1c137fielding these will die off when they are no longer needed --- without
cfa64348224b66dd1c9979b809406c4d15b1c137fielding reverting to the overhead of full forking operation. There is a
cfa64348224b66dd1c9979b809406c4d15b1c137fielding hard maximum of 150 server processes compiled in, largely to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding avoid forking out of control and dragging the machine down.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (This is arguably too high).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding In my server endurance tests, this mechanism did not appear to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding impose any significant overhead, even after I forced it to put the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding scoreboard file on a normal filesystem (which might have more
cfa64348224b66dd1c9979b809406c4d15b1c137fielding overhead than tmpfs). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Set HTTP_FOO variables for SSI <!--#exec cmd-->s, not just CGI scripts.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Cliff Skolnick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Read .htaccess files even in directory with <Directory> section.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding (Former incompatibility noted on mailing list, now fixed). [Robert
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) "HEAD /" gives the client a "Bad Request" error message, rather
cfa64348224b66dd1c9979b809406c4d15b1c137fielding than trying to send no body *and* no headers. [Cliff Skolnick].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't produce double error reports for some very obscure cases
cfa64348224b66dd1c9979b809406c4d15b1c137fielding mainly involving auth configuration (the "all modules decline to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handle" case which is a sure sign of a server bug in most cases,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding but also happens when authentication is badly misconfigured).
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Moved FCNTL_SERIALIZED_ACCEPT defines into conf.h (that's what
cfa64348224b66dd1c9979b809406c4d15b1c137fielding it's *for*, and this sort of thing really shouldn't be cluttering
cfa64348224b66dd1c9979b809406c4d15b1c137fielding up the Makefile). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Incidental code cleanups in http_main.c --- stop dragging
cfa64348224b66dd1c9979b809406c4d15b1c137fielding sa_client around; just declare it where used. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Another acc-related fix. (It doesn't like const char
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in some places...). [Mark Cox]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Shambhala 0.6.1 13 Jul 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed auth_name-related typos in http_core.c [Brian Behlendorf]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Also, fixed auth typo in http_protocol.c unmasked by this fix.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Compiles clean with acc on SunOS [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Reordered modules in modules.c so that Redirect takes priority
cfa64348224b66dd1c9979b809406c4d15b1c137fielding over ScriptAlias, for NCSA bug-compatibility [Rob Hartill] ---
cfa64348224b66dd1c9979b809406c4d15b1c137fielding believe it or not, he has an actual site with a ScriptAlias and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding a Redirect declared for the *exact same directory*. Even *my*
cfa64348224b66dd1c9979b809406c4d15b1c137fielding compatibility fetish wouldn't motivate me to fix this if the fix
cfa64348224b66dd1c9979b809406c4d15b1c137fielding required any effort, but it doesn't, so what the hey.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed to properly default several server_rec fields for virtual
cfa64348224b66dd1c9979b809406c4d15b1c137fielding servers from the corresponding fields in the main server_rec.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Cliff Skolnick --- 'port' was a particular irritant].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) No longer kills off nph- child processes before they are
cfa64348224b66dd1c9979b809406c4d15b1c137fielding finished sending output. [Matthew Gray]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Shambhala 0.6.0 10 Jul 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Two styles of timeout --- hard and soft. soft_timeout()s just put
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the connection to the client in an "aborted" state, but otherwise
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allow whatever handlers are running to clean up. hard_timeout()s
cfa64348224b66dd1c9979b809406c4d15b1c137fielding abort the request in progress completely; anything not tied to some
cfa64348224b66dd1c9979b809406c4d15b1c137fielding resource pool cleanup will leak. They're still around because I
cfa64348224b66dd1c9979b809406c4d15b1c137fielding haven't yet come up with a more elegant way of handling
cfa64348224b66dd1c9979b809406c4d15b1c137fielding timeouts when talking to something that isn't the client. The
cfa64348224b66dd1c9979b809406c4d15b1c137fielding default_handler and the dir_handler now use soft timeouts, largely
cfa64348224b66dd1c9979b809406c4d15b1c137fielding so I can test the feature. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) TransferLog "| my_postprocessor ..." seems to be there. Note that
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the case of log handlers dying prematurely is probably handled VERY
cfa64348224b66dd1c9979b809406c4d15b1c137fielding gracelessly at this point, and if the logger stops reading input,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the server will hang. (It is known to correctly restart the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding logging process on server restart; this is (should be!) going through
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the same SIGTERM/pause/SIGKILL routine used to ding an errant CGI
cfa64348224b66dd1c9979b809406c4d15b1c137fielding script). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) asis files supported (new module). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) IdentityCheck code is compiled in, but has not been tested. (I
cfa64348224b66dd1c9979b809406c4d15b1c137fielding don't know anyone who runs identd). [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) PATH_INFO and PATH_TRANSLATED are not set unless some real PATH_INFO
cfa64348224b66dd1c9979b809406c4d15b1c137fielding came in with the request, for NCSA bug-compatibility. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Don't leak the DIR * on HEAD request for a directory. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Deleted the block_alarms() stuff from dbm_auth; no longer necessary,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding as timeouts are not in scope. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) quoted-string args in config files now handled correctly (doesn't drop
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the last character). [Robert Thau; reported by Randy Terbush]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fixed silly typo in http_main.c which was suddenly fatal in HP-UX.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding How the hell did it ever work? [Robert Thau; reported by Rob Hartill]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_core.c --- default_type returns DEFAULT_TYPE (the compile-time
cfa64348224b66dd1c9979b809406c4d15b1c137fielding default default type); the former default default behavior when all
cfa64348224b66dd1c9979b809406c4d15b1c137fielding type-checkers defaulted had been a core dump. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Copy filenames out of the struct dirent when indexing
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directories. (On Linux, readdir() returns a pointer to the same
cfa64348224b66dd1c9979b809406c4d15b1c137fielding memory area every time). Fix is in mod_dir.c. [Paul Sutton]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Shambhala 0.5.3 [not released]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Default response handler notes "file not found" in the error log,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding if the file was not found. [Cliff Skolnick].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Another Cliff bug --- "GET /~user" now properly redirects (the userdir
cfa64348224b66dd1c9979b809406c4d15b1c137fielding code no longer sets up bogus PATH_INFO which fakes out the directory
cfa64348224b66dd1c9979b809406c4d15b1c137fielding handler). [Cliff Skolnick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Shambhala 0.5.2 06 Jul 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Changes to http_main.c --- root server no longer plays silly
cfa64348224b66dd1c9979b809406c4d15b1c137fielding games with SIGCHLD, and so now detects and replaces dying
cfa64348224b66dd1c9979b809406c4d15b1c137fielding children. Child processes just die on SIGTERM, without taking
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the whole process group with them. Potential problem --- if any
cfa64348224b66dd1c9979b809406c4d15b1c137fielding child process refuses to die, we hang in restart.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding MaxRequestsPerChild may still not work, but it certainly works
cfa64348224b66dd1c9979b809406c4d15b1c137fielding better than it did before this! [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_dir.c bug fixes: ReadmeName and HeaderName
cfa64348224b66dd1c9979b809406c4d15b1c137fielding work (or work better, at least); over-long description lines
cfa64348224b66dd1c9979b809406c4d15b1c137fielding properly terminated. [Mark Cox]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) http_request.c now calls unescape_url() more places where it
cfa64348224b66dd1c9979b809406c4d15b1c137fielding should [Paul Sutton].
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) More directory handling bugs (reported by Cox)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Parent Directory link is now set correctly. [Robert Thau]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Shambhala 0.5.1 04 Jul 1995
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Generalized cleanup interface in alloc.c --- any function can be
cfa64348224b66dd1c9979b809406c4d15b1c137fielding registered with alloc.c as a cleanup for a resource pool;
cfa64348224b66dd1c9979b809406c4d15b1c137fielding tracking of files and file descriptors has been reimplemented in
terms of this interface, so I can give it some sort of a test.
[Robert Thau]
*) More changes in alloc.c --- new cleanup_for_exec() function,
which tracks down and closes all file descriptors which have been
registered with the alloc.c machinery before the server exec()s a
child process for CGI or <!--#exec-->. CGI children now get
started with exactly three file descriptors open. Hopefully,
this cures the problem Rob H. was having with overly persistent
CGI connections. [Robert Thau]
*) Mutual exclusion around the accept() in child_main() --- this is
required on at least SGI, Solaris and Linux, and is #ifdef'ed in
by default on those systems only (-DFCNTL_SERIALIZED_ACCEPT).
This uses fcntl(F_SETLK,...) on the error log descriptor because
flock() on that descriptor won't work on systems which have BSD
flock() semantics, including (I think) Linux 1.3 and Solaris.
This does work on SunOS (when the server is idle, only one
process in the pool is waiting on accept()); it *ought* to work
on the other systems. [Robert Thau]
*) FreeBSD and BSDI portability tweaks [Chuck Murcko]
*) sizeof(*sa_client) bugfix from [Rob Hartill]
*) pstrdup(..., NULL) returns NULL, [Randy Terbush]
*) block_alarms() to avoid leaking the DBM* in dbm auth (this should
be unnecessary if I go to the revised timeout-handling scheme).
[Robert Thau]
*) For NCSA bug-compatibility, set QUERY_STRING env var (to a null
string) even if none came in with the request. [Robert Thau]
*) CHANGES file added to distribution ;-).
Changes with Shambhala 0.4.5
*) mod_dld --- early dynamic loading support [rst]
*) Add wildcard content handlers for XBITHACK; default_hander now
invoked with that mechanism (as a handler hanging off mod_core) [rst]
*) XBITHACK supported as a wildcard content-handler, and
configurable at run-time (not just at compile time, as in the
"patchy server" releases) [rst]
Changes with Shambhala 0.4.4 30 Jun 1995
*) Fixed basic thinkos in mod_dbm_auth.c [rst, reported by Mark Cox]
*) Handle Addtype x/y .z [rst, reported by Cox]
Changes with Shambhala 0.4.3
*) Fixed very dumb bug in mod_alias; "Alias" and "Redirect" are not
synonymous [rst, terbush]
Changes with Shambhala 0.4.1 28 Jun 1995
*) First-cut virtual host implementation; some refit in the config
reading code, and log management, was necessary to support this [rst]
*) Sub-pool machinery, originally added to avoid excessive storage
allocation on listings of large directories (which turned out to
be the problem that the 0.3 storage accounting was added to
find). Subrequests and mod_dir changed to use subpools. [rst]
*) More memory debugging --- free list consistency checks. [rst]
*) Added err_headers to request_rec, with support elsewhere [rst]
*) Other fixes to minor bugs in mod_dir and mod_includes [rst, terbush]
Changes with Shambhala 0.3 19 Jun 1995
*) Switch ONE_PROCESS to a runtime command-line option (-X)
*) Don't compile in mod_ai_backcompat by default
*) Switch name of server from Apache to Shambhala in Makefile
*) Add some accounting routines to track memory usage in the pools,
for debugging
Changes with Shambhala 0.2
*) Set DOCUMENT_ROOT CGI variable
*) Add single-process debugging, as a compile-time option (ONE_PROCESS)
*) Add critical section protection to handling of cleanup structures
in alloc.c [rst]
*) Significant code reorg within the server core to group related
functions together [rst]
*) Correctly handle clients that hang up before sending any request
[rst]
*) Replace dying child processes. [rst]
Changes with Shambhala 0.1 12 Jun 1995
Major rewrite of the pre-existing "patchy server" codebase, by
Robert Thau (rst). Significant portions of the server code, such
as configuration-file handling and HTTP authentication support,
were ripped out and rewritten from scratch. Code that was not
completely rewritten was significantly altered.
Major changes with this release include:
*) Introduction of the module API; in request handling, the central
machinery just dispatches to various modules, which actually do
most of the work. Configuration handling is similar --- modules
declare their own commands, and the central machinery just
dispatches to them.
API features from shambhala/0.1 were substantially unchanged in
Apache 1.0 and 1.1. (1.0 API features not yet present in this
release, such as wildcard handlers and subpools, were added in
subsequent Shambhala releases, and were also generally rst's
work).
*) This release included the following modules:
mod_access (access control --- allow and deny directives),
mod_alias (Alias and Redirect commands),
mod_auth (straight HTTP authentication, based on flat-files)
mod_auth_dbm (same, with dbm files)
mod_cgi (CGI scripts and, in this release, ScriptAlias)
mod_common_log (CLF access logs; later renamed mod_log_common)
mod_dir (directory indexing)
mod_include (server-side includes)
mod_mime (AddType directives)
mod_negotiation (content negotiation)
mod_userdir (support for users' public_html directories)
It also included a mod_ai_backcompat, which was a private hack
for back-compatibility with rst's own AI-lab servers.
All of these modules were substantially complete, and functional
or nearly so (a few, which implemented features not in use at
Thau's site, required patches of a few lines).
*) sub-request machinery, to allow modules to determine how other
modules would assign MIME types to a given file, or optionally
serve its content (this is heavily used by mod_dir, mod_include
and mod_negotiation).
*) Resource pool system for keeping track of memory allocated and
files opened in service of a particular request. Much of the
code in the modules (when they weren't rewrites) was adjusted to
replace a pervasive convention of using fixed-size buffers on
the stack with an equally pervasive convention of using memory
allocated with palloc().
*) Reorganization of data structures associated with a given
request to eliminate use of global variables and the troublesome
unmunge_name function (used in NCSA and early Apache releases to
attempt to determine the URI which mapped to a given filename
--- a difficult proposition, given that it is easy to produce
setups in which multiple URIs map to the same file).
*) Source files renamed and rearranged
*) Very simple pre-forking behavior --- parent process forked off a
fixed number of children, and then just waited for SIGHUP.
*) Other more minor changes too numerous to list.
This release included modified versions of a lot of code from the
Apache 0.6.4 public release, plus an early pre-forking patch
codeveloped by Robert Thau and Rob Hartill.
Changes with Apache 0.7.3 20 Jun 1995
*) There were a bunch of changes between Apache 0.6.4 and 0.7.3 that
were incorporated by Rob Hartill on the main branch while Robert Thau
worked on the Shambhala rewrite above. Most were merged into the
Shambala architecture after Apache 0.8.0.
Changes with Apache 0.6.4 13 May 1995
*) Patches by Rob Hartill, Cliff Skolnick, Randy Terbush, Robert Thau,
and others.
Changes with Apache 0.5.1 10 Apr 1995
Changes with Apache 0.4 02 Apr 1995
*) Patches by Brian Behlendorf, Andrew Wilson, Robert Thau,
and Rob Hartill.
Changes with Apache 0.3 24 Mar 1995
*) Patches by Robert Thau, David Robinson, Rob Hartill, and
Carlos Varela.
Changes with Apache 0.2 18 Mar 1995
*) Based on NCSA httpd 1.3 by Rob McCool and patches by CERT,
Roy Fielding, Robert Thau, Nicolas Pioch, David Robinson,
Brian Behlendorf, Rob Hartill, and Cliff Skolnick.