CHANGES revision 422a2e9e48a594c7d46d62410e45651a7a994430
7d9b632906c756b215d65a3a08d77fe022807c2dMark AndrewsChanges with Apache 2.1.0-dev
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews [Remove entries to the current 2.0 section below, when backported]
5d3083c4b5b11dfb653b15fd0eeb8e0cc9b175e0Mark Andrews *) mod_dav: Fix a problem that could cause crashes when manipulating
52188225731669cd571984c45a1407a55c74ee78Mark Andrews locks on some platforms. [Jeff Trawick]
52188225731669cd571984c45a1407a55c74ee78Mark Andrews *) Satisfy directives now can be influenced by a surrounding <Limit>
52188225731669cd571984c45a1407a55c74ee78Mark Andrews container. PR 14726. [Andr� Malo]
3cbc87c31f76262980d54ddbcdda7875be37b684Mark Andrews *) htpasswd: use apr_temp_dir_get() and general cleanup
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews [Guenter Knauf <eflash gmx.net>, Thom May]
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews *) mod_proxy: Fix handling of non-200 success status codes when
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews "ProxyErrorOverride On" is configured. PR 20183.
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews [Marcus Janson <marcus.janson tre.se>, Joe Orton]
b101c1e9989d0a010a3146ad823e168d15cb10c7Mark Andrews *) Threaded MPMs for Unix and Win32: Add support for ThreadStackSize
b101c1e9989d0a010a3146ad823e168d15cb10c7Mark Andrews directive (previously NetWare-only) to override default thread
989d7b844bdf2d804fda57b9b53a4eff3a6bea91Mark Andrews stack size for threads which handle client connections. Required
989d7b844bdf2d804fda57b9b53a4eff3a6bea91Mark Andrews for some third-party modules on platforms with small default
6d7007e807241ae0a32de8db8d3bf434626026eaMark Andrews thread stack size. [Jeff Trawick]
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews *) Win32: Tweak worker thread accounting routines to eliminate
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews server hang when number of Listen directives in httpd.conf
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews is greater than or equal to the setting of ThreadsPerChild.
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews [Bill Stoddard]
77b101ced9801cdb226919784bfc1aa0650ace6aMark Andrews *) mod_rewrite: Support for recognizing SSL variables in RewriteCond
25899e7f1ff0db5322362ada01f7aec3006ff0beTatuya JINMEI 神明達哉 using the new "SSL:" format. [Joe Orton, Madhusudan Mathihalli]
3d79c437d8cc10651b22601b55f4098b4cfe5979Mark Andrews *) mod_setenvif: Remove "support" for Remote_User variable which
3d79c437d8cc10651b22601b55f4098b4cfe5979Mark Andrews never worked at all. PR 25725. [Andr� Malo]
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews *) minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews now populates r->user with the (possibly unauthenticated) user,
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews and mod_auth_digest returns 500 when a provider returns
1ae9abe209092e1fcc681a7fde817005e5e2e3b8Tatuya JINMEI 神明達哉 AUTH_GENERAL_ERROR.
5cf023372424c1a59fda4a994e3c85c08c26e2f1Tatuya JINMEI 神明達哉 [Geoffrey Young]
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews *) mod_isapi: GetServerVariable returned improperly terminated header
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews fields given "ALL_HTTP" or "ALL_RAW". PR 20656.
39c7fc7e00af20144b94ef332943f62c1b3a622fMark Andrews [Jesse Pelton <jsp pkc.com>]
073dfc245fd921958b1ccd869ed3471f828cf283Mark Andrews *) mod_isapi: send_response_header() failed to copy status string's
65d64acb51b0655f04b165c8045d1aed556489abMark Andrews last character. PR 20619. [Jesse Pelton <jsp pkc.com>]
28e36fcc1eea8b5283aa33d3a6d21d42df8fdaf2Mark Andrews *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
28e36fcc1eea8b5283aa33d3a6d21d42df8fdaf2Mark Andrews size. PR 20617. [Jesse Pelton <jsp pkc.com>]
5cf146c586f69af7c65e4a4f612ae3ef6c9cf8deMark Andrews *) The whole codebase was relicensed and is now available under
2a2e9c7a1a8cded637be17f32dc1bbdef519ca81Mark Andrews the Apache License, Version 2.0 (http://www.apache.org/licenses).
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews [Apache Software Foundation]
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews *) FreeBSD: Use the httpready accept filter instead of dataready on
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews newer levels of the OS. [Paul Querna <chip force-elite.com>]
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews *) Delete some make-generated files in the server directory during
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews "make clean" processing. PR 26552. [Jeff Trawick]
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews *) Unix MPMs: Stop dropping connections when the file descriptor
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews is at least FD_SETSIZE. [Jeff Trawick]
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews *) Add core version query function (ap_get_server_revision) and
70ba825728dc64439801981a1abe7f1e28182698Mark Andrews accompanying ap_version_t structure (minor MMN bump).
28b65e6d0a03704f4faee88ebf5105addfa57968Mark Andrews [Andr� Malo]
8cd830d7c806cac681b057e0c0185f29992fa35fMark Andrews *) mod_rewrite: EOLs sent by external rewritemaps are now consumed
11b399514e4af7f370fe3948c3e3779a182ac5acMark Andrews as whole. That way, on systems with more than one EOL character
4296c5480dde48ea555f5916be8612e173f1edebMark Andrews rewritemap programs no longer need to switch stdout to binary
4296c5480dde48ea555f5916be8612e173f1edebMark Andrews mode. PR 25635. [Andr� Malo]
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews *) mod_rewrite: Introduce the ability to force a content handler via
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews the [handler=...] flag. [Andr� Malo]
7087b3dc9298e85909df7a10f83bbd0588310f0cMark Andrews *) mod_rewrite: Introduce the RewriteCond -x check, which returns
7087b3dc9298e85909df7a10f83bbd0588310f0cMark Andrews true if the pattern is a file with execution permissions.
4844ed026a9b5a91044e76399cee80a6514cbf0dMark Andrews [Andr� Malo]
db2649bad98fc08054feb1a1ed234d8b9b011ea8Mark Andrews *) Allow proxying of resources that are invoked via DirectoryIndex.
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews PR 14648. [Andr� Malo]
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews *) mod_rewrite: Allow proxying and RewriteRules in directory context
7502c6600645f120434d84d0ce3df7c3585cfe43Mark Andrews for subrequests. PR 14648, 15114. [Andr� Malo]
cdb15282589682b664dfb70428a3c1750fe05250Mark Andrews *) mod_rewrite: Allow setting of any valid HTTP response code.
b326d7e3a3a50eb65dd06db007d2fddc62606bbfMark Andrews PR 25917. [Andr� Malo]
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews *) mod_rewrite: Cookie creation now works locale independent.
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews [Andr� Malo]
f450814ab8989820a7bc9a2c484eb9f2c1c7b915Mark Andrews *) mod_ssl: Add support for distributed session cache using 'distcache'.
4c47c184b98a5ec1b303281959c1f3b0db85d733Mark Andrews [Geoff Thorpe <geoff geoffthorpe.net>]
48f929d315bafeeffe0a37082ab4c9661a928c39Mark Andrews *) mod_dav: Disallow requests with an unescaped hash character in
0e93730a02a4cafbc5cdfaa04b2d813a0c11b205Mark Andrews the Request-URI. PR 21779. [Amit Athavale <amit_athavale lycos.com>]
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews *) Add forensic logging module (mod_log_forensic).
c04f4437ff8b2aba326e5099eae0cacb7de6f74bMark Andrews [Ben Laurie]
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews *) mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attaches
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews a body to the 302 response and a wrong Content-Length header.
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews PR: 22951 [Ermanno Scaglione scaglione ..at.. starnetone.de]
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews *) Bring ErrorHeader concept forward from 1.3, so that response
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews header fields can be set for return even on errors or external
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews redirects. [Ken Coar]
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark Andrews *) Fix <Limit> and <LimitExcept> parsing to require a closing '>'
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark Andrews in the initial container. PR 25414.
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews [Geoffrey Young <geoff apache.org>]
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews *) Clean up httpd -V output: Instead of displaying the MPM source
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews directory, display the MPM name and some MPM properties.
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews [Geoffrey Young <geoff apache.org>]
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews *) mod_ssl/mod_status: Re-enable support for output of SSL session
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews cache information in server-status page. [Joe Orton]
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews *) mod_ssl: Remove the shmht session cache, shmcb should be used
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews instead. [Joe Orton]
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews *) mod_logio: Account for some bytes handed to the network layer prior to
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews dropped connections. [Jeff Trawick]
dba1bc96f6f4fbbb48ab7b041964d44242731b17Mark Andrews *) mod_autoindex: new directive IndexStyleSheet
b68fe6c0fbfee1dc0659661993de5c6727b66c76Mark Andrews [Tyler Riddle <triddle_1999 yahoo.com>, Paul Querna <chip force-elite.com>]
136e739d0d7267a8ce72468233fa795359db62faMark Andrews *) Fix uninitialized gprof directory name in prefork MPM. PR 24450.
beb92a43a7451981fad54c98c809d50c1b16c1e9Mark Andrews *) Log an error when requests for URIs which fail to map to a valid
beb92a43a7451981fad54c98c809d50c1b16c1e9Mark Andrews filesystem name are rejected with 403. [Jeff Trawick]
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews *) Switch to APR 1.0 API.
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews *) Major overhaul of mod_include's filter parser. The new parser code
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews is expected to be more robust and should catch all of the edge cases
4091f8dfb71b78b53acd1b25f74e26c384750c03Mark Andrews that were not handled by the previous one. This includes a binary
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews incompatible change of mod_include's external API. [Andr� Malo]
74ff5f080abdffa7823ff93da74969cd9fa25308Mark Andrews *) mod_rewrite: Allow forced mimetypes [T=...] to get expanded.
a10ae596379471b0dc76ebd8025d91bf2b90bafcMark Andrews PR 14223. [Andr� Malo]
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews *) mod_rewrite: Fix LA-U and LA-F lookups in directory context. Previously
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews the current rewrite state was just used as lookup path, which lead to
d5f13fecca944fc7229dac3215581cebec3ac314Mark Andrews strange and often useless results. Related to PR 8493. [Andr� Malo]
d844741f5516bce45f8897435342731edb2307cbMark Andrews *) Change Listen directive to bind to all addresses when a hostname is
53e8e0e27a3db745548a7989639b91d16f841c1fMark Andrews not specified. [Justin Erenkrantz]
d0c827c9c6a21a0708d97314406ff34d79bed5d8Mark Andrews *) Correct failure with Listen directives on machines with IPv6 enabled.
d0c827c9c6a21a0708d97314406ff34d79bed5d8Mark Andrews [Colm MacC�rthaigh <colm stdlib.net>, Justin Erenkrantz]
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews *) Fix a link failure in mod_ssl when the OpenSSL libraries contain
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews the ENGINE functions but the engine header files are missing.
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews [Cliff Woolley]
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews *) mod_rewrite: RewriteRules in server context using the force
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews type feature [T=...] no longer disable MultiViews. [Andr� Malo]
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot.
fcdef14f4a82138fe835a5c3a20d5667e6f4a26cMark Andrews [Andr� Malo]
e9a0e12b2b732285e00e0d9436961d0fe3655aa6Mark Andrews *) mod_authz_groupfile: Strip trailing spaces of group names. This
e94754428d472bdde2cba0efdd549bac2e87b98bMark Andrews hopefully saves some hours of searching for typos. PR 12863.
e94754428d472bdde2cba0efdd549bac2e87b98bMark Andrews [Andr� Malo]
a53259c4cc558f86dd008eccc60cc89b6734a03cMark Andrews *) mod_actions: Propagate the handler name to the action script via
a53259c4cc558f86dd008eccc60cc89b6734a03cMark Andrews the REDIRECT_HANDLER environment variable. [Andr� Malo]
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews *) mod_actions: Introduce the "virtual" modifier to the Action directive,
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews which allows the use of handlers for virtual locations. PR 8431.
4c8df3b2e8858e97debfe3fb771fe03f22b04d1eMark Andrews [Andr� Malo]
6c52944ef2281095d1c317a45ea013b8f3cfa135Mark Andrews *) mod_speling: Recognize AcceptPathInfo setting for the particular
72379d863a3bb135e7da36e344b731a59b8c3e33Mark Andrews location. Default is to reject path information. PR 21059.
77fad835c56b118faf77a69af618d0bca7a16aacMark Andrews [Andr� Malo]
e021f388dfc2ac024a103def34818af73e7e869fMark Andrews *) mod_ext_filter: Add the ability to filter request bodies.
c5eebaf6f1311662f8120a8b560e2dbbfd5c92e8Mark Andrews *) Fix some broken log messages in WinNT MPM.
1e6d80a391137b26e7250e72f6b28eb92c2b9952Mark Andrews *) prefork MPM: Use the right permissions for the directory created
892c9a8817a454fbac32b099eb55af453b19ce86Mark Andrews for gprof support. [Jim Carlson <jcarlson jnous.com>]
af4b677e0de9c4ce67a5187039681a58f73b86eaMark Andrews *) Fix a compile failure with recent OpenSSL and picky compilers
3aca8e5bf3740bbcc3bb13dde242d7cc369abb27Mark Andrews (e.g., OpenSSL 0.9.7a and xlc_r on AIX). [Jeff Trawick]
4d86cda3d7eb31578c9088c51a26643d43799533Mark Andrews *) OpenSSL headers should be included as "openssl/ssl.h", and not rely on
cbfce73e8e020c1d08c7be7b48a849d8333eb9bfMark Andrews the INCLUDE path to be defined properly.
84a5b69f0029952e33c96695f0a7d26c2bb8f7ccMark Andrews PR 11310. [Geoff Thorpe <geoff geoffthorpe.net>]
e9e869569a92c4b1d5339d3bfb22232e5b401db1Mark Andrews *) Modify APACHE_CHECK_SSL_TOOLKIT to detect SSL-C. [Madhusudan Mathihalli]
73fb13fe97cf2f1d93d5e2ea56583fdb2f40b6f3Mark Andrews *) Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
6f1ad0fc645250c240f21a9201e8cdb0f263c218Mark Andrews autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc).
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews [Geoff Thorpe <geoff geoffthorpe.net>]
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews *) change directive name from 'compressionlevel' to 'deflatecompressionlevel'
783707ee556191b974e951f04accf09f443f5fdfMark Andrews [Ian Holsman, Andr� Malo]
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews *) mod_negotiation: quality values are now parsed independent from
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews the current locale. level values are now really parsed as integers.
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews PR 17564. [Andr� Malo]
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews *) Extend mod_negotiation to evaluate the environment variables
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews no-gzip and gzip-only-text/html the same way as mod_deflate does.
fed3d5c2fc3fa8e1547e8b5c28c01f1095e17e5fMark Andrews [Andr� Malo]
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews *) mod_rewrite: Fix some problems reporting errors with mapping
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews programs (RewriteMap prg:/something). [Jeff Trawick]
21094b43a2dc4e1f569a9ed894f5369470cd1a7fMark Andrews *) Return 413 if chunk-ext-header is too long rather than reading from
21094b43a2dc4e1f569a9ed894f5369470cd1a7fMark Andrews the truncated line. PR 15857. [Justin Erenkrantz]
81e6a5849d61c2e710d628cf9a7b7282eaa88c46Mark Andrews *) Allow restart of httpd to occur even with syntax errors in the config
81e6a5849d61c2e710d628cf9a7b7282eaa88c46Mark Andrews file. PR 16813. [Justin Erenkrantz]
4181218570e915959dd203c18f8cf4a03dca5d68Mark Andrews *) Use APR_LAYOUT instead of APACHE_LAYOUT in configure. PR 15679.
4181218570e915959dd203c18f8cf4a03dca5d68Mark Andrews [Justin Erenkrantz]
ad98a8699371c9c449982fbbd8ceda91ad745f2aMark Andrews *) Remove files on 'make distclean' that should be. PR 15592.
ad98a8699371c9c449982fbbd8ceda91ad745f2aMark Andrews [Justin Erenkrantz]
c1807114ce574896694e3f449c73b098fe91730fMark Andrews *) Allow apachectl to perform status with links and elinks as well.
c1807114ce574896694e3f449c73b098fe91730fMark Andrews [Justin Erenkrantz]
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews *) Extend the SetEnvIf directive to capture subexpressions of the
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews matched value. [Andr� Malo]
055597532db52233e80f617b8b015e8caadcb577Mark Andrews *) mod_log_config change optional hook to return previous handler
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews [Ian Holsman]
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews *) Forward port of mod_actions' ability to handle arbitrary methods
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews with the Script directive. [Andr� Malo]
055597532db52233e80f617b8b015e8caadcb577Mark Andrews *) Let suexec send a message to stderr, if it failed or its policy
055597532db52233e80f617b8b015e8caadcb577Mark Andrews was violated. This message appears in the error log and allows
055597532db52233e80f617b8b015e8caadcb577Mark Andrews for easier debugging. PR 5381, 7638, 8255, 10773. [Andr� Malo]
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews *) Modify buildconf to copy all required files into httpd's tree.
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews [Thom May <thom planetarytramp.net>]
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews *) Allow mod_dav to do weak entity comparison functions.
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews [Justin Erenkrantz]
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews *) Move RFC 1413 ident requests from core to new module mod_ident.
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews [Andr� Malo]
9076b18608d8e5cfff8fac54ef82853371fdd0d6Mark Andrews *) Add mod_authz_owner - a forward port of "Require file-owner"
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews and "Require file-group", which was already present in version
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews 1.3.21. [Andr� Malo]
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews *) Add mod_dav_lock - a generic subset of the DAV locking implementation.
af5273ceab514c55ddcd7ebaed5d598150b6b8faMark Andrews [Justin Erenkrantz]
3c20ae76389dd7bd2fbbb5145f51fe7f72f97f14Mark Andrews *) Replace some of the mutex locking in the worker MPM with
3c20ae76389dd7bd2fbbb5145f51fe7f72f97f14Mark Andrews atomic operations for higher concurrency. [Brian Pane]
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews *) Allow 'make depend' to work with non-GCC compilers.
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews [Justin Erenkrantz]
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews *) If an httpd.conf has commented out AddModule directives,
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews apxs -i -a will add an un-commented AddModule directive for
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews the new module, which breaks the config.
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews PR: 11212 [Joe Orton]
2c329da87c5c886e7f4468c69a9e6323121068cbMark Andrews *) Fix mod_proxy handling of filtered input bodies. [Justin Erenkrantz]
5ec95dc3cbba160d03be874941930bdf3e515bbdMark Andrews *) Move the check of the Expect request header field after the hook
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews for ap_post_read_request, since that is the only opportunity for
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews modules to handle Expect extensions. [Justin Erenkrantz]
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews *) Rewrite of aaa modules to an authn/authz model.
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews [Dirk-Willem van Gulik, Justin Erenkrantz]
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews [Apache 2.1.0-dev includes those bug fixes and changes with the
9e50b6806e428c817bc9537457db8f0a0aeee167Mark Andrews Apache 2.0.xx tree as documented, and except as noted, below.]
50a3801fa7845d1d345af76a379434f54fd6a84bMark AndrewsChanges with Apache 2.0.49
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews *) SECURITY: CAN-2004-0174 (cve.mitre.org)
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews Fix starvation issue on listening sockets where a short-lived
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews connection on a rarely-accessed listening socket will cause a
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews child to hold the accept mutex and block out new connections until
ca155b13211202a6195b5a0f085aff06075c4300Mark Andrews another connection arrives on that rarely-accessed listening socket.
ca155b13211202a6195b5a0f085aff06075c4300Mark Andrews With Apache 2.x there is no performance concern about enabling the
31a71adf14d106260127079f6ea26bea600163e9Mark Andrews logic for platforms which don't need it, so it is enabled everywhere
31a71adf14d106260127079f6ea26bea600163e9Mark Andrews except for Win32. [Jeff Trawick]
110fbe3a1315b38f1491546d82937a01c40f5fdbMark Andrews *) mod_cgid: Fix storage corruption caused by use of incorrect pool.
110fbe3a1315b38f1491546d82937a01c40f5fdbMark Andrews [Jeff Trawick]
3b9a0696f99c40222e50ddae4d0dd9611737c1daMark Andrews *) Win32: find_read_listeners was not correctly handling multiple
3b9a0696f99c40222e50ddae4d0dd9611737c1daMark Andrews listeners on the Win32DisableAcceptEx path. [Bill Stoddard]
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews *) Fix bug in mod_usertrack when no CookieName is set. PR 24483.
7a1cba6262f099aa5ecf9ed4db9c0345489653ccMark Andrews [Manni Wood <manniwood planet-save.com>]
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews *) Fix some piped log problems: bogus "piped log program '(null)'
bce2d35b4879d7878e339a9c60db9364508e38fdMark Andrews failed" messages during restart and problem with the logger
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews respawning again after Apache is stopped. PR 21648, PR 24805.
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews [Jeff Trawick]
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews *) Fixed file extensions for real media files and removed rpm extension
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews from mime.types. PR 26079. [Allan Sandfeld <kde carewolf.com>]
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews *) Remove compile-time length limit on request strings. Length is
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews now enforced solely with the LimitRequestLine config directive.
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews [Paul J. Reder]
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews *) mod_ssl: Send the Close Alert message to the peer before closing
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews the SSL session. [Madhusudan Mathihalli, Joe Orton]
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews *) SECURITY: CAN-2004-0113 (cve.mitre.org)
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews PR 27106. [Joe Orton]
722ebc3a47ffd2ac8f0b1a231dbd0cfd485ea2ffMark Andrews *) mod_ssl: Fix bug in passphrase handling which could cause spurious
41be71bae48846d9525be6f71e19944e34748e26Mark Andrews failures in SSL functions later. PR 21160. [Joe Orton]
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews *) mod_log_config: Fix corruption of buffered logs with threaded
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews MPMs. PR 25520. [Jeff Trawick]
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews *) Fix mod_include's expression parser to recognize strings correctly
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews even if they start with an escaped token. [Andr� Malo]
4f32995bf6af48ab410b6d14b160348f5ffe0556Mark Andrews *) Add fatal exception hook for use by diagnostic modules. The hook
a4743d3d26c4dde69b80fd69bca83e0c28063425Mark Andrews is only available if the --enable-exception-hook configure parm
a4743d3d26c4dde69b80fd69bca83e0c28063425Mark Andrews is used and the EnableExceptionHook directive has been set to
817a7fb62d05222fb287bbcde910ab3669f6d237Mark Andrews "on". [Jeff Trawick]
2a71a21346ce6a098b7daf98358d5bdced8e6eb6Mark Andrews *) Allow mod_auth_digest to work with sub-requests with different
2a71a21346ce6a098b7daf98358d5bdced8e6eb6Mark Andrews methods than the original request. PR 25040.
8147940ae7a7280ba12dd35614b9c987b38363faMark Andrews [Josh Dady <jpd indecisive.com>]
a90cf89180ae8d9dfd281288cdc75940e46bfdd0Mark Andrews *) fix "Expected </Foo>> but saw </Foo>" errors in nested,
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews argumentless containers.
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews ["Philippe M. Chiasson" <gozer cpan.org>]
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews *) mod_auth_ldap: Fix some segfaults in the cache logic. PR 18756.
fa901545edc8bb62969121e14199d533a40d0b61Tatuya JINMEI 神明達哉 [Matthieu Estrade <apache moresecurity.org>, Brad Nicholes]
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews *) mod_cgid: Restart the cgid daemon if it crashes. PR 19849
68ae0f83c00d9e06693f5b138a0ced5a6ceccc5cMark Andrews [Glenn Nielsen <glenn apache.org>]
326449ec24b069f5ef59c8e282ae22a50aa27049Mark Andrews *) The whole codebase was relicensed and is now available under
207f0a15bb486d8dc27cf5ff963fac6068ee2972Mark Andrews the Apache License, Version 2.0 (http://www.apache.org/licenses).
3bb3c75ebcf3a798d33a5c439b997e1f37910501Mark Andrews [Apache Software Foundation]
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews *) Fixed cache-removal order in mod_mem_cache.
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews [Jean-Jacques Clar, Cliff Woolley]
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews *) mod_setenvif: Fix the regex optimizer, which under circumstances
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews treated the supplied regex as literal string. PR 24219.
825fccf631aa71cfbb8bfcf4e2009ca21de28f36Mark Andrews [Andr� Malo]
5639d60b40db2051eb7e737d86635c621ffbfa12Mark Andrews *) ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
d0deea590e6e175c77f9b5f972fea3fc7a63577aMark Andrews instead of mmn. [Andr� Malo]
689023771c563d8660e45d439a207e06e96de28fMark Andrews *) mod_rewrite: Catch an edge case, where strange subsequent RewriteRules
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews could lead to a 400 (Bad Request) response. [Andr� Malo]
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews *) Keep focus of ITERATE and ITERATE2 on the current module when
30b41c205cec69f7bde2d9afb16557b6c1e7a531Mark Andrews the module chooses to return DECLINE_CMD for the directive.
30b41c205cec69f7bde2d9afb16557b6c1e7a531Mark Andrews PR 22299. [Geoffrey Young <geoff apache.org>]
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews *) Add support for IMT minor-type wildcards (e.g., text/*) to
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews ExpiresByType. PR#7991 [Ken Coar]
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 *) Fix segfault in mod_mem_cache cache_insert() due to cache size
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 becoming negative. PR: 21285, 21287
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 [Bill Stoddard, Massimo Torquati, Jean-Jacques Clar]
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews *) core.c: If large file support is enabled, allow any file that is
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews greater than AP_MAX_SENDFILE to be split into multiple buckets.
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews This allows Apache to send files that are greater than 2gig.
7f2a6b0ef762b4cef9b0b2b59e7f44e4d2d4d32dMark Andrews Otherwise we run into 32/64 bit type mismatches in the file size.
7f2a6b0ef762b4cef9b0b2b59e7f44e4d2d4d32dMark Andrews [Brad Nicholes]
b712879fcb6d584bb16b3f39ec1fb6ee176e4a03Mark Andrews *) proxy_http fix: mod_proxy hangs when both KeepAlive and
b712879fcb6d584bb16b3f39ec1fb6ee176e4a03Mark Andrews ProxyErrorOverride are enabled, and a non-200 response without a
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews body is generated by the backend server. (e.g.: a client makes a
f697150aefb5d64e5bed4111aa2596a268ee8848Mark Andrews request containing the "If-Modified-Since" and "If-None-Match"
f697150aefb5d64e5bed4111aa2596a268ee8848Mark Andrews headers, to which the backend server respond with status 304.)
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews [Graham Wiseman <gwiseman fscinternet.com>, Richard Reiner]
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews *) mod_dav: Reject requests which include an unescaped fragment in the
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews Request-URI. PR 21779. [Amit Athavale <amit_athavale lycos.com>]
c0d2891f6e08fcf5379dfb9a1bf8fbbb63f1952aMark Andrews *) Build array of allowed methods with proper dimensions, fixing
c426fddf168a3cdfc1c4c162365d440c89148ae4Mark Andrews possible memory corruption. [Jeff Trawick]
cb75f7ce19e11e3dfedee5a50a331bf53cd2c36bMark Andrews *) mod_ssl: Fix potential segfault on lookup of SSL_SESSION_ID.
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews PR 15057. [Otmar Lendl <lendl nic.at>]
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews *) mod_ssl: Fix streaming output from an nph- CGI script. PR 21944
d8c2b1787119de43dd6b7e3927ff193ed5df682fMark Andrews *) mod_usertrack no longer inspects the Cookie2 header for
d8c2b1787119de43dd6b7e3927ff193ed5df682fMark Andrews the cookie name. PR 11475. [Chris Darrochi <chrisd pearsoncmg.com>]
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews *) mod_usertrack no longer overwrites other cookies.
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews PR 26002. [Scott Moore <apache nopdesign.com>]
fbdadf789f3057a5c90ebc026dbf2d174022bd28Rob Austein *) worker MPM: fix stack overlay bug that could cause the parent
1672cff96d0b02badab6f94524e10285dde851fcMark Andrews process to crash. [Jeff Trawick]
e9f33cdca0565d049941117d30e4c37ab3c5e990Mark Andrews *) Win32: Add Win32DisableAcceptEx directive. This Windows
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews NT/2000/CP directive is useful to work around bugs in some
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews third party layered service providers like virus scanners,
9105a6a730bfb8472c48230629c5a0aebb88c422Mark Andrews VPN and firewall products, that do not properly handle
9105a6a730bfb8472c48230629c5a0aebb88c422Mark Andrews WinSock 2 APIs. Use this directive if your server is issuing
c5a84548b24ffac37d0154d8f2f4fea36a3aeb23Mark Andrews AcceptEx failed messages.
9aa7706900e2451fcd6e44ffe4a45b042ec34cf3Mark Andrews [Allan Edwards, Bill Rowe, Bill Stoddard, Jeff Trawick]
7b78f6665635ed85118352c97ff5a25f5bb242f7Mark Andrews *) Make REMOTE_PORT variable available in mod_rewrite.
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews PR 25772. [Andr� Malo]
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews *) Fix a long delay with CGI requests and keepalive connections on
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews AIX. [Jeff Trawick]
65356eb978747c5e68d4c6b3909642cebb8479f8Mark Andrews *) mod_autoindex: Add 'XHTML' option in order to allow switching between
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews HTML 3.2 and XHTML 1.0 output. PR 23747. [Andr� Malo]
7de69feda2f66658ce66a8700d64ffb88d47bb6aMark Andrews *) Add XHTML Document Type Definitions to httpd.h (minor MMN bump).
7de69feda2f66658ce66a8700d64ffb88d47bb6aMark Andrews [Andr� Malo]
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews *) mod_ssl: Advertise SSL library version as determined at run-time rather
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews than at compile-time. PR 23956. [Eric Seidel <seidel apple.com>]
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews *) mod_ssl: Fix segfault on a non-SSL request if the 'c' log
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews format code is used. PR 22741. [Gary E. Miller <gem rellim.com>]
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews *) Fix build with parallel make. PR 24643. [Joe Orton]
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews *) mod_rewrite: In external rewrite maps lookup keys containing
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews a newline now cause a lookup failure. PR 14453.
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews [Cedric Gavage <cedric.gavage unixtech.be>, Andr� Malo]
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews *) Backport major overhaul of mod_include's filter parser from 2.1.
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews The new parser code is expected to be more robust and should
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews catch all of the edge cases that were not handled by the previous one.
d562cb04df022606af43c7bee3111e4d17cbe4b2Mark Andrews The 2.1 external API changes were hidden by a wrapper which is
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews expected to keep the API backwards compatible. [Andr� Malo]
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews *) Add a hook (insert_error_filter) to allow filters to re-insert
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews themselves during processing of error responses. Enable mod_expires
1bf8f4b77df1e1f8c1ce8326679ab02bac235c09Mark Andrews to use the new hook to include Expires headers in valid error
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews responses. This addresses an RFC violation. It fixes PRs 19794,
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews 24884, and 25123. [Paul J. Reder]
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews *) Add Polish translation of error messages. PR 25101.
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews [Tomasz Kepczynski <tomek jot23.org>]
32c7aa3dd18d57979990574ddb008437b59c2428Rob Austein *) Add AP_MPMQ_MPM_STATE function code for ap_mpm_query. (Not yet
358043e40fd0c1fe312e25c28a771aafc3bd7b79Mark Andrews supported for BeOS or OS/2 MPMs.) [Jeff Trawick, Brad Nicholes,
358043e40fd0c1fe312e25c28a771aafc3bd7b79Mark Andrews Bill Stoddard]
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews *) Add mod_status hook to allow modules to add to the mod_status
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews report. [Joe Orton]
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews *) Fix htdbm to generate comment fields in DBM files correctly.
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews [Justin Erenkrantz]
a5e055b9d8bc42b0e29d88960ed2a5c531fa5acbRob Austein *) mod_dav: Use bucket brigades when reading PUT data. This avoids
3d8dfd44a3be708f00380064411c16b2fa28303aMark Andrews problems if the data stream is modified by an input filter. PR 22104.
a46445468bb39318ad2a4291ace371a8c4ff9ac6Mark Andrews [Tim Robbins <tim robbins.dropbear.id.au>, Andr� Malo]
e794f1ef072b4453c4af64717429729bcf3a6a69Mark Andrews *) Fix RewriteBase directive to not add double slashes. [Andr� Malo]
e180037bc15a98cac0b91ffcf464e9c96918294bMark Andrews *) Improve 'configure --help' output for some modules. [Astrid Ke�ler]
eeac8cfcd3ad738b435ad82fcd5c6387da643f90Mark Andrews *) Correct UseCanonicalName Off to properly check incoming port number.
99ba7fc5ff50823248155f4f2954ece0271b4354Mark Andrews [Jim Jagielski]
d1ef96c5fb81b1edbede4228480848b58e48799eMark Andrews *) Fix slow graceful restarts with prefork MPM. [Joe Orton]
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews *) Fix a problem with namespace mappings being dropped in mod_dav_fs;
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews if any property values were set which defined namespaces these
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews came out mangled in the PROPFIND response. PR 11637.
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews [Amit Athavale <amit_athavale persistent.co.in>]
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews *) mod_dav: Return a WWW-auth header for MOVE/COPY requests where
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews the destination resource gives a 401. PR 15571. [Joe Orton]
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews *) SECURITY: CAN-2003-0020 (cve.mitre.org)
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews Escape arbitrary data before writing into the errorlog. Unescaped
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews errorlogs are still possible using the compile time switch
3386e927950e1bacd2ae7bfdc03ee17885bd9993Mark Andrews "-DAP_UNSAFE_ERROR_LOG_UNESCAPED". [Geoffrey Young, Andr� Malo]
c80b5ef256d9c289c403bc90e0fbee3699552808Mark Andrews *) mod_autoindex / core: Don't fail to show filenames containing
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews special characters like '%'. PR 13598. [Andr� Malo]
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews *) mod_status: Report total CPU time accurately when using a threaded
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews MPM. PR 23795. [Jeff Trawick]
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews *) Fix memory leak in handling of request bodies during reverse
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews proxy operations. PR 24991. [Larry Toppi <larry.toppi citrix.com>]
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews *) Win32 MPM: Implement MaxMemFree to enable setting an upper
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews limit on the amount of storage used by the bucket brigades
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews in each server thread. [Bill Stoddard]
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews *) Modified the cache code to be header-location agnostic. Also
1c52f228e9e2d8784273b7af76794031e480e5e8Mark Andrews fixed a number of other cache code bugs related to PR 15852.
1c52f228e9e2d8784273b7af76794031e480e5e8Mark Andrews Includes a patch submitted by Sushma Rai <rsushma novell.com>.
ea0b0c283be744d8b5810927b9981a9afe2f900dMark Andrews This fixes mod_mem_cache but not mod_disk_cache yet so I'm not
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews closing the PR since that is what they are using. [Paul J. Reder]
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews *) complain via error_log when mod_include's INCLUDES filter is
c956fbfbbd536407a2f0ef8f138c27729d31744dMark Andrews enabled, but the relevant Options flag allowing the filter to run
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews for the specific resource wasn't set, so that the filter won't
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews silently get skipped. next remove itself, so the warning will be
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews logged only once [Stas Bekman, Jeff Trawick, Bill Rowe]
f66cd386cf4d0cc65b28cbaeaf540353406393a8Mark Andrews *) mod_info: HTML escape configuration information so it displays
f66cd386cf4d0cc65b28cbaeaf540353406393a8Mark Andrews correctly. PR 24232. [Thom May]
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews *) Restore the ability to add a description for directories that
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews don't contain an index file. (Broken in 2.0.48) [Andr� Malo]
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews *) Fix a problem with the display of empty variables ("SetEnv foo") in
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews mod_include. PR 24734 [Markus Julen <mj zermatt.net>]
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews *) mod_log_config: Log the minutes component of the timezone correctly.
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews PR 23642. [Hong-Gunn Chew <hgbug gunnet.org>]
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews *) mod_proxy: Fix cases where an invalid status-line could be sent
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews to the client. PR 23998. [Joe Orton]
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews *) mod_ssl: Fix segfaults at startup if other modules which use OpenSSL
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews are also loaded. [Joe Orton]
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews *) mod_ssl: Use human-readable OpenSSL error strings in logs; use
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews thread-safe interface for retrieving error strings. [Joe Orton]
2cd8fa3ef9b168429dcf76603e7b95c58317dd28Mark Andrews *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews avoid reporting an Internal Server error if it is used without
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews having been set in the httpd.conf file. PR: 23748, 24459
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews [Andre Malo, Liam Quinn <liam htmlhelp.com>]
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews *) mod_autoindex: Don't omit the <tr> start tag if the SuppressIcon
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews option is set. PR 21668. [Jesse Tie-Ten-Quee <highos highos.com>]
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews *) mod_include no longer allows an ETag header on 304 responses.
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews PR 19355. [Geoffrey Young <geoff apache.org>, Andr� Malo]
4499c6cd5e376c59e06cd0be61f3620a1336bc5fMark Andrews *) EBCDIC: Convert header fields to ASCII before sending (broken
4a6f552617fe422ad90826e48c2a3446e3a2574bMark Andrews since 2.0.44). [Martin Kraemer]
1195e2e1f2853df56d7ec69d2e01a99d44e4d61dMark Andrews *) Fix the inability to log errors like exec failure in
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews mod_ext_filter/mod_cgi script children. This was broken after
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews such children stopped inheriting the error log handle.
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews [Jeff Trawick]
5efa612be0471cc4e133b795db3dd3addf18ba6cMark Andrews *) Fix mod_info to use the real config file name, not the default
5efa612be0471cc4e133b795db3dd3addf18ba6cMark Andrews config file name. [Aryeh Katz <aryeh secured-services.com>]
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews *) Set the scoreboard state to indicate logging prior to running
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews logging hooks so that server-status will show 'L' for hung loggers
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews instead of 'W'. [Jeff Trawick]
d9147148dde80db2ce3390ded26333d106d3c10bTatuya JINMEI 神明達哉Changes with Apache 2.0.48
ec3f1d35170225c74d11c27bb184e250d150b209Tatuya JINMEI 神明達哉 *) SECURITY [CAN-2003-0789]: mod_cgid: Resolve some mishandling of
75654de87118c587629b5dc6882b6c1925d34983Tatuya JINMEI 神明達哉 the AF_UNIX socket used to communicate with the cgid daemon and
71839e2a424a904a60429a380ee7685464022e4bMark Andrews the CGI script. [Jeff Trawick]
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews *) SECURITY [CAN-2003-0542]: Fix buffer overflows in mod_alias and
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews mod_rewrite which occurred if one configured a regular expression
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews with more than 9 captures. [Andr� Malo]
e0199985cfe68e8556cf0060ad8f7effbcdc5628Mark Andrews *) mod_include: fix segfault which occured if the filename was not
38e8022ace865803bdd609c9763cd7d7ba2818dcMark Andrews set, for example, when processing some error conditions.
38e8022ace865803bdd609c9763cd7d7ba2818dcMark Andrews PR 23836. [Brian Akins <bakins web.turner.com>, Andr� Malo]
8407fbc61d73caa766c0689558525d0a76296c86Mark Andrews *) fix the config parser to support <Foo>..</Foo> containers (no
8407fbc61d73caa766c0689558525d0a76296c86Mark Andrews arguments in the opening tag) supported by httpd 1.3. Without
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews this change mod_perl 2.0's <Perl> sections are broken.
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews ["Philippe M. Chiasson" <gozer cpan.org>]
b9625d9be5d89015b75cc7c25088a8d1a3bb7655Mark Andrews *) mod_cgid: fix a hash table corruption problem which could
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews result in the wrong script being cleaned up at the end of a
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews request. [Jeff Trawick]
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews *) Update httpd-*.conf to be clearer in describing the connection
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews between AddType and AddEncoding for defining the meaning of
267a22597fc1c5ffd81532ec1afad36b729f6cb4Tatuya JINMEI 神明達哉 compressed file extensions. [Roy Fielding]
c5076a76f6562b5aa48e6a1c680c343b53846157Mark Andrews *) mod_rewrite: Don't die silently when failing to open RewriteLogs.
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews PR 23416. [Andr� Malo]
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews rewritten request using "proxy:". The code was adding multiple "proxy:"
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews fields in the rewritten URI. PR: 13946.
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews [Eider Oliveira <eider bol.com.br>]
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews *) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews expires as directed in RFC 2616. [Thomas Castelle <tcastelle generali.fr>]
ad3b537a241f40bbb3fdc4de252881c42645021bMark Andrews *) Ensure that ssl-std.conf is generated at configure time, and switch
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews to using the expanded config variables to work the same as
de6ceebf98bedee0b1e1e81d078befbd728b801cMark Andrews *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews *) mod_autoindex: If a directory contains a file listed in the
ed6e3610e3e56aac554dc93cad461a0016e961f9Mark Andrews DirectoryIndex directive, the folder icon is no longer replaced
1cf54d1966b3de8f6593e9e80eae9a80a1c011adMark Andrews by the icon of that file. PR 9587.
1cf54d1966b3de8f6593e9e80eae9a80a1c011adMark Andrews [David Shane Holden <dpejesh yahoo.com>]
b4fe7caac90b28629d207b40a77862e2535f925cMark Andrews *) Fixed mod_usertrack to not get false positive matches on the
b4fe7caac90b28629d207b40a77862e2535f925cMark Andrews user-tracking cookie's name. PR 16661.
a0a19510c03e6004fd11ec278745d499751cd081Mark Andrews [Manni Wood <manniwood planet-save.com>]
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews *) mod_cache: Fix the cache code so that responses can be cached
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews if they have an Expires header but no Etag or Last-Modified
46ed893dd0c8096d2bcbf31e6dcf79b2786e7b7fMark Andrews headers. PR 23130.
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews *) mod_log_config: Fix %b log format to write really "-" when 0 bytes
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews were sent (e.g. with 304 or 204 response codes). [Astrid Ke�ler]
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews *) Modify ap_get_client_block() to note if it has seen EOS.
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews [Justin Erenkrantz]
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews *) Fix a bug, where mod_deflate sometimes unconditionally compressed the
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews content if the Accept-Encoding header contained only other tokens than
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews "gzip" (such as "deflate"). PR 21523. [Joe Orton, Andr� Malo]
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews *) Avoid an infinite recursion, which occured if the name of an included
7952b2b43e880b18e63613805f71fd3e8624bb44Mark Andrews config file or directory contained a wildcard character. PR 22194.
6fac7ff1f9ec9c3873d3b55c5079fa79aba1f146Mark Andrews [Andr� Malo]
e1f638a7141a4c1364e4ca45025241c9e2fecf74Mark Andrews *) mod_ssl: Fix a problem setting variables that represent the
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews client certificate chain. PR 21371 [Jeff Trawick]
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews *) Unix: Handle permissions settings for flock-based mutexes in
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews unixd_set_global|proc_mutex_perms(). Allow the functions to be
b39213ce599dc433c6f99144c97ca3d562f40344Mark Andrews called for any type of mutex. PR 20312 [Jeff Trawick]
154bd87b5c9d603329dd691b822525c6885f21d4Mark Andrews *) ab: Work over non-loopback on Unix again. PR 21495. [Jeff Trawick]
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews *) Fix a misleading message from the some of the threaded MPMs when
6ec0f98cf6e88aeba1615763fdec253bf391f22eMark Andrews MaxClients has to be lowered due to the setting of ServerLimit.
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews [Jeff Trawick]
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews *) Lower the severity of the "listener thread didn't exit" message
d4e1933abc4bfa3d42dcc2f093c81816a317dde6Mark Andrews to debug, as it is of interest only to developers. PR 9011
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews [Jeff Trawick]
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews *) MPMs: The bucket brigades subsystem now honors the MaxMemFree setting.
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews [Cliff Woolley, Jean-Jacques Clar]
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews *) Install config.nice into the build/ directory to make
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews minor version upgrades easier. [Joshua Slive]
39e5cab80a2abc95ca034ac79ea3f973fc66f5b3Mark Andrews *) Fix mod_deflate so that it does not call deflate() without checking
39e5cab80a2abc95ca034ac79ea3f973fc66f5b3Mark Andrews first whether it has something to deflate. (Currently this causes
0b9af9eb37f624033652f6cc463262474ee13344Mark Andrews deflate to generate a fatal error according to the zlib spec.)
85315eb5361d92ba034cecc26c3526e121392386Mark Andrews PR 22259. [Stas Bekman]
3b1fce680f1dbe9467cd3b0ab3138ea52d5a976fMark Andrews *) mod_ssl: Fix FakeBasicAuth for subrequest. Log an error when an
ead4d2d676b12a856769d3750861c6efbb95f709Mark Andrews identity spoof is encountered.
0822cc50657c972c6a5ee29cba9506847c7ea7c2Mark Andrews [Sander Striker]
bdb609f5874056f6f1cd212ebf8700132e683fe5Mark Andrews *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews containing the .htaccess file is requested without a trailing slash.
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews PR 20195. [Andr� Malo]
321df4df1972da49223fc8ee1180f94b88295568Mark Andrews *) ab: Overlong credentials given via command line no longer clobber
a3a09ca2497e925a9f0ba76f1525c6c60e5d5094Mark Andrews the buffer. [Andr� Malo]
7f5a3cea4e93ad683b13ebef8a6589afd97fb762Mark Andrews *) mod_deflate: Don't attempt to hold all of the response until we're
9c3df90dd3767bcc14c4028fb3d81b26d056e821Mark Andrews done. [Justin Erenkrantz]
50105afc551903541608b11851d73278b23579a3Mark Andrews *) Assure that we block properly when reading input bodies with SSL.
50105afc551903541608b11851d73278b23579a3Mark Andrews PR 19242. [David Deaves <David.Deaves dd.id.au>, William Rowe]
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews *) Update mime.types to include latest IANA and W3C types. [Roy Fielding]
5a680f4170ba77be1e31cf1fc40ab43856919078Mark Andrews *) mod_ext_filter: Set additional environment variables for use by
ad35e0aec9dae18ee31e760beab1602f7eb4ef05Mark Andrews the external filter. PR 20944. [Andrew Ho, Jeff Trawick]
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews *) Fix buildconf errors when libtool version changes. [Jeff Trawick]
9c8fb5f756d99a4ecba95df9a00757384f3b71b7Mark Andrews *) Remember an authenticated user during internal redirects if the
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews redirection target is not access protected and pass it
fa7ee558e0536a94bfdb154a7c7ba298535459c4Mark Andrews to scripts using the REDIRECT_REMOTE_USER environment variable.
d81018ac98b287438248cd0e3a1c230eb40b0b55Mark Andrews PR 10678, 11602. [Andr� Malo]
1d7cbe71b99ea0e883a4cf8af8a91bba04a3597eMark Andrews *) mod_include: Fix a trio of bugs that would cause various unusual
7436bb66c610c039ca3dec12aac5024037898910Mark Andrews sequences of parsed bytes to omit portions of the output stream.
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews PR 21095. [Ron Park <ronald.park cnet.com>, Andr� Malo, Cliff Woolley]
e9964e7db4467722300c0d7d52ec1d7a51a784c1Mark Andrews *) Update the header token parsing code to allow LWS between the
89783da064f4f9bf2e82d2b3941ddeffe2a8c30dMark Andrews token word and the ':' seperator. [PR 16520]
50105afc551903541608b11851d73278b23579a3Mark Andrews [Kris Verbeeck <kris.verbeeck advalvas.be>, Nicel KM <mnicel yahoo.com>]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) Eliminate creation of a temporary table in ap_get_mime_headers_core()
a03848252fa85734ca75beae3d0b01bb503c0a8bMark Andrews [Joe Schaefer <joe+gmane sunstarsys.com>]
a03848252fa85734ca75beae3d0b01bb503c0a8bMark Andrews *) Added FreeBSD directory layout. PR 21100.
d7282a5fe88699990943df5ee6a7a48ee7ee2f7bMark Andrews [Sander Holthaus <info orangexl.com>, Andr� Malo]
22fa4e3206c2048cabaf75a3ae21132fd5542848Mark Andrews *) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
3ad4e307b64bcf8baa984e10a4e7549dbeaea31dMark Andrews response. PR 21085. [Glenn Nielsen <glenn apache.org>, Andr� Malo]
3f08fb69eb3b5f6eaa3c57160dff0998e1569283Mark Andrews *) mod_rewrite: Perform child initialization on the rewrite log lock.
9ce4318edbab0b50f21df9ce28beb6fde71943ecMark Andrews This fixes a log corruption issue when flock-based serialization
91c79af4755df2d892511512e0fc886639518a92Mark Andrews is used (e.g., FreeBSD). [Jeff Trawick]
bf74532c942054bccc3df5227009ce52063a9dafMark Andrews *) Don't respect the Server header field as set by modules and CGIs.
80c5a37ddcb42239f6b7d16b66ca0426ca6ffe2cMark Andrews As with 1.3, for proxy requests any such field is from the origin
2558e3f25d4972a028c99141bd26d3f3087630d5Mark Andrews server; otherwise it will have our server info as controlled by
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews the ServerTokens directive. [Jeff Trawick]
821644d49b73b49f2abc5463bc53a3132f612478Mark AndrewsChanges with Apache 2.0.47
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews *) SECURITY [CAN-2003-0192]: Fixed a bug whereby certain sequences
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews of per-directory renegotiations and the SSLCipherSuite directive
902aebfb5ad7c735f74f700da288dc4519b83123Mark Andrews being used to upgrade from a weak ciphersuite to a strong one
22cd704fca51434f7aba193fd94d3291cc94ba2bMark Andrews could result in the weak ciphersuite being used in place of the
22cd704fca51434f7aba193fd94d3291cc94ba2bMark Andrews strong one. [Ben Laurie]
7554feaef6057f5ea2926076900ac7634b911456Mark Andrews *) SECURITY [CAN-2003-0253]: Fixed a bug in prefork MPM causing
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews temporary denial of service when accept() on a rarely accessed port
dbc4666b1b153775001613af160541da986429b2Mark Andrews returns certain errors. Reported by Saheed Akhtar
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews *) SECURITY [CAN-2003-0254]: Fixed a bug in ftp proxy causing denial
54a8b1e6ede781e9f4059512530046db8c4de1ddMark Andrews of service when target host is IPv6 but proxy server can't create
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews IPv6 socket. Fixed by the reporter. [Yoshioka Tsuneo
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews *) SECURITY [VU#379828] Prevent the server from crashing when entering
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews infinite loops. The new LimitInternalRecursion directive configures
4b28ee17ca96def8c7e7a8a45af55da81545f20aMark Andrews limits of subsequent internal redirects and nested subrequests, after
f7e94169a9814c8e7d2ac8ac62bf0ccafb5a2cb6Mark Andrews which the request will be aborted. PR 19753 (and probably others).
f7e94169a9814c8e7d2ac8ac62bf0ccafb5a2cb6Mark Andrews [William Rowe, Jeff Trawick, Andr� Malo]
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews *) core_output_filter: don't split the brigade after a FLUSH bucket if
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews it's the last bucket. This prevents creating unneccessary empty
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews brigades which may not be destroyed until the end of a keepalive
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews *) Add support for "streamy" PROPFIND responses.
6bd3b1fdb3915931ac158b2126fae35711bd0b26Mark Andrews [Ben Collins-Sussman <sussman collab.net>]
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews *) mod_cgid: Eliminate a double-close of a socket. This resolves
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews various operational problems in a threaded MPM, since on the
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews second attempt to close the socket, the same descriptor was
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews often already in use by another thread for another purpose.
b3d3e578410209d849efb59c9ea4925ca5c9ca68Mark Andrews [Jeff Trawick]
ea40cebe2b51bd2b3c228ac6d08a3cfeca17960aMark Andrews *) mod_negotiation: Introduce "prefer-language" environment variable,
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews which allows to influence the negotiation process on request basis
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews to prefer a certain language. [Andr� Malo]
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews *) Make mod_expires' ExpiresByType work properly, including for
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews dynamically-generated documents. [Ken Coar, Bill Stoddard]
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark AndrewsChanges with Apache 2.0.46
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews *) SECURITY [CAN-2003-0245]: Fixed a bug causing apr_pvsprintf() to crash
90c4900d5cf1a1b556ae4c1de6338b2e7475ee55Mark Andrews by sending an overly long string. This can be triggered remotely
b857ba993de91a3863de92db6462afdbec47d993Mark Andrews through mod_dav, mod_ssl, and other mechanisms. Reported by David
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews Endler <DEndler iDefense.com>.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews [Joe Orton <jorton redhat.com>]
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews *) SECURITY [CAN-2003-0189]: Fixed a denial-of-service vulnerability
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews affecting basic authentication on Unix platforms related to
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews thread-safety in apr_password_validate(). The problem was reported
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews *) Fix for mod_dav. Call the 'can_be_activity' callback, if provided,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when a MKACTIVITY request comes in.
029a79c8807a5378a31f0f92e9c600bd46be17c9Mark Andrews [Ben Collins-Sussman <sussman collab.net>]
6ec7bd9c691cf7b7a1d4f507e89f2b7cb22a12dcMark Andrews *) Perform run-time query in apxs for apr and apr-util's includes.
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews [Justin Erenkrantz]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) run libtool from the apr install directory (in case that is different
9cc75a3e5b0b54c5015e3f73a4a64d273560d5e3Mark Andrews from the apache install directory) [Jeff Trawick]
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez]
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews *) If mod_mime_magic does not know the content-type, do not attempt to
f0e57c23e01731ed9e7f2dae585e6c643e590111Mark Andrews guess. PR 16908. [Andrew Gapon <agapon telcordia.com>]
dbbcb98a7069e5b79c5100b3c9cc3f3e5704d14eMark Andrews *) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
c52ae25dd70636c673d4a299859137a1c8ba611aMark Andrews caching. PR 17864.
c52ae25dd70636c673d4a299859137a1c8ba611aMark Andrews [Andreas Leimbacher <andreasl67 yahoo.de>, Madhusudan Mathihalli]
6286983c506433d642b23e64845c50be30f2a7f6Mark Andrews *) Add a delete flag to htpasswd.
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrews *) Fix mod_rewrite's handling of absolute URIs. The escaping routines
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews now work scheme dependent and the query string will only be
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews appended if supported by the particular scheme. [Andr� Malo]
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews *) Add another check for already compressed content in mod_deflate.
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews PR 19913. [Tsuyoshi SASAMOTO <nazonazo super.win.ne.jp>]
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews *) Fixes for VPATH builds; copying special.mk and any future .mk files
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews from the source tree as well as the build tree (now creates a usable
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews configuration for apxs), and eliminated redundant -I'nclude paths.
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews [William Rowe]
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews *) Code fixes, constness corrections and ssl_toolkit_compat.h updates
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews for SSLC and OpenSSL toolkit compatibility. Still work remains to
7052e191ce63fdf063a977695718ff426a27628eMark Andrews be done to cripple features based on the limitations of RSA's binary
7052e191ce63fdf063a977695718ff426a27628eMark Andrews distribution of their SSL-C toolkit.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe, Madhusudan Mathihalli, Jeff Trawick]
6f3e68a8dbad508b815f42a0250122ca5e58972eMark Andrews *) Linux 2.4+: If Apache is started as root and you code
62bdc6103b8245b812eef9faabee8e644afcc25fMark Andrews CoreDumpDirectory, coredumps are enabled via the prctl() syscall.
fb31e2890814be0ac3c343d91144f89ce5e05784Mark Andrews *) ap_get_mime_headers_core: allocate space for the trailing null
d5ad558234adfef1b847b534dd7b4c6302cc5ea3Mark Andrews when folding is in effect.
d5ad558234adfef1b847b534dd7b4c6302cc5ea3Mark Andrews PR 18170 [Peter Mayne <PeterMayne SPAM_SUX.ap.spherion.com>]
62700b67eb8abb7d13f9c3c1bc4b60a1477d35d8Mark Andrews *) Fix --enable-mods-shared=most and other variants. [Aaron Bannert]
f853c77478af94109291ea93f800444b949be558Mark Andrews *) mod_log_config: Add the ability to log the id of the thread
cdb6532e86a8f3d3d563b6da8c333bdf377d51ddMark Andrews processing the request via new %P formats. [Jeff Trawick]
7ad4d54f29c315cbcb241ca5fc12ba1e0744358bMark Andrews *) Use appropriate language codes for Czech (cs) and Traditional Chinese
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (zh-tw) in default config files. PR 9427. [Andr� Malo]
5e41884b4a1871eb83e66f0d68ca4d04bbbc857eMark Andrews *) mod_auth_ldap: Use generic whitespace character class when parsing
5e41884b4a1871eb83e66f0d68ca4d04bbbc857eMark Andrews "require" directives, instead of literal spaces only. PR 17135.
54a565b1409a0c259ee3b20791db1b4636addc5eMark Andrews [Andr� Malo]
93a90ddd6b588a381b6894974a2d48727f19d42bMark Andrews *) Hook mod_rewrite's type checker before mod_mime's one. That way the
37225662b64e44a3c59f92dd6156db37b52ca7a3Mark Andrews RewriteRule [T=...] Flag should work as expected now. PR 19626.
eabf7ff29a88c578619fdc0d307f9e0bad0d6ce8Mark Andrews [Andr� Malo]
30b89a5ad95b5775abf6cce8ecc84a061babf76dMark Andrews *) htpasswd: Check the processed file on validity. If a line is not empty
8f2b99738760449de3431b191c0c9c0ea08fdc2eMark Andrews and not a comment, it must contain at least one colon. Otherwise exit
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews with error code 7. [Kris Verbeeck <Kris.Verbeeck ubizen.com>, Thom May]
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews *) Fix a problem that caused httpd to be linked with incorrect flags
5caf500beeb91b96a2bb2fd55080141569aead97Mark Andrews on some platforms when mod_so was enabled by default, breaking
881702c9c0079cd48a45054fd90d043f3a8b7e11Mark Andrews DSOs on AIX. PR 19012 [Jeff Trawick]
012dedf87438043ff00d4deec8b488eec2be2a1cMark Andrews *) By default, use the same CC and CPP with which APR was built.
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews The user can override with CC and CPP environment variables.
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews [Jeff Trawick]
1576cde466a8de10e84f9887ec073ebaf5973aefMark Andrews *) Fix ap_construct_url() so that it surrounds IPv6 literal address
1edbf336252ea6a94d58f3f1a135567e2956e8caMark Andrews strings with []. This fixes certain types of redirection.
e407562a75eb93073bb72089cced150d7ffe4d4fTatuya JINMEI 神明達哉 PR 19207. [Jeff Trawick]
8cb1558ff82868e45e76aa64e2ff72986aeebce2Tatuya JINMEI 神明達哉 *) forward port of buffer overflow fixes for htdigest. [Thom May]
6da7c87a77ecfd9ccce36f96b4ccd20e1b9cccf1Tatuya JINMEI 神明達哉 *) Added AllowEncodedSlashes directive to permit control of whether
582b6dc68b2defc1d8795df8f1da31bd1825c30bTatuya JINMEI 神明達哉 the server will accept encoded slashes ('%2f') in the URI path.
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 Default condition is off (the historical behaviour). This permits
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 environments in which the path-info needs to contain encoded
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 slashes. PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639. [Ken Coar]
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 *) When using Redirect in directory context, append requested query
668767dc6471dfed4741869c8dd20af8e9ace3cdTatuya JINMEI 神明達哉 string if there's no one supplied by configuration. PR 10961.
bb030ee88e51488a464146dfce4db74d16e05a0cMark Andrews [Andr� Malo]
634d053dfe806ee6a3d9ed5c2bda7f68ba410de4Tatuya JINMEI 神明達哉 *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise
e724512f2be8d3de5f2982ebba0b2cdaf8325702Mark Andrews the pattern will not always match as desired. PR 12596.
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark Andrews [Andr� Malo]
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark Andrews *) mod_autoindex now emits and accepts modern query string parameter
b657d7db3b73701430b7d1fa17e9c016fd859088Mark Andrews delimiters (;). Thus column headers no longer contain unescaped
b657d7db3b73701430b7d1fa17e9c016fd859088Mark Andrews ampersands. PR 10880 [Andr� Malo]
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews *) Enable ap_sock_disable_nagle for Windows. This along with the
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews addition of APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews to be disabled for Windows. [Allan Edwards]
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews *) Correct a mis-correlation between mpm_common.c and mpm_common.h;
89639a5e13cace9166bf14931b9e1ce9dc8c47a3Mark Andrews This patch reverts us to pre-2.0.46 behavior, using the
89639a5e13cace9166bf14931b9e1ce9dc8c47a3Mark Andrews ap_sock_disable_nagle noop macro, because ap_sock_disable_nagle
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews was never compiled on Win32. [Allan Edwards, William Rowe]
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews *) Fix a build problem with passing unsupported --enable-layout
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews args to apr and apr-util. This broke binbuild.sh as well as
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews user-specified layout parameters. PR 18649 [Justin Erenkrantz,
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If a Date response header was already set in the headers array,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews this value was ignored in favour of the current time. This meant
93d6dfaf66258337985427c86181f01fc51f0bb4Mark Andrews that Date headers on proxied requests where rewritten when they
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should not have been. PR: 14376 [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add code to buildconf that produces an httpd.spec file from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews httpd.spec.in, using build/get-version.sh from APR.
1160ecfd146301ff0d053ed054e5276f33f28b4eMark Andrews [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a segfault when multiple ProxyBlock directives were used.
d3fc633c344e15179480d887aeecf4a6263baeabMark Andrews PR: 19023 [Sami Tikka <sami.tikka f-secure.com>]
73d74334741756eab4a9afd8d3c4e7c08da9a844Mark Andrews *) SECURITY [CAN-2003-0134] OS2: Fix a Denial of Service vulnerability
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews identified and reported by Robert Howard <rihoward rawbw.com> that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews where device names faulted the running OS2 worker process.
baee883e378402698eeb7326538a7d432c8350d1Mark Andrews The fix is actually in APR 0.9.4. [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Forward port: Escape special characters (especially control
0b1da8124c817270f5dfe46cd0211b993c931a91Mark Andrews characters) in mod_log_config to make a clear distinction between
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews client-supplied strings (with special characters) and server-side
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strings. This was already introduced in version 1.3.25.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_deflate: Check also err_headers_out for an already set
0b1da8124c817270f5dfe46cd0211b993c931a91Mark Andrews Content-Encoding: gzip header. This prevents gzip compressed content
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from a CGI script from being compressed once more. PR 17797.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andr� Malo]
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark AndrewsChanges with Apache 2.0.45
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix possible segfaults under obscure error conditions within the
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews cgid daemon. [Jeff Trawick, William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY [CAN-2003-0132]: Close a Denial of Service vulnerability
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews identified by David Endler <DEndler iDefense.com> on all platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews An unlimited stream of newlines were acceptable between requests
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews where each <lf> would allocate an 80 byte buffer, leading very
20d90a37532b92b0471c56fb583d6b2ddc32caa6Mark Andrews quickly to memory exahustion. [Brian Pane]
fefe1106d96d3a89b21315f665b36a67cdea3840Mark Andrews *) Added an rpm build script.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews [Graham Leggett, Joe Orton <jorton redhat.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Simpler, faster code path for request header scanning [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Eliminated leaks of several file descriptors to child
c528ef03d9cdfd7eed4fe6b93563dd599bbb25b0Mark Andrews processes, such as CGI scripts. This fix depends on the APR library
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews release 0.9.2 or later (0.9.3 was distributed with the httpd
f58233ec6c8b5866083bbaf5083ac9ade6bebe3aMark Andrews source tarball for Apache 2.0.45.) PR 17206
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Christian Kratzer <ck cksoft.de>, Bjoern A. Zeeb <bz zabbadoz.net>]
c282d16311ce06b6bcb594be716cde4ad5c40af9Mark Andrews *) Fix path handling of mod_rewrite, especially on non-unix systems.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews There was some confusion between local paths and URL paths.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 12902. [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent endless loops of internal redirects in mod_rewrite by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews aborting after exceeding a limit of internal redirects. The
5e9f6125246cec57771bcdeefed03153d41c23fdMark Andrews limit defaults to 10 and can be changed using the RewriteOptions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directive. PR 17462. [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when
3184ff5e45c8f821e5165ea60d674bfb87faf5b8Mark Andrews all worker threads are busy.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Igor Nazarenko <igor_nazarenko hotmail.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Keep the subrequest filter in place when a subrequest is
cc6271e46c775592f39a1e8b4e2cb1ff457e2f89Mark Andrews redirected. PR 15423. [Jeff Trawick]
87c7b822b7bcdd8bec7ba1c01937286308b4847cMark Andrews *) you can now specify the compression level for mod_deflate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman, Stephen Pierzchala <stephen pierzchala.com>,
17a14e451df80b3d82278e5c925682ade3263dbcMark Andrews Michael Schroepl <Michael.Schroepl telekurs.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_deflate: Extend the DeflateFilterNote directive to
a4b3e51a8f1c9742c0f7d9f7d70f1ad926985145Mark Andrews allow accurate logging of the filter's in- and outstream.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andr� Malo]
c282d16311ce06b6bcb594be716cde4ad5c40af9Mark Andrews *) Allow SSLMutex to select/use the full range of APR locking
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mechanisms available to it. Also, fix the bug that SSLMutex uses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR_LOCK_DEFAULT no matter what. PR 8122 [Jim Jagielski,
f488b1c311f2fc09ae8e45f7893185e608b17edeMark Andrews Martin Kutschker <martin.t.kutschker blackbox.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Restore the ability of htdigest.exe to create files that contain
4bb16c5856e5c6b05ac43c60f9f9376641bdcccfMark Andrews more than one user. PR 12910. [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Improve binary compatibility of the core between debug (aka
c676c1b4978bfe2d00bdf5085fd44544067f9de4Mark Andrews maintainer-mode) and a non-debug compile.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sander Striker]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_usertrack: don't set the cookie in subrequests. This works
ffdfae8e4188c143297393f80f22134503372452Mark Andrews around the problem that cookies were set twice during fast internal
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews redirects. PR 13211. [Andr� Malo]
471e0563c7965c556c759775882cd3448dae78eaMark Andrews *) mod_autoindex no longer forgets output format and enabled version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sort in linked column headers. [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use .sv instead of .se as extension for Swedish documents in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default configuration. PR 12877. [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Updated mod_ldap and mod_auth_ldap to support the Novell LDAP SDK SSL
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and standardized the LDAP SSL support across the various LDAP SDKs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Isolated the SSL functionality to mod_ldap rather than speading it
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews across mod_auth_ldap and mod_ldap. Also added LDAPTrustedCA
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and LDAPTrustedCAType directives to mod_ldap to allow for a more
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews common method of specifying the SSL certificate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Ward, Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed mod_ssl's SSLCertificateChain initialization to no longer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews skip the first cert of the chain by default. This misbehavior
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews was introduced in 2.0.34. PR 14560 [Madhusudan Mathihalli]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be started on Unix because of such problems as bad permissions,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bad shebang line, etc. [Jeff Trawick]
ad4b2f37e0f51a90c160edbe8633589ce42e60b9Mark Andrews *) Fix 64-bit problem in mod_ssl input logic.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix potential memory leaks in mod_deflate on malformed data. PR 16046.
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews [Justin Erenkrantz]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) Rewrite ap_xml_parse_input to use bucket brigades. PR 16134.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfault which occurred when a section in an included
edfcbabd60f8479b72d91bcc2d2082a36ace4003Mark Andrews configuration file was not closed. PR 17093. [Andr� Malo]
f95231835fdcd8d5f58486c9f9993602f27fe157Mark Andrews *) Enhance the behavior of mod_isapi's WriteClient() callback to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews provide better emulation for isapi modules that presume that the
21f1794606dce19928cf455029e173321f166380Mark Andrews first WriteClient() call may send status and headers. An example
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of WriteClient() abuse is the foxisapi module, which relies on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that assumpion and now works. [William Rowe, Milan Kosina]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Check the return value of ap_run_pre_connection(). So if the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pre_connection phase fails (without setting c->aborted)
2610933abd985bdea28801c35d740d2cab2f137aMark Andrews ap_run_process_connection is not executed. [Stas Bekman]
7a857bdb6828e75eec5a7080e4670ce199875922Mark Andrews *) Fixed a problem with mod_ldap which caused it to fault when caching
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was disabled. Needed to make sure that the code did not
fc87397df60d3c5e5d9900ff5ac82da29fe1dbb7Mark Andrews attempt to use the cache if it didn't exist. Also fixed some memory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews leaks which were due to not releasing LDAP resources on error
a22f967b7e3589dab640d2cc65fd202d077a9d90Mark Andrews conditions. [Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by
1a4d687359d89ff3b3e4e3f7acc4b6b8d8c982e9Mark Andrews mod_rewrite proxied URLs will not be escaped accidentally by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_proxy's fixup. PR 16368 [Andr� Malo]
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews *) While processing filters on internal redirects, remember seen EOS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets also in the request structure of the redirect issuer(s). This
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews prevents filters (such as mod_deflate) from adding garbage to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response. PR 14451. [Andr� Malo]
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews *) suexec: Be more pedantic when cleaning environment. Clean it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews immediately after startup. PR 2790, 10449.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Stewart <jws purdue.edu>, Andr� Malo]
b0c2141b236832664119c9c7c647359b0c7fead4Mark Andrews *) Fix apxs to insert LoadModule directives only outside of sections.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 8712, 9012. [Andr� Malo]
182a34004c7c48e2c1626f3ce7e787f413955126Mark Andrews *) Fix suexec compile error under SUNOS4, where strerror() doesn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews exist. PR 5913, 9977.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix If header parsing when a non-mod_dav lock token is passed to it.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 16452. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_auth_digest no longer tries to guess AuthDigestDomain, if it's
8ff31bab2f51b171a8eab3a0b8415c64529e116eMark Andrews not specified. Now it assumes "/" as already documented. PR 16937.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andr� Malo]
07a849ba02aba7e8e869bc82c360fcc4b27eb009Mark Andrews *) Try to log an error if a piped log program fails. Try to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews restart a piped log program in more failure situations. Fix an
806c235ecf533b98d068b3f8df9d7abbe1e30cf9Mark Andrews existing problem with error handling in piped_log_spawn(). Use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews new APR apr_proc_create() features to prevent Apache from starting
935000aa6e2b9d08f363b2e698a258a458a5a7cfMark Andrews on Unix* in most cases where a piped log program can be started,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and add log messages for the other situations. *Other platforms
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews already failed Apache initialization if a piped log program
cfa19fe5c9cf279b38e4258a54acb3fd16b9550bMark Andrews couldn't be started. PR 15761 [Jeff Trawick]
2fd63cf561135572339d4e2ff0c06695e3dcf1baMark Andrews *) Fix mod_cern_meta to not create empty metafiles when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews metafile searched for does not exist. PR 12353
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Owen Rees <owen_rees hp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce debugging symbols for Win32 release builds, both .pdb
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and .dbg files (older debuggers and Dr. Watson-type utilities
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on WinNT or Win9x don't support the newer .pdb flavor.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Allen Edwards, William Rowe]
7ec0f55f1542d8bb9475bbe93e911d7520f043caMark Andrews *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews information (and more). Related to PR 9076. [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_file_cache: fix segfault serving mmaped cached files.
ea6fe0d54f36754c195b3b8dac47c81f7993677eMark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_file_cache: fixed a segfault when multiple MMapFile directives
6bd8cee98332533a4fa705b82ca9ec1606738ba9Mark Andrews were used. PR 16313. [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a nasty segfault in mmap_bucket_setaside() caused by passing
0c2509b0b9f9e455fa9d347d08f6ba9abd86d418Mark Andrews an incompatible pointer type to mmap_bucket_destroy(void*).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Gerard Eviston <geviston bigpond.net.au>]
8b5de9701428e2b5eb50aba96af23dc1186124ddMark Andrews *) Enable the -n name parameter on NetWare to allow the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews administrator to rename the Apache console screen
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews [Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed piped access logs on Win32 by disabling OTHER_CHILD
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support by default in APR. More development is required
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews to deploy OTHER_CHILD on Win32. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use saner default config values for suexec. PR 15713.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Thom May <thom planetarytramp.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_rewrite: Allow "RewriteEngine Off" even if no "Options FollowSymlinks"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (or SymlinksIfOwnermatch) is set. PR 12395. [Andr� Malo]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apxs: Include any special APR ld flags when linking the DSO.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This resolves problems on AIX when building a DSO with apxs+gcc.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added character set support to mod_auth_LDAP to allow it to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews convert extended characters used in the user ID to UTF-8
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews before authenticating against the LDAP directory. The new
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews directive AuthLDAPCharsetConfig is used to specify the config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file that contains the character set conversion table.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Don't remove the Content-Length from responses in mod_proxy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR: 8677 [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Ensure LDAP version is set to v3 on every bind. PR 14235.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sergey A. Lipnevich <sergeyli pisem.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_ldap to open an existing shared memory file should one
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews already exist. PR 12757. [Scooter Morris <scooter gene.com>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Graham Leggett]
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews *) Fix the ulimit command used by apachectl on Tru64. PR 13609.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Joseph Senulis <Joseph.Senulis dnr.state.wi.us>, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the ulimit command used by apachectl on AIX so that it
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews works in all locales. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_ext_filter: Fix a problem building argument lists which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews occasionally caused exec to fail. PR 15491. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.44
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_autoindex: Bring forward the IndexOptions IgnoreCase option
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews from Apache 1.3. PR 14276
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David Shane Holden <dpejesh yahoo.com>, William Rowe]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews *) mod_mime: Workaround to prevent a segfault if r->filename=NULL
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reorder the definitions for mod_ldap and mod_auth_ldap within
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config.m4 to make sure the parent mod_ldap is defined first.
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews This ensures that mod_ldap comes before mod_auth_ldap in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews httpd.conf file, which is necessary for mod_auth_ldap to load.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 14256 [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the building of cgi command lines when the query string
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contains '='. PR 13914 [Ville Skytt� <ville.skytta iki.fi>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. Move
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implementation of MCacheMaxStreamingBuffer from mod_cache to
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews mod_mem_cache. MCacheMaxStreamingBuffer now defaults to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lesser of 100,000 bytes or MCacheMaxCacheObjectSize. This should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews eliminate the need for explicitly coding MCacheMaxStreamingBuffer
21ba6c18e4ccc73933af5cf28701a5cc3b7963ecMark Andrews in most configurations. [Bill Stoddard]
266296414d0ed79980c6d3144a587b42324a50ffMark Andrews *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a redirect occurs. The code was passing a format string and
c960dffe35970da729219b72f2e41350d3b64c35Mark Andrews integer to apr_pstrcat. Changed to apr_psprintf.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
31b3dc1c6b4fe99a2af2ee63314e842af4a20070Mark Andrews as set by apr-util in util_ldap.c. This should allow mod_ldap
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to work with the Netscape/Mozilla LDAP library. [�yvin S�mme
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews <somme oslo.westerngeco.slb.com>, Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix critical bug in new --enable-v4-mapped configure option
a207a2835e37de52e11d4c143c0425e749409c46Mark Andrews implementation which broke IPv4 listening sockets on some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews systems. [hiroyuki hanai <hanai imgsrc.co.jp>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_setenvif: Fix BrowserMatchNoCase support for non-regex
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews patterns [Andr� Malo <nd perlig.de>]
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews *) Add version string to provider API. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) build: './configure && make' now works without an in-tree
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr and apr-util. [Wilfredo Sanchez]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) mod_negotiation: Set the appropriate mime response headers
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews (Content-Type, charset, Content-Language and Content-Encoding)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for negotated type-map "Body:" responses (such as the error
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews pages.) [Andr� Malo <nd perlig.de>]
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews *) mod_log_config: Allow '%%' escaping in CustomLog format
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strings to insert a literal, single '%'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andr� Malo <nd perlig.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_autoindex: AddDescription directives for directories
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews now work as in Apache 1.3, where no trailing '/' is
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews specified on the directory name. Previously, the trailing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews '/' *had* to be specified, which was incompatible with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache 1.3. PR 7990 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix for PR 14556. The expiry calculations in mod_cache were
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews trying to perform "now + ((date - lastmod) * factor)" where
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews date == lastmod resulting in "now + 0". The code now follows
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the else path (using the default expiration) if date is
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews equal to lastmod. [Sergey <rx armstrike.com>, Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use AP_DECLARE in the debug versions of ap_strXXX in case the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default calling convention is not the same as the one used by
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews AP_DECLARE. [Juan Rivera <Juan.Rivera citrix.com>]
c86eed4bdecad9df12f992f9d743dfee3a6c5bdcMark Andrews *) mod_cache: Don't cache response header fields designated
ff2ef33a84550fa5dbd9e8fdcd82a33288f053adMark Andrews as hop-by-hop headers in HTTP/1.1 (RFC 2616 Section 13.5.1).
12ff7274fe2ea531ecca6a71fb9f7e1ae92da389Mark Andrews [Estrade Matthieu <estrade-m ifrance.com>, Brian Pane]
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews *) mod_cgid: Handle environment variables containing newlines.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews PR 14550 [Piotr Czejkowski <apache czarny.eu.org>, Jeff
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move mod_ext_filter out of experimental and into filters.
8da0b50e8a8c74602eca97e261ce4ad457df5048Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a memory leak in mod_deflate with dynamic content.
5b76a09697bfc76f5acefd65d5b37b1214d271a8Mark Andrews PR 14321 [Ken Franken <kfranken decisionmark.com>]
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews *) Add --[enable|disable]-v4-mapped configure option to control
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews whether or not Apache expects to handle IPv4 connections
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on IPv6 listening sockets. Either setting will work on
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews systems with the IPV6_V6ONLY socket option. --enable-v4-mapped
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews must be used on systems that always allow IPv4 connections on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews IPv6 listening sockets. PR 14037 (Bugzilla), PR 7492 (Gnats)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) This fixes a problem where the underlying cache code
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews indicated that there was one more element on the cache
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews than there actually was. This happened since element 0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews exists but is not used. This code allocates the correct
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews number of useable elements and reports the number of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews actually used elements. The previous code only allowed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MCacheMaxObjectCount-1 objects to be stored in the
90295f915c883d1aeeda856f518584d4219a704aMark Andrews cache. [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_setenvif: Add SERVER_ADDR special keyword to allow
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews envariable setting according to the server IP address
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which received the request. [Ken Coar]
142d155dd68fd601dc38c6b6f7c35f2798ec24caMark Andrews *) mod_cgid: Terminate CGI scripts when the client connection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews drops. PR 8388 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rearrange OpenSSL engine initialization to support RAND
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews redirection on crypto accelerator.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Always emit Vary header if mod_deflate is involved in the
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews request. [Andre Malo <nd perlig.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_isapi: Stop unsetting the 'empty' query string result with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a NULL argument in ecb->lpszQueryString, eliminating segfaults
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews for some ISAPI modules. PR 14399
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_isapi: Fix an issue where the HSE_REQ_DONE_WITH_SESSION
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews notification is received before the HttpExtensionProc() returns
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews HSE_STATUS_PENDING. This only affected isapi .dll's configured
6526fd032fc418411da3af4201214e95c113d3e2Mark Andrews with the ISAPIFakeAsync on directive. PR 11918
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John DeSetto <jdesetto radiantsystems.com>, William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_isapi: Fix the issue where all results from mod_isapi would
757bf8a1e5d85806c648d7a6267da8d49a8ab822Tatuya JINMEI 神明達哉 run through the core die handler resulting in invalid responses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or access log entries. PR 10216 [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Improves the user friendliness of the CacheRoot processing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews over my last pass. This version avoids the pool allocations
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉 but doesn't avoid all of the runtime checks. It no longer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews terminates during post-config processing. An error is logged
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews once per worker, indicating that the CacheRoot needs to be set.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug where we keep files open until the end of a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews keepalive connection, which can result in:
2945ac15af547df0268e449252902ead599e2451Mark Andrews (24)Too many open files: file permissions deny server access
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews especially on threaded servers. [Greg Ames, Jeff Trawick]
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉 *) Fix a bug in which mod_proxy sent an invalid Content-Length
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when a proxied URL was invoked as a server-side include within
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a page generated in response to a form POST. [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added code to process min and max file size directives and to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews init the expirychk flag in mod_disk_cache. Added a clarifying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews comment to cache_util. [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The value emitted by ServerSignature now mimics the Server HTTP
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews header as controlled by ServerTokens. [Francis Daly <deva daoine.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Gracefully handly retry situations in the SSL input filter,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by following the SSL libraries' retry semantics.
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Terminate CGI scripts when the client connection drops. This
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews fix only applies to some normal paths in mod_cgi. mod_cgid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is still busted. PR 8388 [Jeff Trawick]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews *) Fix a bug where 416 "Range not satisfiable" was being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews returned for content that should have been redirected.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix memory leak in mod_ssl from internal SSL library allocations
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews within SSL_get_peer_certificate and X509_get_pubkey.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Zvi Har'El <rl math.technion.ac.il>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Madhusudan Mathihalli <madhusudan_mathihalli hp.com>].
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_ssl uses free() inappropriately in several places, to free
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews memory which has been previously allocated inside OpenSSL.
550085fed1d0af54ba5b2f588898afec158195deMark Andrews Such memory should be freed with OPENSSL_free(), not with free().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Nadav Har'El <nyh math.technion.ac.il>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Madhusudan Mathihalli <madhusudan_mathihalli hp.com>].
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Emit a message to the error log when we return 404 because
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the URI contained '%2f'. (This was previously nastily silent
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 and difficult to debug.) [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix streaming output from an nph- CGI script. CGI:IRC now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews works. PR 8482 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More accurate logging of bytes sent in mod_logio when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the client terminates the connection before the response
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is completely sent [Bojan Smojver <bojan rexursive.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some problems in the perchild MPM.
1b5b46942d149f891bb91e90c6f52944b77c8a68Mark Andrews [Jonas Eriksson <jonas webkonsulterna.com>]
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews *) Change the CacheRoot processing to check for a required
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews value at config time. This saves a lot of wasted processing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if the mod_disk_cache module is loaded but no CacheRoot
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews was provided. This fix also adds code to log an error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and avoid useless pallocs and procesing when the computed
39fe146f2ab82cb8e49caa319a3345174fa2d69aMark Andrews cache file name cannot be opened. This also updates the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews docs accordingly. [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce the EnableSendfile directive, allowing users of NFS
ab5d8edc1bd391a1b306db68114fac303484b30fMark Andrews shares to disable sendfile mechanics when they either fail
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews outright or provide intermitantly corrupted data. PR
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Resolve the error "An operation was attempted on something
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that is not a socket. : winnt_accept: AcceptEx failed.
2434ccfde7efa30b6fedf4630e5036eeb5d647d0Mark Andrews Attempting to recover." for users of various firewall and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews anti-virus software on Windows. PR 8325 [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the ProxyBadHeader directive, which gives the admin some
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews control on how mod_proxy should handle bogus HTTP headers from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews proxied servers. This allows 2.0 to "emulate" 1.3's behavior if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews desired. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the LDAP modules to export their symbols correctly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews during a Windows build. Add dsp files for Windows. Update
7f32428506d55083fe5ac9aa515294bdef7c6e27Mark Andrews README.ldap file for Windows build instructions.
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark Andrews *) Performance improvements for the code that generates HTTP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response headers [Brian Pane]
a6211a2f234767a015a6a30b85d5da087fa907f1Mark Andrews *) Add -S as a synonym for -t -DDUMP_VHOSTS.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Thom May <thom planetarytramp.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug with dbm rewrite maps which caused the wrong value to
4c342614f80d867bba23e63795ec6ee79dd6395dMark Andrews be used when the key was not found in the dbm. PR 13204
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a problem with streaming script output and mod_cgid.
0ae34c3f6222ece01e0f710c7c0311f5cf9d9c0fMark Andrews [Jeff Trawick]
6c6673405c7e29c1d91d07b326d0fe1d7b52e478Mark Andrews *) Add ap_register_provider/ap_lookup_provider API.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John K. Sterling <john sterls.com>, Justin Erenkrantz]
bb6936058eb88eadff030462a347c10895c61a9aMark AndrewsChanges with Apache 2.0.43
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY [CAN-2002-0840]: HTML-escape the address produced by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_server_signature() against this cross-site scripting
0ad5cb4782cd419b089bcab28d2fd9e140dbcc59Mark Andrews vulnerability exposed by the directive 'UseCanonicalName Off'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also HTML-escape the SERVER_NAME environment variable for CGI
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and SSI requests. It's safe to escape as only the '<', '>',
7c5d5a7932b8ac27281eeff64506dff8220bb3eaMark Andrews and '&' characters are affected, which won't appear in a valid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hostname. Reported by Matthew Murphy <mattmurphy kc.rr.com>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a core dump in mod_cache when it attemtped to store uncopyable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets. This happened, for instance, when a file to be cached
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contained SSI tags to execute a CGI script (passed as a pipe
1a9c000f54e6204fb49d785fd0bbb7a8e590dc99Mark Andrews bucket). [Paul J. Reder]
3cea35d9159b36eac43d32082a0b98f2cd82fc2eDanny Mayer *) Ensure that output already available is flushed to the network
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when the content-length filter realizes that no new output will
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews be available for a while. This helps some streaming CGIs as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews well as some other dynamically-generated content. [Jeff Trawick]
87f4715d6c0a22f3449eb3291c91aa45ba86c955Mark Andrews *) Fix a mutex problem in mod_ssl session cache support which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could lead to an infinite loop. PR 12705
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Amund Elstad <amund.elstad ergo.no>, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY [CAN-2002-1156] (cve.mitre.org):
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Fix the exposure of CGI source when a POST request is sent to
1431917c7cddbac7442cb910e83cb058fea59fb5Mark Andrews a location where both DAV and CGI are enabled. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow the UserDir directive to accept a list of directories.
3733c24efa7eaa65455153702c3fb71c9233eafbMark Andrews This matches what Apache 1.3 does. Also add documentation for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews this feature. [Jay Ball <jay veggiespam.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) New Module: mod_logio. adds the ability to log bytes sent and
f6ff00810196d0c0973f62c7917b9975011fa45aMark Andrews received. [Bojan Smojver <bojan rexursive.com>]
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews *) SuExec needs to use the same default directory as the rest of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [SangBeom han <sbhan os.korea.ac.kr>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN.
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews [Thomas Bennett <thomas.bennett eds.com>, Graham Leggett]
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews *) Make sure the contents of the WWW-Authenticate header is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews passed on a 4xx error by proxy. Previously all headers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were dropped, resulting in the browser being unable to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews authenticate. [Dr Richard Reiner <rreiner fscinternet.com>,
638fe804a524ee0c028863c0301b999c79de7651Mark Andrews Richard Danielli <rdanielli fscinternet.com>, Graham Wiseman
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <gwiseman fscinternet.com>, David Henderson
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make mod_cache's CacheMaxStreamingBuffer directive work
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews properly for virtual hosts that override server-wide mod_cache
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews setttings. [Matthieu Estrade <estrade-m ifrance.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add -p option to apxs to allow programs to be compiled with apxs.
0b75a2dd3bd81a69e2d68fe446cacb46be04c1f1Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.42
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_dav: Check for versioning hooks before using them.
0d993c02babc1e00516272783b310e83bb292d5cMark Andrews [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.41
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The protocol version (eg: HTTP/1.1) in the request line parsing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is now case insensitive. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow AddOutputFilterByType to add multiple filters per directive.
86f6b92e35c7bdb5fc1fd1021af75b981863313eMark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove warnings with Sun's Forte compiler. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed mod_disk_cache's generation of 304s
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews *) Add support for using fnmatch patterns in the final path
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews segment of an Include statement (eg.. include /foo/bar/*.conf).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and remove the noise on stderr during config dir processing.
475fe52dc33d8d8344e8b1e48fa7bb6643f7ca66Mark Andrews [Joe Orton <jorton redhat.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cache: cache_storage.c. Add the hostname and any request
5af560664daaa984f98cec6925518a3e06c4ab4fMark Andrews args to the key generated for caching. This provides a unique
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews key for each virtual host and for each request with unique
0f8f42a09eb102fa88e4d2caacdafbeda931f94cMark Andrews args. [Paul J. Reder, args code provided by Kris Verbeeck]
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews *) mod_cache: Do not cache responses to GET requests with query
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews URLs if the origin server does not explicitly provide an
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews Expires header on the response (RFC 2616 Section 13.9)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Kris Verbeeck <krisv be.ubizen.com>]
3e7b37e01ba3efc873486140734fd24788092a30Mark Andrews *) Fix memory leak in core_output_filter. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update OpenSSL detection to work on Darwin.
54532c54130de8f374465bb23d5576fc3257ea96Mark Andrews [Sander Temme <sctemme covalent.net>]
020f7361a49c5b1cda91927cf8206c1283fc7496Mark Andrews *) Update the xslt and css to give the documentation a more
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modern style.
1c0927d8a091effcf9b2dc5baa533927c113bd5cMark Andrews [Andr� Malo <nd perlig.de>, Gernot Winkler <greh o3media.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some bucket memory leaks in the chunking code
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews [Joe Schaefer <joe+apache sunstarsys.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add ModMimeUsePathInfo directive. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cache: added support for caching streamed responses (proxy,
33c538015323f4576679e427088372eea614feebMark Andrews CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman, Peter Bieringer <pb bieringer.de>]
0423090da198f31ac615cd3a8f7d83aada32d5b3Mark Andrews *) Fix FileETags none operation. PR 12207.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz, Andrew Ho <andrew tellme.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Restored the experimental leader/followers MPM to working
de4976142190ae84ed3e4099f3e0fc07781748a3Mark Andrews condition and converted its thread synchronization from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mutexes to atomic CAS. [Brian Pane]
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews *) Fix Logic on non-html file removal in mod_deflate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix "ab -g"'s truncated year: the last digit was cut off.
6a3c86ff436452d062912bd91ecd289541869d42Mark Andrews [Leon Brocard <acme astray.com>]
e0fa16fe191d619d2cd05a039067414409329878Mark Andrews *) mod_rewrite can now sets cookies in err_headers, uses the correct
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews expiry date, and can now set the path as well
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 12132,12181,12172.
93da96c1cfd5f3c47169855867dd18db00c8a386Mark Andrews [Ian Holsman / Rob Cromwell <apachechangelog robcromwell.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The content-length filter no longer tries to buffer up
7d389c324cc032475f9d219a12ab84bacbd7fbaaMark Andrews the entire output of a long-running request before sending
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews anything to the client. [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Lower the default stack size from 1MB to 256K. This will
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews allow around 8000 threads to be started per child process.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'EDITBIN /STACK:size apache.exe' can be used to change this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews value directly in the apache.exe executable.
cc4928ec7116a064223f60639ca1a80f25ba350fMark Andrews [Bill Stoddard]
e2cf63c5df79eb7c8b86b6278289883fa760cda5Mark Andrews *) Win32: Implement ThreadLimit directive in the Windows MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove CacheOn config directive since it is set but never checked.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews No sense wasting cycles on unused code. Besides, the only truly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bug free code is deleted code. :) [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) BufferLogs are now run-time enabled, and the log_config now has 2 new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews callbacks to allow a 3rd party module to actually do the writing of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews log file [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andr� Malo, Astrid Ke�ler <kess kess-net.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck ubizen.com>]
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews *) Fix a null pointer dereference in the merge_env_dir_configs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews function of the mod_env module. PR 11791
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) New option to ServerTokens 'maj[or]'. Only show the major version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also Surfaced this directive in the standard config (default FULL)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change mod_rewrite to use apr-util's dbm support for dbm rewrite
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews maps. The dbm type (e.g., ndbm, gdbm) can be specified on the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RewriteMap directive. PR 10644 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed mod_rewrite's RewriteMap prg: support so that request/response
c549b3a4d5fedba2ae960df667864e824acb1ef9Mark Andrews pairs will no longer get out of sync with each other. PR 9534
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley]
a483e67c4cdcbfc29ddc62b5a2d0d99b1c542fadMark Andrews *) Fixes required to get quoted and escaped command args working in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_ext_filter. PR 11793 [Paul J. Reder]
d73de275987d29627dc11d5bd4a22874a29f7874Mark Andrews *) mod-proxy: handle proxied responses with no status lines
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [JD Silvester <jsilves uwo.ca>, Brett Huttley <brett huttley.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix bug where environment or command line arguments containing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews non-ASCII-7 characters would cause the Win32 child process creation
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews to fail. PR 11854 [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Bug #11213.. make module loading error messages more informative
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Darwin <Ian779 darwinsys.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) thread safety & proxy-ftp [Alexey Panchenko <alexey liwest.ru>, Ian Holsman]
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews *) mod_disk_cache works much better. This module should still
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be considered experimental. [Eric Prud'hommeaux]
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews *) Performance improvement for keepalive requests: when setting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews aside a small file for potential concatenation with the next
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response on the connection, set aside the file descriptor rather
a1edcd1b8d430650d85ec0962cd32efde76a71fbMark Andrews than copying the file into the heap. [Brian Pane]
5b1627d469d07c5bfe7f193e3ddd85d0dd6ad4b0Mark Andrews *) Modified version check on openssl so that it finds the executable
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews first and then performs a check of the version, only warning the
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews user if they chose, or we selected, an old version of OpenSSL.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This change also allows the code to work for non-openssl libraries
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews selected via the --with-ssl=dir option, which can override the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews automated library check in any case. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.40
acc8b7ac3d16538bf223545bbf71899b9accaebbMark Andrews *) SECURITY [CAN-2002-0661] (cve.mitre.org):
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Close a very significant security hole that
e7bb307667cc89287e810b95bddd342cb5dcb4e7Mark Andrews applies only to the Win32, OS2 and Netware platforms. Unix was not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews affected, Cygwin may be affected. Certain URIs will bypass security
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews and allow users to invoke or access any file depending on the system
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews configuration. Without upgrading, a single .conf change will close
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the vulnerability. Add the following directive in the global server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews httpd.conf context before any other Alias or Redirect directives;
8e5893c36cdccc706f9632f51e0c8d390d2a8d06Mark Andrews RedirectMatch 400 "\\\.\."
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Reported by Auriemma Luigi <bugtest sitoverde.com>.
e396939d492e6afa8e31a8dc11d7317c9e62f15fMark Andrews [Brad Nicholes]
9549a96654ead15b264c9159d48eb485e4f9db55Mark Andrews *) SECURITY [CAN-2002-0654] (cve.mitre.org):
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Close a path-revealing exposure in multiview type
3d822d111c00e70830dc163a5298196a1e7db29fMark Andrews map negotiation (such as the default error documents) where the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module would report the full path of the typemapped .var file when
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews multiple documents or no documents could be served based on the mime
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews negotiation. Reported by Auriemma Luigi <bugtest sitoverde.com>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY [CAN-2002-0654] (cve.mitre.org):
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Close a path-revealing exposure in cgi/cgid when we
5f4098e478ae913cdc1bb8851599b8f2431050d3Mark Andrews fail to invoke a script. The modules would report "couldn't create
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews child process /path-to-script/script.pl" revealing the full path
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the script. Reported by Jim Race <jrace qualys.com>.
57e0f58b3fd4cb49a57200c8af9cb58d984d871aMark Andrews [Bill Stoddard]
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews *) Set aside the apr-iconv and apr_xlate() features for the Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews build of 2.0.40 so development can be completed. A patch, from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <http://www.apache.org/dist/httpd/patches/apply_to_2.0.40/>
34e5a08809dda3276252269ebddd1616e62081a2Mark Andrews will be available for those that wish to work with apr-iconv.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews *) Fix proxy so that it is possible to access ftp: URLs via a proxy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews chain. [Peter Van Biesen <peter.vanbiesen vlafo.be>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod-deflate now checks to make sure that 'gzip-only-text/html' is
93649589d470624e9e1c34403ad076b3a1a4c5c3Mark Andrews set to 1, so we can exclude things from the general case with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews browsermatch. [Ian Holsman, Andre Schild <A.Schild aarboard.ch>]
29f5bb81e2d1d72fc6e44c87404bd4598a34df94Mark Andrews *) Accept multiple leading /'s for requests within the DocumentRoot.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 10946 [William Rowe, David Shane Holden <dpejesh yahoo.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Solved the reports of .pdf byterange failures on Win32 alone.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR's sendfile for the win32 platform collapses header and trailer
88c2b83cc548a217cc92a2bf75ca1ef1d4237d4fMark Andrews buffers into a single buffer. However, we destroyed the pointers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the header buffer if a trailer buffer was present. PR 10781
bd6ad47c3dbc52a54f240432878b6832bd6dd6e2Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_ext_filter: Add the ability to enable or disable a filter via
c7c1bf7dc167ff164193bc04f33a22109e4c0829Mark Andrews an environment variable. Add the ability to register a filter of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews type other than AP_FTYPE_RESOURCE. [Jeff Trawick]
9e205a3c51e68d19a7ed03244d45b14b3e0d69afMark Andrews *) Restore the ability to specify host names on Listen directives.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 11030. [Jeff Trawick, David Shane Holden <dpejesh yahoo.com>]
e823642ec0c167af8f7db01c96ba0279165a61f3Mark Andrews *) When deciding on the default address family for listening sockets,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews make sure we can actually bind to an AF_INET6 socket before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews deciding that we should default to AF_INET6. This fixes a startup
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark Andrews problem on certain levels of OpenUNIX. PR 10235. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Replace usage of atol() to parse strings when we might want a
8ac1acc30d0f405222ffa7b2b93131d9d4e18599Mark Andrews larger-than-long value with apr_atoll(), which returns long long.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This allows HTTPD to deal with larger files correctly.
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews [Shantonu Sen <ssen apple.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_ext_filter: Ignore any content-type parameters when checking if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the response should be filtered. Previously, "intype=text/html"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews wouldn't match something like "text/html;charset=8859_1".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
c4a9ce445c48a57eed5aa16582b1964cf8cedf87Mark Andrews *) mod_ext_filter: Set up environment variables for external programs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Craig Sebenik <craig netapp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modified the HTTP_IN filter to immediately append the EOS (end of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stream) bucket for C-L POST bodies, saving a roundtrip and allowing
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews the caller to determine that no content remains without prefetching
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews additional POST body. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get proxy ftp to work over IPv6. [Shoichi Sakane <sakane kame.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Look for OpenSSL libraries in /usr/lib64. [Peter Poeml <poeml suse.de>]
15f358ed4ea081793041bbfba70849be472236d3Mark Andrews *) Update SuSE layout. [Peter Poeml <poeml suse.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changes to the internationalized error documents:
984c39beed2fee49dda75c4c8a37b7f32bf434bfMark Andrews Comment them out in the default config file to make the default
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews install as simple as possible; Correct the english 500 error to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be more understandable; Add a Swedish translation.
c08a03a43116c21cf12dea7cbcb5465588f7955cMark Andrews [Thomas Sjogren <thomas northernsecurity.net>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Erik Abele <erik codefaktor.de>, Rich Bowen, Joshua Slive]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Increase the limit on file descriptors per process in apachectl.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a dependency error when building ApacheMonitor, so that Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and MSVC now trust that the project is current (when it is).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [James Cox <imajes php.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_ext_filter: don't segfault if content-type is not set. PR 10617.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Arthur P. Smith <apsmith aps.org>, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR-Util Renames pending have been completed [Thom May]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Performance improvements for the code that reads request
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews headers (ap_rgetline_core() and related functions) [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a new directive: MaxMemFree. MaxMemFree makes it possible
7791dd06ea69d0fb2494788ad4c24d568f40bcdfMark Andrews to configure the maximum amount of memory the allocators will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hold on to for reuse. Anything over the MaxMemFree threshold
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews will be free()d. This directive is useful when uncommon large
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews peaks occur in memory usage. It should _not_ be used to mask
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews defective modules' memory use. [Sander Striker]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed the Content-Length filter so that HTTP/1.0 requests to CGI
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews scripts would not result in a truncated response.
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews [Ryan Bloom, Justin Erenkrantz, Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a filter_init parameter to the filter registration functions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that a filter can execute arbitrary code before the handlers
f0ffc28f61a68b350fef9257f5f50e1ac866e0abMark Andrews are invoked. This resolves a problem where mod_include requests
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews would incorrectly return a 304. [Justin Erenkrantz]
7f20fd8ebb0cabc8f935381d958f8371990c9212Mark Andrews *) Fix a long-standing bug in 2.0, CGI scripts were being called
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with relative paths instead of absolute paths. Apache 1.3 used
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews absolute paths for everything except for SuExec, this brings back
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that standard. [Ryan Bloom]
f76c4ebaf586a693521f018fbc617c292c1555d7Mark Andrews *) Fix infinite loop due to two HTTP_IN filters being present for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews internally redirected requests. PR 10146. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Switch conn_rec->keepalive to an enumeration rather than a bitfield.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
81e302788a444b81231a7cda721548a020ae5660Brian Wellington *) Fix mod_ext_filter to look in the main server for filter definitions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when running in a vhost if the filter definition is not found in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the vhost. PR 10147 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Support WinNT CGI invocation through ScriptInterpreterSource
1e258716acade52396a8f260b5e19cbf6ca0290aMark Andrews 'registry' for script interpreter paths and names with non-ascii
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews characters in the executable filepath. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Support the -w flag on to keep the Win32 console open on error.
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Normalize the hostname value in the request_rec to all-lowercase
cceca51fec3b4af660d28e2d3df7242823312eb6Brian Wellington [Perry Harrington <pedward webcom.com>]
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews *) Fix WinNT cgi 500 errors when QUERY_ARGS or other strings include
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews extended characters (non US-ASCII) in non-utf8 format. This brings
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Win32 back into CGI/1.1 compliance, and leaves charset decoding up
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the cgi application itself. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Major overhaul of mod_dav, mod_dav_fs and the experimental/cache
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark Andrews modules to bring them up to the current apr/apr-util APIs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews *) Fix segfault in mod_mem_cache most frequently observed when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews serving the same file to multiple clients on an MP machine.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_rewrite can now set cookies (RewriteRule (.*) - [CO=name:$1:.domain])
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Degenhardt <bmd mp3.com>, Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix perchild to work with apachectl by adding -k support to perchild.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 10074 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a silly htpasswd.c logic error that incorrectly reported that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews both -c and -n had been used. PR 9989 [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a mod_include error case in which no HTTP response was sent
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews to the client if an shtml document contained an unterminated SSI
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directive [Brian Pane]
95b604c5e972a5e9eb713bf45cf0b2d9b98da27eMark Andrews *) Improve ap_get_client_block implementation by using APR-util brigade
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews helper functions and relying on current filter assumptions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.39
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews *) Fixed a build problem in htpasswd.c on Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Guenter Knauf <eflash gmx.net>, Cliff Woolley]
3561e645d77448b20b1676680b08c76d559e5335Mark AndrewsChanges with Apache 2.0.38
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews *) Rewrite htpasswd to use APR. The removes the annoying warning about
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tmpnam being unsafe. [Ryan Bloom]
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews *) We must set the MIME-type for .shtml files to text/html if we want them
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be parsed for SSI tags. Add the config for that to the default
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config file so that it is easier to enable .shtml parsing.
27269e9dd45b619160f90db1a0f6b2b3f6f4bbb8Mark Andrews [Dave Dyer <ddyer real-me.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a problem with 'make install' on ReliantUnix.
f38c274c217d0a5b791786877422306a0e477e10Mark Andrews [Jean-frederic Clere <jfrederic.clere fujitsu-siemens.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make the default_handler catch all requests that aren't served by
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews another handler. This also gets us to return a 404 if a directory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is requested, there is no DirectoryIndex, and mod_autoindex isn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews loaded. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed the handling of nested if-statements in shtml files.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 9866 [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow 'make install DESTDIR=/path'. This allows packagers to install
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews into a directory different from the one that was configured. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews also mirrors the root= feature from 1.3. We cannot use prefix=,
986be654feec852eb9da0d15599f18d0035e569bMark Andrews because both APR and APR-util resolve their installation paths at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration time. This means that there is no variable prefix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to replace. [Andreas Hasenack <andreas netbank.com.br>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) AIX 4.3.2 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews These levels of AIX don't have a thundering herd problem with
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews accept(). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) prefork MPM: Ignore mutex errors during graceful restart. For
bda64555f62216c3e785338f372a7ad9b79c197cMark Andrews certain types of mutexes (particularly SysV semaphores), we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should expect to occasionally fail to obtain or release the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mutex during restart processing. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix install-bindist.sh so that it finds any perl instead of just
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews early perl 5.x versions. This is consistent with a build/install
de36c606c52ad51e5abca6e42faf655937e5ed10Mark Andrews from source, and it allows the perl scripts installed by a bindist
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to work on systems with perl 5.6. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix apxs so that the makefile created by "apxs -g" works on AIX and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Tru64 (and probably some other platforms). [Jeff Trawick]
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews *) Allow CGI scripts to return their Content-Length. This also fixes a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hang on HEAD requests seen on certain platforms (such as FreeBSD).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added log rotation based on file size to the RotateLog support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews utility. [Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some casting in mod_rewrite which broke random maps.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 9770 [Allan Edwards, Greg Ames, Jeff Trawick]
8f63de30293716a22054e7db47f27e81bab545c5Mark AndrewsChanges with Apache 2.0.37
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) allow POST method over SSL when per-directory client cert
caa8797a00ccb1a02f1690dda5b4aeda9a1db5a7Mark Andrews authentication is used with 'SSLOptions +OptRenegotiate' enabled
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and a client cert was found in the ssl session cache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 'SSLOptions +OptRengotiate' will use client cert in from the ssl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews session cache when there is no cert chain in the cache. prior to
f3222d48cc3d81706d198faa00dea9720eb0768dMark Andrews the fix this situation would result in a FORBIDDEN response and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error message "Cannot find peer certificate chain"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews one was already sent. PR 9644 [Jeff Trawick]
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington *) Fix the display of the default name for the mime types config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file. PR 9729 [Matthew Brecknell <mbrecknell orchestream.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the working directory *for WinNT/2K/XP services only* to
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson change to the Apache directory (one level above the location
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of Apache.exe, in the case that Apache.exe resides in bin/.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Solves the case of ServerRoot /foo paths where /foo was not
cde7dfea4c1267a2b526114f4ea80fe9db1fc557Brian Wellington on the same drive as /winnt/system32. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make 2.0's "AcceptMutex" startup message now "completely"
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington match how 1.3 does it. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Implement a fixed size memory cache using a priority queue
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix apxs to allow "apxs -q installbuilddir" and to allow
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews querying certain other variables from config_vars.mk. PR 9316
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added the "detached" attribute to the cgi_exec_info_t internals
683f10428e292811317df38fa324f242abbf7384Mark Andrews so that Win32 and Netware won't create a new window or console
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for each CGI invoked. PR 8387
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brad Nicholes, William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Consolidated the command line parameters and attributes that are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews manipulated by the optional function ap_cgi_build_command() in
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews mod_cgi into a single structure.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brad Nicholes]
852fa3b2e32719d094f3ad6513238841ae1f078bMark Andrews *) Get rid of uninitialized value errors with "apxs -q" on certain
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variables. [Stas Bekman <stas stason.org>]
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington *) Fix apxs to allow it to work when the build directory is somewhere
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews besides server-root/build. PR 8453
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick and a host of others]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow ap_discard_request_body to be called multiple times in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews same request. Essentially, ap_http_filter keeps track of whether
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it has sent an EOS bucket up the stack, if so, it will only ever
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington send an EOS bucket for this request.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom, Justin Erenkrantz, Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove all special mod_ssl URIs. This also fixes the bug where
97527fc03cdb061759e2c9529c670ac1c190ef84Brian Wellington redirecting (.*) will allow an SSL protected page to be viewed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without SSL. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the binary build install script so that the build logic
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews created by "apxs -g" will work when the user has a binary
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark Andrews build. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow instdso.sh to work with full paths to the shared module.
49f62849e5f80add0ee36b0f9b42cdce8de9748aMark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) NetWare: Enabled CGI functionality and added mod_cgi as a built
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in module for NetWare [Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changed cgi and piped log behavior to accept 65536 characters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on Win32 (matching Linux) before deadlocking between outputing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews client stdin, slurping the output from stdout and then the stderr
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stream. PR 8179 [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed Win32 wintty.exe support to assure the window title is valid.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Elimiates possible gpfault or garbage title without the -t option.
cad61731f8e960d9d99034a2a6eaafe1069c405cMark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rewrite mod_cgi, mod_cgid, and mod_proxy input handling to use
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews brigades and input filters. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow ap_http_filter (HTTP_IN) to return EOS when there is no request
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson body. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) NetWare: Piping log entries through RotateLogs using the
adbb11147cd5d97d140485fa37e85e66e15cf594Mark Andrews CustomLogs directive is finally supported now that we have
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the pipes and spawning functionality working.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY [CVE-2002-0392] (cve.mitre.org) [CERT VU#944335]:
77467267d97c781f3f3d050e229a874831e59c3dMark Andrews Detect overflow when reading the hex bytes forming a chunk line.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow RewriteMap prg:'s to take command-line arguments. PR 8464.
da5d1cf1b1aa29ae53a0427be49291b04bd60549Mark Andrews [James Tait <JTait wyrddreams.demon.co.uk>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correctly return 413 when an invalid chunk size is given on
66291de2060a1569de3fe9c5f0c1225448868f7aMark Andrews input. Also modify ap_discard_request_body to not do anything
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on sub-requests or when the connection will be dropped.
6c06bc591a830023e5e7a41cc4b37978b98c0c51Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the TIME_* SSL var lookups to be threadsafe. PR 9469.
c36f45e354c0d5b6ab9f821bfe315d0ce9d95a29Mark Andrews [Cliff Woolley]
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson *) Ensure that apr_brigade_write() flushes in all of the cases that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it should to avoid conditions in some modules that could cause
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews large amounts of data to be buffered. [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix problem where mod_cache/mod_disk_cache was incorrectly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stripping the content_type from cached responses.
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apachectl passes through any httpd options. Note: apachectl
ff1b064f5e2bf19c8e25f8927d23df5714e666edMark Andrews should be used in preference to httpd since it ensures that any
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews appropriate environment variables have been set up.
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the combination of mod_cgid, mod_setuexec, and mod_userdir.
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews PR 7810 [Colm MacCarthaigh <colmmacc redbrick.dcu.ie>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix suexec execution of CGI scripts from mod_include.
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson PR 7791, 8291 [Colm MacCarthaigh <colmmacc redbrick.dcu.ie>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfaults at startup on some platforms when mod_auth_digest,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_suexec, or mod_ssl were used as DSO's due to the way they
fefbb64a751f23c9dcf8bb1e62c6ed40a6a04fb2Mark Andrews were tracking the current init phase since DSO's get completely
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unloaded and reloaded between phases. PR 9413.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tsuyoshi Sasamoto <nazonazo super.win.ne.jp>, Brad Nicholes]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_include's handling of regular expressions in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "<!--#if" directives [Julius Gawlas <julius_gawlas hp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the worker MPM deadlock problem [Brian Pane]
9ac8796f1653d89af589753a3e42c694f35ddd8aMark Andrews *) Modify the module documentation to allow for translations.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Yoshiki Hayashi, Joshua Slive]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a file permissions problem which prevented mod_disk_cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from working on Unix. [Jeff Trawick]
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson *) Add "-k start|restart|graceful|stop" support to httpd for the Unix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MPMs. These have semantics very similar to the old apachectl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews commands of the same name. [Justin Erenkrantz, Jeff Trawick]
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson *) Make sure that the runtime dir is created by make install.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 9233. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix an unusual set of ./configure arguments that could cause
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews mod_http to be built as a DSO, which it currently doesn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support. PR 9244.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley, Robin Johnson <robbat2 orbis-terrarum.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Fix bug in apr_sendfile() that caused incorrect operation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the %X, %b and %B logformat options. PR 8253, 8996.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews *) If content-encoding is already present, do not run deflate (PR 9222)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Kazuhisa ASADA <kaz asada.sytes.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The APLOG_NOERRNO flag to ap_log_[r]error() is now deprecated.
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson It is currently ignored and it will be removed in a future release
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of Apache. [Jeff Trawick]
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington *) Removed documentation references to the no-longer-supported
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "make certificate" feature of mod_ssl for Apache 1.3.x. Test
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews certificates, if truly desired, can be generated using openssl
3638017bd3cb8e30874f708a125d1541b680b25eBrian Wellington commands. PR 8724. [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove SSLLog and SSLLogLevel directives in favor of having
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington mod_ssl use the standard ErrorLog directives. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) OS/390: LIBPATH no longer has to be manually uncommented in
b541c10d0442d9804d94567a97956cec3bd2912dBrian Wellington envvars to get apachectl to set up httpd properly. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_isapi: All mod_isapi directives, excluding ISAPICacheFile,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews may now be specified to the <File/Directory > container, rather
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews than by vhost. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_isapi: Experimental support for faux async support for ISAPI
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_isapi: Major refactoring of the code to rely on apr internals
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rather than MS APIs (using our own mod_isapi.h headers for ISAPI
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews symbol definitions.) [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_isapi: Fixed the return string length from GetServerVariable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews callback, it was not including the trailing null in the consumed
1e4bfff1855795853648f507422b96fc8fecbff1Mark Andrews buffer size. This was particularly bad for Delphi 6.0 users.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 8934 [Sebastian Hantsch <sebastian.hantsch gmx.de>]
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson *) Fixed Win32 builds for Microsoft VisualStudio 7.0 (.net).
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make apxs look in the correct directory for envvars. It was
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews broken when sbindir != bindir. PR 8869
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andreas Sundstr�m <sunkan zappa.cx>]
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson *) Fix mod_deflate corruption when using multiple buckets. PR 9014.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Asada Kazuhisa <kaz asada.sytes.net>]
eb2c518a3871932e86268e7c6ddae2b2a00d72fdMark Andrews *) Performance enhancements for access logger when using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default timestamp formatting [Brian Pane]
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews *) Added EnableMMAP config directive to enable the server
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews administrator to disable memory-mapping of delivered files
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson on a per-directory basis. [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Performance enhancements for mod_setenvif [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a mod_ssl build problem on OS/390. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed If-Modified-Since on Win32, which would give false positives
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson because of the sub-second resolution of file timestamps on that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platform. [Cliff Woolley]
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson *) Reverse the hook ordering for mod_userdir and mod_alias so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that Alias/ScriptAlias will override Userdir. PR 8841
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Joshua Slive]
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington *) Move mod_deflate out of experimental and into filters.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson *) Get proxy CONNECT basically working. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_rewrite hang when APR uses SysV Semaphores and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RewriteLogLevel is set to anything other than 0. PR: 8143
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews [Aaron Bannert, Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix byterange requests from returning 416 when using dynamic data
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews (such as filters like mod_include). [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow mod_rewrite's set of "int:" internal RewriteMap functions
c0fe9b0d1b01a9a0883977a362ce4128723a56d6Mark Andrews to be extended by third-party modules via an optional function.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tahiry Ramanamampanoharana <nomentsoa hotmail.com>, Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_include expression parser's handling of unquoted strings
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews followed immediately by a closing paren. PR 8462. [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove autom4te.cache in 'make distclean'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Thom May <thom planetarytramp.net>]
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews *) Fix generated httpd.conf to respect layout for LoadModule lines.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 8170. [Thom May <thom planetarytramp.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: During a graceful restart, threads in the new process
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were accessing scoreboard slots still in use by active threads in
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson the old process. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.36
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson *) Fix some minor formatting issues with ab. Part of this is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in reference to PR 8544, the rest I noticed while testing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the PR fix. [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a case where an invalid pass phrase is entered and an
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews error message is given, but the prompt is not shown again.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This left the user in an ambiguous state. PR 8320 [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Close sockets on worker MPM when doing a graceless restart.
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reverted a minor optimization in mod_ssl.c that used the vhost ID
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as the session id context rather that a MD5 hash of that vhost ID,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews because it caused very long vhost id's to be unusable with mod_ssl.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 8572. [Cliff Woolley]
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson *) Fix the link to the description of the CoredumpDirectory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directive in the server-wide document. PR 8643. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed SHMCB session caching. [Aaron Bannert, Cliff Woolley]
993572b2495561c57b556621dd9fe493e8c6dd1bDanny Mayer *) Synced with remaining changes from mod_ssl 2.8.8-1.3.24:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - Avoid SIGBUS on sparc machines with SHMCB session caches
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson - Allow whitespace between the pipe and the name of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews program in SSLLog "| /path/to/program". [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce mod_ext_filter and mod_deflate experimental modules
afeabf9f707ca71192041c1132d9f07d7bd83132Mark Andrews to the Win32 build (zlib sources must be in srclib\zlib.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews *) Changes to the worker MPM's queue management and thread
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews synchronization code to reduce mutex contention [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Don't install *.in configuration files since we already install
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *-std.conf files. [Aaron Bannert]
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson *) Many improvements to the threadpool MPM. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix subreqs that are promoted via fast_redirect from having invalid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews frec->r structures. This would cause subtle errors later on in
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington request processing such as seen in PR 7966. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More efficient pool recycling logic for the worker MPM [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modify the worker MPM to not accept() new connections until
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson there is an available worker thread. This prevents queued
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews connections from starving for processing time while long-running
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews connections were hogging all the available threads. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Convert the worker MPM's fdqueue from a LIFO back into a FIFO.
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get basic HTTP proxy working on EBCDIC machines. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow mod_unique_id to work on systems with no IPv4 address
f3e4c3d6c536973bae92611402ba55277069eba2Mark Andrews corresponding to their host name. [Jeff Trawick]
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews *) Fix suexec behavior with user directories. PR 7810.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Colm <colmmacc redbrick.dcu.ie>]
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews *) Reject a blank UserDir directive since it is ambiguous. PR 8472.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make mod_mime use case-insensitive matching when examining
c8bedec446212b07511ded85ba04a9a3d5965ba8Mark Andrews extensions on all platforms. PR 8223. [Justin Erenkrantz]
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews *) Add an intelligent error message should no proxy submodules be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews valid to handle a request. PR 8407 [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Major improvements in concurrent processing for AB by enabling
923de3bb9cf4d619de206544975986a22b18196fMark Andrews non-blocking connect()s and preventing APR from doing blocking
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews read()s. Also implement fatal error checking for apr_recv().
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews [Aaron Bannert]
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews *) Fix Win32 NTFS Junctions (symlinks). PR 8014 [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix Win32 'short name' aliases in httpd.conf directives.
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark Andrews PR 8009 [William Rowe]
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews *) Fix generation of default httpd.conf when the layout paths are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews disjoint. PR 7979, 8227. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Swap downgrade-1.0 and force-response-1.0 conditional checks so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that downgraded responses can have force-response. PR 8357.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix perchild MPM so that it can be configured with the move to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews experimental directory. [Scott Lamb <slamb slamb.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix perchild MPM so that it uses ap_gname2id for groups instead of
1d556695ef3c7918ba5061d7d846122d60f5f6c5Mark Andrews ap_uname2id. [Scott Lamb <slamb slamb.org>]
e9ca87459a20f5e6721b9bd0b28c95fc3d6b843cMark Andrews *) Fix AcceptPathInfo. PR 8234 [Cliff Woolley]
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews *) SECURITY: Added the APLOG_TOCLIENT flag to ap_log_rerror() to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews explicitly tell the server that warning messages should be sent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the client in addition to being recorded in the error log.
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews Prior to this change, ap_log_rerror() always sent warning
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews messages to the client. In one case, a faulty CGI script caused
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson the server to send a warning message to the client that contained
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the full path to the CGI script. This could be considered a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews minor security exposure. [Bill Stoddard]
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson *) mod_autoindex output when SuppressRules was specified would
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews omit the first carriage return so the first item in the list
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews would appear to the right of the column headings instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews underneath them. PR 8016 [David Shane Holden <dpejesh yahoo.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Moved the call to apr_mmap_dup outside the error branch so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that it would actually get called. This fixes a core dump
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews at init everytime you use the MMapFile directive. PR 8314
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Trigger an error when a LoadModule directive attempts to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews load a module which is built-in. This is a common error when
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews switching from a DSO build to a static build. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change instdso.sh to use libtool --install everywhere and then
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews clean up some stray files and symlinks that libtool leaves around
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews on some platforms. This gets subversion building properly since
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it needed a re-link to be performed by libtool at install time,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and the old instdso.sh logic to simply cp the DSO didn't handle
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson that requirement. [Sander Striker]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow VPATH builds to succeed when configured from an empty
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directory. [Thom May <thom planetarytramp.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix 'control reaches end of non-void function' warning in
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews server/log.c. [Ben Collins-Sussman <sussman collab.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Perchild MPM is now correctly deemed as experimental and is now
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson located in server/mpm/experimental. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfault in mod_mem_cache when garabge collecting an expired
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson cache entry. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduced -E startup_logfile_name option to httpd to allow admins
081cff0c33514a5dc63ab794fc199c07377ab756Mark Andrews to begin logging errors immediately. This provides Win32 users
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an alternative to sending startup errors to the event viewer, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allows other daemon tool authors an alternative to logging to stderr.
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix subreqs with non-defined Content-Types being served improperly.
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Merge in latest GNU config.guess and config.sub files. PR 7818.
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move 100 - Continue support to the HTTP_IN filter so that filters
b19619260fbd447b0fe3e709b2cc8ae38f27ec3fMark Andrews are guaranteed to support 100 - Continue logic without any
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews intervention. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add HTTP chunked input trailer support. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rename and export get_mime_headers as ap_get_mime_headers.
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow empty Host: header arguments. PR 7441. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Properly substitute sbindir as httpd's location in apachectl. PR 7840.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andreas Hasenack <andreas netbank.com.br>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow Win32 shebang scripts to follow the path (or omit the .exe
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews suffix from the shebang command), and allow ScriptInterpreterSource
ea7b38cd1e5c6c9e099f1b3a702ba531bc4aba0aMark Andrews Registry or RegistryStrict to override shebang lines, as 1.3 did.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 8004 [William Rowe]
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson *) worker MPM: Fix a situation where a child exited without releasing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the accept mutex. Depending on the OS and mutex mechanism this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could result in a hang. [Jeff Trawick]
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson *) Update the instructions for how to get started with mod_example.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Stas Bekman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix PidFile to default to rel_runtimedir instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rel_logfiledir. PR 7841. [Andreas Hasenack <andreas netbank.com.br>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Fix problem that caused rapid performance degradation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when number of connecting clients exceeded ThreadsPerChild.
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a segfault parsing large SSIs on non-mmap systems.
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Proxy was bombing out every second keepalive request, caused by a
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson stray CRLF before the second response's status line. Proxy now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tries to read one more line if it encounters a CRLF where it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews expected a status. PR 10010 [Graham Leggett]
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews *) Deprecated the apr_lock.h API. Please see the following files
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for the improved thread and process locking and signaling:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h,
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson apr_thread_cond.h, and apr_global_mutex.h. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change mod_status to use scoreboard accessor functions so it can
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be used in any MPM without having to be recompiled.
05a4a299b599195ca6ede9395b245956a8c3a790Mark Andrews [Ryan Morgan <rmorgan covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix parsing of some AP_DECLARE_DATA declarations so that the filter
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson handle declarations are recognized. This fixes problems loading
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_autoindex on some platforms. [Brian Havard]
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews *) add optional fixup hook to proxy [Daniel Lopez <daniel covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remind the admin about the User and Group directives when we are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unable to set permissions on a semaphore. PR 7812 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) fix possible compilation problem in ssl_engine_kernel.c. PR 7802
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) fix possible infinite loop in mod_ssl triggered by certain
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson netscape clients [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) fix ProxyPass when frontend is https and backend is http
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
9bdb01e6c382e897572791b12190472955994d87Mark Andrews *) Add DASL support to mod_dav
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sung Kim <hunkim cse.ucsc.edu>]
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas GustafssonChanges with Apache 2.0.35
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_rewrite: updated to use the new APR global mutex type.
a77ad145d0109081c5da6ac40a2303369db89735Andreas Gustafsson [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixes for mod_include errors on boundary conditions in which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "<!--#" occurs at the very end of a bucket
61d5bfc06be978ea962b1c64309894ac80351771Mark Andrews [Paul Reder, Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) worker, prefork, perchild, beos MPMs: Add -DFOREGROUND switch to
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews cause the Apache parent process to run in the foreground (similar to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -DNO_DETACH except that it doesn't switch session ids).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added support for Posix semaphore mutex locking (AcceptMutex posixsem)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for those platforms that support it. If using the default
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implementation, this is between pthread and sysvsem in priority.
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson This implies it's the new default for Darwin. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews environment variables in the envvars file. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) worker MPM: Don't create a listener thread until we have a worker
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews thread. Otherwise, in situations where we'll have to wait a while
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson to take over scoreboard slots from a previous generation, we'll be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews accepting connections we can't process yet. [Jeff Trawick]
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson *) Allow worker MPM to build on systems without pthread_kill().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Pier Fumagalli, Jeff Trawick]
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson *) Prevent ap_add_output_filters_by_type from being called in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_set_content_type if the content-type hasn't changed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Performance: implemented the bucket allocator made possible by the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews API change in 2.0.34. [Cliff Woolley]
3fc4c1434d7ac377c720640e2e925a3af567cccbMark Andrews *) Don't allow initialization to succeed if we can't get a socket
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews corresponding to one of the Listen statements. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.34
0aba41458d345ea901cf945d47162e5f23647de9Mark Andrews *) Allow all Perchild directives to accept either numerical UID/GID
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or logical user/group names. [Scott Lamb <slamb slamb.org>]
5f7516bee5ace9542701f23fc7723a3e3196802aMark Andrews *) Make Perchild compile cleanly and serve pages again. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) implement ssl proxy to support ProxyPass / https:// and the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SSLProxy* directives [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update mod_cgid to not do single-byte socket reads for CGI headers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Made AB's use of the Host: header rfc2616 compliant
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by Taisuke Yamada <tai iij.ad.jp> [Dirk-Willem van Gulik].
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews *) The old, legacy (and unused) code in which the scoreboard was totally
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and completely contained in a file (SCOREBOARD_FILE) has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews removed. This does not affect scoreboards which are *mapped* to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files using named-shared-memory. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change bucket brigades API to allow a "bucket allocator" to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews passed in at certain points. This allows us to implement freelists
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson so that we can stop using malloc/free so frequently.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley, Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for macro expansion within the variable names in
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson <!--#echo--> and <!--#set--> directives [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes]
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson *) Update the "RedHat" Layout to match Red Hat Linux version 7. PR BZ-7422
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jon Travis, John Barbee, William Rowe, Ryan Bloom, Doug MacEachern]
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson *) Add a new parameter to the quick_handler hook to instruct
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews quick handlers to optionally do a lookup rather than actually
b09f4e054cbe67b93a5ff62d511ee25945038943Mark Andrews serve content. This is the first of several changes required fix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews several problems with how quick handlers work with subrequests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) worker MPM: Get MaxRequestsPerChild to work again. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) [APR-related] The ordering of the default accept mutex method has
96ea98af241ef00395f4e61de7e2dacfd9941afcMark Andrews been changed to better match what's done in Apache 1.3. The ordering
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is now (highest to lowest): pthread -> sysvsem -> fcntl -> flock.
54c4aa0f62aebeb01b6861ee068c1044433fe8feMark Andrews [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Ensure that the build/ directory is created when using VPATH.
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add some popular types to the mime magic file. PR 7730.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Linus Walleij <triad df.lth.se>, Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the single-byte socket reads for CGI headers [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When a proxied site was being served, Apache was replacing
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson the original site Server header with it's own, which is not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allowed by RFC2616. Fixed. [Graham Leggett]
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson *) Fix a mod_cgid problem that left daemon processes stranded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in some server restart scenarios. [Jeff Trawick]
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington *) Added exp_foo and rel_foo variables to config_vars.mk for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all Apache and Autoconf path variables (like --sysconfdir,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --sbindir, etc). exp_foo is the "expanded" version, which means
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson that all internal variable references have been interpolated.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rel_foo is the same as $exp_foo, only relative to $prefix if they
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews share a common path. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some restart/terminate problems in the worker MPM. Don't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews drop connections during graceful restart. [Jeff Trawick]
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson *) Change the header merging behaviour in proxy, as some headers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (like Set-Cookie) cannot be unmerged due to stray commas in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dates. [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Be more vocal about what AcceptMutex values we allow, to make
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews us closer to how 1.3 does it. [Jim Jagielski]
d9e690eb71bde3c748208733ba40a34e9d0ba29dAndreas Gustafsson *) Get nph- CGI scripts working again. PRs 8902, 8907, 9983
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Upgraded PCRE library to latest version 3.9 [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add accessor function to set r->content_type. From now on,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_rset_content_type() should be used to set r->content_type.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This change is required to properly implement the
0bd1b2fbfed4aa489e9d5fcbc7f48acb96ba7248Mark Andrews AddOutputFilterByType configuration directive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard, Sander Striker, Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add new M_FOO symbols for the WebDAV/DeltaV methods specified by
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson RFC 3253. Improved the method name/number mapping functions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) remove sock_enable_linger from connection.c [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix for virtual host processing where the requested hostname
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson has a '.' at the end (PR 9187) [Ryan Cruse <ryan estara.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_dav's APIs for REPORT response handling was changed so that
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson providers can generate the content directly into the output filter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stack, rather than buffering the response into memory. [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a hang condition with graceful restart and prefork MPM
d1a6976967d6cfd93f5a8d80878215691ac8fe74Mark Andrews in the situation where MaxClients is very high but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews much fewer servers are actually started at the time of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews restart. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Small performance fixes for mod_include [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Performance improvement for the error logger [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change configure so that Solaris 8 and above have
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SINGLE_LISTEN_UNSERIALIZED_ACCEPT defined by default.
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews according to sun people solaris 8+ doesn't have a thundering
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews herd problem [Ian Holsman]
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews *) Allow URIs specifying CGI scripts to include '/' at the end
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (e.g., /cgi-bin/printenv/) on AIX and Solaris (and other OSs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which ignore '/' at the end of the names of non-directories).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 10138 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) implement SSLSessionCache shmht and shmcb based on apr_rmm and
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews apr_shm. [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix apxs -g handling. Move config_vars.mk from the top build
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews directory to the build directory. PR 10163 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some mod_include problems which broke evaluation of some
56d69016f4fae2eda4d39c92fe13595251aaadd3Mark Andrews expressions. PR 10108 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the calculation of request time in mod_status. [Stas Bekman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the calculation of thread_num in the worker score structure.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Stas Bekman]
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews *) Use apr_atomic operations in managing the mod_mem_cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cache_objects for SMP scalability. (see USE_ATOMICS
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson preprocessor directive in mod_file_cache)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add filehandle caching to mod_mem_cache. (see CACHE_FD
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews preprocessor directive in mod_file_cache)
db235e65884c04058cc6e99ca485170d67cf9538Andreas Gustafsson [Bill Stoddard]
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson *) Implement prototype mod_disk_cache for use with mod_cache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson *) Add a missing manualdir entry in the Debian config.layout.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Thom May <thom planetarytramp.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Stop installing libtool for APR and tell APR where it should place
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews its copy of libtool (via our installbuildpath layout variable).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) New directive ProxyIOBufferSize. Sets the size of the buffer used
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when reading from a remote HTTP server in proxy. [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modify receive/send loop in proxy_http and proxy_ftp so that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should it be necessary, the remote server socket is closed before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews transmitting the last buffer (set by ProxyIOBufferSize) to the
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson client. This prevents the backend server from being forced to hang
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews around while the last few bytes are transmitted to a slow client.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Fix the case where no error checking was performed on the final
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson brigade in the loop. [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CacheMaxExpire and CacheDefaultExpire to use seconds rather than
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hours. [Graham Leggett, Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) New Directive SSIUndefinedEcho. to change the '(none)' echoed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for a undefined variable. [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Proxy HTTP and CONNECT: Keep trying other addresses from the DNS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when we can't get a socket in the specified address family. We may
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson have gotten back an IPv6 address first and yet our system is not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configured to allow IPv6 sockets. [Jeff Trawick]
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews *) Be more careful about recursively removing CVS directories. Make
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sure that we aren't cd'ing to their home directory first. PR: 9993
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Aaron Bannert, James LewisMoss <dres lewismoss.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a missing errordir entry in the Debian config.layout. PR: 10067
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews [Dirk-Jan Faber <dirk-jan selwerd.nl>, Aaron Bannert,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Thom May <thom planetarytramp.net>]
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews *) Rename the filter ordering priorities. The recent filtering fixes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have showcased problems with their usage. Therefore, we need to
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson rename them to increase the clarity. (CONTENT->RESOURCE,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews HTTP_HEADER->CONTENT_SET/PROTOCOL) [Justin Erenkrantz]
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas GustafssonChanges with Apache 2.0.33
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a problem in the new --enable-layout functionality where
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson it wouldn't allow overrides from variables like --prefix,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --bindir, etc. [Thom May <thom planetarytramp.net>]
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews *) Fix a bug in the core input filter for AP_MODE_EXHAUSTIVE. It
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews no longer hangs around waiting for the socket to close before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews returning exhaustive data. [Aaron Bannert]
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews *) rename apr_exploded_time_t to apr_time_exp_t (as per renames pending)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Thom May <thom planetarytramp.net>]
06a960c681566a163af5b9a655cf36023075ddcbMark Andrews *) Change mod_ssl to always do a full startup/teardown on restarts.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews this allows mod_ssl to be added to a server that is already
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson running and makes it possible to add/change certs/keys after the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server has been started. [Doug MacEachern]
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This pipe must be a bidirectional 'console' style relay, which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_ssl prints all prompts to the pipe's stdin, and reads the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews passphrases from the pipe's stdout. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix bug where --sysconfdir and --localstatedir were being
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer ignored. [Thom May <thom planetarytramp.net>, Aaron Bannert]
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer *) Fix --enable-layout to work again. Caution: When specifying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --enable-layout, common arguments like --prefix, --exec-prefix,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews etc. will be ignored and the settings from the layout will be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used instead. [Thom May <thom planetarytramp.net>, Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 9124, 9873, 9885
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) New Directive for mod_proxy: ProxyRemoteMatch. This provides
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson regex pattern matching for the determination of which requests
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to use the remote proxy for. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix CustomLog bytes-sent with HTTP 0.9. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent Apache from ignoring SIGHUP due to some lingering 1.3
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cruft in piped logs and rewritemap child processes.
330b421487d7c3a5e699472fe889aa633772057fMark Andrews [William Rowe]
e22dca2a9ad30d493a869586abed86f7268204f9Mark Andrews *) All instances of apr_lock_t have been removed and converted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to one of the following new lock APIs: apr_thread_mutex.h,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_proc_mutex.h, or apr_global_mutex.h. No new code should
2c0b26955ee32fcee1757ec1be5a8caf8fe695a6Mark Andrews use the apr_lock.h API, as the old API will soon be deprecated.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Aaron Bannert]
2449f41e75d3b3f1c0ec3f05b1603fd8f80d8ae0Mark Andrews *) Merged in changes to mod_ssl up through 2.8.7-1.3.23.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall, Cliff Woolley]
6f7660093e70d3a7c80738b681ac0f5c1b661c00Mark Andrews *) mod-include: make it handle flush'es and fix the 'false-alarm'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz, Brian Pane, Ian Holsman]
1fdbadc594a49b423052ea342dac74ff1a36089dMark Andrews *) ap_get_*_filter_handle() functions to allow 3rd party modules
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to lookup filter handles so they can bypass the filter name
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews lookup when adding filters to a request (via ap_add_*_filter_handle())
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Morgan <rmorgan covalent.net>]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson *) Fix for multiple file buckets on Win32, where the first file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bucket would cause the immediate closure of the socket on any
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews non-keepalive requests. [Ryan Morgan <rmorgan covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct Win32 failure of mmap of a segment beyond start of the
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson file; fixes large SSL and similar transfers. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Implement apr_proc_detach changes and allow -DNO_DETACH in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews multi-process mode to not "daemonize" while detaching from the
4e400cb7a2edd25af98ebc25fcbb5b36ca08f9a0Mark Andrews controlling terminal. This is necessary for Apache to work with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process-management tools like AIX's "System Resource Controller"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as well as Dan Bernstein's "daemontools".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jos Backus <josb cncdsl.com>, Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Convert mod_auth_digest to use the new apr_global_mutex_t
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews type. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) fix bug in mod-include where it wouldn't send a unmatched
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews part if it was at the end of a bucket [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) worker MPM: Improve logging of errors with the interface between
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the listener thread and worker threads. [Jeff Trawick]
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson *) Some browsers ignore cookies that have been merged into a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews single Set-Cookie header. Set-Cookie and Set-Cookie2 headers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are now unmerged in the http proxy before being sent to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews client. [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a problem with proxy where each entry of a duplicated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews header such as Set-Cookie would overwrite and obliterate the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews previous value of the header, resulting in multiple header
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson values (like cookies) going missing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett, Joshua Slive]
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson *) Add the server-limit and thread-limit values to the scoreboard
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for the sake of third-party applications.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Adam Sussman <myddryn vishnu.vidya.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfault when proxy recieves an invalid HTTP response [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) OS/390: Get make install to properly copy DSO modules.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Fix bug in mod_status with displaying "Restart Time"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and "Server uptime".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix IPv6 name-based virtual hosts. [Jeff Trawick]
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson *) Introduce AddOutputFilterByType directive. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix DEBUG_CGI support in mod_cgi. PR 9670, 9671.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David MacKenzie <djm pix.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix incorrect check for script_in in mod_cgi. PR 9669.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David MacKenzie <djm pix.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfault and display error when SSLMutex file can not be
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington created. [Adam Sussman <myddryn vishnu.vidya.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add reference counting to mod_mem_cache cache objects to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews better manage removing objects from the cache.
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the verbage on the ScoreBoardFile in our default configs.
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington Also change the default to be commented out (unspecified) so we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews get anonymous shared memory by default. [Aaron Bannert]
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson *) Implement new ScoreBoardFile directive logic. This affects how
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we create the scoreboard's shared memory segment. If the directive
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson is present, a name-based segment is created. If the directive is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not present, first an anonymous segment is created, and if that
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington fails, a name-based segment is created from a file of the name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DEFAULT_SCOREBOARD. This gives third-party applications the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ability to access our scoreboard. [Aaron Bannert]
ecd1addb86319bacc6c0bff2c68373619eebbffcMark Andrews *) Allow mod_deflate to work with non-GET requests and properly send
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Content-Lengths. [Sander Striker <striker apache.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix ap_directory_merge() to correctly merge configs when there is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews no <Directory /> block. [Justin Erenkrantz, William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove spurious debug messsages that are normal under HTTP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews keep-alive logic. [Jeff Trawick, Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug in mod_cgid that would prevent proper shutdown death
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson of the cgid process. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add signal handling back in to the worker MPM for the one_process
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson (-X, -DDEBUG, -DONE_PROCESS) case. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Performance: Reuse per-connection transaction pools in the
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson worker MPM, rather than destroying and recreating them. [Brian Pane]
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson *) Remove all signals from the worker MPM's child process. Instead,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the parent uses the Pipe of Death for all communication with the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews child processes. [Ryan Bloom]
22815444822da17fab82d4ab115da6e055ea1754Brian WellingtonChanges with Apache 2.0.32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default if the directive is not specified. This mirrors older
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson behavior without changes to the httpd.conf. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: solve the win32 service problems in 2.0.31-alpha, by fixing
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington the service, mpm and logging code, and bugs in apr_file_open_stderr
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and apr_file_dup2 functions. Win2K/XP services have no handles
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington associated for stdin/out/err, which caused unpredictable behavior
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the prior release. [William Rowe, Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: simplify the Application Event Log messages, since there isn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews likely to be 'more information in the error log' before an error log
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has been opened. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: substantial cleanup to the mpm_winnt code for legibility and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to follow the program flow of other MPMs. [Ryan Bloom, William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: apache -k shutdown now behaves like apache -k stop.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington *) Fix prefork to not kill the parent if a child hits a resource shortage
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on accept(). [Greg Ames]
0a2d5c990559ce2b9f95df752db6e93024d9a250Brian Wellington *) Fix seg faults that occur when what should be the httpd request line
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews starts with \r\n followed by garbage. [Greg Ames]
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson *) Allow statically linked support binaries with the new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --enable-static-support flag, and enable this behavior in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the binbuild script. Also add a new --enable-static-htdbm
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson flag. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow mod_autoindex to serve symlinks if permitted and attempt to
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington do only one stat() call when generating the directory listings.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington *) Fix resolve_symlink to save the original symlink name if known.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
debff476ad3512687a354499c25d2793e2009acdBrian Wellington *) Be a bit more sane with regard to CanonicalNames. If the user has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specified they want to use the CanonicalName, but they have not
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson configured a port with the ServerName, then use the same port that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the original request used. [Ryan Bloom and Ken Coar]
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson *) In core_input_filter, check for an empty brigade after
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR_BRIGADE_NORMALIZE(). Otherwise, we can get segfaults if a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews client says it will post some data but we get FIN before any
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews data arrives. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Not being able to bind to the socket is a fatal error. We should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews print an error to the console, and return a non-zero status code.
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson With these changes, all of the Unix MPMs do that correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) suexec: Allow HTTPS and SSL_* environment variables to be passed
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson through to CGI scripts. PR 9163
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Reid <breid customlogic.com>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Zvi Har'El <rl math.technion.ac.il>]
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson *) binbuild.sh: Make sure that we use the expat from our source
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tree so that there aren't any surprises on the target machine.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cgid: Add retry logic for when the daemon can't fork fast
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews enough to keep up with new requests. Start using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews HTTP_SERVER_UNAVAILABLE instead of HTTP_INTERNAL_SERVER_ERROR
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when we can't talk to the daemon. [Jeff Trawick]
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews *) apxs: LTFLAGS envvar can override default libtool options. Try
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "LTFLAGS=' ' apxs -c mod_foo.c" to see what libtool does under
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence the covers. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Location: response header field, used for external
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews redirect, *must* be an absoluteURI. The Redirect directive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tested for that, but RedirectMatch didn't -- it would allow
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence almost anything through. Now it will try to turn an abs_path
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews into an absoluteURI, but it will correctly varf like Redirect
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence if the final redirection target isn't an absoluteURI. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.31
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Create the scoreboard (in the parent) in a global pool context,
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence so it survives graceful restarts. This fixes a SEGV during
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews graceful restarts. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a timeout option to the proxy code 'ProxyTimeout'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) FTP directory listings are now always retrieved in ASCII mode.
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington The FTP proxy properly escapes URI's and HTML in the generated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews listing, and escapes the path components when talking to the FTP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server. It is now possible to browse the root directory by using
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington a url like: ftp://user@host/%2f/ (ported from apache_1.3.24)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also, the last path component may contain wildcard characters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews '*' and '?', and if they do, a directory listing is created instead
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson of a file retrieval. Example: ftp://user@host/httpd/server/*.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
ef8d97818f0d30a4e09db97af695f504b311372cMark Andrews *) Added single-listener unserialized accept support to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews worker MPM [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) New Directive for mod_proxy: 'ProxyPreserveHost'. This passes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the incoming host header through to the proxied server
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson *) New Directive Option for ProxyPass. It now can block a location
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from being proxied [Jukka Pihl <jukka.pihl entirem.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Don't let the default handler try to serve a raw directory. At
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews best you get gibberish. Much worse things can happen depending
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on the OS. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the pre_config hook to return a value. Modules can now emit
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an error message and then cause the server to quit gracefully during
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence startup. This required a bump to the MMN. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some unix socket descriptor leaks in the handler side of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_cgid (the part that runs in the server process). Whack a
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence silly "close(-1)" in the handler too. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the pre_mpm hook to return a value, so that scoreboard
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews init errors percolate up to code that knows how to exit
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cleanly. This required a bump to the MMN. [Jeff Trawick]
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence *) Add the socket back to the conn_rec and remove the create_connection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hook. The create_connection hook had a design flaw that did not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow creating connections based on vhost info. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed PATH_INFO and QUERY_STRING from mod_negotiation results.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Resolves the common case of using negotation to resolve the request
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews /script/foo for /script.cgi/foo. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added new functions ap_add_(input|output)_filter_handle to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow modules to bypass the usual filter name lookup when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews adding hard-coded filters to a request [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) caching should now work on subrequests (still very experimental)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Win32 mpm_winnt now has a shared scoreboard. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change ap_get_brigade prototype to use apr_off_t instead of apr_off_t*.
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Refactor ap_rgetline so that it does not use an internal brigade.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Change ap_rgetline's prototype to return errors. [Justin Erenkrantz]
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson *) Remove mod_auth_db. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Do not install unnecessary pcre headers like config.h and internal.h.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Joe Orton <joe manyfish.co.uk>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change in quick_hanlder behavior for subrequests. it now passes DONE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (as it does for a normal request). quick_handled sub-requests now work
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews in mod-include [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change SUBREQ_CORE so that it is a 'HTTP_HEADER' filter instead of
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 'CONTENT' one, as it needs to run AFTER all content headers
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Lars Eilebrecht]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Split out blocking from the mode in the input filters.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Justin Erenkrantz]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Fix a segfault in mod_include. [Justin Erenkrantz, Jeff Trawick]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Cause Win32 to capture all child-worker process errors in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache to the main server error log, until the child can
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews open its own error logs. [William Rowe]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) HPUX 11.*: Do not kill the child process when accept()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews returns ENOBUFS on HPUX 11.*. (ported from th 1.3 patch)
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>, Bill Stoddard]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Fix a problem in the parsing of the <Proxy foo> directive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) rewrite of mod_ssl input filter for better performance and less
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews memory usage [Doug MacEachern]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) allow quick_handler to be run on subrequests. [Ian Holsman]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) mod_dav now asks its provider to place content directly into the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filter stack when handling a GET request. The mod_dav/provider
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews API has changed, so providers need to be updated. [Greg Stein]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Clear the output socket descriptor in unixd_accept() to make sure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we don't supply a bogus socket to the caller if the accept fails.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews This caused problems with the worker MPM, which tried to process
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the returned socket if it was non-NULL. [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move a check for an empty brigade to the start of core input filter
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews to avoid segfaults. [Justin Erenkrantz, Jeff Trawick]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Add FileETag directive to allow configurable control of what
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews data are used to form ETag values for file-based URIs. MMN
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson bumped to 20020111 because of fields added to the end of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the core_dir_config structure. [Ken Coar]
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson *) Fix a segfault in mod_rewrite's logging code caused by passing the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews wrong config to ap_get_remote_host(). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow mod_cgid to work from a binary distribution install by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews using 755 for the permissions on the log directory instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 750. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a segfault that happened during graceful shutdown (or when
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Split all Win32 modules [excluding the core components mod_core,
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson mod_so, mod_win32 and the winnt mpm] into individual loadable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules, so the administrator may individually disable the former
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compiled-in modules by simply commenting out their LoadModule
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directives. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Saved Win32 module authors and porters many future headaches, by
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews duplicating the appropriate .h files such as os.h into the include
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directory, including in the build tree. [William Rowe]
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington *) mod_ssl adjustments to help with using toolkits other than OpenSSL:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Use SSL functions/macros instead of directly dereferencing SSL
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews structures wherever possible.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Add type-casts for the cases where functions return a generic pointer.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence Add $SSL/include to configure search path.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Moved several pointers out of the shared Scoreboard so it is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews more portable, and will present the vhost name across server
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence generation restarts. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix SSLPassPhraseDialog exec: and SSLRandomSeed exec:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
dccd7f8459d811141fde04d4a307b9b695cf58b1David LawrenceChanges with Apache 2.0.30
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the main bug for FreeBSD and threaded MPM's. There are
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews still issues (see STATUS) but at least the server will now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews run without crashing the machine.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David Reid, Aaron Bannert, Justin Erenkrantz]
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews *) Fix a typo in mod_deflate's m4 config section.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [albert chin <china thewrittenword.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a couple of mod_proxy problems forwarding HTTP connections
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and handling CONNECT:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (1) PR #9190 Proxy failed to connect to IPv6 hosts.
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews (2) Proxy failed to connect when the first IP address returned by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the resolver was unreachable but a secondary IP address was.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the module identifer as shown in the docs for various core
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules (e.g., the identifer for mod_log_config was previously
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence listed as config_log_module). PR #9338
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [James Watson <ap2bug sowega.org>]
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson *) Fix LimitRequestBody directive by placing it in the HTTP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filter. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_proxy seg fault when the proxied server returns
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an HTTP/0.9 response or a bogus status line.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Adam Sussman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent mod_proxy from truncating one character off the
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence end of the status line returned from the proxied server.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Adam Sussman, Bill Stoddard]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Eliminate loop in ap_proxy_string_read().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Adam Sussman, Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Provide $0..$9 results from mod_include regex parsing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow mod-include to look for alternate start & end tags [Ian Holsman]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Introduced the ForceLanguagePriority directive, to prevent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when using Multiviews. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a problem which prevented mod_cgid and suexec from working
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews together reliably [Greg Ames]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Remove the call to exit() from within mod_auth_digest's post_config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews phase. [Aaron Bannert]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Fix a problem in mod_auth_digest that could potentially cause
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews problems with initialized static data on a system that uses DSOs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault in the worker MPM that could happen during
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews child process exits. [Brian Pane, Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
5455f30a7532738d750252c00e649890c694ee30Brian Wellington *) Fix matching of vhosts by ip address so we find IPv4
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews vhost address when target address is v4-mapped form of
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington that address. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More performance tweaks to the BNDM string-search algorithm
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington used to find "<!--#" tokens in mod_include [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Miscellaneous small performance fixes: optimized away various
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews string copy operations and removed large temp buffers from
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews the stack [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed startup segfault that occurred when a VirtualHost
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson directive had a port but no address [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow htdbm to work with multiple DBM types [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if oslevel < WINNT. This should fix several problems reported
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson Against 2.0.28 on Windows 98 [Bill Stoddard]
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to fail. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change core code to allow an MPM to set hard thread/server
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson limits at startup. prefork, worker, and perchild MPMs now have
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directives to set these limits. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: The async AcceptEx() event should be autoreset upon
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews successful completion of a wait (WaitForSingleObject). This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews eliminates a number of spurious
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed." messages.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move any load library path environment variables out of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apachectl and into a separate environment variable file which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can be more easily tailored by the admin. The environment
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson variable file as built by Apache may have additional system-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specific settings. For example, on OS/390 we tailor the heap
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews settings to allow lots of threads. [Jeff Trawick]
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson *) Use the new APR pool code to reduce pool-related lock
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contention in the worker MPM. [Sander Striker]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The POD no longer assumes the child is listening on 127.0.0.1
751aa24c98fea02215cad95a08411af547d70e41Bob Halley and now pulls the first hostname in the list of listeners to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews perform the dummy connect on. This fixes a bug when the user
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews had configured the Listen directive for an IP other than
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 127.0.0.1. This would result in undead children and error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews messages such as "Connection refused: connect to listener".
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The worker MPM now respects the LockFile setting, needed to
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson avoid locking problems with NFS. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfault when worker MPM receives SIGHUP.
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson [Ian Holsman, Aaron Bannert, Justin Erenkrantz]
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews *) Fix bug that could potentially prevent the perchild MPM from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews working with more than one vhost/uid. [Aaron Bannert]
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson *) Change make install and apxs -i processing of DSO modules to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews perform special handling on platforms where libtool doesn't install
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_foo.so. This fixes some wonkiness on HP-UX, Tru64, and AIX
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson which prevented standard LoadModule statements from working.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington *) Whenever mod_so is enabled (not just when there are DSOs for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews our modules), do whatever special magic is required for compiling/
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews loading third-party modules. This allows third-party DSOs to
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington be used on an AIX build when there were no built-in modules
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews built as DSOs. (This should help on OS/390 and BeOS as well.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson *) Allow apxs to be used to build DSOs on AIX without requiring the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews user to hard-code the list of import files. (This should help
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on OS/390 and BeOS as well.) [Jeff Trawick]
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley *) Resolved segfault in mod_isapi when configuring with ISAPICacheFile.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR 8563, 8919 [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get binary builds working when libapr and libaprutil are built
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shared [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get shared builds of libapr and libaprutil, as well as Apache DSOs,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews working on AIX. [Aaron Bannert, Dick Dunbar <RLDunbar pacbell.net>,
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson Gary Hook <ghook us.ibm.com>, Victor Orlikowski, Jeff Trawick]
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence *) Fix the handling of SSI directives in which the ">" of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews terminating "-->" is the last byte in a file [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence message that we had back in apache-1.3 and still have scattered
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews throughout our docs. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent the Win32 port from continuing after encountering an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error in the command line args to apache. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) On a error in the proxy, make it write a line to the error log
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman]
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson *) Various mod_ssl performance improvements [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.29
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add buffering in core_output_filter to ensure that long
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lists of small buckets don't cause small packet writes.
cedd0ab1e812ec7cf05d57c3e602db41b79f0a2aAndreas Gustafsson [Brian Pane, Ryan Bloom]
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington *) Fix the installation target to make sure that the manual is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews installed in the correct location.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Yoshifumi Hiramatsu <hiramatu boreas.dti.ne.jp> and
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington Gomez Henri <hgomez slib.fr>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the cmd command for mod_include. When we are processing
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington a cmd command, we do not want to use the r->filename to set
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the command name. The command comes from the SSI tag. To do this,
2b7a77a68e27fc7991a857d403cb34b2ae90fc0bMark Andrews I added a variable to the function that builds the command line
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in mod_cgi. This allows the include_cmd function to specify
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the command line itself. [Ryan Bloom]
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson *) Change open_logs hook to return a value, allowing you
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to flag a error while opening logs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman, Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change post_config hook to return a value, allowing you
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson to flag a error post config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman, Jeff Trawick]
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington *) Allow SUEXEC_BIN (the path to the suexec binary that is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hard-coded into the server) to be specified to the configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews script by the --with-suexec-bin parameter. [Aaron Bannert]
55ddb88e53838693370c213930beda1652b8a583Brian Wellington *) Fix segv in worker MPM following accept on pipe-of-death
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane]
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington *) Add mod_deflate to experimental.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman, Justin Erenkrantz]
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington *) Bail out at configure time if an invalid MPM was specified.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington *) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configured [John Sterling <sterling covalent.net>]
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley *) Fix apxs to use sbindir. [Henri Gomez <hgomez slib.fr>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a problem with IPv6 vhosts. PR #8118 [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Optimization for the BNDM string-search function in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_include. [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed the behavior of the XBitHack directive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Taketo Kabe <kabe sra-tohoku.co.jp>, Cliff Woolley] PR#8804
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The threaded MPM for Unix has been removed. Use the worker
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MPM instead. [various]
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington *) APR-ize the resolver logic in mod_unique_id. This fixes a bug
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in logging the error from a failed DNS lookup. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added the missing macros AP_INIT_TAKE13 and AP_INIT_TAKE123.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get mod_cgid killed when a MPM exits due to a fatal error.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a file descriptor leak in mod_include. When we include a
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington file, we use a sub-request, but we didn't destroy the sub-request
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews immediately, instead we waited until the original request was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews done. This patch closes the sub-request as soon as the data is
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson done being generated. [Brian Pane <bpane pacbell.net>]
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson *) Allow modules that add sockets to the ap_listeners list to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews define the function that should be used to accept on that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews socket. Each MPM can define their own function to use for
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson the accept function with the MPM_ACCEPT_FUNC macro. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews also abstracts out all of the Unix accept error handling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logic, which has become out of synch across Unix MPMs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug which would cause the response headers to be omitted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when sending a negotiated ErrorDocument because the required
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filters were attached to the wrong request_rec.
3bd8e7cf1c082cd1021e5a6cae1cf21911217858Brian Wellington [John Sterling <sterling covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove commas from the end of the macros that define
b8a85202af814468421a6541b4c935bd14773c53Brian Wellington directives that are used by MPMs. Prior to this patch,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews you would use these macros without commas, which was unlike
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the macros for any other directives. Now, the caller provides
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson the comma rather than the macro providing it. This makes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the macros look more like the rest of the directives.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add 'redirect-carefully' environment option to disable sending
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews redirects under special circumstances. This is helpful for
b0390aab30438a13f533cccae9389945214b1421Brian Wellington Microsoft's WebFolders when accessing a directory resource via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DAV methods. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Begin to abstract out the underlying transport layer.
54d64c7994d01da590462ecc56faf1a87fc4abb9Brian Wellington The first step is to remove the socket from the conn_rec,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the server now lives in a context that is passed to the
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson core's input and output filters. This forces us to be very
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews careful when adding calls that use the socket directly,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews because the socket isn't available in most locations.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Really reset the MaxClients value in worker and threaded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when the configured value is not a multiple of the number
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson of threads per child. We said we did previously but we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews forgot to. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add Debian layout. [Daniel Stone <daniel sfarc.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If shared modules are requested and mod_so is not available,
17789c880460c0bca3f3693c759be2214b936e69Brian Wellington produce a fatal config-time error. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Improve http2env's performance by cutting the work it has to
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews do. [Brian Pane <bpane pacbell.net>]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson *) use new 'apr_hash_merge' function in mod_mime (performance fix)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane <bpane pacbell.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.28
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix infinite loop in mod_cgid.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dale Ghent <daleg elemental.org>, Brian Pane <bpane pacbell.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When no port is given in a "ServerName host" directive, the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server_rec->port is now set to zero, not 80. That allows for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews run-time deduction of the correct server port (depending on
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington SSL/plain, and depending also on the current setting of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews UseCanonicalName). This change makes redirections
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews work, even with https:// connections. As in Apache-1.3, the
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington connection's actual port number is never used, only the ServerName
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews setting or the client's Host: setting. Documentation updated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to reflect the change. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a '%{note-name}e' argument to mod-headers, which works in
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley the same way as mod_log_confg. [Ian Holsman]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews AP_MPMQ_MAX_REQUESTS_DAEMON macros in ap_mpm.h and all standard
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley MPMs. [Cliff Woolley]
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley *) Introduce htdbm, a user management utility for db/dbm authorization
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews databases. [Mladen Turk <mturk mappingsoft.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Optimize usage of strlen and strcat in ap_directory_walk.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane <bpane pacbell.net>]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas GustafssonChanges with Apache 2.0.27
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce an Apache mod_ssl initial configuration template
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson (ssl.conf, generated from ssl-std.conf). [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a memory leak in the getline parsing code that could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be triggered by arbitrarily large header lines. Requests
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson from the core input filter for single lines are now limited
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to HUGE_STRING_LEN (8192 bytes). [Aaron Bannert]
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington *) Fix a truncation bug in how we print the port on the Via: header.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The routine that prints the Via: header now takes a length for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the port string. [Zvi Har'El <rl math.technion.ac.il>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Some syntax errors in mod_mime_magic's magic file can result
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in a 500 error, which previously was unlogged. Now we log the
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington error. [Jeff Trawick]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson *) Add the support/checkgid helper app, which checks the run-time
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews validity of group identifiers usable in the Group directive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Various --enable-so options have been fixed: --enable-so is
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson treated as "static"; explicit --enable-so=shared issues an error;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and explicit --enable-so fails with error on systems without
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR_HAS_DSO. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault in the core input filter when the client socket
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews gets disconnected unexpectedly. [Cliff Woolley]
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews *) Fix the reporting for child processes that die. This removes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all of the non-portable W* macros from Apache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick and Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Track and display "Parent Server Generation:" in
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson mod_status output. The generation will be bumped at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server graceful restart, when the child process exits
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by hitting MaxRequestsPerChild or if the child
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process exits abnormally. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Fix problem where MaxRequestsPerChild directive was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not being picked up in favor of the default. Enable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the parent to start up a new child process immediately upon
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the old child starting shutdown.
df0f58959ed82a2a43ca8d816ce9592541df9f2fMark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some bungling of the remote port in rfc1413.c so that
903e9d41ef730f098d38da9588f2824f37b7d73cMark Andrews IdentityCheck retrieves the proper user id instead of failing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and thus always returning "nobody."
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduced thread saftey for mod_rewrite's internal cache.
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson [Brian Pane <bpane pacbell.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Simplified mod_env's directives to behave as most directives are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews expected, in that UnsetEnv will not unset a SetEnv and PassEnv
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson directive following that UnsetEnv within the same container.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also provides a runtime startup warning if a PassEnv configured
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews environment value is undefined. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The worker MPM is now completely ported to APR's new lock API. It
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews uses native APR types for thread mutexes, cross-process mutexes,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and condition variables. [Aaron Bannert]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Sync up documentation to remove all references to the now deprecated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Port directive. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Moved all ldap modules from the core to httpd-ldap sub-project
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Exit when we can't listen on any of the configured ports. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is the same behavior as 1.3, and it avoids having the MPMs to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews deal with bogus ap_listen_rec structures. [Jeff Trawick]
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson *) Cleanup the proxy code that creates a request to the origin
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server. This change adds an optional hook, which allows modules
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to gain control while the request is created if the proxy module
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is loaded. The purpose of this hook is to allow modules to add
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington input and/or output filters to the request to the origin. While
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews I was at it, I made the core use this hook, so that proxy request
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington creation uses some of the code from the core. This can still be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews greatly improved, but this is a good start. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.26
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Port the MaxClients changes from the worker MPM to the threaded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MPM. [Ryan Bloom]
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington *) Fix mod_proxy so that it handles chunked transfer-encoding and works
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with the new input filtering system. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce the MultiviewsMatch directive, to allow the operator
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson to be flexible in recognizing Handlers and Filters filename
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews extensions as part of the Multiviews matching logic, strict with
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson MultiviewsMatch NegotiatedOnly to accept only filename extentions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that designate negotiated parameters, (content type, charset, etc.)
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews or MultiviewsAll for the 1.3 behavior of matching any files, even
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if they have unregistered extensions. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed the configure script to add a LoadModule directive to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the default httpd.conf for any module that was compiled
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as a DSO. [Aaron Bannert <aaron clove.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) rewrite mod_ssl input filtering to work with the new input filtering
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews system. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) prefork: Don't segfault when we are able to listen on some but
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington not all of the configured ports. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Build mod_so even if no core modules are built shared.
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington [Aaron Bannert <aaron clove.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce ap_directory_walk rewrite (with further optimizations
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington required) to adapt to the ap_process_request_internal() changes.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Optimized so subrequests and redirects now reuse previous section
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson merges, until we mismatch with the original directory_walk, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews precomputed r->finfo results will cause directory_walk to skip
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the most expensive phases of the function. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow ApacheMonitor to connect to and control Apache on other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews WinNT/2K machines. [Mladen Turk <mturk mappingsoft.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the Port directive. In it's place, the Listen directive
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington is now a required directive, which tells Apache what port to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews listen on. The ServerName directive has also been extended
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington to accept an optional port. If the port is specified to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ServerName, the server will report that port whenever it
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson reports the port that it is listening on. This change was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews made to ease configuration errors that stem from having a Port
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directive, and a Listen directive. In that situation, the server
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley would only listen to the port specified by the Listen command,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which caused a lot of confusion to users. [Ryan Bloom]
8e68489885e744ab48907414b4199c36858c27ddMark Andrews *) Added mod_mime_magic, mod_unique_id and mod_vhost_alias to the Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews build, as loadable modules. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix --enable-mods-shared processing. If most is specified,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews then all modules that can be compiled as shared modules are.
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson [Aaron Bannert <aaron clove.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update the mime.types file to map video/vnd.mpegurl to mxu
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson and add commonly used audio/x-mpegurl for m3u extensions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Heiko Recktenwald <uzs106 uni-bonn.de>, Lars Eilebrecht]
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson *) Eliminate the depreciated r->content_language, in favor of the array
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews r->content_languages introduced many years ago. Module authors must
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews substantially overhaul their modules, so this needs to be upgraded
7427490a67b9547242b57c255254f7e146127c48Bob Halley if the module still relied on backwards-brokeness. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow configure help strings to work with autoconf 2.50+ and 2.13.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rewrite the input filtering mechanisms to consolidate and reorganize
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews code. In short, core_input_filter does something now and
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson ap_http_filter is now only concerned with HTTP. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update the Win32 build to re-absorb mod_proxy and family.
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Resolved the build failure on Win32 using MSVC 5.0 (without the
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson current SDK.) [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Some style changes to the code that does ProxyErrorOverride. Fixed
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington config merge behaviour. [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow support programs to be compiled against a static version
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington of libapr. This allows the smaller support programs to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews relocated. [Aaron Bannert <aaron clove.org>]
a12d9cfa59b5981c52e1aaafedf652d5128f3448Brian Wellington *) Update the mime.types file to the registered media types as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of 2001-09-25, and add mapping for xsl extension [Mark Cox]
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington *) Fix MaxClients in the Worker MPM, so that it specifies the maximum
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews number of clients that can connect at the same time, instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specifying the maximum number of child processes.
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington [Aaron Bannert <aaron clove.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Switch proc_pthread AcceptMutex configuration directive to pthread to
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson be consistent with 1.3. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cache apr_explode_localtime() value for 15 seconds.
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson [Brian Pane <bpane pacbell.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_include to not return ETag or Last-Modified headers.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman <ianh cnet.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix worker MPM's scoreboard logic. [Aaron Bannert <aaron clove.org>]
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews *) Eliminate the wasteful run-time conversion of method names from strings
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to numbers in places where the methods are known at compile time.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane <bpane pacbell.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Turn the worker MPM's queue into a LIFO. This may
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington improve cache-hit performance under some conditions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Aaron Bannert <aaron clove.org>]
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson *) Switch back to SIGUSR1 for graceful restarts on all platforms that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support it. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the worker MPM. We no longer re-use transaction
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pools. This incurs less overhead than shuffling the pools
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews around so that they can be re-used. Remove one of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews queue's condition variables. We just redefined the API to
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson state that you can't try to add more stuff than you allocated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews segments for. [Aaron Bannert <aaron clove.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix SSL VPATH builds [Cody Sherr <csherr covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed persistent connections when a request contains a body.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_dav uses a new API to speak to the backend provider for dead
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews property management. [Greg Stein]
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington *) Remove the Win32 script-processing exception from mod_cgi, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews roll build_command_line/build_argv_list into a unified, overrideable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_cgi_build_command optional function. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rewrite find_start_sequence to use a better search algorithm
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to find the start tag. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a seg fault in mod_include. When we are generating an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews internal redirect, we must set r->uri to "", not a bogus
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington string, and not NULL. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Optimized location_walk, so subrequests, redirects and second passes
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington now reuse previous section merges on a <Location > by <Location >
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews basis, until we mismatch with the original location_walk.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Back out the 1.45 change to util_script.c. This change made
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews us set the environment variable REQUEST_URI to the redirected
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews URI, instead of the originally requested URI.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Taketo Kabe <kabe sra-tohoku.co.jp>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make mod_include do lazy evaluation of potentially expensive to
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson compute variables. [Brian Pane <bpane pacbell.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix logging of bytes sent for HEAD requests. %b and %B should
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson log either - or 0, before this patch, they were both logging
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the file size. [Taketo Kabe <kabe sra-tohoku.co.jp>]
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington *) Make mod_include check for BYTE_CHECK_THRESHOLD per bucket rather
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews than per character. [Brian Pane <bpane pacbell.net>]
66921d6dd259c4486a07aba19eee2b8349698575Brian Wellington *) Normalize the primary request, redirects and sub-requests to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews run the same ap_process_request_internal for consistency in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews robustness, behavior and security. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault with mod_include when r->path_info is not set
2728a98ee4104b2fb30f273893a7f354e20002b5Mark Andrews (which is the case with mod_proxy). [Ian Holsman <ianh cnet.com>]
be387fd057ee54ae5d84904e69587d6e29bd3950Mark Andrews *) Add -X functionality back. This indicates to all MPMs and any other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews part of Apache that it should run in "debug" mode. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Some initial support for the cygwin platform [prefork only].
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews This is not to be confused with support for the WinNT/Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platform, which is the recommended configuration for native
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Win32 users. The cygwin platform support is recommended for
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews cygwin platform users. [Stipe Tolj <tolj wapme-systems.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changed syntax of Set{Input|Output}Filter. The list of filters
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson must be semicolon delimited (if more than one filter is given.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The Set{Input|Output}Filter directive now overrides a parent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews container's directive (e.g. SetInputFilter in <Directory /web/foo>
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington will override any SetInputFilter directive in <Directory /web>.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This new syntax is more consistent with Add{Input|Output}Filter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directives defined in mod_mime. Also cures a bug in prior releases
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson where the Set{Input|Output}Filter directive would corrupt the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews global configuration if the multiple directives were nested.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington *) Cured what's ailed mime for quite some time. If an AddSomething
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was given in the configuration (Language, Charset, Handler or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Encoding) Apache would set the content type as given by AddType,
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson but refused to check the mime.types file if AddType wasn't given
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for that specific extension. Setting the AddHandler for .html
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without setting the AddType text/html html would cause Apache to
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson use the default content type. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added some bulletproofing to memory allocation in the LDAP cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews code. [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.25
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington *) Move the installed /manual directory out of the /htdocs/ tree, so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that it can be kept more independently from the remaining document
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews root. The "Alias /manual ..." already allowed for easy projection
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington into existing private document trees. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add specified user attributes to the environment when using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_auth_ldap. This allows you to use mod_include to embed specified
523dd6a979865b8b1b8f1ecc81e5ce47a168c63fBrian Wellington user attributes in a page like so:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Hello <!--#echo var="AUTHENTICATE_CN"-->, how are you?
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a performance problem with the worker MPM. We now create
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews transaction pools once, and re-use them for each connection.
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington [Aaron Bannert <aaron clove.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modfied mod_mime to prevent mod_negotation from serving a multiview
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of a 'handler' or 'filter', so that any filename extension that does
9b0e404e5fc71a2bd4fba8a66296477f815af7d5Brian Wellington not contribute to the negotiated metadata can't be served without
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an explicit request. E.g., if the .Z extension is associated with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an unzip filter, the user request somefile.Z.html, mod_negotiation
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson won't serve it. It can serve somefile.Z.html when somefile.Z is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews requested, since the .Z extension is explictly requested, if the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews .html extension is associated with ContentType text/html.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce the AddInputFilter filter[;filter...] ext [ext...]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and corresponding AddOutputFilter syntax, to insert one or more
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filters by mod_mime filename extension processing.
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a growing connection pool in core_output_filter() for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews keepalive requests. [Jeff Trawick]
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington *) Moved split_and_pass_pretag_buckets back to being a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews macro at Ryans's request. Removed the return from it
148af05e15f5d7ae3b076231617369fdaf57d26dAndreas Gustafsson by setting and returning a return code instead. Updated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the code to check the return code from the macro and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews do the right thing. [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault when a numeric value was received for Host:.
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington [Jeff Trawick]
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington *) Add a function ap_remove_input_filter. This is to match
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews up with ap_remove_output_filter. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Clean up location_walk, so that this step performs a minimum
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews amount of redundant effort (it must be run twice, but it will no
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews longer reparse all <Location > blocks when the request uri
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington hadn't changed.) [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Eliminate proxy: (and all other 'special') processing from the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_directory_walk() phase. Modules that want to use special
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews walk logic should refer to the mod_proxy map_to_location example,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with it's proxy_walk and proxysection implementation. This makes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews either directory_walk flavor much more legible, since that phase
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer only runs against real <Directory > blocks.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer *) SECURITY: Fix a security problem in mod_include which would allow
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an SSI document to be passed to the client unparsed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley, Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce the map_to_storage hook, which allows modules to bypass
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington the directory_walk and file_walk for non-file requests. TRACE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the ability for mod_include to add the INCLUDES filter
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley if the file is configured for the server-parsed handler.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This makes the configuration for .shtml files much easier
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to understand, and allows mod_include to honor Apache 1.3
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config files. Based on Doug MacEachern's patch to PHP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to do the same thing. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) force OpenSSL to ignore process local-caching and to always
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews get/set/delete sessions using mod_ssl's callbacks
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>,
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence Geoff Thorpe <geoff geoffthorpe.net>]
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson *) Make the worker MPM shutdown and restart cleanly. This also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cleans up some race conditions, and gets the worker using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pools more cleanly. [Aaron Bannert <aaron clove.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Implement CRYPTO_set_locking_callback() in terms of apr_lock
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence *) Fix for mod_include. Ryan's patch to check error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews codes put a return in the wrong place. Also, the
046a9aca49bdc25bd57d75fd0dd34c021722f095Mark Andrews include handler return code wasn't being checked.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews I don't like macros with returns, so I converted
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul J. Reder <rederpj raleigh.ibm.com>]
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews *) fix segv in mod_mime if no AddTypes are configured
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John Sterling <sterling covalent.net>]
be171be1799e0ba8cdd35d4f67b772ff086d0d81Andreas Gustafsson *) Enable ssl client authentication at SSL_accept time
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault in mod_include when the original request has no
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews associated filename (e.g., we're filtering the error document for
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson a bad URI). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a storage leak (a strdup() call) in mod_mime_magic. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The prefork and OS/2 MPMs are overwriting the pid file when a second copy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of httpd is started and shuts down due to socket conflict. Moving the
86b8c485762daa54a96d033110f6f41ea96e5213David Lawrence call to ap_log_pid solves the problem.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changed the late-1.3 log_config substitution %c to %X, to log the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews status of the closed connection, as it conflicts with the far more
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence common, historical ssl logging directive %...{var}c. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added the common error/ tree to the build/install targets
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (similar to the common icons/ tree) for the multi-language error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews messages that Lars committed earlier. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added a multi process, multi threaded OS/2 MPM mpmt_os2. [Brian Havard]
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington *) Added a default commented-out mod_ldap and mod_auth_ldap
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration to httpd-std.conf and httpd-win.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added documentation for mod_ldap and mod_auth_ldap.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett]
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence *) Enabled negative caching on attribute comparisons in the LDAP cache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Fixed a problem where the default cache TTL was set in milliseconds
8dc3d2006f679d0a291f7a20612c37e2a7146096Brian Wellington not microseconds causing the cache to time out almost immediately.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett]
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson *) Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module code to follow APR. [Graham Leggett]
bd5f2ac1880f5f2e96b291378c3dff296fc011f1Mark Andrews *) Fixed LDAP cleanup on graceful restarts. LDAP connections are now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cleaned up when the connection pool pool is cleaned up.
f0f61db621eed0c453e31bb85f6803c550e19a6bAndreas Gustafsson [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a minor issue with Jeff Trawick's mod_include
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington patch. Without this patch, the code will just allocate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews more bytes in get_combined_directive than are needed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added the LDAP authentication module mod_auth_ldap.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Carrigan <dave rudedog.org>, Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added the LDAP cache and connection pooling module mod_ldap.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Carrigan <dave rudedog.org>, Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington by allowing a module to disable itself if its prerequisites are not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews met. [Justin Erenkrantz]
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas GustafssonChanges with Apache 2.0.24
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson *) Fix a couple of issues in mod_include when the tag appeared at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews offsets near 8192 in the file being parsed. [Jeff Trawick]
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson *) Fix an assertion failure in mod_ssl when the keepalive timeout is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reached. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Numerous improvements to the Win32 build system. Introduced command line
f53848e17123569387b279578f0100dca5407da5Mark Andrews builds without requiring .mak files for MSVC 6.0 and later versions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Improved .dsp file compatibility for both Visual Studio 5.0 and 6.0 users.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Assorted corrections and improvements to the winnt_mpm startup code. Better
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reporting of uninstalled services and other error conditions, and changed the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default service name to Apache2. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Numerous improvements to the Win32 ApacheMonitor utility, including winnt_mpm
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compatibility with existing Apache 1.3 Win32 Apache management utilites.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Mladen Turk <mturk mappingsoft.com>, William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed the segfaults in mod_mime introduced by hash tables in 2.0.20.
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington [William Rowe, Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson and RemoveCharset directives. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Unix MPMs other than perchild now allow child server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews processes to use the accept mutex when starting as root and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews using SysV sems for the accept mutex. Previously, this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews combination would lead to fatal errors in the child server
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson processes. perchild can't use SysV sems because of security
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews issues. [Jeff Trawick, Greg Ames]
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson *) Added Win32 revision stamp resources to all http binaries
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (including modules/ and support/ tools.) PR7322 [William Rowe]
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson *) Fix ap_rvprintf to support more than 4K of data at one time.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cody Sherr <csherr covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) We have always used the obsolete/deprecated Netscape syntax
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for our tracking cookies; now the CookieStyle directive
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence allows the Webmaster to choose the Netscape, RFC2109, or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RFC2965 format. The new CookieDomain directive allows the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews setting of the cookie's Domain= attribute, too. PR #s 5006,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 5023, 5920, 6140 [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Tweak server/Makefile so that the rules for generating exports.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are compatible with make utilities which don't expand wildcards
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in a dependency list (e.g., OS/390 make, certain levels of GNU
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews make). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Install the SSL headers. [John Sterling <sterling covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Begin to sanitize the MPM configuration directives. Now, all
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington MPMs use the same functions for all common MPM directives. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should make it easier to catch all bugs in these directives once.
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington [Cody Sherr <csherr covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Close a major resource leak. Every time we had issued a
253f774e358dba38742a484426a4cadf4f248817Brian Wellington graceful restart, we leaked a socket descriptor.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington *) Fix a problem with the new method code. We need to cast
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the 1 to an apr_int64_t or it will be treated as a 32-bit
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews integer, and it will wrap after being shifted 32 times.
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson [Cody Sherr <csherr covalent.net> and Ryan Morgan <rmorgan covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug in mod_expires. Previous to this patch, if you
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews told mod_expires to add 604800 seconds to the last-modified
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson time, it actually added 604800 usec's to the last-modified time,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that when looking at the response it looked like nothing
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington had been done. The root of the problem was that we always compute
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews time in usec's, but we ask users to input sec's. This means we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews need to convert to usec's before using those values.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The worker MPM now handles shutdown and restart requests. It
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence definitely isn't perfect, but we do stop the servers correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The biggest problem right now is that SIGHUP causes the server to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews just die. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.23
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer *) Use the prefork MPM by default on Unix. [various]
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson *) Added a systray icon monitor application for Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Mladen Turk <mturk mappingsoft.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_rewrite: Fix the line ending on some non-Unix systems for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews messages written to the rewrite log.
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington [Richard Labennett <rlabenn us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) All mod_autoindex query parsing is now quietly quashed with the
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington IndexOption IgnoreClient. The IndexOption SuppressColumnSorting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews still drops the column sort <a href>'s for the column headers, but
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington IgnoreClient is required to ignore these Query options entirely.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington *) Introduced new mod_autoindex query argument parsing for F=[0|1|2]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to allow the client to select plain, FancyIndexing or HTMLTable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews formatting, V=[0|1] to inhibit or enable version sorting, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews P=pattern to return only specific files. The old Query Arguments
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington were reorganized as C=f for sorting column 'f' (same N, D, S, or M
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as before), and O=A|D for ordering ascending or descending.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed an error in mod_include's directive parsing routines which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews caused #if, #elif, and #else expressions containing backslashes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be improperly evaluated. [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduced new mod_autoindex IndexOptions flags: SuppressIcon to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews drop the icon column, SuppressRules to drop the <hr> elements,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and HTMLTable to create rudimentary HTML table listings (implies
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson FancyIndexing). [William Rowe]
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington *) Re-introduced the mod_autoindex IndexOptions flag TrackModified
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from Apache 1.3.15. This is needed for two reasons, first, given
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews multiple machines within a server farm, ETags and Last-Modified
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson stamps won't correspond from machine to machine, and second, many
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Unixes don't capture changes to the date or time stamp of existing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files, since these don't modify the dirent itself. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Re-introduced the mod_autoindex IndexOptions flag FoldersFirst
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and DirectoryWidth options from Apache 1.3.10.
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson [William Rowe, Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Eliminated FancyIndexing directive, deprecated early in Apache
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson 1.3 by the IndexOptions FancyIndexing syntax. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_autoindex now excludes any file names that would result in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an error, other than a success or redirect. Also optimized
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the parent directory, always included except in the URI '/'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews *) Refactored mod_negotiation and mod_mime to help mod_dir accept
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews negotiated index pages, and prevent the server from defaulting
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson to an autoindex of the directory. mod_negotiation will now die
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with a 500 Internal Error if it could match some filenames
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (e.g. for mod_dir) but none can be served. mod_negotation now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews refuses to serve any file with an extention that mod_mime doesn't
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson recognize, and wasn't part of the request. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Eliminate mod_cgi's handling of .exe files without the .exe file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews extension. This is already handled by multiviews, if the admin
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews wishes to AddHandler .exe or define a content type handler and
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson associate .exe files with that content type. Multiviews must be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews enabled to allow these to be served. [William Rowe]
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews *) Speed up the server's response to a spike in incoming workload
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or restarts by assigning empty scoreboard slots to new processes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when they are available. [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a handler to mod_includes.c. This handler is designed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implement the XbitHack directive. This can't be done with a
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson fixup, because we need to check the content-type, which is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only available in the handler phase. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make the includes filter check return codes from filters lower in
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews the filter chain. If a lower level filter returns an error, then
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the request needs to stop immediately. This allows mod_include to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stop parsing data once a lower filter recognizes an error.
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the ability to extend the methods that Apache understands
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews and have those methods <limit>able in the httpd.conf. It uses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the same bit mask/shifted offset as the original HTTP methods
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews such as M_GET or M_POST, but expands the total bits from an int to
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews an ap_int64_t to handle more bits for new request methods than
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an int provides. [Cody Sherr <csherr covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix broken mod_mime behavior in merging its arguments. Possible
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cause of unexplicable crashes introduced in 2.0.20. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Solve many mod_ssl porting issues (too many to detail) with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews help from the whole team, but most notably [Ralf S. Engelschall,
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson Madhusudan Mathihalli <madhusudan_mathihalli hp.com>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Doug MacEachern, William Rowe, Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More stall fixes for the threaded & worker mpm's.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Make mod_status output more accurate. Don't
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson count workers in processes which aren't actively
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews serving requests. [Greg Ames]
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley *) Win32: Get SSI exec cgi tag working. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a single listener/multiple worker MPM. This MPM is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews definately not fully correct, but it allows us to solve many
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley of the problems that exist in the threaded MPM. This is a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modified version of the threaded MPM. [Ryan Bloom]
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley *) Improve content generation throughout Apache, providing closer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compliance with HTML 3.2, HTML 4.01 Transitional and XHTML 1.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Transitional specifications. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.22
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a problem where the threaded MPM stalls after restarts or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews segfaults. Also prevent multiple active processes from using
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson the same scoreboard slot. [Greg Ames]
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson *) Apache/Win32 now fills in the service description with Apache's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server version string, including loaded and advertised modules.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Improved support for the Win32 build, to recover gracefully from
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson missing apr or apr-util directories or the awk interpreter,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews create the proper cgi-bin examples, including a test-cgi.bat, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fix the perl shebang line for printenv.pl, when installing from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the build environment. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault in threaded.c caused by passing uninitialized
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence apr_thread_t * to apr_thread_join(). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use new APR number conversion functions to reduce CPU consumption
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence when setting the content length, and in mod_log_config.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Pane]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix problem reported by Taketo Kabe <kabe sra-tohoku.co.jp>
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence where HEAD response headers were being repeated twice for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files greater than 32K bytes (4*AP_MIN_BYTES_TO_WRITE). This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews problem in the http_header filter was exposed by the recent rewrite
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence of the content_length filter. [Taketo Kabe, Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix seg faults in mod_status with ExtendedStatus enabled, after
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson restarts. A garbage pointer to a vhost's server_rec from the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews previous generation was being left around under certain
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington conditions. [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a cosmetic problem with mod_include. Non-existant SSI vars
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used to appear as '(none', without the closing paren.
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson [G�nter Knauf <eflash gmx.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Improve the exports generating awk script. In the past, we had
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews work around problems in the awk script by avoiding some #if and
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington #ifdefs. This has bitten us many times in generating the exports.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file. This improvement allows corrects the header file parsing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sander Striker <striker apache.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.21
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Resolve the Win32 htpasswd bug, where a file that existed would be
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson overwritten, regardless of the -c flag.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe, Mladen Turk <mladen.turk mail.inet.hr>]
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson *) Introduce connection sub-pools into ab. Truncating the lifetime
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of these allocations means that ab no longer perpetually grows
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington its working set, running out of memory on large request attempts.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make scoreboard creation a hook. This allows management
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules to have access to the scoreboard at the time that it is
dffdc24ffd76ef3d8c8141671e89fb39428fef06Brian Wellington created, and at every restart request.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cody Sherr <csherr covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews daemon index actually used in the scoreboard. I also
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer updated the pertinent calls. [Paul J. Reder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Prevent listening sockets from being inherited by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the Apache child process, CGI scripts, rotatelog process
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer etc. If the Apache child process segfaults, any processes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that the child started are not reaped. Prior to this fix,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews these processes inherited the listening sockets which sometimes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews prevented the restarted Apache child process from accepting
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson connections (ie, the server would hang).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Provide vhost and request strings when ExtendedStatus is on.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some issues with the pod and prefork: check the pod *after*
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington processing a connection so that a server processing a time-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews consuming request bails out as soon as practical; when the
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews parent process wakes up a server process via connect(), use an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR timeout on the connect() so that we don't hang for a long
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington time if there aren't server processes around to do accept().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick, Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Performance improvement to mod_mime.c. find_ct() in mod_mime,
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews spends a lot of time in apr_table_get calls. Using the default
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews httpd.conf, the tables for languages and charsets are somewhat
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews large, so the time spent scanning them on each request is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews significant. Replacing the tables with hash tables provides
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a nice speedup. [Brian Pane <bpane pacbell.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add two functions to allow modules to access random parts of the
6ef15459b8fd3fc8b5672da4ad72c19a755dbe45Mark Andrews scoreboard. This allows modules compiled for one MPM to access the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews scoreboard, even if it the server was compiled for another MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Harrie Hazewinkel <harrie covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.20
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence *) Fix problem in content-length filter where the filter would
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buffer all the output from a CGI before sending any bytes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews down the filter stack to the network. This problem would cause
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews significant memory consumption if the CGIs generated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lots of bytes. [Bill Stoddard]
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews *) Get non-blocking CGI pipe reads working with the bucket brigades.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix seg fault on Windows when serving files cached with mod_file_cache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug in the threaded MPM that would cause it to kill off all
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews workers immediately after starting if the number of workers started
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was above a certain threshold. [Ryan Bloom, Bill Stoddard]
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark AndrewsChanges with Apache 2.0.19
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix problem with threaded MPM. The problem was that if each child
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process was busy serving a single long-lived request and the server
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews was sent a graceful restart signal, the server would stop serving
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews requests. This would happen because each child process would wait to
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington die until the last thread was done, and the parent wouldn't spawn any
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews new children until a process died. Now, the parent looks at the fact
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that the children are dying gracefully, and starts new children.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson Those new children only start enough threads to compliment the number
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of threads in the other child process that shares the same spot in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the scoreboard. In this way, we make sure to never go over
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MaxClients. [Ryan Bloom]
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington *) modified mod_negotiation and mod_autoindex to speed up by almost a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews factor of two on apr_dir_read()-enhanced platforms, such as Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and OS2, by calling ap_sub_request_lookup_dirent() with the results
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson already provided by apr_dir_read(). [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_file_cache is now more robust to filtering and serves requests
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews slightly more efficiently. [Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix problem handling FLUSH bucket in the chunked encoding filter.
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington Module was calling ap_rwrite() followed by ap_rflush() but the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews served content was not being displayed in the browser. Inspection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the output stream revealed that the first data chunk was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews missing the trailing CRLF required by the RFC. [Bill Stoddard]
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews *) apxs no longer generates ap_send_http_header() in the example handler
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix an ab problem which could cause a divide-by-zero exception
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington with certain invocations (e.g., ab -k -c 6 -n 100 localhost/).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman <ianh cnet.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Solve case-insensitive platforms' confusion about negotiated
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence filenames, allowing files of differnt case to match in choosing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the document to serve. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix brokenness when ThreadsPerChild is higher than the built-in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews limit. We left ap_threads_per_child at the higher value which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews led to segfaults when doing certain scoreboard operations.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix seg faults and/or missing output from mod_include. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default_handler was using the subrequest pool for files and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MMAPs, even though the associated APR structures typically
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley live longer than the subrequest. [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Extend mod_setenvif to support specifying regular expressions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley Example: SetEnvIf ^TS* [a-z].* HAVE_TS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews will cause HAVE_TS to be set if any of the request headers begins
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with "TS" and has a value that begins with any character in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews set [a-z]. [Bill Stoddard]
10258f6b3d1ce54ffb22e6b9a31f8f001f7ee2d5Mark Andrews *) httpd children now re-bind themselves to a random CPU on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews multiprocessor systems on AIX via bindprocessor() in 2.0.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Victor J. Orlikowski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix htdigest. It would go into a loop in getline when adding
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a second user. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32 platforms now fully support mod_userdir options. [Will Rowe]
588b63e1a86fb707172830e14897da624ed380edMark Andrews *) Automatically generate httpd.exp for AIX.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DSOs now work again on AIX in 2.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Victor J. Orlikowski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a new request hook, error_log. This phase allows modules
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to act on the error log string _after_ it has been written
452d75b18f9d050086964fa39c326cf388517396Mark Andrews to the error log. The goal for this hook is to allow monitoring
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules to send the error string to the monitoring agent.
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews [Ryan Bloom]
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington *) Modify mod_echo to make it use filters for input and output.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Morgan <rmorgan covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Extend mod_headers to support conditional driven Header
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews add, append and set. Use SetEnvIf to set an envar and conditionally
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews add/append/set headers based on this envar thusly:
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews SetEnvIf TSMyHeader value HAVE_TSMyHeader
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Header add MyHeader "%t %D" env=HAVE_TSMyHeader
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews If the request contains header "TSMyHeader: value" then header
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews *) Extend mod_headers to support using format specifiers on Header
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews add, append and set header values. Two format specifiers are supported:
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer %t - reports, in UTC microseconds since the epoch, when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request was received.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer %D - reports the time, in microseconds, between when the request was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews received and the response sent.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Header add MyHeader "This request served in %D microseconds. %t"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews results in a header being added to the response that looks like this:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MyHeader: This request served in D=5438 microseconds. t=991424704447256
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix reset_filter(). We need to be careful how we remove filters.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews If we set r->output_filters to NULL, we also have to reset the
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson connection's filters. [John Sterling]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Optimise reset_filter() in http_protocol.c. [Greg Stein]
e2b52099918681498136fc82df192d256cc3cdd3Brian Wellington *) Add a check to ap_die() to make sure the filter stack is sane and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contains the correct basic filters when an error occurs. This fixes
389ec663f262cc219e986d6600eec9707ef2cb24Brian Wellington a problem where headers are not being sent on error. [John Sterling]
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews *) New Header directive 'echo' option. "Header echo regex" will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cause any headers received on the request that match regex to be
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews echoed to (included in) the response headers.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This prevented the inclusion of apr_compat.h. PR #7773
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson [Oleg Broytmann <phd phd.pp.ru>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Moved util_uri to the apr-util library. This required a bunch of
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson apr_name changes for the uri utility functions. [Justin Erenkrantz]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move the addition of default AP_HTTP_HTTP_HEADER filters to the
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson insert_filter phase so that other filters are not bypassed by default.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reimplement mod_headers as an output filter. mod_headers can now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews add custom headers to inbound requests using the RequestHeader directive
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews and to responses using the same old Header directive. [Graham Leggett]
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian WellingtonChanges with Apache 2.0.18
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington *) Fix command-line processing so that if a bad argument is specified
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache will exit. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the make targets and rules to be consistent in all of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache-owned source trees. [Roy Fielding]
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer *) Fix processing of the TRACE method. Previously we passed bogus
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parms to form_header_field() and it overlaid some vhost structures,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resulting in a segfault in check_hostalias().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Ames, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Add support for reliable piped logs. If the logging process
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews goes down, Apache will automatically restart it. This function has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews been part of Apache on Unix/Linux/BSD since the early v1.3 releases.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Do not start piped log processes during the config file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews preflight. This change also circumvents a problem on
e412ae947df6de858883564b8676a9650df70d9aMark Andrews Windows where the rotatelog processes created during preflight
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was not getting cleaned up properly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) add "Request Phase Participation" info to mod_info
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make first phase changes to the scoreboard data structures in
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson preparation for the rewriting of the scoreboard per my posted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews design notes. [Paul J. Reder]
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson *) Fix httpd's definition of LTFLAGS to be consistent with that of apr
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and apr-util, allow it to be overridden by the configure command-line
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (default="--silent") and introduce LT_LDFLAGS to replace what we were
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson formerly abusing as LTFLAGS. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Clean up the reporting of incorrect closing container tags.
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson [Barrie Slaymaker <barries slaysys.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Simplify the configure process by moving all libtool stuff to APR
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson and moving hints.m4 inline. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of functions used by mod_proxy for export in the DLL
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ian Holsman <IanH cnet.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent a hang when a cgi handled by mod_cgid tries to read a
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson request body from its stdin but no reqest body is being written to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the cgi. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_log_config: %c connection status incorrectly logged
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as "-" (non-keepalive) when MaxKeepAliveRequests is set to 0.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get mod_cern_meta working under Windows
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson *) Create Files, and thus MMAPs, out of the request pool, not the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews connection pool. This solves a small resource leak that had us
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not closing files until a connection was closed. In order to do
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington this, at the end of the core_output_filter, we loop through the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews brigade and convert any data we have into a single HEAP bucket
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews that we know will survive clearing the request_rec.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom, Justin Erenkrantz <jerenkrantz ebuilt.com>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Cliff Woolley]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Completely revamp configure so that it preserves the standard make
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the configure additions to EXTRA_* variables. Also, allow the user
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to specify NOTEST_* values for all of the above, which eliminates the
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews avoid pointless duplications. Fix the order in which flags are given
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews on the compile and link lines. Remove obsolete macros APR_DOEXTRA,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews AC_ADD_LIBRARY, AC_CHECK_DEFINE, APACHE_PASSTHRU, and APACHE_ONCE.
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson Added APR_SAVE_THE_ENVIRONMENT and APR_RESTORE_THE_ENVIRONMENT macros.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Renamed AC_TYPE_RLIM_T macro to APACHE_TYPE_RLIM_T. [Roy Fielding]
051beeafa6547440da17985665b31952b85ede56Brian Wellington *) Get mod_tls to compile/work better on Windows. PR #7612
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix shutdown/restart hangs in the threaded MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick, Greg Ames, Ryan Bloom]
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington *) Removed the keptalive boolean from conn_rec because it is now only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used by a single routine and can be replaced by a local variable.
b0796437d493ca2e083ab0ff02acf0dc0c8ad2a3David Lawrence [Greg Stein, Ryan Bloom, Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Patch prefork to put enough of the signal processing back in so that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signals are all handled properly now. The previous patch fixed the
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington deadlock race condition, but broke the user directed signal handling.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This fixes it to work the way it did before my previous prefork patch
e42c402595802edceafbd3e5338dda011fbbcdb6Michael Sawyer (primarily, SIGTERM is now working).
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer *) Change how input filters decide how much data is returned to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews higher filter. We used to use a field in the conn_rec, with this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews change, we use an argument to ap_get_brigade to determine how much
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer data is retrieved. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix seg fault at start-up introduced by Ryan's change to enable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules to specify their own logging tags. mod_log_config
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews registers an optional function, ap_register_log_handler().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_register_log_handler() was being called by http_core before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the directive hash table was created. This patch creates the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directive hash table before ap_register_log_handler() is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews registered as an optional function.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add ap_set_int_slot() function
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John K. Sterling <sterling covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Under certain circumstances, Apache did not supply the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews right response headers when requiring authentication.
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson [Gertjan van Wingerde <Gertjan.van.Wingerde cmg.nl>] PR#7114
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (This is a port of the change that went into Apache 1.3.19.)
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson *) Allow modules to specify their own logging tags. This basically
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allows a module to tell mod_log_config that when %x is encountered
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a specific function should be called. Currently, x can be any single
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews character. It may be more useful to make this a string at some point.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.17
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If a higher-level filter handles the byterange aspects of a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request, then the byterange filter should not try to redo the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews work. The most common case of this happening, is a byterange
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request going through the proxy, and the origin server handles
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer the byterange request. The proxy should ignore it.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett <minfrin sharp.fm>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changed the threaded mpm to have child_main join to each of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews worker threads to make sure the kids are all gone before child_main
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews exits after a signal (cleanup from perform_idle_server_maintenance).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This is an extension of Ryans recent commit to make the child_main
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley the signal thread.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add more options to the ap_mpm_query function. This also allows MPMs to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews report if their threads are dynamic or static. Finally, this also
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff implements a new API, ap_show_mpm, which returns the MPM that was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews required into the core. [Harrie Hazewinkel <harrie covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Do not install the binaries from the support directory twice.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [jun-ichiro hagino <itojun iijlab.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The ap_f* functions should flush data to the filter that is passed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in, not the filter after the one passed in.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Morgan <rmorgan covalent.net>]
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson *) Make ab work again by changing its native types to apr types and formats.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Erenkrantz <jerenkrantz ebuilt.com>]
ba43c53451d5c38765f376eeede457178b36951aBob Halley *) Move the byterange filter and all of the supporting functions back
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the HTTP module. The byterange filter turned out to be very
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews HTTP specific, and it belongs in the HTTP module. [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make clean, distclean, and extraclean consistently according to the
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews Gnu makefile guidelines. [Justin Erenkrantz <jerenkrantz ebuilt.com>]
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews *) Fix errors in the renaming of the apr_threadattr_detach_xxx functions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This may have been causing problems stopping processes in the threaded
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff mpm's. [Greg Ames]
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson *) Fix content-length in mod_negotiation to a long int representation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove BindAddress from the default config file.
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson *) Allow module authors to add a module to their Apache build using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --with-module, without re-running buildconf. The syntax is:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --with-module=module_type:/path/to/module.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The configure script will copy the module.c file to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules/module_type, and it will be added to the relevant Makefiles.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews currently, this only works for static modules. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changes required to make prefork clean up idle children properly.
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson There was a window during which a starting worker deadlocks when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an idle cleanup arrives before it completes init. Apache then keeps
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson trying to cleanup the same deadlocked worker forever (until higher
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pids come along, but it still will never reduce below the deadlocked
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pid). Thus the number of children would not reduce to the correct
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews idle level. [Paul J. Reder]
4440f995911810aaa98d8985ac1a8192095879f2Michael GraffChanges with Apache 2.0.16
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the default installation directory to /usr/local/apache2,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as now defined by the "Apache" layout in config.layout. [Marc Slemko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) OS/2: Added support for building loadable modules as OS/2 DLLs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get MaxRequestsPerChild working with the Windows MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington *) Make generic hooks to work, with mod_generic_hook_import/export
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews experimental modules. [Ben Laurie, Will Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfaults for configuration file syntax errors such as
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley "<Directory>" followed by "</Directory" and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "<Directory>" followed by "</Directoryz>". [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the --enable-layout option of configure. This makes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews us use a consistent location for the config.layout file, and it
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington makes configure more portable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [jun-ichiro hagino <itojun iijlab.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changes to 'ab'; fixed int overrun's, added statistics, output in
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson csv/gnuplot format, rudimentary ssl support and various other tweaks
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to make results more true to what is measured. The upshot of this it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews turns out that 'ab' has often underreported the true performance of
7f52817a92d74be0d970c33b204f8f13309eece5Andreas Gustafsson apache. Often by a order of magnitude :-) See talk/paper of Sander
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Temme at April ApacheCon 2001 for details.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dirk-Willem van Gulik]
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington *) Clean up mod_cgid's temporary request pool. Besides fixing a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews storage leak this ensures that some unnecessary pipes are closed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Performance: Add quick_handler hook. This hook is called at the
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson very beginning of the request processing before location_walk,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews translate_name, etc. This hook is useful for URI keyed content
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews caches like Mike Abbott's Quick Shortcut Cache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) top_module global variable renamed to ap_top_module [Perl]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move ap_set_last_modified to the core. This is a potentially
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews controversial change, because this is kind of HTTP specific. However
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews many protocols should be able to take advantage of this kind of
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson information. I expect that headers will need one more layer of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews indirection for multi-protocol work, but this is a small step in
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson the right direction. [Ryan Bloom]
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson *) Enable mod_status by default. This matches what Apache 1.3 does.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ed Korthof]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a ScriptSock directive to the default config file. This is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only enabled when mod_cgid is used.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Taketo Kabe <kabe sra-tohoku.co.jp>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.15
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Untangled the buildconf script and eliminated the need for build's
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews libtool muck that is now under srclib/apr/build. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Don't accept more connections than we have worker threads
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix bug in the Unix threaded.c MPM that allowed child processes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to fork() new child processes.
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Fix a major security problem with double-reverse lookup
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington checking. Previously, a client connecting over IPv4 would not be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews matched properly when the server had an IPv6 listening socket.
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington PR #7407 [Taketo Kabe <kiabe sra-tohoku.co.jp>]
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson *) Change the way the beos MPM handles polling to allow it to stop and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews restart. Problem was the sockets being polled were being reset by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the select call, so once it had accepted a connection it was no
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson longer listening on the UDP socket we use for shutdown instructions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR needs to be altered, patch on it's way. [David Reid]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Empty out the brigade shared by ap_getline()/ap_get_client_block()
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson on error exit from ap_getline(). Some other code got upset because
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the wrong data was in the brigade. [Greg Ames, Jeff Trawick]
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson *) Handle ap_discard_request_body() being called more than once.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Ames, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get rid of an inadvertent close of file descriptor 2 in
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson mod_mime_magic. [Greg Ames, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a hook, create_request. This hook allows modules to modify
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington a request while it is being created. This hook is called for all
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request_rec's, main request, sub request, and internal redirect.
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington When this hook is called, the r->main, r->prev, r->next
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pointers have been set, so modules can determine what kind of
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson request this is. [Ryan Bloom]
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson *) Cleanup the build process a bit more. The Apache configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews script no longer creates its own helper scripts, it just
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Stop the forced downgrade of the connection to HTTP/1.0 for
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington proxy requests. [Graham Leggett]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Avoid using sscanf to determine the HTTP protocol number in
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson the common case because sscanf is a performance hog. From
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Mike Abbot's Accelerating Apache patch number 6.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Mike Abbot <mja trudge.engr.sgi.com>, Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Fix a security exposure in mod_access. Previously when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews IPv6 listening sockets were used, allow/deny-from-IPv4-address rules
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were not evaluated properly (PR #7407). Also, add the ability to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specify IPv6 address strings with optional prefix length on Allow
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson and Deny. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Enhance rotatelogs so that a UTC offset can be specified, and
c05eb51a1b9ebd156b9fec957d60c2579c968468Mark Andrews the logfile name can be formatted using strftime(3). (Brought
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews forward from 1.3.) [Ken Coar]
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DuplicateHandle on an IOCompletionPort (a practice which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MS "discourages"). The new model does not rely on associating
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson the completion port with the listening sockets, thus the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews completion port can be completely managed within the child
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process. A dedicated thread accepts connections off the network,
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews then calls PostQueuedCompletionStatus() to wake up worker
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews threads blocked on the completion port.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Bring forward the --suexec-umask option which allows the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews builder to preset the umask for suexec processes. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a -V flag to suexec, which causes it to display the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compile-time settings with which it was built. (Only
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews usable by root or the AP_HTTPD_USER username.) [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Mod_include should always unset the content-length if the file is
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews going to be passed through send_parsed_content. There is no to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews determine if the content will change before actually scanning the
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson entire content. It is far safer to just remove the C-L as long
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as we are scanning it. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure Apache sends WWW-Authenticate during a reverse proxy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request and not Proxy-Authenticate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett <minfrin sharp.fm>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.14
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix content-length computation. We ONLY compute a content-length if
6d3f954c572db02159deedd444373161fda47a88Brian Wellington We are not in a 1.1 request and we cannot chunk, and this is a keepalive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or we already have all the data. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Report unbounded containers in the config file. Previously, a typo
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the </container> directive could result in the rest of the config
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson file being silently ignored, with undesired defaults used.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson *) Make the old_write filter use the ap_f* functions for the buffering.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
886b96ebfd555cfeaf37ae46fc08421a41c61392Andreas Gustafsson *) Move more code from the http module into the core server. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is core code, basically the default handler, the default input
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and output filters, and all of the core configuration directives.
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington All of this code is required in order for the server to work, with or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without HTTP. The server is closer to working without the HTTP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module, although there is still more to do. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a number of SGI compile warnings throughout the server. Fix some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bad parameters to apr_bucket_read(). Fix a bad statement in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_method_in_list(). For the mod_rewrite cache use apr_time_t
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington consistently; we were mixing apr_time_t and time_t in invalid ways
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews before. In load_file(), call apr_dso_error() instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_strerror() so that we get a more specific string on some platforms.
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington PR #6980 [Jeff Trawick]
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson *) Allow modules to query the MPM about it's execution profile. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews query API can and should be extended in the future, but for now,
e06aebbe7b5b3128f99b16d6756a074b4de28d37Mark Andrews max_daemons, and threading or forking is a very good start.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jon Travis <jtravis covalent.net>]
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson *) Modify mod_include to send blocks of data no larger than 9k.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Without this, mod_include will wait until the whole file is parsed,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or the first tag is found to send any data to the client.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul J. Reder <rederpj raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_info, so that <Directory> and <Location> directives are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not displayed twice when displaying the current configuration.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson [Ryan Morgan <rmorgan covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add config directives to override DEFAULT_ERROR_MSG and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DEFAULT_TIME_FORMAT. This was sent in as PR 6193.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson [Dan Rench <drench xnet.com>]
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson *) Get mod_info building and loading on Win32. [William Rowe]
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson *) Begin to move protocol independant functions out of mod_http. The goal
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is to have only functions that are HTTP specific in the http directory.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.13
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Don't assume that there will always be multiple calls to the byterange
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews filter. It is possible that we will need to do byteranges with only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews one call to the filter. [Ryan Morgan <rmorgan covalent.net>]
385a9cb48a70b329e507c39d043fa9a44c659913James Brister *) Move the error_bucket definition from the http module to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews core server. Every protocol will need this ability, not just
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews HTTP. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.12
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington *) Modify mod_file_cache to save pre-formatted strings for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews content-length and last-modified headers for performance.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Mike Abbot <mja trudge.engr.sgi.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Namespace protect IOBUFSIZ since it is exposed in the API.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jon Travis <jtravis covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use "Basic" authentication instead of "basic" in ab, as the spec
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington says we should. [Andre Breiler <andre.breiler rd.bbc.co.uk>]
47ddde42728034854444cf17e278cebaea06f666Michael Graff *) Fix a seg fault in mod_userdir.c. We used to use the pw structure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without ever filling it out. This fixes PR 7271.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Taketo Kabe <kabe sra-tohoku.co.jp> and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Cliff Woolley <cliffwoolley yahoo.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a couple of GCC attribute tags to printf style functions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jon Travis <jtravis covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the correct language tag for interoperation with the Taiwanese
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews versions of MSIE and Netscape. [Clive Lin <clive CirX.ORG>] PR#7142
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Migrate the perchild MPM to use the new apr signal child, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR thread functions. [Ryan Bloom]
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence *) Close one copy of the CGI's stdout before creating the new process.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The CGI will still have stdout, because we have already dup'ed it.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This keeps Apache from waiting forever to send the results of a CGI
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington process that has forked a long-lived child process.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Taketo Kabe <kabe sra-tohoku.co.jp>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the rest of the pthreads functions from the threaded MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This requires the APR support for a signal thread that was just
862a026a7d752fbc8b376df6f7a9080d7c778b49Brian Wellington added. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make mod_dir use a fixup for sending a redirect to the browser.
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington Before this, we were using a handler, which doesn't make much
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sense, because the handler wasn't generating any data, it would
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews either return a redirect error code, or DECLINED. This fits the
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence current hooks better. [Ryan Morgan <rmorgan covalent.net>]
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson *) Make the threaded MPM use APR threads instead of pthreads.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington *) Get mod_tls to the point where it actually appears to work in all cases.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Laurie]
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson *) implement --enable-modules and --enable-mods-shared for "all" and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "most". [Greg Stein]
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington *) Move the threaded MPM to use APR locks instead of pthread locks.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson *) Rename mpmt_pthread to threaded. This is more in line with the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fact that mpmt_pthread shouldn't be using pthreads directly, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it is a smaller name that doesn't tie into anything.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rename the module structures so that the exported symbol matches
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the file name, and it is easier to automate the installation
d4ab9cd94f0fe0cf24ba36d21240215ae648c8d5James Brister process (generating LoadModule directives from the module filenames).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the coalesce filter. With the ap_f* functions, this filter
080a4fe83c3ad208073bffbce1a2af8fe444214fMichael Sawyer is no longer needed. [Ryan Bloom]
36007b707f28f36864e8d76f11379b22e9737538Michael SawyerChanges with Apache 2.0.11
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson *) Remove the dexter MPM. Perchild is the same basic idea, but it has the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews added feature of allowing a uid/gid per child process. If no
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews uid/gid is specified, then Perchild behaves exactly like dexter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get perchild building again. [Ryan Bloom]
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson *) Don't disable threads just because we are using the prefork MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews If somebody wants to compile without threads, they must now add
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --disable-threads to the configure command line. [Ryan Bloom]
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson *) Begin to move the calls to update_child_status into common code, so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that each individual MPM does not need to update the scoreboard itself.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow mod_tls to compile under Unix boxes where openssl has been
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson installed to the system include files.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Gomez Henri <new-httpd slib.fr>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the mod_tls configure process. This should remove any need
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence to hand-edit any files. We require OpenSSL 0.9.6 or later, but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure doesn't check that yet. [Ryan Bloom]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence *) Add a very early prototype of SSL support (in mod_tls.c). It is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews vital that you read modules/tls/README before attempting to build
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a potential seg fault on all platforms. David Reid fixed this
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson on BEOS, but the problem could happen anywhere, so we don't want
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to #ifdef it. [Cliff Woolley <cliffwoolley yahoo.com>]
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson *) Add new LogFormat directive, %D, to log time it takes to serve a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request in microseconds. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change AddInputFilter and AddOutputFilter to SetInputFilter and
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington SetOutputFilter. This corresponds nicely with the other Set
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directives, which operate on containers while the Add* directives
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson tend to work directly on extensions. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the header handling a bit. This uses the apr_brigade_*
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson functions for the buffering so that we don't need to compute
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the length of the headers before we actually create the header
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buffer. [Ryan Bloom]
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington *) Allow filters to buffer data using the ap_f* functions. These have
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews become macros that resolve directly to apr_brigade_*.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get the Unix MPM's to do a graceful restart again. If we are going
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson to register a cleanup with ap_cleanup_scoreboard, then we have to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews kill the cleanup with the same function, and that function can't be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews static. [Ryan Bloom]
da527e4ff6a013364826637963e7ac372e024f33David Lawrence *) Install all required header files. Without these, it was not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews possible to compile some modules outside of the server.
8d51d9e67e1e5dcf10203c4147ece519c7daa57dMark Andrews [Ryan Bloom]
30576c592b538cab293cf6e1f6265d376cd5a12cAndreas Gustafsson *) Fix the AliasMatch directive in Apache 2.0. When we brought a patch
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews forward from 1.3 to 2.0, we missed a single line, which broke regex
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews aliases. [Ryan Bloom]
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence *) We have a poor abstraction in the protocol. This is a temporary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hack to fix the bug, but it will need to be fixed for real. If
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we find an error while sending out a custom error response, we back
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews up to the first non-OK request and send the data. Then, when we send
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence the EOS from finalize_request_protocol, we go to the last request,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to ensure that we aren't sending an EOS to a request that has already
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister received one. Because the data is sent on a different request than
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the EOS, the error text never gets sent down the filter stack. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fixes the problem by finding the last request, and sending the data
adade77942b069127a7094df419b3ad39dafb385James Brister with that request. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make the server status page show the correct restart time, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews thus the proper uptime. [Ryan Bloom]
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson *) Move the CGI creation logic from mod_include to mod_cgi(d). This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should reduce the amount of duplicate code that is required to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews create CGI processes.
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson [Paul J. Reder <rederpj raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_new_connection() closes the socket and returns NULL if a socket
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews call fails. Usually this is due to a connection which has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reset. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move the Apache version information out of httpd.h and into release.h.
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson This is in preparation for the first tag with the new tag and release
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews system. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Begin restructuring scoreboard code to enable adding back in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the ability to use IPC other than shared memory.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Get mod_status working on Windows again. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make mod_status work with 2.0. This will work for prefork,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mpmt_pthread, and dexter. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct a typo in httpd.conf.
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson [Kunihiro Tanaka <tanaka apache.or.jp>] PR#7154
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Really fix mod_rewrite map lookups this time. [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get the correct IP address if ServerName isn't set and we can't
5096958739769958dd7a6b69356bf41260033873David Lawrence find a fully-qualified domain name at startup.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR#7170 [Danek Duvall <dduvall eng.sun.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make mod_cgid work with SuExec. [Ryan Bloom]
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence *) Adopt apr user/group name features for mod_rewrite. Eliminates some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'extra' stat's for user/group since they should never occur, and now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resolves the SCRIPT_USER and SCRIPT_GROUP, including on WinNT NTFS
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence volumes. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Adopt apr features to simplify mod_includes. This changes the
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence behavior of the USER_NAME variable, unknown uid's are now reported
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as USER_NAME="<unknown>" rather than the old user#000 result.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews WinNT now resolves USER_NAME on NTFS volumes. [William Rowe]
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews *) Adopt apr features for simplifing mod_userdir, and accept the new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Win32/OS2 exceptions without hiccuping. [William Rowe]
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews *) Replace configure --with-optim option by using and saving the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews environment variable OPTIM instead. This is needed because configure
475c936d4cd0fb83700eb3e022aaecc5626b9b4fJames Brister options do not support multiple flags separated by spaces.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding]
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington *) Fix some byterange handling. If we get a byte range that looks like
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "-999999" where that is past the end of the file, we should return
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a PARTIAL CONTENT status code, and return the whole file as one big
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews byterange. This matches the 1.3 handling now. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make the error bucket a real meta-data bucket. This means that the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bucket length is 0, and a read returns NULL data. If one of these
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets is passed down after the headers are sent, this data will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews just be ignored. [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The prefork MPM wasn't killing child processes correctly if a restart
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signal was received while the process was serving a request. The child
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister process would become the equivalent of a second parent process. If
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we break out of the accept loop, then we need to do die after cleaning
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews up after ourselves. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the Prefork MPM to use SIGWINCH instead of SIGUSR1 for graceful
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister restarts. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modify the apr_stat/lstat/getfileinfo calls within apache to use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the most optimal APR_FINFO_wanted bits. This spares Win32 from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews performing very expensive owner, group and permission lookups
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence and allows the server to function until these apr_finfo_t fields
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are implemented under Win32. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Support for typedsafe optional functions - that is functions exported by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews optional modules, which, therefore, may or may not be present, depending
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on configuration. See the experimental modules mod_optional_fn_{ex,im}port
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for sample code. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) filters can now report an HTTP error to the server. This is done
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by sending a brigade where the first bucket is an error_bucket.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This bucket is a simple bucket that stores an HTTP error and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a string. Currently the string is not used, but it may be needed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to output an error log. The http_header_filter will find this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bucket, and output the error text, and then return
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews AP_FILTER_ERROR, which informs the server that the error web page
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has already been sent. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If we get an error, then we should remove all filters except for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews those critical to serving a web page. This fixes a bug, where
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error pages were going through the byterange filter, even though
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that made no sense. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Relax the syntax checking of Host: headers in order to support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews iDNS. PR#6635 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the byterange filter to use the apr_brigade_partition
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and apr_bucket_copy functions. This removes a lot of very messy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews code, and hopefully makes this filter more stable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove AddModule and ClearModuleList directives. Both of these
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directives were used to ensure that modules could be enabled
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the correct order. That requirement is now gone, because
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we use hooks to ensure that modules are in the correct order.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When SuExec is specified, we need to add it to the list of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews targets to be built. If we don't, then any changes to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration won't affect SuExec, unless 'make suexec' is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specifically run. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleaned out open_file from mod_file_cache, as apr now accepts
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the APR_XTHREAD argument to open a file for consumption by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parallel threads on win32. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct a bug in determining when we follow symlinks. The code
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews expected a stat -1 result, not an apr_status_t positive error.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also check if the APR_FINFO_USER fields are valid before we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews follow the link. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mpm_common.c. These functions are only valid on some platforms,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so they should not be in the main-line code. [Ryan Bloom]
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson *) Remove ap_chdir_file(). This function is not thread-safe,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and nobody is currently using it. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Do not try to run make depend if there are no .c files in the
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson current directory, doing so makes `make depend` fail.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update highperformance.conf to work with either prefork or
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson pthreads mpms. [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Stop checking to see if this is a pipelined request if we know
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for a fact that it isn't. Basically, if r->connection->keepalive == 0.
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson This keeps us from making an extra read call when serving a 1.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request. [Ryan Bloom and Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the handling of variable expansion look-ahead in mod_rewrite,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews more complicated nested RewriteMap lookups. PR#7087 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the RFC number mentioned when complaining about a missing
323b6387ce2575627427859b8668e7f27f090c4cMark Andrews Host: header. PR#7079 [Alexey Toptygin <alexeyt wam.umd.edu>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix an endless loop in ab which occurred when ab was posting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and the server dropped the connection unexpectedly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault while handling request bodies in ap_http_filter().
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson This problem has been seen with mod_dav usage as well as with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews requests where the body was just being discarded. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Some adjustment on the handling and automatic setting (via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hints.m4) of various compilation flags (eg: CFLAGS). Also,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews add the capability to specify flags (NOTEST_CFLAGS and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NOTEST_LDFLAGS) which are used to compile Apache, but
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson not used during the configuration process. Useful for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews flags like "-Werror". [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Stop using environment variables to force debug mode or
84c4c99c9e2cf14fb9ef6f6815a9fdb824475423Michael Sawyer no detach. We now use the -D command line argument to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specify the correct mode. -DONE_PROCESS and -DNO_DETACH.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence [Greg Stein, Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change handlers to use hooks. [Ben Laurie]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence *) Stop returning copies of filenames from both apr_file_t and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_dir_t. We pstrdup the filenames that we store in the
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence actual structures, so we don't need to pstrdup the strings again.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cgi: Fix some problems where the wrong error value was being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews traced. [Jeff Trawick]
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson *) EBCDIC: Fix some missing ASCII conversion on some protocol data.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add generic hooks. [Ben Laurie]
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence *) Use a real pool to dup the error log descriptor. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault caused by mod_ext_filter when the external filter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews program does not exist. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix an output truncation error when on an HTTP >= 1.0 request an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was served through mod_charset_lite (or anything else that would
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson create a transient bucket in this size range). ap_bucket_make_heap()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews silently failed (fixed), transient_setaside() discovered it, but
8775909be9fc67180fc480115716f88174e74471James Brister ap_save_brigade() ignored it (fixed). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Ignore \r\n or \n when using PEEK mode for input filters. The problem
406ce0cd9633188a79c008e8f7c8092fa54bc98cJames Brister is that some browsers send extra lines at the end of POST requests, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we don't want to delay sending data back to the user just because the
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington browser isn't well behaved. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get SuEXEC working again. We can't send absolute paths to suExec
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews because it refuses to execute those programs. SuEXEC also wasn't
17d91fddb33cc6e0bf2dfacf7156bb1ebba197d8David Lawrence always recognizing configuration changes made using the autoconf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews setup. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow the buildconf process to find the config.m4 files in the correct
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews order. Basically, we can now name config.m4 files as config\d\d.m4,
a38e5f0695a8ddf0b3cbb70b5a172a5c6dce994bDavid Lawrence and we will sort them correctly when inserting them into the build
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get mod_cgid to use apr calls for creating the actual CGI process.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This also allows mod_cgid to use ap_os_create_priviledged_process,
c244584cad2a71276e60919bf2c80c7d79dc073bDavid Lawrence thus allowing for SuExec execution from mod_cgid. Currently, we do
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not support everything that standard SuExec supports, but at least
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it works minimally now. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow SuExec to be configured from the ./configure command line.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update some of the docs in README and INSTALL to reflect some of
57b3597444bc8716459f0fb3022b2c12f4eee2aeAndreas Gustafsson the changes in Apache 2.0 [Cliff Woolley <cliffwoolley yahoo.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If we get EAGAIN returned from the call to apr_sendfile, then we
99524919752c9b9abe1814007732b86592011cc1Brian Wellington need to call sendfile again. This gets us serving large files
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson *) Get the support programs building cleanly again.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley <cliffwoolley yahoo.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Apache/Win32 Apache.exe and dll's now live in bin. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews current directory logic now backs up over bin/ to determine the
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson server root from the Apache.exe path.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Apache/Win32 now follows the standard conventions of mod_foo.so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews loadable modules, dynamic libs are all named libfoo.dll, and the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews makefile.win populates the include, lib and libexec directories.
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington *) Apache is now IPv6-capable. On systems where APR supports IPv6,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache gets IPv6 listening sockets by default. Additionally, the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Listen, NameVirtualHost, and <VirtualHost> directives support IPv6
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews numeric address strings (e.g., "Listen [fe80::1]:8080").
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modify the install directory layout. Modules are now installed in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules/. Shared libraries should be installed in libraries/, but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we don't have any of those on Unix yet. All install directories
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson are modifyable at configure time. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Install all header files in the same directory on Unix. [Ryan Bloom]
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer *) Get the functions in server/linked into the server, regardless of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which modules linked into the server. This uses the same hack
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews for Apache that we use for APR and apr-util to ensure all of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews necessary functions are linked. As a part of thise, the CHARSET_EBCDIC
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews was renamed to AP_CHARSET_EBCDIC for namespace protection, and to make
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the scripts a bit easier.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rework the RFC1413 handling to make it thread-safe, use a timeout
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on the query, and remove IPv4 dependencies. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get all of the auth modules to the point that they will install and
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister be loadable into the server. Our new build/install mechanism expects
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that all modules will have a common name format. The auth modules
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister didn't use that format, so we didn't install them properly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) API routines ap_pgethostbyname() and ap_pduphostent() are no longer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews available. Use apr_getaddrinfo() instead. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get "NameVirtualHost *" working in 2.0. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Return HTTP_RANGE_NOT_SATISFIABLE if the every range requested starts
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington after the end of the response. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get byterange requests working with responses that do not have a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews content-length. Because of the way byterange requests work, we have to
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister have all of the data before we can actually do the byterange, so we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can compute the content-length in the byterange filter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister *) Get exe CGI's working again on Windows.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Allan Edwards]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get mod_cgid and mod_rewrite to work as DSOs by changing the way
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they keep track of whether or not their post config hook has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews called before. Instead of a static variable (which is replaced when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the DSO is loaded a second time), use userdata in the process pool.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a9
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson *) Win32 now requires perl to complete the final install step for users
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to build + install on Win32. Makefile.win now rewrites @@ServerRoot@
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews and installs the conf, htdocs and htdocs/manual directories.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson *) Make mod_include use a hash table to associate directive tags with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions. This allows modules to implement their own SSI tags easily.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister The idea is simple enough, a module can insert it's own tag and function
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews combination into a hash table provided by mod_include. While mod_include
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parses an SSI file, when it encounters a tag in the file, it does a
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister hash lookup to find the function that implements that tag, and passes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all of the relevant data to the function. That function is then
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews responsible for processing the tag and handing the remaining data back
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to mod_include for further processing.
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson [Paul J. Reder <rederpj raleigh.ibm.com>]
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister *) Get rid of ap_new_apr_connection(). ap_new_connection() now has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fewer parameters: the local and remote socket addresses were removed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from the parameter list because all required information is available
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister via the APR socket. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Distribution directory structure reorganized to reflect a
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister normal source distribution with external install targets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding]
47c196192afa37b2dea728e52579779f190bf07fJames Brister *) The MPMs that need multiple segments of shared memory now create
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews two apr_shmem_t variables, one for each shared memory allocation.
adf82221858138f295bce732e86dcac34645692eJames Brister the problem is that we can't determine how much memory will be required
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for shared memory allocations once we try to allocate more than one
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variable. The MM code automatically aligns the shared memory allocations,
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington so we end up needing to pad the amount of shared memory we want based
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on how many variables will be allocated out of the shared memory segment.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews It is just easier to create a second apr_shmem_t variable, and two
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shmem memory blocks.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the export list a bit. This creates a single unified list of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions exported by APR. The export list is generated at configure
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister time, and that list is then used to generate the exports.c file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Because of the way the export list is generated, we only export those
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions that are valid on the platform we are building on.
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister *) Enable logging the cookie with mod_log_config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sander van Zoest <sander covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a segfault in mod_info when it reaches the end of the configuration.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added lib/aputil/ as a placeholder for utility functions which are not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specific to the Apache HTTP Server (but do not make sense with APR).
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington The first utility is "apu_dbm": a set of functions to work with DBM
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files. This first version can be compiled for SDBM or GDBM databases.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein]
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence *) Complete re-write of mod_include. This makes mod_include a filter that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews uses buckets directly. This has now served the FAQ correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Reder <rederpj raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow modules to specify the first filter in a sub_request when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews making the sub_request. This keeps modules from having to change the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews output_filter immediately after creating the sub-request, and therefore
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson skip the sub_req_output_filter. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update ab to accept URLs with IPv6 literal address strings (in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews format described in RFC 2732), and to build Host header fields in
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister the same format. This allows IPv6 literal address strings to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used with ab. This support has been tested against Apache 1.3 with
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence the KAME patch, but Apache 2.0 does not yet work with this format
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the Host header field. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Accomodate an out-of-space condition in the piped logs and the
d5399cc351a549db957185993b320a3bffa40e41James Brister rotatelogs.c code, and no longer churn log processes for this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews condition. [Victor J. Orlikowski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for partial writes with apr_sendfile() to core_output_filter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a8
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a directive to mod_mime so that filters can be associated with
69b691c9624f31e59b8d128ada902a82127c15a3James Brister a given mime-type.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get multi-views working again. We were setting the path_info
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews field incorrectly if we couldn't find the specified file.
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister *) Fix 304 processing. The core should never try to send the headers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews down the filter stack. Always, just setup the table in the request
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews record, and let the header filter convert it to data that is ready
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for the network.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More fixes for the proxy. There are still bugs in the proxy code,
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence but this has now proxied www.yahoo.com and www.ntrnet.net (my ISP)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews successfully.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix params for apr_getaddrinfo() call in connect proxy handler.
a3c0a79b61edfd6a021c080d4b368c9c962fcad6Andreas Gustafsson [Chuck Murcko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR: Add new apr_getopt_long function to handle long options.
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence [B. W. Fitzpatrick <fitz red-bean.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Add generic apr_create_socket(). Add apr_getaddrinfo() for doing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hostname resolution/address string parsing and building
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence apr_sockaddr_t. Add apr_get_sockaddr() for getting the address
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of one of the apr_sockaddr_t structures for a socket. Change
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_bind() to take apr_sockaddr_t. [David Reid and Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the BUFF from the HTTP proxy. This is still a bit ugly, but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews I have proxied pages with it, cleanup will commence soon.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make the proxy work with filters. This isn't perfect, because we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews aren't dealing with the headers properly. [Ryan Bloom]
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson *) Do not send a content-length iff the C-L is 0 and this is a head
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make cgi-bin work as a regular directory when using mod_vhost_alias
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with no VirtualScriptAlias directives. PR#6829 [Tony Finch]
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff *) Remove BUFF from the PROXY connect handling. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get the default_handler to stop trying to deal with HEAD requests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The idea is to let the content-length filter compute the C-L before
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington we try to send the data. If we can get the C-L correctly, then we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should send it in the HEAD response.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Header filter can now determine if a body should be sent based
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on r->header_only. The general idea of this is that if we delay
f34984369fbc87f6cc5c5d1059303377a1724d79James Brister deciding to send the body, then we might be able to compute the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews content-length correctly, which will help caching proxies to cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews our data better. Any handler that doesn't want to try to compute
7cd4c3ddd1baf5f2b204562fdba3da37c716cc78Andreas Gustafsson the content-length can just send an EOS bucket without data and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews everything will just work.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the referer to the error log if one is available.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Markus Gyger <mgyger itr.ch>]
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson *) Mod_info.c has now been ported to Apache 2.0. As a part of this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews change, the root of the configuration tree has been exposed to modules
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as ap_conftree.
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington [Ryan Morgan <rmorgan covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get the core_output_filter to use the bucket interface directly.
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington This keeps us from calling the content-length filter multiple times
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for a simple static request.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) We are sending the content-type correctly now.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and Will Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR on FreeBSD: Fix a bug in apr_sendfile() which caused us to report
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a bogus bytes-sent value when the only thing being sent was trailers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and writev() returned an error (or EAGAIN). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This uses the
6deb631b20b7e212d9a350759e472fa60f9e92e4David Lawrence hints file to determine which platforms define
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR: add apr_get_home_directory() [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Initial import of 1.3-current mod_proxy. [Chuck Murcko]
3c8e458ed2118828b13f35ca6fcc409da66c2869David Lawrence *) Not all platforms have INADDR_NONE defined by default. Apache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used to make this check and define INADDR_NONE if appropriate,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but APR needs the check too, and I suspect other applications will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as well. APR now defines APR_INADDR_NONE, which is always a valid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews value on all platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Branko �ibej <brane xbc.nu>]
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence *) Destroy the pthread mutex in lock_intra_cleanup() for PR#6824.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Shuichi Kitaguchi <ki hh.iij4u.or.jp>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Relax the syntax checking of Host: headers in order to support
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington iDNS. PR#6635 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When reading from file buckets we convert to an MMAP if it makes
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence sense. This also simplifies the default handler because the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default handler no longer needs to try to create MMAPs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson *) BUFF has been removed from the main server. The BUFF code will remain
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the code until it has been purged from the proxy module as well.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Byteranges have been completely re-written to be a filter. This
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson has been tested, and I believe it is working correctly, but it could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews doesn't work for the Adobe Acrobat plug-in. The output almost matches
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the output from 1.3, the only difference being that 1.3 includes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a content-length in the response, and this does not.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR read/write functions and bucket read functions now operate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on unsigned integers, instead of signed ones. It doesn't make
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff any sense to use signed ints, because we return the error codes,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so if we have an error we should report 0 bytes read or written.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Always compute the content length, whether it is sent or not.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff The reason for this, is that it allows us to correctly report
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the bytes_sent when logging the request. This also simplifies
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews content-length filter a bit, and fixes the actual byte-reporing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove AP_END_OF_BRIGADE definition. This does not signify what
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson it says, because it was only used by EOS and FLUSH buckets. Since
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews neither of those are required at the end of a brigade, this was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews really signifying FLUSH_THE_DATA, but that can be determined better
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by checking AP_BUCKET_IS_EOS() or AP_BUCKET_IS_FLUSH. EOS and FLUSH
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson buckets now return a length of 0, which is actually the amount of data
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews read, so they make more sense.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
c50936eb40263b65ebf6afe4e6556e2dc67c10e4Brian Wellington *) Allow the core_output_filter to save some data past the end of a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request. If we get an EOS bucket, we only send the data if it
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister makes sense to send it. This allows us to pipeline request
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews responses. As a part of this, we also need to allocate mmap
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets out of the connection pool, not the request pool. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allows the mmap to outlive the request.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make blocking and non-blocking bucket reads work correctly for
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson sockets and pipes. These are the only bucket types that should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have non-blocking reads, because the other bucket types should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ALWAYS be able to return something immediately.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) In the Apache/Win32 console window, accept Ctrl+C to stop the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server, but use Ctrl+Break to initiate a graceful restart
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of duplicating behavior. [John Sterling]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson *) Patch mod_autoindex to set the Last-Modified header based on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the directory's mtime, and add the ETag header. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Merge the 1.3 patch to add support for logging query string in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews such a way that "%m %U%q %H" is the same as "%r".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Port three log methods from mod_log_config 1.3 to 2.0:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CLF compliant '-' byte count, method and protocol.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a new LogFormat directive, %c, that will log connection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews status at the end of the response as follows:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'X' - connection aborted before the response completed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews '+' - connection may be kept-alive by the server.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews '-' - connection will be closed by the server.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson *) Expand APR for WinNT to fully accept and return utf-8 encoded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Unicode file names and paths for Win32, and tag the Content-Type
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from mod_autoindex to reflect that charset if the feature
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews macro APR_HAS_UNICODE_FS is true. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Compute the content length (and add appropriate header field) for
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews the response when no content length is available and we can't use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews chunked encoding. [Jeff Trawick]
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence *) Changed ap_discard_request_body() to use REQUEST_CHUNKED_DECHUNK,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that content input filters get dechunked data when using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the default handler. Also removed REQUEST_CHUNKED_PASS.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sascha Schumann]
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence *) Add mod_ext_filter as an experimental module. This module allows
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the administrator to use external programs as filters. Currently,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only filtering of output is supported. [Jeff Trawick]
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence *) Most Apache functions work on EBCDIC machines again, as protocol
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews data is now translated (again). [Jeff Trawick]
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington *) Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the EBCDIC support. They are noops on ASCII machines, so this
f6afa4ac95f3a6c86c61c0b122cd0dc6f957649bBrian Wellington type of translation doesn't have to be surrounded by #ifdef
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CHARSET_EBCDIC. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_include. tag commands work again, and the server will
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister send the FAQ again. This also allows mod_include to set aside
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets that include partial buckets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and David Reid]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add suexec support back. [Manoj Kasichainula]
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) Lingering close now uses the socket directly instead of using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews BUFF. This has been tested, but since all we can tell is that it
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister doesn't fail, this needs to be really hacked on.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow filters to modify headers and have those headers be sent to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the client. The idea is that we have an http_header filter that
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence actually sends the headers to the network. This removes the need
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for the BUFF to send headers.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) Charset translation: mod_charset_lite handles translation of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request bodies. Get rid of the xlate version of ap_md5_digest()
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister since we don't compute digests of filtered (e.g., translated)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response bodies this way anymore. (Note that we don't do it at
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson all at the present; somebody needs to write a filter to do so.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson *) Input filters and ap_get_brigade() now have a input mode parameter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (blocking, non-blocking, peek) instead of a length parameter.
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson *) Update the mime.types file to the registered media types as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of 2000-10-19. PR#6613 [Carsten Klapp <carsten.klapp home.net>,
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson *) Namespace protect some macros declared in ap_config.h
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Support HTTP header line folding with input filtering.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Mod_include works again. This should still be re-written, but at
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews least now we can serve an SHTML page again.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Begin to remove BUFF from the core. Currently, we keep a pointer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to both the BUFF and the socket in the conn_rec. Functions that
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews want to use the BUFF can, functions that want to use the socket,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can. They point to the same place.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews *) apr_psprintf doesn't understand %lld as a format. Make it %ld.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tomas "�gren" <stric ing.umu.se>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR pipes on Unix and Win32 are now cleaned up automatically when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews associated pool goes away. (APR pipes on OS/2 were already had this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logic.) This resolvs a fatal file descriptor leak with CGIs.
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews [Jeff Trawick]
ff8d15be4e6096329fe6ae8217d0adcabd08c94bOlafur Gudmundsson *) The final line of the config file was not being read if there was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews no \n at the end of it. This was caused by apr_fgets returning
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR_EOF even though we had read valid data. This is solved by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews making cfg_getline check the buff that was returned from apr_fgets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews If apr_fgets return APR_EOF, but there was data in the buf, then we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews return the buf, otherwise we return NULL.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Piped logs work again in the 2.0 series.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Restore functionality broken by the mod_rewrite security fix:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rewrite map lookup keys and default values are now expanded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that the lookup can depend on the requested URI etc.
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson PR #6671 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Tighten up the syntax checking of Host: headers to fix a
47b26abe77184f9bedc68e36bdad03332cf67570David Lawrence security bug in some mass virtual hosting configurations
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that can allow a remote attacker to retrieve some files
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister on the system that should be inaccessible. [Tony Finch]
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews *) Add a pool bucket type. This bucket is used for data allocated out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of a pool. If the pool is cleaned before the bucket is destroyed, then
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the data is converted to a heap bucket, allowing it to survive the
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister death of the pool.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister *) Add a flush bucket. This allows modules to signal that the filters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should all flush whatever data they currently have. There is no way
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to actually force them to do this, so if a filter ignores this bucket,
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister that's life, but at least we can try with this.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add an output filter for sub-requests. This filter just strips the
e411a986b94276c28e6a971f9c3b61d45c635456James Brister EOS bucket so that we don't confuse the main request's core output
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filter by sending multiple EOS buckets. This change also makes sub
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews requests start to send EOS buckets when they are finished.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make ap_bucket_(read|destroy|split|setaside) into macros. Also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews makes ap_bucket_destroy a return void, which is okay because it
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews used to always return APR_SUCCESS, and nobody ever checked its
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews return value anyway.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley <cliffwoolley yahoo.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the index into the bucket-type table from the buckets
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews structure. This has now been replaced with a pointer to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bucket_type. Also add some macros to test the bucket-type.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews All _VAR_ flavors changes to _DATA to be absolutely clear.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for /, //, //servername and //server/sharename
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parsing of <Directory> blocks under Win32 and OS2.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister [Tim Costello, William Rowe, Brian Harvard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the function pointers from the ap_bucket type. They have been
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister replaced with a global table. Modules are allowed to register bucket
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews types and use then use those buckets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cgid: In the handler, shut down the Unix socket (only for write)
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister once we finish writing the request body to the cgi child process;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews otherwise, the client doesn't hit EOF on stdin. Small request bodies
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews worked without this change (for reasons I don't understand), but large
36357e4304862fb47e9fae03c704cb6720310c45James Brister ones didn't. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove file bucket specific information from the ap_bucket type.
9bb05852fed91ff3913601b7ed8e43e711aa9094David Lawrence This has been moved to a file_bucket specific type that hangs off
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the data pointer in the ap_bucket type.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Input filtering now has a third argument. This is the amount of data
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to read from lower filters. This argument can be -1, 0, or a positive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews number. -1 means give me all the data you have, I'll deal with it and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews let you know if I need more. 0 means give me one line and one line
b09983678f5d116d3c8387aaeab4f2dc4deb0454David Lawrence only. A positive number means I want no more than this much data.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Currently, only 0 and a positive number are implemented. This allows
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews us to remove the remaining field from the conn_rec structure, which
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence has also been done.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Big cleanup of the input filtering. The goal is that http_filter
014892d86d30b7eceb0003d51788f9b5cadfc1bfAndreas Gustafsson understands two conditions, headers and body. It knows where it is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews based on c->remaining. If c->remaining is 0, then we are in headers,
b99d080717fdd741961d736581270d37bad8bec0David Lawrence and http_filter returns a line at a time. If it is not 0, then we are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in body, and http_filter returns raw data, but only up to c->remaining
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bytes. It can return less, but never more.
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson [Greg Ames, Ryan Bloom, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cgi: Write all of the request body to the child, not just what
b905ff7cbe3737d3c76115fa71c340a8ce439120David Lawrence the kernel would accept on the first write. [Jeff Trawick]
23a09704774241d2dba059e4d9231cd3d28bb116David Lawrence *) Back out the change that moved the brigade from the core_output_filters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ctx to the conn_rec. Since all requests over a given connection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews go through the same core_output_filter, the ctx pointer has the
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence correct lifetime.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix another bug in the send_the_file() read/write loop. A partial
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence send by apr_send would cause unsent data in the read buffer to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews get clobbered. Complete making send_the_file handle partial
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews writes to the network.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence *) Fix a couple of type fixes to allow compilation on AIX again
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Victor J. Orlikowski <v.j.orlikowski gte.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix bug in send_the_file() which causes offset to be ignored
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence if there are no headers to send.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Handle APR_ENOTIMPL returned from apr_sendfile in the core
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filter. Useful for supporting Windows 9* with a binary
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence compiled on Windows NT.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a7
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reimplement core_output_filter to buffer/save bucket brigades
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews across multiple calls to the core_filter. The brigade will be
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence sent when either MIN_BYTES_TO_SEND or MAX_IOVEC_TO_WRITE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews thresholds are hit or the EOS bucket is received.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Create experimental filter (buffer_filter) that coalesces bytes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews into one large buffer before invoking the next filter in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews chain. This filter is particularly useful with the current
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson implementation of mod_autoindex when it inserted above the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews chunk_filter. mod_autoindex generates a lot of brigades that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews containing buckets holding just a few bytes each. The
dc91d010dbd848ab3a11815e5a3d109662a38b0cDavid Lawrence buffer_filter coalesces these buckets into a single large bucket.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley *) Add apr_sendfile() support into the core_output_filter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add apr_sendv() support into the core_output_filter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
904463e94cafd59c8284f472ea8f58f1f311b8cbDavid Lawrence *) Fix mod_log_config so that it compiles cleanly with BUFFERED_LOGS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Mike Abbott <mja sgi.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove ap_send_fb. This is no longer used in Apache, and it doesn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews make much sense, because Apache uses buckets instead of BUFFs now.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) send_the_file now falls back to a read/write loop on platforms that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews do not have sendfile.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Install apachectl correctly, and substitute the proper values so
fc9e755ba340607d76c7de897ee2d985d3b24505David Lawrence that it works again. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Better(??) handle platforms that lack sendfile().
7896e45912df15d07eb99f885b9d9c15ad5f3f68David Lawrence [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR now has UUID generation/formatting/parsing support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein]
32eddfc189108fa93e31761e13150594c7a79d2bDavid Lawrence *) Begin the http_filter. This is an input filter that understands
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the absolute basic amount required to parse an HTTP Request. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews goal is to be able to split headers from request body before passing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the data back to the other filters.
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Bring forward from 1.3.13 the config directory implementation
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) install apxs if it is created
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added APR_IS_STATUS_condition test macros to eliminate canonical error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews conversions. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Now that we have ap_add_input_filter(), rename ap_add_filter() to
61e9c1cdbe29683bb2db388e4fc6a6fd59315cefDavid Lawrence ap_add_output_filter(). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Multiple build and configuration fixes
8b11f3debd9a9494d5aec60ea228ab393fbdc26eDavid Lawrence Build process:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -add datadir and localstatedir substitutions
2cc1d2536d5834fbe20281068b8bd34dd1ee5337David Lawrence -fix layout name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -fix logfilename misspelling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -fix evaluation of installation dir variables and
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer -replace $foobar by $(foobar) to be usefull in the makefile
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Cross compile:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence -add rules for cross-compiling in rules.mk. Okay, rule to check for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews $CC_FOR_BUILD is still missing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -use CHECK_TOOL instead of CHECK_PROG for ranlib
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence -add missing "AR=@AR@" to severaly Makefile.in's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -cache result for "struct rlimit"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -compile all helper programs with native and cross compiler
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and use the native version to generate header file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ["R�diger" Kuhlmann <Tadu gmx.de>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Prepare our autoconf setup for autoconf 2.14a and for cross-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ["R�diger" Kuhlmann <Tadu gmx.de>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix a bug where a client which only sends \n to delimit header
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lines (netcat) gets a strange looking HTTP_NOT_IMPLEMENTED
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence message. Start working on ebcdic co-existance with input
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe, Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If mod_so is enabled in the server always create libexec, even
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if there are no modules installed in this directory. This is a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence requirement for APXS to work correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Connection oriented output filters are now stored in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews conn_rec instead of the request_rec. This allows us to add the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews output filter in the pre-connection phase instead of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews post_read_request phase, which keeps us from trying to write an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error page before we have a filter to write to the network.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom, Jeff Trawick, and Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleaning up an mmap bucket no longer deletes the mmap. An
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mmap can be used across multiple buckets (default_handler with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews byte ranges, mod_file_cache, mod_mmap_static), so cleanup of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the mmap itself can't be associated with the bucket.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add .dll caching directive ISAPICacheFile to mod_isapi.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Radical surgery to improve mod_isapi support under Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Includes a number of newer ServerSupportFunction calls, support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for ReadClient (in order to retrieve POSTs greater than 48KB),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and general bug fixes to more reliably load ISAPI .dll's and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews prevent leaking handle resources. Note: There are still
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews discrepancies between IIS's and Apache's ServerVariables, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews async calls are still not supported. Additional warnings are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logged to facilitate debugging of unsupported ISAPI calls.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add input filtering to Apache. The basic idea for the input
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filters is the same as the ideas for output filters. The biggest
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence difference is that instead of calling ap_pass_brigade, ap_get_brigade
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should be called, and the order of execution for the filter itself is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews different. When writing an output filter, a brigade is passed in,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and filters operate directly on that brigade, when done, they call
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_pass_brigade. Input filters are the exact opposite. Because input
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is not a push operation, filters first call ap_get_brigade. When this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews function returns, the input filter will be left with a valid brigade.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence The input filter should then operate on the brigade, and return.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix building on BSD/OS using its native make. The build system
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews falls back to the BSD .include directive on that host platform.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Expand dbmmanage to allow -d -m -s -p options for Crypt, MD5,
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson SHA1 and plaintext password encodings. Make feature tests a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bit more flexible. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Charset translation: mod_charset_lite handles output content
33e927bf8622db6d3e5ecfd871f517db47fa722bDavid Lawrence translation in a filter. mod_charset_lite no longer ignores
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews subrequests. A bunch of cruft related to BUFF's support for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews translating request and response bodies was removed.
3e6b98586e823544344bcbbcad825d3d4485de59David Lawrence [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move the addition of the CORE filter to the post_read_request
947bd6c648bd29bc226971324de1b30230a56a22David Lawrence hook in http_core.c. This removes the need to add the filter in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews multiple places and allows for an SSL module to be added much
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence simpler. [Ryan Bloom]
cc5547dbcb04bdc498cf050c6104a1974f68c6eaAndreas Gustafsson *) SECURITY [CVE-2000-0913] (cve.mitre.org):
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Fix a security problem that affects certain configurations of
b8957f3496b6a900df9ca263864a47dbb1cb8978David Lawrence mod_rewrite. If the result of a RewriteRule is a filename that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contains expansion specifiers, especially regexp backreferences
c7f22f83aac9e61dafee191cad040e9c42652cc8David Lawrence $0..$9 and %0..%9, then it may be possible for an attacker to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews access any file on the web server. [Tony Finch]
c4717613e45323ed23dc6e9162cba89f1f83830cDavid Lawrence *) Fix a bug where errors that are detected during early request parsing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews don't produce visible HTTP error messages at the browser, because
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the core_filter wasn't present. [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Provide apr_socklen_t as a portability aid.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Victor J. Orlikowski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence as well as a comment arg to the add, adduser and update cmds.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews update allows the user to clear or preserve pw/groups/comment.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Fixed a bug in dbmmanage that prevented the check option from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parsing a password followed by :group... text. Corrected the
802aa6f2b70cc0b4e69ef0a1dcab0a8d68a0fdeaDavid Lawrence seed calcualation for Win32 systems, and added -lsdbm support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
5b27fa26dd1288f61de9ace6f4ec56be63858048David Lawrence *) Configured mod_auth_dbm to compile with sdbmlib under Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley *) Avoid a segfault when parsing .htaccess files. An
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews uninitialized tree pointer was passed to ap_build_config().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley *) Change the way that inet_addr & inet_network are checked for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in APR's configure process to allow BeOS BONE to correctly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews find them. With this change BeOS BONE now builds from source
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley with no problems. [David Reid]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug in apr_create_process() for Unix. The NULL signifying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the end of the parameters to execve() was stored in the wrong
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews location, overlaying the storage beyond the newargs[] array and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews also passing uninitialized storage to execve(), which would
cc43f2461d2b7da80105cf6d1b96bda4e93303cdDavid Lawrence sometimes fail with EFAULT. [Jeff Trawick]
58bc93c3ddbdf0b2fde9b7d2b4342f90d83ec633David Lawrence *) Fix a bug parsing configuration file containers. With a sequence
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews like this in the config file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the second container would be terminated at the blank line due to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sediment in the buffer from reading the prior </IfModule> and an
32eeec855957c3dd38f0d6c98ca79b67a71300b6Brian Wellington error message would be generated for the real </IfModule> for the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews second container. Also due to this problem, any two characters
f3f88c6802df4cfee59439b19a1c49637b70342dDavid Lawrence could be used for "</" in the close of a container.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
77f372eed39827f5efef476602de7c0505f99b91David Lawrence *) ap_add_filter prototype changed to remove the ctx pointer. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pointer still remains in the filter structure, but it can not be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a part of the ap_add_filter prototype. The reason is that when
8b7304a34c751e519ede7d00b77f1f962c0a37e4David Lawrence the core uses AddFilter to add a filter to the stack it doesn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews know how to allocate the ctx pointer, or even how much memory should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be allocated. The filters will have to be responsible for allocating
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the ctx memory when they need it.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
cabcfd3e90a647c7bab3c5cc3ef7b36f49830787David Lawrence *) Add an AddFilter directive. This directive takes a list of filters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that should be activated for the requested resource.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apr_snprintf(): Get quad format strings working on OS/390 (and perhaps
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence some other platforms). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modify mod_include to be a filter. Currently, it has only been tested
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on actual files, but it should work for CGI scripts too.
d111a46c88adda33a93839f4934e127b6147d87dBob Halley [Ryan Bloom]
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson *) apr_putc(), apr_puts() for Unix: handle buffered files and interrupted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews writes. apr_flush() for Unix: handle interrupted writes.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) NameVirtualHost can now take "*" as an argument instead of
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff an IP address. This allows you to create a purely name-based
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews virtual hosting server that does not have any IP addresses in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the configuration file and which ignores the local address
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington of any connections. PR #5595, PR #4455 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some compile warnings in mod_mmap_static.c
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson [Mike Abbott <mja sgi.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix chunking problem with CGI scripts. The general problem was that
d111a46c88adda33a93839f4934e127b6147d87dBob Halley the CGI modules were adding an EOS bucket and then the core added an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews EOS bucket. The chunking filter finalizes the chunked response when it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews encounters an EOS bucket. Because two EOS buckets were sent, we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews finalized the response twice. The fix is to make sure we only send one
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews EOS, by utilizing a flag in the request_rec.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apr_put_os_file() now sets up the unget byte appropriately on Unix
2d0c5f1eada2015324cb89c11c7c5c11cccb493fAndreas Gustafsson and Win32. Previously, the first read from an apr_file_t set up via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_put_os_file() would return a '\0'. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Mod_cgid now creates a single element bucket brigade, with a pipe
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bucket, instead of using BUFF's and ap_r*.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APRVARS.in no longer overwrites the EXTRA_LIBS variable.
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley [Mike Abbott <mja sgi.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove ap_bopenf from buff code. This required modifying the file_cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews code to use APR file's directly instead of going through BUFFs.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington *) Fix compile break on some platforms for mod_mime_magic.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John K. Sterling <sterling covalent.net>]
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington *) Fix merging of AddDefaultCharset directive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR #5872 (1.3) [Jun Kuriyama <kuriyama imgsrc.co.jp>]
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson *) Minor revamp of the rlimit sections of code. We now test
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews explicitly for setrlimit and getrlimit. Also, unixd_set_rlimit()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is now "available" even if the platform doesn't support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the rlimit family (it's just a noop though). [Jim Jagielski]
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews *) Migrate the pre-selection of which MPM to use for specific
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platforms to hints.m4, which contains (or should contain)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all platform specific "hints". [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove IOLs from Apache. With filtering, IOLs are no longer necessary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add tables with non-string/binary values to APR.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some bad calls to ap_log_rerror() in mod_rewrite.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update PCRE to version 3.2. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the way buckets' destroy functions are called so that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they can be more directly used when changing the type of a
3886e748a4086b813e3453232a742903762fedadBob Halley bucket in place. [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add generic support for reference-counting the resources used by
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley buckets, and alter the HEAP and MMAP buckets to use it. Change
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the way buckets are initialised to support changing the type of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets in place, and use it when setting aside TRANSIENT buckets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Change the implementation of TRANSIENT buckets so that it can be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mostly shared with IMMORTAL buckets, which are now implemented.
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian WellingtonChanges with Apache 2.0a6
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support to Apache and APR for dsos on OS/390. [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a chunking filter to Apache. This brings us one step closer
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley to removing BUFF. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_add_filter now adds filters in a LIFO fashion. The first filter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews added to the stack is the last filter to be called. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Apache 2.0 has been completely documented using Scandoc. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews docs can be generated by running 'make docs'. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add filtered I/O to Apache. This is based on bucket brigades,
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson Currently the buckets still use BUFF under the covers, but that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should change quickly. The only currently written filter is the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews core filter which just calls ap_bwrite. [The Apache Group]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR locks on Unix: Let APR_LOCKALL locks work when APR isn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews built with thread support. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Abort configuration if --with-layout was specified and there's
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson no layout definition file. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for '--with-port=n' option to configure. [Ken Coar]
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff *) Add support for extension methods for the Allow response header
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews field, and an API routine for accessing r->allowed and the
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence list of extension methods in a unified manner. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cern_meta: fix broken file reading loop in scan_meta_file().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Rob Simonson <simo us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get xlate builds working again. The apr renaming in 2.0a5 broke
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence APACHE_XLATE builds. [Jeff Trawick]
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence *) A configuration file parsing problem was fixed. When the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration file started with an IfModule/IfDefine container,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only the last statement in the container would be retained.
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence [Jeff Trawick]
ce3be21d63d1e06b222ecb66b4eae909b4658d53James BristerChanges with Apache 2.0a5
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Perchild is serving pages after passing them to different child
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister processes. There are still a lot of bugs, but this does work. I
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have made requests against the same installation of Apache, and had
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister different servers use different user IDs to serve the responses.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This change moves to using socketpair instead of an AF_UNIX socket.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Perchild MPM still doesn't work perfectly, but it is serving pages.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews It can't seem to pass between child processes yet, but I think we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are closer now than before. This moves us back to using Unix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Domain Sockets. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) libapr functions and types renamed with apr_ prefix.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews #include "apr_compat.h" for 1.3.x backwards compat
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix problems with APR sockaddr handling on Win32. It didn't always
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews return the right information on the local socket address.
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister [Gregory Nicholls <gnicholls level8.com>]
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson *) ap_recv() on Win32: Set bytes-read to 0 on error.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Gregory Nicholls <gnicholls level8.com>]
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson *) Add an option to not detach from the controlling terminal without
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews going into single process mode. This allows for much easier
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews debugging of the process startup code. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ab: don't use perror() to report the failure of an APR function.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make dexter, mpmt_pthread, and perchild MPMs not destroy the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews scoreboard on graceful restarts.
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews An invalid ap_proc_t was passed to ap_create_process().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow modules to register filters. Those filters are still
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington never called, but this is a step in the right direction.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and Greg Stein]
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley *) Register the mod_cgid daemon process for cleanup so that it is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews killed at termination if it does not die when the parent gets
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SIGTERM. This change is to fix occasional problems where the
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence process stays around. Bugs in similar logic in mod_rewrite and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_include were also fixed. [Jeff Trawick]
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister *) Fix a bug in the time handling. Basically, we were imploding a time
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in ap_parseHTTPdate, but it had bogus data in the exploded time format.
be768c2e952c34438025999125f984995a2c675fBob Halley Namely, tm_usec and tm_gmtoff were not filled out. ap_implode_time
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews uses those two fields to adjust the time value. Because of the HTTP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews spec, both of those values can be zero'ed out safely. This fixes
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley the bug correctly. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a couple of place in the Windows code where the wrong error
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley code was being returned. [Gregory Nicholls <gnicholls level8.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix POOL_DEBUG (at least for prefork mpm). [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added the APR_EOL_STR macro for platform dependent differences in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logfiles and other raw text (such as all APR files). Fixes logfiles
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley not terminated with cr/lf sequences in Win32. [William Rowe]
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley *) Move all strings functions in APR to src/lib/apr/strings and create
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_strings.h for the prototypes. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR lock fixes: when using SysV sems, flock(), or fcntl(), be sure
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley to repeat the syscall until we stop getting EINTR. I noticed a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews related problem at termination (SIGTERM) on FreeBSD when using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fcntl(). Apache 1.3 had these new loops too. Also, make the flock()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implementation work properly with child init. Previously, ap_lock()
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister was essentially a no-op because all children were using different
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews locks and thus nobody ever blocked. [Jeff Trawick]
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson *) The htdocs/ tree has been moved out of the CVS source tree into
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a separate area for easier development. This has NO EFFECT on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews end-users or Apache installations. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Integrate the mod_dav module for WebDAV protocol handling. This
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister adds the dav and dav_fs modules, the SDBM library, and additional
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews XML handling utilities. [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Clean out obsolete names (from httpd.h) for the HTTP Status Codes
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update the lib/expat-lite/ library (bring forward changes from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the Apache 1.3 repository). [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If sizeof(long long) == sizeof(long), then prefer long in APR
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add ap_sendfile for Tru64 Unix. Also, add an error message for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews machines where sendfile is detected, but nobody has written ap_sendfile.
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington [Dave Hill <ddhill zk3.dec.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Compile fixes in mod_mmap_static. [Victor J. Orlikowski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ab would start up more connections than needed, then quit when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews desired number were finished. Also fixed a logic error involving
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley ab keepalives. [Victor J. Orlikowski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WinNT: Implement non-blocking pipes with timeouts to communicate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with CGIs. Apache 2.0a4 had non-blocking pipes but without
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews timeouts (i.e, if a timeout was specified, the pipe reverted to
54f68aeb5cb37e48df51dc5224917beaeda040cfTatuya JINMEI 神明達哉 a full blocking pipe). Now the behaviour is more in line with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Unix non-blocking pipes.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) WinNT: Implement accept socket reuse. Using mod_file_cache to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence cache open file handles along with accept socket reuse enables
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Apache 2.0 to serve non-keepalive requests for static files at
3x the rate of Apache 1.3.(e.g, Apache 1.3 will serve 400 rps
compiled-in limits (e.g., ThreadsPerChild, MaxClients, StartTreads).
[Tyler J. Brooks <tylerjbrooks home.com>, Jeff Trawick]
*) SECURITY [CAN-2000-1204] (cve.mitre.org):
and a user makes a request like http://www.example.com//cgi-bin/cgi
as reported in <news:960999105.344321 ernani.logica.co.uk>
*) Yet another update to saferead/halfduplex stuff -- need to ensure
to the configured User/Group (like other httpd processes)
if the len was negative. Use <sys/un.h> for struct sockaddr_un
doesn't seem to have a problem but /bin/sh on Solaris does.
ContentDigest enabled and we can't/don't mmap the file.
related bugs, and changed shmem/locking to use apr API. Shared-mem
would be errors generating ap_config_auto.h later in the configure
*) Organize http_main.c as independent code, such that no code or
[William Rowe, Jan Just Keijser <KEIJSERJJ logica.com>]
[Ask Bjoern Hansen <ask valueclick.com>]
[Paul Reder <rederpj raleigh.ibm.com>]
in 1.3's ebcdic.c. [Jeff Trawick]
buffer if the implementation knows how to use it (i.e., if L_tmpnam
*) Configure creates config.nice now containing your configure
options. Syntax: ./config.nice [--more-options]
*) Fix mm's memcpy/memset macros, pointer arithmetic was broken.
[Tim Costello <timcostello ozemail.com.au>]
[Chia-liang Kao <clkao CirX.ORG>]
*) The ab program in the src/support directory is now portable using
*) Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.
Apache.dsw created to bring together all the pieces. Create new file
os/win32/BaseAddr.ref to define module base addresses (to prevent
*) More FAQs and answers from comp.infosystems.www.servers.unix.
[Joshua Slive <slive finance.commerce.ubc.ca>]
in the field. [William Rowe <wrowe lnd.com>]
[William Rowe <wrowe lnd.com>]
[William Rowe <wrowe lnd.com>]
[Brian Martin <bmartin penguincomputing.com>]
fix up from Apache 1.3. #include'ing "ap_mpm.h" fixes up an
[William Rowe <wrowe lnd.com>]
[William Rowe <wrowe lnd.com>]
[William Rowe <wrowe lnd.com>]
we can use ReadFileScatter and WriteFileGather in readwrite.c.
[Allan Edwards <ake raleigh.ibm.com>]
[Brian Martin <bmartin penguincomputing.com>]
fixes to mod_so.c.
[Joshua Slive <slive finance.commerce.ubc.ca>]
[Jon Travis <jtravis covalent.net>]
[Paul Reder <rederpj raleigh.ibm.com>]
[Allan Edwards <ake raleigh.ibm.com>]
[William Rowe <wrowe lnd.com>]
[William Rowe <wrowe lnd.com>]
Makefile.win includes the same user interface as the old
[William Rowe <wrowe lnd.com>] PR#3715
[Allen Prescott <allen clanprescott.com>]
[Jeff Trawick <trawick us.ibm.com>]
*) Put in Korean and Norwegian index.html pages (2.0 and 1.3)
config file. E.g. 'ServerAdmin ${POSTMASTER}'. As commited
it does this on a line by line basis; i.e. if the envvar
ErrorDocument XXX /local/uri
ErrorDocument XXX http://valid/url
*) Changed 'CacheNegotiatedDocs' from its present/not-present
done with --with-module=/path/to/module. Modules can only be added
[Jeff Trawick <trawick us.ibm.com>]
*) Enable Apache to use sendfile/TransmitFile API
*) Make file I/O and network I/O writev/sendv APIs consistent.
bytes_read/bytes_written is always valid (never -1). Plus
some fixes to buff.c to correct problems introduced by the
*) port mod_rewrite to 2.0. [Paul J. Reder <rederpj raleigh.ibm.com>]
[Paul Reder <rederpj raleigh.ibm.com>]
[John Zedlewski <zedlwski Princeton.EDU>]
*) buff.c has been converted to no longer use errno.
[Dilip Khandekar <dilip cup.hp.com>]
automatically for developers from src/Configure.
*) Fixed building of src/support/htpasswd.c
*) Moved mod_auth_digest.c from experimental to standard. [Roy Fielding]
for a wildcard handler. [Dirk <dirkm teleport.com>, Roy Fielding]
*) Support line-continuation feature in config.option file and
*) Implement WINNT Win32 MPM from original Win32 code in http_main.c
(per default used the config.option file).
*) MPM BEOS port. [David Reid <abb37 dial.pipex.com>]
calling order to be specified on a per-hook/per-module basis.
*) os/unix/unixd.[ch]: detach, setuid, setgid, stuff which will be common
*) mpm_prefork: throw away all the alarm/timeout crud; and clean up the
of alloc.c for now. [Dean Gaudet]
based on IP/port. [Ben Laurie]
["Michael H. Voase" <mvoase midcoast.com.au>]
*) I/O layering and BUFF revamp. See docs/buff.txt. [Dean Gaudet]
docs/initial_blurb.txt. [Dean Gaudet]
[James Morris <jmorris intercode.com.au>]
an absolute path to the ./libexec directory where the libhttp.ep file
routines are now called ap_base64* and are 'plain' (i.e., no
pool access or anything clever). Inside util.c the routines acting
*) Fixed assumption of absolute paths in binbuild.sh. [Tony Finch]
src/support/httpd.exp. [Bill Stoddard, Randy Terbush]
*) Make ap_sha1.c compile for EBCDIC platforms: replace remaining LONG
[Tom Vaughan <tvaughan aventail.com>, Roy Fielding]
*) PORT: Improved compilation and DSO support on Sequent DYNIX/ptx.
[Ian Turner <iant sequent.com>] PR#4735
*) Local struct mmap in http_core.c conflicted with system structure
*) Added updated mod_digest as modules/experimental/mod_auth_digest.
[Ronald Tschal�r <ronald innovation.ch>]
up across restarts. [David Harris <dharris drh.net>]
*) CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled
["Paul J. Reder" <rederpj raleigh.ibm.com>] PR#4770
*) RewriteLock/RewriteMap didn't work properly with virtual hosts.
[Dmitry Khrustalev <dima bog.msu.su>] PR#3874
*) PORT: Support for compaq/tandem/com.
Netscape servers. See support/SHA1 for more information.
Caused the separation of ap_md5.c into md5, sha1 and a general
ap_checkpass.c with just a validate_passwd routine. Added a
couple of flags to support/htpasswd. Some reuse of the to64()
[Dirk-Willem van Gulik, Clinton Wong <clintdw netcom.com>]
with ASCII/EBCDIC conversions in "ident" query.
[David McCreedy <McCreedy us.ibm.com>]
are combined, and duplicate tokens (e.g., "Vary: host, host" or
*) Portability changes for BeOS. [David Reid <abb37 dial.pipex.com>]
[Bill Stoddard <stoddard raleigh.ibm.com>]
[Roy Fielding, Joe Orton <jeo101 york.ac.uk>] PR#4499, PR#3806
install the DSO; useful for editing httpd.conf with apxs. Fix
create duplicate LoadModule/AddModule entries; apxs can now be
used to re- enable/disable a module. [Wilfredo Sanchez]
Win 95 users may need to update their TCP/IP stack to pick up
Winsock 2. (See http://www.microsoft.com/windows95/downloads/)
[Bill Stoddard <stoddard raleigh.ibm.com>]
error.log when CGI scripts fail. This makes Apache on Win32
[Bill Stoddard <stoddard raleigh.ibm.com>]
*) Fix `make r' test procedure in src/regex/: ap_isprint was not found.
*) Add DSO support for DGUX 4.x using gcc. Tested on x86 platforms.
[Randy Terbush <randy covalent.net>]
*) Add the new mass-vhost module (mod_vhost_alias.c) developed and
used by Demon Internet, Ltd. [Tony Finch <fanf demon.net>]
[Rasmus Lerdorf <rasmus raleigh.ibm.com>]
[Bill Stoddard <stoddard raleigh.ibm.com>]
parent/child process management code.
[Bill Stoddard <stoddard raleigh.ibm.com>]
[John Giannandrea <jg meer.net>] PR#4122
*) Fix ndbm.h include problems with brain-dead glibc >= 2.1 which
has ndbm.h in a non-standard db1/ subdir. PR#4431, PR#4528
[Henri Gomez <gomez slib.fr>, Ralf S. Engelschall]
*) Determine AP_BYTE_ORDER for ap_config_auto.h and already
content-types are "text/html;parameters". PR#4524 [Ken Coar]
*void. When the OS/platform/compiler supports quads, ap_snprintf()
[Aidan Cully <aidan panix.com>] PR#4456
*) Add RULE_EXPAT, the src/lib/ directory structure, and a modified copy
library. [Jens-Uwe Mager <jum helios.de>, Ralf S. Engelschall]
(e.g., HTTP/0.9 or HTTP/1.1) of the request. [Ken Coar]
[Ralf S. Engelschall, Rex Dieter <rdieter math.unl.edu>] PR#3997
[Jan Gallo <gallo pvt.sk>] PR#3690, PR#4373
*) Switch to /bin/sh5 in APACI on Ultrix and friends to avoid problems with
their brain-dead /bin/sh. [Ralf S. Engelschall] PR#4372
[Todd Vierling <tv pobox.com>] PR#4310
[Petr Lampa <lampa fee.vutbr.cz>] PR#4366, 679
[Raymond S Brand <rsbx rsbx.net>, Ken Coar] PR#1574, 3026, 3529,
the struct stat. [Ed Korthof <ed bitmechanic.com>]
[Salvador Ortiz Garcia <sog msg.com.mx>]
[Rob Saccoccio <robs InfiniteTechnology.com>] PR#2579
*) mod_include's fsize/flastmod should allow only relative paths, just
like "include file". [Jaroslav Benkovsky <benkovsk pha.pvt.cz>]
*) Add iconsdir, htdocsdir, and cgidir to config.layout.
*) Fix minor but annoying bug with the test for Configuration.tmpl
in unix/os.c, and don't install the dyld error handlers, which
*) Add functionality to the install-bindist.sh script created by
binbuild.sh to use tar when copying distribution files to the
install-bindist.sh now detects the local perl5 path to install
[Randy Terbush, Covalent Technologies, <randy covalent.net>]
src/modules/proxy_util.c where a NULL filepointer and
[Graham Leggett <minfrin sharp.fm>,
Tim Costello <tjcostel socs.uts.edu.au>] PR#3178
[Graham Leggett <minfrin sharp.fm>]
have assurance about how string manipulators (e.g., tr) will
[Ken Coar, Dmitry Khrustalev <dima zippy.machaon.ru>] PR#4118
[Raymond S Brand <rsbx rsbx.net>]
[Raymond S Brand <rsbx rsbx.net>] PR#4248
*) Add "opt" (SysV-style) layout to config.layout. [Raymond S Brand
<rsbx rsbx.net>]
[Yitzchak Scott-Thoennes <sthoenna efn.org>, Ralf S. Engelschall] PR#4269
[Joe Moenich <moenich us.ibm.com>]
*) Fix number of bytes copied by read_connection() in src/support/ab.c
[Jim Cox <jc superlink.net>] PR#4271
[Bob Finch <bob nas.com>]
[Paul Sutton <paul awe.com>]
*) Make sure RewriteLock can be used only in the global context, (i.e.
<mariav icgeb.trieste.it>] PR#4260
uncompress/gzip, but those tools sometimes do not produce
[Marcin Cieslak <saper system.pl>] PR#4097
line. [<inkling firstnethou.com>] PR#3770
redirects. [Jose KAHAN <kahan w3.org>] PR#3910, 3806, 3575
[Jacques Distler <distler golem.ph.utexas.edu>] PR#4130
*) PORT: deal with UTS compiler error in http_protocol.c
[Dave Dykstra <dwd bell-labs.com>] PR#4189
*) Add ap_vrprintf() function. [John Tobey <jtobey banta-im.com>] PR#4246
by "Peter 'Luna' Altberg <peter altberg.nu>" and PR#3422
[Peter 'Luna' Altberg <peter altberg.nu>, Ronald Tschal�r]
binary (e.g., image file) in the first place.
[David McCreedy <mccreedy us.ibm.com>]
*) support/htpasswd now permits the password to be specified on the
apache -n apache1 -i -f c:/httpd.conf
Installs apache as service 'apache1' and associates c:/httpd.conf
Installs apache as service 'apache2'. httpd.conf is located under
the default server root (/apache/conf/httpd.conf).
apache -n apache3 -i -d c:/program files/apache
c:/program files/apache.
*) Correct the signed/unsigned character handling for the MD5 routines;
*) OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving
*) proxy ftp: instead of using the hardwired string "text/plain" as
<Directory proxy:ftp://some.host>
DefaultType gargle/blurb
*) Be more smart in APACI's configure script when determining the UID/GID
the number of fork()s from one/request to just the odd one an hour.
*) Added proxy, auth and header support to src/support/ab.c. Added a
README file to src/support/
*) Fix sed-substitutions in `make install': path elements like `httpd/conf'
(for instance from an APACI configure --sysconfdir=/etc/httpd/conf
*) PORT: Add support for FreeBSD 4.x [Ralf S. Engelschall]
[Ronald Tschal�r <ronald innovation.ch>] PR#3411
the reboot prompt (which is only given if MSVCRT.DLL system
*) WIN32: Apache.exe now contains an icon. [Paul Sutton]
*) Using APACI, the main config file (usually httpd.conf) was
<wsanchez apple.com>]
[Ryan Bloom <rbb raleigh.ibm.com>]
[Dean Gaudet, Jeff Lewis <lewis stanford.edu>] PR#3872
*) Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the
DSO/DLL section because it's a directive from mod_status and isn't
[Martin POESCHL <mpoeschl gmx.net>] PR#3936
option more clear. [Jan Wolter <janc wwnet.net>] PR#3995
[John Tobey <jtobey banta-im.com>] PR#3983
against libap.a and use its ap_snprintf() instead of sprintf() to avoid
*) Add Apple's Mac OS X Server Layout "Rhapsody" to config.layout.
*) Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order
[Michael van Elst <mlelstv serpens.swb.de>, Lars Eilebrecht] PR#3160
*) Use proper pid_t type for saving PIDs in alloc.c. [John Bley]
%v). Useful for mass vhosting. [Tony Finch <dot dotat.at>]
more reliable logs with multiline entries. [Tony Finch <dot dotat.at>]
*) Fixed a few compiler nits. [John Bley <jbb6 acpub.duke.edu>]
in http_core.c. [John Bley, Roy Fielding]
calls. [John Bley <jbb6 acpub.duke.edu>, Jim Jagielski]
[Brian Havard <brianh kheldar.apana.org.au>]
[Joshua Slive <slive finance.commerce.ubc.ca>] PR#2497
*) src/support/: The ApacheBench benchmark program was overhauled by
[David N. Welton <davidw prosa.it>]
*) Added -S option to install.sh so that options can be passed to
the test case of no modules being selected. [<chaz reliant.com>]
is *not* given in the argument list; i.e., the logical negation
*) Win32: Add global symbols missing from ApacheCore.def. [Carl Olsen]
to util.c for parsing an HTTP header field value to extract the next
code different from 500. This allows the proxy to, e.g., return
and no Accept-Language. [James Treacy <treacy debian.org>] PR#3299, 3688
as "com.name" to be served. [Paul Sutton] PR#3769.
make subtasking easier on the OSD/POSIX mainframe environment.
*) Make NDBM file suffix determination for mod_rewrite more accurate, i.e.
[Ryan Bloom <rbb Raleigh.IBM.Com>]
impossible to exploit.) [Rick Perry <perry ece.vill.edu>]
*) Let src/Configure be aware of CFLAGS options starting with plus
signs as it's the case for the HP/UX compiler.
[Doug Yatcilla <yatcilda umdnj.edu>] PR#3681
and this makes its functions available to things in src/support.
*) WIN32: Created new makefiles Makefile_win32.txt (normal build)
and Makefile_win32_debug.txt (debug build) that work on Win95.
nmake /f Makefile_win32.txt # compiles normal build
nmake /f Makefile_win32.txt install # compiles and installs
nmake /f Makefile_win32.txt clean # removes compiled junk
nmake /f Makefile_win32_debug.txt # compiles debug build
nmake /f Makefile_win32_debug.txt install
nmake /f Makefile_win32_debug.txt clean
for FreeBSD 3.0). [Todd Vierling <tv pobox.com>] PR#2462
*) Small fix for mod_env.html: The module was documented as to be _not_
Apache per default. [Sim Harbert <sim mindspring.com>] PR#3572
*) Instead of fixing a bug in the generation procedure for config.status (a
making sure the src/support/ tools are _forced_ to be build last (they
*) Fix installation procedure: Now that os-inline.c is actually used (a
recently fixed bug prevented this) we need to also install os-include.c
`escape' and `unescape' were added which can be used to escape/unescape
to/from hex-encodings in URLs parts (this is especially useful in
*) Major overhaul of mod_negotiation.c, part 2.
- added ap_array_pstrcat() to alloc.c for efficient concatenation
*) Major overhaul of mod_negotiation.c, part 1.
revision (draft-ietf-http-v11-spec-rev-06.txt).
e.g. no feature negotiation). Removed old experimental version.
negotiation results are consistent across backup/restores and mirrors
*) RFC2396 allows the syntax http://host:/path (with no port number)
[David Kristol <dmk bell-labs.com>] PR#3530
*) When modules update/modify the file name in the configfile_t structure,
[Fabien Coelho <coelho cri.ensmp.fr>] PR#3573
CASE_BLIND_FILESYSTEM. [Brian Havard <brianh kheldar.apana.org.au>]
*) The hashbang emulation code in ap_execve.c would interpret
#!/hashbang/scripts correctly, but failed to fall back to a
*) PORT: Added the Cyberguard V2 port [Richard Stagg <stagg lentil.org>]
and another was incorrect. [Mark Anderson <mda discerning.com>] PR#3553
wasn't defined. [Rick Franchuk <rickf transpect.net>]
o fixed auto-suffix handling now that config.layout exists.
config.layout and every path now can be marked this way (not only the
SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section
of ap_config.h to allow serialized accept for multiport listens.
*) PORT: Fixed a misplaced #endif for NetBSD/OpenBSD section
of ap_config.h that would skip several defines if DEFAULT_GROUP
strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247
*) Fix ordering of definitions in ap_config.h so that ap_inline is
[Tom Serkowski <tks bsdi.com>] PR#3453
*) Make generation of src/Configuration.apaci more robust: It failed to
another (e.g. cgi vs. fastcgi). We now check for mod_XXX, libXXX and even
*) In src/Configure remove the SERVER_SUBVERSION support (already deprecated
[Ralf S. Engelschall, Wilfredo Sanchez <wsanchez apple.com>]
[Paul Ausbeck <paula alumni.cse.ucsc.edu>, Paul Sutton] PR#3447
*) Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command.
IS to the compiler/linker command. [Ralf S. Engelschall]
config.layout. Custom layouts are possible by using FILE:ID as the
The config.layout file consists of <Layout ID>..</Layout> sections
extension (e.g., .fr, .de) can be labelled as being some other
*) mod_include.c:handle_perl() now properly tests for OPT_INCNOEXEC
rather than OPT_INCLUDES [Rainer Schoepf <schoepf uni-mainz.de>]
[Ronald Tschal�r <ronald innovation.ch>] PR#3409
[Martin Plechsmid <plechsmi karlin.mff.cuni.cz>] PR#1987
[Andrew Pimlott <pimlott math.harvard.edu>] PR#3340
[David MacKenzie <djm uu.net>] PR#3394
*) Updated mime.types to reflect current Internet media types
Improved mod_actions.c so that it can use any of the methods
defined in httpd.h. Added ap_method_number_of(method) for
*) PORT: Add a port to the TPF OS. [Joe Moenich <moenich us.ibm.com> and
*) Fix problems with handling of UNC names (e.g., \\host\path)
on Win32. [Ken Parzygnat <kparz us.ibm.com>]
robust, and works. [Ken Parzygnat <kparz us.ibm.com>]
[Manoj Kasichainula, Ken Parzygnat <kparz us.ibm.com>]
*) Move a typedef to fix compile problems on Linux with 1.x kernels.
*) http_config.c would respond with 501 (Method Not Implemented) if a
should have been a 500 response. Likewise, mod_proxy.c would responsd
on-the-fly/batch permute the order of two modules (mod_foo and mod_bar)
mod_foo with the begin of the module list, i.e. it `moves' the module to
which permutes mod_foo with the end of the module list, i.e. it `moves'
synchronisation (Win32). [Ken Parzygnat <kparz raleigh.ibm.com>]
on container start lines (e.g., it wouldn't spot
"<Directory /" as a syntax error). [Ryan Bloom <rbbloom us.ibm.com>]
[Ryan Bloom <rbbloom us.ibm.com>] PR#1799.
[Ken Parzygnat <kparz raleigh.ibm.com>] PR#2078, 2303.
[Ivan Richwalski <ivan seppuku.net>] PR#3249
*) Fix Berkeley-DB/2.x support in mod_auth_db: The data structures were not
parameter. [Ron Klatchko <ron ckm.ucsf.edu>] PR#3171
[Ralf S. Engelschall, Ron Record <rr sco.com>]
httpd.conf-dist* files. The srm and access files now contain
only comments, and httpd.conf has all the combined contents in
*) PORT: DSO/ELF support for FreeBSD 3.0.
[Ralf S. Engelschall, Dirk Froemberg <ibex physik.TU-Berlin.DE>]
do this. [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2976, 3074
[Wilfredo Sanchez <wsanchez apple.com>]
of "-". [Martin Plechsmid <plechsmi karlin.mff.cuni.cz>, Marc Slemko]
*) PORT: DRS 6000 machine. [Paul Debleecker <pdebleecker jetair.be>]
[M. Laak <maert proinv.ee>] PR#3108
[Dave Dykstra <dwd bell-labs.com>] PR#3055
but not tabs). [James Morris <jmorris intercode.com.au>,
[James Grinter <jrg blodwen.demon.co.uk>] PR#3111
[Youichirou Koga <y-koga jp.FreeBSD.org>] PR#3095
[Youichirou Koga <y-koga jp.FreeBSD.org>] PR#3096
*) Fix http://localhost/ hints in top-level INSTALL document.
[Rob Jenson <robjen spotch.com>, Ralf S. Engelschall] PR#3088
[Wilfredo Sanchez <wsanchez apple.com>]
[Ken Parzygnat <kparz raleigh.ibm.com>] PR#2884, 2910
<kparz raleigh.ibm.com>] PR#3001
[Ken Parzygnat <kparz raleigh.ibm.com>] PR#2976, 3074
ap_config.h. [Brian Havard]
*) PORT: Add Pyramid DC/OSx support to configuration mechanism.
[Earle Ake <akee wpdiss1.wpafb.af.mil>]
*) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1
[Dave Dykstra <dwd bell-labs.com>] PR#3054
*) Correct comment in mod_log_config.c about its internals.
[Elf Sternberg <elf halcyon.com>]
handle the creation of modules.c [Jim Jagielski]
and to avoid problems under platforms where only version 2.x is present.
[Dan Jacobowitz <drow false.org>, Ralf S. Engelschall]
[Bill Stoddard <stoddard raleigh.ibm.com>]
*) Remove redundant substitutions in top-level Makefile.tmpl.
platforms where `nogroup' exists in /etc/group. [Ralf S. Engelschall]
the possibility to override it manually via APACI or src/Configuration.
existance of the file under /usr/include, too.
[Wilfredo Sanchez <wsanchez apple.com>]
[Charles Randall <crandall matchlogic.com>] PR#2947
[Youichirou Koga <y-koga jp.FreeBSD.org>] PR#2991
[Karl Berry <karl gnu.org>] PR#2994
[Youichirou Koga <y-koga jp.FreeBSD.org>] PR#2992
*) Fix possible buffer overflow situation in suexec.c.
[Jeff Stewart <jws purdue.edu>] PR#2790
[Ronald Record <rr sco.com>] PR#2533
*) Fix documentation of ProxyPass/ProxyPassReverse according to the
trailing slash problem. [Jon Drukman <jsd gamespot.com>] PR#2933
[Marc Slemko, Paul Phillips <paulp go2net.com>]
SCO OpenServer. [David Coelho <drc ppt.com>]
in /home/user, not in /, therefore clicking on "../" in the
dump core for replies with invalid headers (e.g., duplicate
plop gmon.out profile data for each child [Doug MacEachern]
config.status script to be immune against arguments with whitespaces.
[Yves Arrouye <yves apple.com>] PR#2866
script `buildinfo.sh' which is both more flexible and already proofed to
*) Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
*) Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.html
[Youichirou Koga <y-koga jp.FreeBSD.ORG>] PR#2895
[Kurt Sussman <kls best.com>] PR#2871
*) Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
variables in one RewriteRule and had to patch mod_rewrite.h for every
*) Make sure the config.status file is not overridden when just
See include/ap_mmn.h for more details. [Randy Terbush]
*) SECURITY [CAN-1999-1199] (cve.mitre.org):
*) Cleanup of the PrintPath/PrintPathOS2 helper functions. Avoid
following the same idea as "MSVC vs WIN32". Additionally the src/os/emx/
directory was renamed to src/os/os2/ for consistency.
linking the DSOs, i.e. PIC libs and shared libs. Currently the rule is
*) Add correct `model' MIME types from RFC2077 to mime.types file.
*) Fixed examples in mod_rewrite.html document.
[Youichirou Koga <y-koga jp.FreeBSD.org>, Ralf S. Engelschall] PR#2756
[MATSUURA Takanori <t-matsuu protein.osaka-u.ac.jp>]
programs under Win32. [Marco De Michele <mdemichele tin.it>] PR#2483
*) Update the mod_rewrite.html document to correctly reflect the situation
Makefile.tmpl: The umask+cp approach didn't work as expected (especially
*) Fix `distclean' and `clean' targets in src/Makefile.tmpl to have same
src/helper/mkdir.sh script. [Ralf S. Engelschall]
`search' entries in /etc/resolv.conf.
INSTALL file because a lot of users don't read htdocs/manual/dso.html
(compilers complained) and the .so.V.R.P filename extension was adjusted
[Manoj Kasichainula <manojk raleigh.ibm.com>] PR#2355
*) Disable the incorrect entry for application/msword in the
*) Fix broken RANLIB handling in src/Configure (the entry from
src/Configuration.tmpl was ignored) and additionally force RANLIB to
[Steve VanDevender <stevev darkwing.uoregon.edu>, Lars Eilebrecht] PR#2613
*) Autogenerate some HAVE_XXXXX_H defines in conf_auto.h (determined via
TestCompile) instead of defining them manually in conf.h based on less
OS-type and/or OS-version identifiers to discover whether a system header
[Glen Parker <glenebob nwlink.com>] PR#2277
required by HTML 3.2 and later) to mod_mime_magic's conf/magic.
[Anna Shergold <anna inext.co.uk>]
[John Van Essen <jve gamers.org>] PR#2529
*) Add Dynamic Shared Object (DSO) support for SCO5 (OpenServer 5.0.x).
[Ronald Record <rr sco.com>] PR#2533
[Charles Levert <charles comm.polymtl.ca>] PR#2551
[Vadim Kostoglodoff <vadim olly.ru>] PR#2463
*) Fix the Guess-DSO-flags-from-Perl stuff in src/Configure: "perl" was
[Ben Laurie, Bill Stoddard <wgstodda us.ibm.com>] PR#2274
*) PORT: remove broken test for MAP_FILE in http_main.c.
[Wilfredo Sanchez <wsanchez apple.com>]
*) PORT: Change support/apachectl to use "kill -0 $pid" to test if the
but case-insensitive platforms). New #define for this added to conf.h
*) Enable DSO support for OpenBSD in general, not only for 2.x, because it
also works for OpenBSD 1.x. [Ralf S. Engelschall]
[Sam Kington <sam illuminated.co.uk>] PR#2443
reponse. [Ralf S. Engelschall, Charles Fu <ccwf bacchus.com>]
output of Awk. [Bill Houle <bhoule sandiegoca.ncr.com>] PR#2435
of a config.status script (as GNU Autoconf does) which remembers the used
*) Correct initialization of variable `allowed_globals' in http_main.c
[Justin Bradford <justin ukans.edu>] PR#2400
multipart/x-mixed-replace;boundary=ThisRandomString.
[Sean Boudreau <seanb qnx.com>] PR#2390
modules/xxx/Makefile's to avoid problems with SVR4 Make under "full-DSO"
[David MacKenzie <djm va.pubnix.com>] PR#2384
main server. [Christof Damian <damian mediaconsult.com>] PR#2090
[Klaus Weber <kweber chephren.germany.ncr.com>] PR#1973
<Directory /> section of the default access.conf-dist
[Dave Dykstra <dwd bell-labs.com>] PR#2320
*) Fix symbol export list (src/support/httpd.exp) after recent
[Jens-Uwe Mager <jum helios.de>]
solved by another helper script findprg.sh which searches for Perl and
*) Remove the system() call from htpasswd.c, which eliminates a system
[Rex Dieter <rdieter math.unl.edu>] PR#2293, 2316
O_NDELAY on various systems. [Dave Dykstra <dwd bell-labs.com>] PR#2313
*) PORT: helpers/GuessOS updates for various versions for NCR SVR4.
*) Fix recently introduced Win32 child spawning code in mod_rewrite.c which
[Dave Dykstra <dwd bell-labs.com>, Ralf S. Engelschall] PR#2319
configure and src/Configure depend on this.
*) Changes usage of perror/fprintf to stderr to more proper ap_log_error
*) Various OS/2 cleanups ["Brian Havard" <brianh kheldar.apana.org.au>]
*) PORT: QNX needed a #include <sys/mman.h>; and now it uses flock
[Rob Saccoccio <robs InfiniteTechnology.com>] PR#2295, 2296
[W G Stoddard <wgstodda us.ibm.com>]
[W G Stoddard <wgstodda us.ibm.com>] PR#2294
spawn_child was obsoleted and moved to compat.h
memory. [Rob Saccoccio <robs InfiniteTechnology.com>] PR#2252
*) Fix src/support/httpd.exp (DSO export file which is currently only
``RewriteRule ^myscript$ - [T=application/x-httpd-cgi]'' This was often
*) Fix discrepancy in proxy_ftp.c which was causing failures when
[Rick Ohnemus <rick ecompcon.com>]
*) Improve RFC1413 support. [Bob Beck <beck bofh.ucs.ualberta.ca>]
[Ben Laurie and Bill Stoddard <wgstodda us.ibm.com>] PR#1129, 1607
[Ernst Kloppenburg <kloppen isr.uni-stuttgart.de>] PR#2094
*) Support for the NCR MP/RAS 3.0
[John Withers <withers semi.kcsc.mwr.irs.gov>]
*) The LDFLAGS_SHLIB_EXPORT variable of src/Configuration[.tmpl] was
not retrieved in src/Configure and thus was not useable.
- SUBDIRS is now generated in src/Makefile only and not in
Makefile.config because it is a local define for this location.
- update the "depend" targets in Makefile.tmpl files to use $(OSDIR), too.
- replaced SHLIB_OBJS/SHLIBS_OBJ consistently with OBJS_PIC because OBJS
- replaced ugly xx-so.o/xx.so-o hack with a clean and consistent usage
of xxx.lo as GNU libtool does with its PIC objects
- reduce local complexity in modules Makefile.tmpl by moving the last
*) WIN32: Make Win32 work again after the /dev/null DoS fix.
*) When opening "configuration" files (like httpd.conf, htaccess
and htpasswd), Apache will not allow them to be non-/dev/null
necessary. Long-term fix is to either serialize the chdir/spawn combo
htdocs/manual/suexec.html document before using the suexec-related
and htdocs/manual/suexec.html documents.
UID/GID and safe PATH, too.
- overhauled mkshadow.sh script: now its more IFS-safe and approx. twice
*) Add a note to httpd.conf-dist that apache will on some systems fail
and not the original statically list from modules.c
confusion with the next point and reduces the Makefile.tmpl complexity
6. The modules.c generation was extended to now contain two
of loading/linking (we use load=link+load & link=activate instead of
*) Fix the generated mod_xxx.c from "apxs -g -f xxx" after the
*) Add a comment to mod_example.c showing the format of a FLAG command
places in the code (e.g. DATE_GMT). PR#1551
zone information in their tm struct. [Paul Eggert <eggert twinsun.com>]
*) get/set_module_config are trivial enough to be better off inline. Worth
*) Fix off-by-one error in ap_proxy_date_canon() in proxy_util.c
*) Fix debug log messages for BS2000/OSD: instead of logging the whole
[Michael Anderson's <mka redes.int.com.mx>]
*) Make sure the referer_log and agent_log entries in the default httpd.conf
*) WIN32: Make roots of filesystems (e.g. c:/) work. [Ben Laurie]
from mod_so.c to Configure because first it needs $PLAT etc. and second
[Jaromir Dolecek <dolecek ics.muni.cz>] PR#2165
[Jaromir Dolecek <dolecek ics.muni.cz>, Ralf S. Engelschall] PR#2158
AIX variants should work fine, too. Even AIX 3.x should work). This is
which we put into a os/unix/os-dso-aix.c file.
*) Fix two bugs in select() handling in http_main.c.
side-effect this reduces some subdir fiddling in configure+Makefile.tmpl.
"make root=/tmp/apache install" for rolling the package without bristling
*) Workaround braindead AWK's when generating ap_config.h: The split() and
*) Fix DEBUG_CGI situation in mod_cgi.c [David MacKenzie] PR#2114
*) Make sure that "make install" doesn't overwrite the `mime.types' and
*) PORT: Dynamic Shared Object (DSO) support for OpenBSD 2.x
variables) to avoid side-effects in "src/Configure" when the user
*) Provide backward compatibility from some old src/Configuration.tmpl
*) NeXT required strdup() in support/logresolve.c
[Francisco Tomei <fatomei sandburg.unm.edu>] PR#2082
*) PORT: Added HP-UX 11 patches [Jeff Earickson <jaearick colby.edu>]
ap_snprintf, and ap_psprintf). See include/ap.h for docs.
*) Because /usr/local/apache is the default prefix the ``configure
to `char *' under OSF1 and FreeBSD 2.x where it is defined this way
*) PORT: Make sure some AWK's don't fail in src/Configure with "string too
long" errors when generating the MODULES entry for src/Makefile
*) Make sure src/Configure doesn't complain about the old directory
/usr/local/etc/httpd/ when APACI is used. [Lars Eilebrecht]
*) Adding DSO support for the HP/UX platform by emulating the dlopen-style
interface via the similar but proprietary HP/UX shl_xxx-style system
APACI Makefile.tmpl "install" target more robust for sensible UnixWare
- Apache provided general functions (e.g., ap_cpystrn)
- Public API functions (e.g., palloc, bgets)
cross-object usage) but should be (e.g., new_connection)
For backward source compatibility a new header file named compat.h was
dummy.so file (containing dummy references to all global symbols) the
Placing the Apache core code itself into a DSO library named libhttpd.so.
where we perhaps exploit this libhttpd.so mechanism for providing nifty
inside the src subtree (i.e. for non-APACI users). Following GNU Makefile
[Todd Eigenschink <eigenstr mixi.net>] PR#2045
to the mak/dsp files. [Alexei Kosut]
*) Add documentation file and src/Configuration.tmpl entry for the
*) Now src/Configure uses a fallback strategy for the shared object support
and installation of the support tools from the src/support/ area.
dynamic shared object (DSO) mechanism [mod_so.c]. The trick here is that
Apache C header files (PREFIX/include) and the new APXS tool
(SBINDIR/apxs). The intend is to provide a handy tool for third-party
modules, from trivial ones (single mod_foo.c) to complex ones (like PHP3
*) Modify the log directives in httpd.conf-dist files to use CustomLog
script and a corresponding top-level "Makefile.tmpl" file. The goal is
the old src/Configure stuff in batch and additionally installs the
routines. Use this to replace http_bprintf.c. Add new routines
is necessary on at least Solaris where the /etc/rc?.d scripts
[Rein Tollevik <reint sys.sol.no>] PR#2009
[Rein Tollevik <reint sys.sol.no>] PR#2010
[J�rgen Keil <jk tools.de>] PR#2000
http://.../cgi-bin/...?http%3A%2F%2F... references) [Martin Kraemer]
[Tim Costello <tjcostel socs.uts.edu.au>] PR#1890
the mod_proxy.html and corrected the hyperlink to it in the
new_features_1.3.html document. [Ralf S. Engelschall] PR#1348
*) Fix a bug in the src/helpers/fp2rp script and make it a little bit
*) Add the new ApacheBench program "ab" to src/support/: This is derived
*) src/include/ap_config.h now wraps it's #define's with #ifndef/#endif's
*) [PORT] For A/UX change the OS-#define for -DAUX to -DAUX3.
the ugly export kludge, makes the one-liner file mod_mime.h obsolete, and
*) util.c cleanup and speedup. [Dean Gaudet]
[Dmitry Khrustalev <dima bog.msu.su>]
TZ variable. [Jay Soffian <jay cimedia.com>] PR#1888
[Siegmund Stirnweiss <siegst kat.ina.de>] PR#1900
[Tony Finch <fanf demon.net>] PR#1925
modules as shared objects. Especially Solaris 2.x, SunOS 4.1, IRIX and
*) The Configure script now generates src/include/ap_config.h which
[Joel Truher <truher wired.com>]
"http://host" url is treated as if a similar "Host:" header had been
supplied. This change was made to support future HTTP/1.x protocols
*) API: Cleanup of code in http_vhost.c, and remove vhost matching
[Chia-liang Kao <clkao cirx.org>] PR#1531
[Konstantin Morshnev <moko design.ru>] PR#1771
address. [Todd Eigenschink <eigenstr mixi.net>] PR#1885
*) API: A new source module main/util_uri.c; It contains a routine
user; /* user name, as in http://user:passwd@host:port/ */
password; /* password, as in http://user:passwd@host:port/ */
a username can contain when trying to expand it via /etc/passwd.
Jay Soffian <jay cimedia.com>] PR#1631
*) Hide Proxy-Authorization from CGI/SSI/etc just like Authorization is
<luomat peak.org>]
<ache nagual.pp.ru> and Jim] PR#1450
Alvaro Martinez Echevarria <alvaro lander.es>]
[Charles Fu <ccwf klab.caltech.edu>] PR#1847
directive. [Enrik Berkhan <enrik inka.de>] PR#1816
[Lauri Jesmin <jesmin ut.ee>] PR#1701
*) Source file dependencies in Makefile.tmpl files throughout the
htdocs/manual/known_client_problems.html are in the default
(like mod_dld for Win32). This replaces mod_dld.c. Use SharedModule
[Michael Douglass <mikedoug texas.net>, Dean Gaudet]
header files are in the src/include directory. The -Imain -Iap
and mod_rewrite) have not been moved to src/include; nor have
calls that use too small an initial guess, see alloc.c.
[Mark Andrew Heinrich <heinrich tinderbox.Stanford.EDU>]
because the key/value is a constant, or the value has been built
Note that it is easy to get code subtly wrong if you pass a key/value
safe thing to do is to pass key/values which are in the pool of
i.e. if the table is part of a subrequest, a value from the main
usage, enabled by defining POOL_DEBUG. See alloc.c for more details.
[Dmitry Khrustalev <dima bog.msu.su>, Dean Gaudet]
[Martin Kraemer, with code from Peter Wemm <peter zeus.dialix.oz.au>
*) API: "typedef array_header table" removed from alloc.h, folks should
HAVE_MMAP/SHMGET #defines strictly are informational that the
Unixware 1.x appears to have the same SIGHUP bug as solaris does with
[Tom Hughes <thh cyberscience.com>] PR#1082, PR#1282, PR#1499, PR#1553
*) PORT: A/UX can handle single-listen accepts without mutex
[Paul Eggert <eggert twinsun.com>] PR#1343
*) suexec errors now include the errno/description. [Marc Slemko] PR#1543
[Keith Severson <keith sssd.navy.mil>] PR#1613
[Keith Severson <keith sssd.navy.mil>] PR#1614
*) Some const declarations in mod_imap.c that were added for debugging
*) The src/main/*.h header files have had #ifndef wrappers added to
multiple paths (e.g., in .c files as well as other .h files).
src/ap/ap.h, to ease their use in non-httpd applications. [Ken Coar]
but before the header file contents. [John Van Essen <jve gamers.org>]
set with SetEnv/BrowserMatch and similar directives.
was found. Noticed by <robinton amtrash.comlink.de> (Soeren Ziehe)
[Soeren Ziehe <robinton amtrash.comlink.de>, Martin Kraemer]
(the Siemens BS2000/OSD family) in the POSIX subsystem
Located in libap.a. [Jim Jagielski]
[Stephen Scheck <sscheck infonex.net>, Ben Laurie] PR#1604
alloc.c (affects win32 only). [Ben Hyde]
[Ben Reser <breser regnow.com>] PR#1366
[Gregory A Lundberg <lundberg vr.net>]
server itself (like the src/support tools). [Ken Coar]
[Igor Tatarinov <tatarino prairie.NoDak.edu>]
It also wouldn't handle "AddIconByType (TXT,/icons/text.gif text/*"
htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
[<malcolm mgdev.demon.co.uk>] PR#1378
set errno. [Igor Tatarinov <tatarino prairie.NoDak.edu>]
*) WIN32: Cure file leak in CGIs. [Peter Tillemans <pti net4all.be>] PR#1523
[Frank Faubert <frank sane.com>]
can be used by items in src/support among other things.
(e.g., <Directory>) where they're invalid. [Martin Kraemer]
for fgetc() and fgets() on SunOS 4.x. [Martin Kraemer, Ben Hyde]
read the file. [Ben Hyde <bhyde gensym.com>]
the display. [Ken Coar, suggested by Brian Tiemann <btman pacific.net>]
*) PORT: Update the LynxOS port. [Marius Groeger <mag sysgo.de>]
[David Chambers <davidc flosun.salk.edu>] PR#1294
[M.D.Parker] PR#1352
*) Inherit a bugfix to fnmatch.c from FreeBSD sources.
["[KOI8-R] ������ ������" <ache nagual.pp.ru>] PR#1311
sources as Unix now. [Brian Havard <brianh kheldar.apana.org.au>]
[Paul Eggert <eggert twinsun.com>] PR#1342
*) A mild SIGTERM/SIGALRM race condition was eliminated.
*) Warn user that default path has changed if /usr/local/etc/httpd
*) PORT: On AIX 1.x files can't be named '@', fix the proxy cache
[David Schuler <schuld btv.ibm.com>] PR#1317
Document this a bit more in src/PORTING. [Dean Gaudet] PR#467
*) WIN32: Make index.html and friends work under Win95. [Ben Laurie]
[John Line <jml4 cam.ac.uk>] PR#1321
*) Default pathname has been changed everywhere to /usr/local/apache
[Sameer <sameer c2.net>]
[David Bronder <David-Bronder uiowa.edu>] PR#849
[David Schuler <schuld btv.ibm.com>] PR#1267
[Philippe Vanhaesendonck <pvanhaes be.oracle.com>,
Omar Del Rio <al112263 academ01.lag.itesm.mx>] PR#482, 1246
[Chris Craft <ccraft cncc.cc.co.us>] PR#977
*) PORT: UnixWare 2.x requires -lgen for syslog.
[Hans Snijder <hs meganet.nl>] PR#1249
["Pavel Yakovlev (Paul McHacker)" <hac tomcat.olly.ru>]
*) New support tool: src/support/split-logfile, a sample Perl script which
*) Makefile.tmpl was not using $CFLAGS in the link phase.
*) Add debugging code to alloc.c. Defining ALLOC_DEBUG provides a
Purify. See main/alloc.c for more details. [Dean Gaudet]
be used for whatever reason is appropriate (i.e. format() warnings
gcc >= 2.7.x (so that we have fewer support issues with older
Also removed the auto-generated link to www.apache.org that was the
*) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
this is a bug. ["Paul B. Henson" <henson intranet.csupomona.edu>]
[Rick Franchuk <rickf transpect.net>] PR#1107, 987, 588
*) Fixed error in proxy_util.c when looping through multiple host IP
buffered writes -- that is, it will buffer up to PIPE_BUF (i.e. 4k)
*) API: New register_other_child() API (see http_main.h) which allows
*) API: New piped_log API (see http_log.h) which implements piped logs,
Some things (like RewriteMaps) were checked/performed even if they
*) Removal of mod_auth_msql.c from the distribution. There are many
http://modules.apache.org/ It would be nice to offer a generic
Makefile on the fly based on Makefile.tmpl and Configuration.
Encore's UMAX V: Arieh Markel <amarkel encore.com>
Acorn RISCiX: Stephen Borrill <sborrill xemplar.co.uk>
*) support/httpd_monitor is no longer distributed because the
the headers/contents of the request. It does not run during subrequests
USE_xxx_SERIALIZED_ACCEPT in conf.h. xxx is FCNTL for fcntl(),
- Linux 2.x uses flock instead of fcntl
- Solaris 2.x uses pthreads
*) PORT: The semantics of accept/select make it very desirable to use
Modules can be dropped into modules/extra, or in their own
modules/standard. All other source code is in main. OS-specific
match "/home/a/andrew/public_html", now it only matches things
[Dean Gaudet, Dave Hankins <dhankins sugarat.net>]
/dev/tty, etc.)
[Jason Venner <jason idiom.com>] PR#667
and cidr syntax (i.e. 10.1.0.0/16). PR#762
Apache would omit the chunk header/footer on the next block. Cleaned
e.g. when max_requests_per_child is reached, etc.
[Alexander L Jones <alex systems-options.co.uk>] PR#732
*) PORT: QNX mmap() support for faster/more reliable scoreboard handling.
[Igor N Kovalenko <infoh mail.wplus.net>] PR#683
setting. The define MAX_SPAWN_RATE can be used to raise/lower
in a language that by default does buffering (e.g. perl) this
*) PORT: Allow for use of n32bit libraries under IRIX 6.x
[derived from patch from Jeff Hayes <jhayes aw.sgi.com>]
*) PORT: Linux: Attempt to detect glibc based systems and include crypt.h
*) PORT: QNX doesn't have initgroups() which support/suexec.c uses.
[Igor N Kovalenko <infoh mail.wplus.net>]
[Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#815
rect /url.hrm 10 20 30 40
["Chris O'Byrne" <obyrne iol.ie>] PR#807
["Darren O'Shaughnessy" <darren aaii.oz.au>] PR#846
the output of mod_info. ["Lou D. Langholtz" <ldl usi.utah.edu>]
braindead SunOS 4.1.x, allow env variables to be set even on rules with
i.e. now mod_rewrite no longer has a shared copyright. Instead is is
See http_config.h for more details. [Dean Gaudet]
LoadModule/LoadFile directives. Note that module DLLs must be
Module autoindex_module mod_autoindex.o
*) popendir/pclosedir created to properly protect directory scanning.
["Lou D. Langholtz" <ldl usi.utah.edu>]
command. [Ian Kluft <ikluft cisco.com>]
*) Makefile.nt added - to build all the bits from the command line:
nmake -f Makefile.nt
httpd.h. [Dean Gaudet]
the SFIO library calls sfread/sfwrite if B_SFIO is defined at
work however.) [Alexander Spohr <aspohr netmatic.com>] PR#444
*) Turn off chunked encoding after sending terminating chunk/footer
[Stanley Gambarin <gambarin OpenMarket.com>]
[Ben Laurie and Ambarish Malpani <ambarish valicert.com>]
*) SECURITY: When a client connects to a particular port/addr, and
*) Support virtual hosts with wildcard port and/or multiple ports
properly. [Ed Korthof <ed organic.com>]
and mod_include.c. [Dean Gaudet]
[Mark Andrew Heinrich <heinrich tinderbox.Stanford.EDU>]
<sscheck infonex.net>, Ben Laurie] PR#1604
cases. [Ben Reser <breser regnow.com>] PR#1366
Also removed the auto-generated link to www.apache.org that was the
htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
*) #ifdef wrap a few #defines in httpd.h to make life easier on
*) Fix MPE compilation error in mod_usertrack.c. [Mark Bixby]
should consider comparing against src/modules/standard/mod_include.c
Michal Zalewski <lcamtuf boss.staszic.waw.pl> for reporting
[Brian Slesinsky <bslesins wired.com>] PR#1139
[Jay Bloodworth <jay pathways.sde.state.sc.us>]
*) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
this is a bug. ["Paul B. Henson" <henson intranet.csupomona.edu>]
[Rick Franchuk <rickf transpect.net>] PR#1107
minus WIN32/NT stuff, but plus copyright removement.
[Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#815
an HTTP/0.9 server. [Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#813,814
[Skip Montanaro <skip calendar.com>, Marc Slemko] PR#797
under Solaris 2.x (up through 2.5.1). It has been fixed.
lockfile in any location. It previously defaulted to /usr/tmp/htlock.
*) Add a placeholder in modules/Makefile to avoid errors with certain
*) USE_FLOCK_SERIALIZED_ACCEPT is now default for FreeBSD, A/UX, and
redirect flag, e.g. R=permanent, the permanent status was lost.
[Lawrence Rosenman <ler lerctr.org>] PR#511
*) PORT: NonStop-UX [Joachim Schmitz <schmitz_joachim tandem.com>] PR#327
[David DeSimone <fox convex.com>] PR#399
["P. Alejandro Lopez-Valencia" <alejolo ideam.gov.co>] PR#388
*) PORT: Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
*) PORT: fix problem compiling http_bprintf.c with gcc under SCO
*) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko]
change submitted by Jozsef Hollosi <hollosi sbcm.com>.
directive and the DEFAULT_TYPE symbol in httpd.h. Changed the value
of DEFAULT_TYPE to match the documented default (text/plain).
*) In mod_proxy.c, check return values for proxy_host2addr() when reading
the connection (e.g., when user presses Stop). Apache will now stop
*) Rearrange Configuration.tmpl so that mod_rewrite has higher priority
htdocs/manual/stopping.html for details on stopping and
*) The default handler now logs invalid methods or URIs (i.e. PUT on an
buffer or write inside buff.c or fread'ing from a CGI's output,
*) Use /bin/sh5 on ULTRIX. [P. Alejandro Lopez-Valencia] PR#369
*) Add UnixWare compile/install instructions. [Chuck Murcko]
*) Add macro for memmove to conf.h for SUNOS4. [Marc Slemko]
*) More signed/unsigned port fixes. [Dean Gaudet]
*) suexec.c doesn't close the log file, allowing CGIs to continue writing
*) Improved generation of modules/Makefile to be more generic for
*) Fixed overlaying of request/sub-request notes and headers in
when nalloc==0. [Kai Risku <krisku tf.hut.fi> and Roy Fielding]
*) changed status check mask in proxy_http.c from "HTTP/#.# ### *" to
- Changed send_dir() to remove user/passwd from displayed URL.
[Marc Slemko, reported by Onno Witvliet <onno tc.hsa.nl>]
select/accept and keep-alive requests, fixed several bugs regarding
[Ben Laurie, reported by <geddis tesserae.com>]
*) Tweak byteserving code (e.g. serving PDF files) to work around
Emit Content-Length header when sending multipart/byteranges.
*) Port to HI-UX/WE2. [Nick Maclaren]
[Mark Bixby <markb cccd.edu>]
regex/regcomp.c since that file also used a NEXT define.
*) Portability Fix: NeXT lacks unistd.h so we wrap it's inclusion
*) Remove mod_fastcgi.c from the distribution. This module appears
continue to be easily available at http://www.fastcgi.com/
*) Fixed bug in modules/Makefile that wouldn't allow building in more
- execution restricted to UID/GID > 100
*) Replace references to make in Makefile.tmpl with $(MAKE).
*) Add ProxyBlock directive w/IP address caching. Add IP address
[<mgyger itr.ch>, Adrian Filipi-Martin]
[Roy Fielding, after useful PR from <adrian virginia.edu>]
*) Remove requirement for ResourceConfig/AccessConfig if not using
2. initgroups() on Linux 2.0.x clobbers gr->grid.
*) Reset timeout while reading via get_client_block() in mod_cgi.c
*) Add the ability to pass different Makefile.tmpl files to Configure
*) proxy_http.c bugfixes: [Chuck Murcko]
1) fixes possible NULL pointer reference w/NoCache
*) mod_include.c bugfixes:
3) Patch to fix compiler warnings [<perrot lal.in2p3.fr>]
[Ben Yoshino <ben wiliki.eng.hawaii.edu>]
*) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie]
http_protocol.c [Roy Fielding]
*) Replaced use of index() in mod_expires.c with more appropriate
*) In helpers/CutRule, replaced "cut" invocation with "awk" invocation
*) Updated helpers/GuessOS for ...
SCO UnixWare 2.1.1 (requires a separate set of #defines in conf.h)
and fixed something in helpers/PrintPath [Ben Laurie]
*) Not listed. See <http://www.apache.org/docs/new_features_1_2.html>
*) mod_env now turned on by default in Configuration.tmpl.
c) Leading colons were stripped from passwords [<osm interguide.com>]
d) Another fix to multi-method Limit problem [<jk tools.de>]
b) truncated hostnames/ip address in the logs
*) Not listed. See <http://www.apache.org/docs/new_features_1_1.html>
*) Internal redirects which occur in mod_dir.c now preserve the
*) Fix for POSIX compliance in waiting for processes in alloc.c.
which works similar to PidFile (in httpd.conf) [Rob Hartill]
*) Include sys/resource.h in the correct place for SunOS4 [Sameer Parekh]
*) the pstrcat call in mod_cookies.c didn't have an ending NULL,
*) Add strerror function to util.c for SunOS4 [Randy Terbush]
*) patch to get Apache compiled on UnixWare 2.x, recommended as
a temporary measure, pending rewrite of rfc931.c. [Chuck Murcko]
*) past changes to http_config.c to only use the
*) Remove uses of MAX_STRING_LEN/HUGE_STRING_LEN from several routines.
and the server provider uses relative links; as file.html
*) Not listed. See <http://www.apache.org/docs/new_features_1_0.html>
*) Fixed potential FILE* leak in http_main.c [Ben Laurie]
*) Eliminated some bogus Linux-only #defines in conf.h [Aram Mirzadeh]
*) Nuked bogus #define in httpd.h [David Robinson]
*) gcc -Wall no longer complains about an unused variable when util.c
*) Rationalize handling of BSD in conf.h and elsewhere [Randy Terbush,
*) Suppress -Wall warning by casting const away in util.c [Aram Mirzadeh]
subprocesses, including the SIGTERM/pause/SIGKILL routine, until
causing certain extremely marginal cases (e.g., ScriptAlias of a
*particular* index.html file) to fail. [David Robinson]
*) Cleaned up compiler warning from mod_access.c [Robert Thau]
*) Cleaned up comments in mod_cgi.c [Robert Thau]
"/path/to/some/link/" follows the link. [Thau, Fielding]
*) Doesn't reset DirectoryIndex to 'index.html' when
*) Clarified init code and nuked bogus warning in mod_access.c
*) Corrected several directives in sample srm.conf
*) Fixed ScriptAlias/Alias interaction by moving ScriptAlias handling to
mod_alias.c, merging it almost completely with handling of Alias, and
using a special file created for the purpose in /usr/tmp, and
which try to print out the last-modified date). [Eric Hagberg/Robert
*) <!--exec cgi="/some/uri/here"--> always treats the item named by the
*) POST to CGI works on A/UX [Jim Jagielski]
it seems to work well enough without it (even in a 10 hits/sec
workout), and the overhead for the locking under A/UX is
*) Fixed portability problems with mod_cookies.c [Cliff Skolnick]
*) Further de-Berklize mod_cookies.c; change the bogus #include. [Brian
Behlendorf/Eric Hagberg]
*) More improvements to default Configuration for A/UX [Jim Jagielski]
*) SunOS lib-function prototypes in conf.h conditionalized on __GNUC__,
*) Scoreboard file (/tmp/htstatus.*) no longer publically writable.
properly. (One-line fix to http_protocol.c).
*) Corrected cgi-src/Makefile entry for new imagemap script. [Alexei Kosut]
*) Nuked Shambhala name from src/README; had already cleaned it out
*) Set config file locations properly if not set in httpd.conf
*) Fixed mod_imap.c --- relative paths with base_uri referer don't
be nice if mod_dir.c was robust enough to handle that, but for now,
/tmp/htstatus.*, on which each process has an independent file
*) Moved FCNTL_SERIALIZED_ACCEPT defines into conf.h (that's what
*) Incidental code cleanups in http_main.c --- stop dragging
*) Fixed auth_name-related typos in http_core.c [Brian Behlendorf]
Also, fixed auth typo in http_protocol.c unmasked by this fix.
*) Reordered modules in modules.c so that Redirect takes priority
the same SIGTERM/pause/SIGKILL routine used to ding an errant CGI
*) Fixed silly typo in http_main.c which was suddenly fatal in HP-UX.
*) mod_core.c --- default_type returns DEFAULT_TYPE (the compile-time
memory area every time). Fix is in mod_dir.c. [Paul Sutton]
*) Changes to http_main.c --- root server no longer plays silly
*) mod_dir.c bug fixes: ReadmeName and HeaderName
*) http_request.c now calls unescape_url() more places where it
*) Generalized cleanup interface in alloc.c --- any function can be
registered with alloc.c as a cleanup for a resource pool;
*) More changes in alloc.c --- new cleanup_for_exec() function,
registered with the alloc.c machinery before the server exec()s a
*) Fixed basic thinkos in mod_dbm_auth.c [rst, reported by Mark Cox]
in alloc.c [rst]