CHANGES revision 8843b75d1c70af3da9a7306c4aede3b3e9346dea
28ad0be64ee756013c0f6a474fc447ee613ee0d1Evan HuntChanges with Apache 2.0.37
28ad0be64ee756013c0f6a474fc447ee613ee0d1Evan Hunt *) Fix an unusual set of ./configure arguments that could cause
229442301442890aee044a0df54d3787acd68e65Mark Andrews mod_http to be built as a DSO, which it currently doesn't
229442301442890aee044a0df54d3787acd68e65Mark Andrews support. PR 9244.
229442301442890aee044a0df54d3787acd68e65Mark Andrews [Cliff Woolley, Robin Johnson <robbat2@orbis-terrarum.net>]
8b56b8956fc1e6c70efacb4f71db28d0d1f0c577Mark Andrews *) Win32: Fix bug in apr_sendfile() that caused incorrect operation
8b56b8956fc1e6c70efacb4f71db28d0d1f0c577Mark Andrews of the %X, %b and %B logformat options. PR 8253, 8996.
2284b84d74cdfd62ecb962feb850de981bbc2196Evan Hunt [Bill Stoddard]
28ad0be64ee756013c0f6a474fc447ee613ee0d1Evan Hunt *) If content-encoding is already present, do not run deflate (PR 9222)
2284b84d74cdfd62ecb962feb850de981bbc2196Evan Hunt [Kazuhisa ASADA <kaz@asada.sytes.net>]
bf64a0d5d9469c42622401bc5d55cf9888eeef44Tatuya JINMEI 神明達哉 *) The APLOG_NOERRNO flag to ap_log_[r]error() is now deprecated.
bf64a0d5d9469c42622401bc5d55cf9888eeef44Tatuya JINMEI 神明達哉 It is currently ignored and it will be removed in a future release
00c93a6214214772d4952cd4327aa34670c763bcMichael Graff of Apache. [Jeff Trawick]
00c93a6214214772d4952cd4327aa34670c763bcMichael Graff *) Removed documentation references to the no-longer-supported
375e2c913a21cb852310418785f359a6b21b851dMark Andrews "make certificate" feature of mod_ssl for Apache 1.3.x. Test
375e2c913a21cb852310418785f359a6b21b851dMark Andrews certificates, if truly desired, can be generated using openssl
52cb865cf00db3437c33b57de0a17c807f9ba67eMark Andrews commands. PR 8724. [Cliff Woolley]
0f4a4d46abe13df2c367aa8dffaad685c20eaadaMark Andrews *) Remove SSLLog and SSLLogLevel directives in favor of having
0f4a4d46abe13df2c367aa8dffaad685c20eaadaMark Andrews mod_ssl use the standard ErrorLog directives. [Justin Erenkrantz]
c4fadc88619959582ac89b841c489be0519ae79dTatuya JINMEI 神明達哉 *) OS/390: LIBPATH no longer has to be manually uncommented in
c4fadc88619959582ac89b841c489be0519ae79dTatuya JINMEI 神明達哉 envvars to get apachectl to set up httpd properly. [Jeff Trawick]
8907d8fa04fdaa65baf0bc6b01230b2ebde93106Mark Andrews *) mod_isapi: All mod_isapi directives, excluding ISAPICacheFile,
8907d8fa04fdaa65baf0bc6b01230b2ebde93106Mark Andrews may now be specified to the <File/Directory > container, rather
8907d8fa04fdaa65baf0bc6b01230b2ebde93106Mark Andrews than by vhost. [William Rowe]
d904beeb3bf62d60e25f76e1ac9c4b78278c14edMark Andrews *) mod_isapi: Experimental support for faux async support for ISAPI
d904beeb3bf62d60e25f76e1ac9c4b78278c14edMark Andrews modules. [William Rowe]
db30f4bdcb66afb7eb1ab0c6882cc70be9a53d79Mark Andrews *) mod_isapi: Major refactoring of the code to rely on apr internals
db30f4bdcb66afb7eb1ab0c6882cc70be9a53d79Mark Andrews rather than MS APIs (using our own mod_isapi.h headers for ISAPI
db30f4bdcb66afb7eb1ab0c6882cc70be9a53d79Mark Andrews symbol definitions.) [William Rowe]
db30f4bdcb66afb7eb1ab0c6882cc70be9a53d79Mark Andrews *) mod_isapi: Fixed the return string length from GetServerVariable
db30f4bdcb66afb7eb1ab0c6882cc70be9a53d79Mark Andrews callback, it was not including the trailing null in the consumed
887ef2682c6f66f9dcd6604c4ccf8f87894ef2a9Mark Andrews buffer size. This was particularly bad for Delphi 6.0 users.
887ef2682c6f66f9dcd6604c4ccf8f87894ef2a9Mark Andrews PR 8934 [Sebastian Hantsch <sebastian.hantsch@gmx.de>]
420ed91d3ed516bc9d5edf2e942ae792d17d11b4Mark Andrews *) Fixed Win32 builds for Microsoft VisualStudio 7.0 (.net).
07555e64d9102eae058efd58f872b4a3b9ddff61Mark Andrews [William Rowe]
a76b380643a22f23a67a9df284e86cd7ef7608c1Mark Andrews *) Make apxs look in the correct directory for envvars. It was
a76b380643a22f23a67a9df284e86cd7ef7608c1Mark Andrews broken when sbindir != bindir. PR 8869
a76b380643a22f23a67a9df284e86cd7ef7608c1Mark Andrews [Andreas Sundstr�m <sunkan@zappa.cx>]
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont *) Fix mod_deflate corruption when using multiple buckets. PR 9014.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont [Asada Kazuhisa <kaz@asada.sytes.net>]
4a253e12fc611763cd7c1b793e78a00d47894399Francis Dupont *) Performance enhancements for access logger when using
4a253e12fc611763cd7c1b793e78a00d47894399Francis Dupont default timestamp formatting [Brian Pane]
cffe96e26744abcf33494837b234219046a631d8Mark Andrews *) Added EnableMMAP config directive to enable the server
cffe96e26744abcf33494837b234219046a631d8Mark Andrews administrator to disable memory-mapping of delivered files
cffe96e26744abcf33494837b234219046a631d8Mark Andrews on a per-directory basis. [Brian Pane]
f703353673abc17ef76c89561a1fbf3555d38927Mark Andrews *) Performance enhancements for mod_setenvif [Brian Pane]
f703353673abc17ef76c89561a1fbf3555d38927Mark Andrews *) Fix a mod_ssl build problem on OS/390. [Jeff Trawick]
7e26a2a646877bcd5e03fce6d7347e88f059011eMark Andrews *) Fixed If-Modified-Since on Win32, which would give false positives
7e26a2a646877bcd5e03fce6d7347e88f059011eMark Andrews because of the sub-second resolution of file timestamps on that
a95a9de45ca739dab17ec1263186dbaaaba50d97Tatuya JINMEI 神明達哉 platform. [Cliff Woolley]
a95a9de45ca739dab17ec1263186dbaaaba50d97Tatuya JINMEI 神明達哉 *) Reverse the hook ordering for mod_userdir and mod_alias so
ea8564f68adbacd904e55e47668fe1bbf65ddd1dMark Andrews that Alias/ScriptAlias will override Userdir. PR 8841
ea8564f68adbacd904e55e47668fe1bbf65ddd1dMark Andrews [Joshua Slive]
55f580c7fc4b99316a54ef54ed79c58efca5fff1Mark Andrews *) Move mod_deflate out of experimental and into filters.
55f580c7fc4b99316a54ef54ed79c58efca5fff1Mark Andrews [Justin Erenkrantz]
d9936b218d9d0fd7c6a1a418e5b91b356190ea12Mark Andrews *) Get proxy CONNECT basically working. [Jeff Trawick]
4074b8e7342618ff38ffe3773a2699ee1734f1adMark Andrews *) Fix mod_rewrite hang when APR uses SysV Semaphores and
0283e511317cae3785a9d48e236289a234a25368Mark Andrews RewriteLogLevel is set to anything other than 0. PR: 8143
664e11f0b14c78cef7cf6b8c70323a1da494e351Mark Andrews [Aaron Bannert, Cliff Woolley]
0283e511317cae3785a9d48e236289a234a25368Mark Andrews *) Fix byterange requests from returning 416 when using dynamic data
016c4317500eb565b82b27d00ba6b621c6e29110Mark Andrews (such as filters like mod_include). [Justin Erenkrantz]
ce9c1558a6c81b49a5cedf55d168f889aeb5d310Mark Andrews *) Allow mod_rewrite's set of "int:" internal RewriteMap functions
ce9c1558a6c81b49a5cedf55d168f889aeb5d310Mark Andrews to be extended by third-party modules via an optional function.
ce9c1558a6c81b49a5cedf55d168f889aeb5d310Mark Andrews [Tahiry Ramanamampanoharana <nomentsoa@hotmail.com>, Cliff Woolley]
0f3264c8d1b66de8dedd137d53615b8a8556adfaMark Andrews *) Fix mod_include expression parser's handling of unquoted strings
0f3264c8d1b66de8dedd137d53615b8a8556adfaMark Andrews followed immediately by a closing paren. PR 8462. [Brian Pane]
0e30609d7b3e31e3ff249d185041b9140b5410baMark Andrews *) Remove autom4te.cache in 'make distclean'.
0e30609d7b3e31e3ff249d185041b9140b5410baMark Andrews [Thom May <thom@planetarytramp.net>]
9e8947d9e606b967d0792d0ab1ee7afac5e5f39dMark Andrews *) Fix generated httpd.conf to respect layout for LoadModule lines.
9e8947d9e606b967d0792d0ab1ee7afac5e5f39dMark Andrews PR 8170. [Thom May <thom@planetarytramp.net>]
3cff31d890bf0815b6b2c7603d1e5c37dc3f26b7Mark Andrews *) Win32: During a graceful restart, threads in the new process
2005c3b37bb39a37dc0b034bb2149006df7e3759Mark Andrews were accessing scoreboard slots still in use by active threads in
aef875b27e94586a1f3644d53705e6f5ea4b5dafMark Andrews the the old process. [Bill Stoddard]
c09c2bf800ba0f5e6efe6b47ba72f43e4a61ca7dMark AndrewsChanges with Apache 2.0.36
9a7d202077fae00fbdca610d8a8d90689e30f331Mark Andrews *) Fix some minor formatting issues with ab. Part of this is
9a7d202077fae00fbdca610d8a8d90689e30f331Mark Andrews in reference to PR 8544, the rest I noticed while testing
9a7d202077fae00fbdca610d8a8d90689e30f331Mark Andrews the PR fix. [Paul J. Reder]
9a7d202077fae00fbdca610d8a8d90689e30f331Mark Andrews *) Fix a case where an invalid pass phrase is entered and an
9a7d202077fae00fbdca610d8a8d90689e30f331Mark Andrews error message is given, but the prompt is not shown again.
4a5b30c24ca7ceefec4ca142069b886f3d4ab9f9Mark Andrews This left the user in an ambiguous state. PR 8320 [Paul J. Reder]
c368f28dad471c70213b41f7a0ad1b4ef4d8c543Mark Andrews *) Close sockets on worker MPM when doing a graceless restart.
f1d6c77eccf502398ae5954fb884bde70764a047Mark Andrews [Aaron Bannert]
f1d6c77eccf502398ae5954fb884bde70764a047Mark Andrews *) Reverted a minor optimization in mod_ssl.c that used the vhost ID
f1d6c77eccf502398ae5954fb884bde70764a047Mark Andrews as the session id context rather that a MD5 hash of that vhost ID,
7adca0ea2fcd44641861523b718d6980c0666103Mark Andrews because it caused very long vhost id's to be unusable with mod_ssl.
7adca0ea2fcd44641861523b718d6980c0666103Mark Andrews PR 8572. [Cliff Woolley]
9dcc44d7b309b61e89083807d47af471ec6bae1fMark Andrews *) Fix the link to the description of the CoredumpDirectory
5badfc7e00b2ec2c7b93657906b8609114ee00ccMark Andrews directive in the server-wide document. PR 8643. [Jeff Trawick]
5badfc7e00b2ec2c7b93657906b8609114ee00ccMark Andrews *) Fixed SHMCB session caching. [Aaron Bannert, Cliff Woolley]
dc2a0aa7aaa8b85398ae183c7274c0eeec5009afMark Andrews *) Synced with remaining changes from mod_ssl 2.8.8-1.3.24:
2005c3b37bb39a37dc0b034bb2149006df7e3759Mark Andrews - Avoid SIGBUS on sparc machines with SHMCB session caches
1fa2ce7eaef0c17d554495220565b681639b2ce5Mark Andrews - Allow whitespace between the pipe and the name of the
7539c231d47677250008737b0691f9518111f3f5Mark Andrews program in SSLLog "| /path/to/program". [Cliff Woolley]
7ae2fa27e921ff5a2de4b0bb3aef5013315e92a8Tatuya JINMEI 神明達哉 *) Introduce mod_ext_filter and mod_deflate experimental modules
7ae2fa27e921ff5a2de4b0bb3aef5013315e92a8Tatuya JINMEI 神明達哉 to the Win32 build (zlib sources must be in srclib\zlib.)
7ae2fa27e921ff5a2de4b0bb3aef5013315e92a8Tatuya JINMEI 神明達哉 [William Rowe]
7fe86a54252bab063030512a0e4150e1b7814effMark Andrews *) Changes to the worker MPM's queue management and thread
1c3ed2a83d176d9023b51b60dfc96c133f678362Tatuya JINMEI 神明達哉 synchronization code to reduce mutex contention [Brian Pane]
1c3ed2a83d176d9023b51b60dfc96c133f678362Tatuya JINMEI 神明達哉 *) Don't install *.in configuration files since we already install
e951a79d901cc9b72a4882c38f02b568eed6bf24Mark Andrews *-std.conf files. [Aaron Bannert]
e951a79d901cc9b72a4882c38f02b568eed6bf24Mark Andrews *) Many improvements to the threadpool MPM. [Aaron Bannert]
a59640bf27db16e02e01484297e36b7456e163bbMark Andrews *) Fix subreqs that are promoted via fast_redirect from having invalid
4462e590791925b6a5efceacbff054a6b5fe35edMark Andrews frec->r structures. This would cause subtle errors later on in
4462e590791925b6a5efceacbff054a6b5fe35edMark Andrews request processing such as seen in PR 7966. [Justin Erenkrantz]
9925249931480c9e422b70c948b2665264ec46f5Mark Andrews *) More efficient pool recycling logic for the worker MPM [Brian Pane]
fc7043d7d1294478c9988c10af9a7fb8fd810338Evan Hunt *) Modify the worker MPM to not accept() new connections until
fc7043d7d1294478c9988c10af9a7fb8fd810338Evan Hunt there is an available worker thread. This prevents queued
fc7043d7d1294478c9988c10af9a7fb8fd810338Evan Hunt connections from starving for processing time while long-running
cef715b6556ca1207b85aa1eac6ce817af2be44eMark Andrews connections were hogging all the available threads. [Aaron Bannert]
cef715b6556ca1207b85aa1eac6ce817af2be44eMark Andrews *) Convert the worker MPM's fdqueue from a LIFO back into a FIFO.
5497de6931b5ac26f65c2343b0318614f73933baMark Andrews [Aaron Bannert]
5497de6931b5ac26f65c2343b0318614f73933baMark Andrews *) Get basic HTTP proxy working on EBCDIC machines. [Jeff Trawick]
f86c5d30de5d2bf4a4aab98f72295309d62e92eeMark Andrews *) Allow mod_unique_id to work on systems with no IPv4 address
f86c5d30de5d2bf4a4aab98f72295309d62e92eeMark Andrews corresponding to their host name. [Jeff Trawick]
262c39b2366bf79062f7f86b218947523dd1cbacEvan Hunt *) Fix suexec behavior with user directories. PR 7810.
262c39b2366bf79062f7f86b218947523dd1cbacEvan Hunt [Colm <colmmacc@redbrick.dcu.ie>]
b1e32169ac5cf21fca540fa122a546db71090491Mark Andrews *) Reject a blank UserDir directive since it is ambiguous. PR 8472.
827572e191fad1326c624593bf35d8eb1928f607Mark Andrews [Justin Erenkrantz]
1aba9fe67899522364a9dbc3ee5a14da081f0314Evan Hunt *) Make mod_mime use case-insensitive matching when examining
1aba9fe67899522364a9dbc3ee5a14da081f0314Evan Hunt extensions on all platforms. PR 8223. [Justin Erenkrantz]
546c2bf791782df1077217bdaf1865235fa95a93Mark Andrews *) Add an intelligent error message should no proxy submodules be
546c2bf791782df1077217bdaf1865235fa95a93Mark Andrews valid to handle a request. PR 8407 [Graham Leggett]
6c7f722d31d12cf83964c8132f0a59ef70e34cb5Mark Andrews *) Major improvements in concurrent processing for AB by enabling
fcc2a57e13fbecf085e9d11702709b3d5a49b043Mark Andrews non-blocking connect()s and preventing APR from doing blocking
fcc2a57e13fbecf085e9d11702709b3d5a49b043Mark Andrews read()s. Also implement fatal error checking for apr_recv().
fcc2a57e13fbecf085e9d11702709b3d5a49b043Mark Andrews [Aaron Bannert]
fcdafc1e30dd4d10184b56201ea2fc3bab711e5eMark Andrews *) Fix Win32 NTFS Junctions (symlinks). PR 8014 [William Rowe]
f1263d2aa405087e74caf001cd443079f50ee903Mark Andrews *) Fix Win32 'short name' aliases in httpd.conf directives.
f1263d2aa405087e74caf001cd443079f50ee903Mark Andrews PR 8009 [William Rowe]
b1d21f6c93c93bd27492fc41f1c3205c39ab2167Mark Andrews *) Fix generation of default httpd.conf when the layout paths are
b1d21f6c93c93bd27492fc41f1c3205c39ab2167Mark Andrews disjoint. PR 7979, 8227. [Justin Erenkrantz]
efb3fa669f00ccfd9aada997b426616b6b0ce044Mark Andrews *) Swap downgrade-1.0 and force-response-1.0 conditional checks so
034f775ae1bbc260d88bc372f01fdf4b50554514Mark Andrews that downgraded responses can have force-response. PR 8357.
034f775ae1bbc260d88bc372f01fdf4b50554514Mark Andrews [Justin Erenkrantz]
80f20cb452989a423ed0ab84cfbf67d258b92247Mark Andrews *) Fix perchild MPM so that it can be configured with the move to the
80f20cb452989a423ed0ab84cfbf67d258b92247Mark Andrews experimental directory. [Scott Lamb <slamb@slamb.org>]
93ee06cbe34294c300834d383ff89162ad5c241aMark Andrews *) Fix perchild MPM so that it uses ap_gname2id for groups instead of
93ee06cbe34294c300834d383ff89162ad5c241aMark Andrews ap_uname2id. [Scott Lamb <slamb@slamb.org>]
494143860bbe118050f46ecac3d196c779d4b7b0Mark Andrews *) Fix AcceptPathInfo. PR 8234 [Cliff Woolley]
494143860bbe118050f46ecac3d196c779d4b7b0Mark Andrews *) [Security] Added the APLOG_TOCLIENT flag to ap_log_rerror() to
400a1b6604ede895cc8d67a7aa66796a5dbc75e4Mark Andrews explicitly tell the server that warning messages should be sent
400a1b6604ede895cc8d67a7aa66796a5dbc75e4Mark Andrews to the client in addition to being recorded in the error log.
400a1b6604ede895cc8d67a7aa66796a5dbc75e4Mark Andrews Prior to this change, ap_log_rerror() always sent warning
c0fb34e8156aea6b7fde8488e7440524c703f22eMark Andrews messages to the client. In one case, a faulty CGI script caused
c0fb34e8156aea6b7fde8488e7440524c703f22eMark Andrews the server to send a warning message to the client that contained
c0fb34e8156aea6b7fde8488e7440524c703f22eMark Andrews the full path to the CGI script. This could be considered a
48fa5940280d65a83b020cca12769b4cd0422e91Mark Andrews minor security exposure. [Bill Stoddard]
48fa5940280d65a83b020cca12769b4cd0422e91Mark Andrews *) mod_autoindex output when SuppressRules was specified would
bfcc5ae79a46c5c55e6cf1a9fe4d70a957712d2bTatuya JINMEI 神明達哉 omit the first carriage return so the first item in the list
bfcc5ae79a46c5c55e6cf1a9fe4d70a957712d2bTatuya JINMEI 神明達哉 would appear to the right of the column headings instead of
bfcc5ae79a46c5c55e6cf1a9fe4d70a957712d2bTatuya JINMEI 神明達哉 underneath them. PR 8016 [David Shane Holden <dpejesh@yahoo.com>]
bfcc5ae79a46c5c55e6cf1a9fe4d70a957712d2bTatuya JINMEI 神明達哉 *) Moved the call to apr_mmap_dup outside the error branch so
20837e74f5e68a8108c25bb341a3ef1c1ca22711Tatuya JINMEI 神明達哉 that it would actually get called. This fixes a core dump
1c9f629c181dfd14bb429a6699d22c3c023aa218Mark Andrews at init everytime you use the MMapFile directive. PR 8314
1c9f629c181dfd14bb429a6699d22c3c023aa218Mark Andrews [Paul J. Reder]
f61a7c87bf36b189d8f04ea4c8ab3ec55778355cMark Andrews *) Trigger an error when a LoadModule directive attempts to
f61a7c87bf36b189d8f04ea4c8ab3ec55778355cMark Andrews load a module which is built-in. This is a common error when
f61a7c87bf36b189d8f04ea4c8ab3ec55778355cMark Andrews switching from a DSO build to a static build. [Jeff Trawick]
f61a7c87bf36b189d8f04ea4c8ab3ec55778355cMark Andrews *) Change instdso.sh to use libtool --install everywhere and then
2678fccde3453facce53f857d95fec30ca4a284fMark Andrews clean up some stray files and symlinks that libtool leaves around
2678fccde3453facce53f857d95fec30ca4a284fMark Andrews on some platforms. This gets subversion building properly since
2678fccde3453facce53f857d95fec30ca4a284fMark Andrews it needed a re-link to be performed by libtool at install time,
562460463b6f4c4d6f815c58c129451c82d66823Mark Andrews and the old instdso.sh logic to simply cp the DSO didn't handle
562460463b6f4c4d6f815c58c129451c82d66823Mark Andrews that requirement. [Sander Striker]
577272cf7935770fa2ea817e656a572cdcd94eccMark Andrews *) Allow VPATH builds to succeed when configured from an empty
577272cf7935770fa2ea817e656a572cdcd94eccMark Andrews directory. [Thom May <thom@planetarytramp.net>]
8486ce1efa5deded85415d21d5696e5a51c63357Mark Andrews *) Fix 'control reaches end of non-void function' warning in
8486ce1efa5deded85415d21d5696e5a51c63357Mark Andrews server/log.c. [Ben Collins-Sussman <sussman@collab.net>]
92f60809e854ccf5f115883c6347e370da048848Mark Andrews *) Perchild MPM is now correctly deemed as experimental and is now
92f60809e854ccf5f115883c6347e370da048848Mark Andrews located in server/mpm/experimental. [Justin Erenkrantz]
92f60809e854ccf5f115883c6347e370da048848Mark Andrews *) Fix segfault in mod_mem_cache when garabge collecting an expired
f5d0f495847eb4eb9f0058e73051f855800bee0bMark Andrews cache entry. [Bill Stoddard]
f5d0f495847eb4eb9f0058e73051f855800bee0bMark Andrews *) Introduced -E startup_logfile_name option to httpd to allow admins
dc0ecf08dbea81b6ebfcd3a18b52aa974472b1baMark Andrews to begin logging errors immediately. This provides Win32 users
dc0ecf08dbea81b6ebfcd3a18b52aa974472b1baMark Andrews an alternative to sending startup errors to the event viewer, and
dc0ecf08dbea81b6ebfcd3a18b52aa974472b1baMark Andrews allows other daemon tool authors an alternative to logging to stderr.
dc19dcbc236bc876a6cdb426ec7c5fab964f8dfcMark Andrews [William Rowe]
dc19dcbc236bc876a6cdb426ec7c5fab964f8dfcMark Andrews *) Fix subreqs with non-defined Content-Types being served improperly.
dc19dcbc236bc876a6cdb426ec7c5fab964f8dfcMark Andrews [Justin Erenkrantz]
114c14f8adfc249cf2e5cdcb9007af46fed257e3Mark Andrews *) Merge in latest GNU config.guess and config.sub files. PR 7818.
604419a812b491cd35fb6fad129c3c39da7200a1Mark Andrews [Justin Erenkrantz]
3d78993c6d415f600f57520d1566627b5535d715Mark Andrews *) Move 100 - Continue support to the HTTP_IN filter so that filters
3d78993c6d415f600f57520d1566627b5535d715Mark Andrews are guaranteed to support 100 - Continue logic without any
8c850a29eda020642c84038e449d60f124c6123bMark Andrews intervention. [Justin Erenkrantz]
8c850a29eda020642c84038e449d60f124c6123bMark Andrews *) Add HTTP chunked input trailer support. [Justin Erenkrantz]
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews *) Rename and export get_mime_headers as ap_get_mime_headers.
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews [Justin Erenkrantz]
e8ca2abed76b550fd3baddcfb17f2c9a630d6b71Mark Andrews *) Allow empty Host: header arguments. PR 7441. [Justin Erenkrantz]
e8ca2abed76b550fd3baddcfb17f2c9a630d6b71Mark Andrews *) Properly substitute sbindir as httpd's location in apachectl. PR 7840.
81d9d7a10e52b421d7f4784c48ae995b13203c59Mark Andrews [Andreas Hasenack <andreas@netbank.com.br>]
81d9d7a10e52b421d7f4784c48ae995b13203c59Mark Andrews *) Allow Win32 shebang scripts to follow the path (or omit the .exe
301f6ffbbeabcbf765f8163f4ffb7f6f0146b926Mark Andrews suffix from the shebang command), and allow ScriptInterpreterSource
301f6ffbbeabcbf765f8163f4ffb7f6f0146b926Mark Andrews Registry or RegistryStrict to override shebang lines, as 1.3 did.
9e4b25fc3eb5777202147634d789345d893b4539Mark Andrews PR 8004 [William Rowe]
9e4b25fc3eb5777202147634d789345d893b4539Mark Andrews *) worker MPM: Fix a situation where a child exited without releasing
28c49640dcb25102e5040b8d957edd905ddf82f8Mark Andrews the accept mutex. Depending on the OS and mutex mechanism this
7314547af7aa1dd25d690dd3f034d49e5cc8fa9dMark Andrews could result in a hang. [Jeff Trawick]
541b9722d8031485922ab11221c2e747c0262cf5Mark Andrews *) Update the instructions for how to get started with mod_example.
541b9722d8031485922ab11221c2e747c0262cf5Mark Andrews [Stas Bekman]
ddaeaddf2b9148ce3e6ec5fecc48f64ea5826faeMark Andrews *) Fix PidFile to default to rel_runtimedir instead of
ddaeaddf2b9148ce3e6ec5fecc48f64ea5826faeMark Andrews rel_logfiledir. PR 7841. [Andreas Hasenack <andreas@netbank.com.br>]
a6f7fdcc039de75e9a20da90044caa814f0357a3Michael Graff *) Win32: Fix problem that caused rapid performance degradation
d7e8610d31d83ff863e8b2dc05c238376c35e949Mark Andrews when number of connecting clients exceeded ThreadsPerChild.
d7e8610d31d83ff863e8b2dc05c238376c35e949Mark Andrews [Bill Stoddard]
7e8214191899dc8043babdfbe9235ba14c825005Mark Andrews *) Fixed a segfault parsing large SSIs on non-mmap systems.
7e8214191899dc8043babdfbe9235ba14c825005Mark Andrews [Brian Havard]
c4dc5966e0a66f4d75677f1634eff3b45baf988eMark Andrews *) Proxy was bombing out every second keepalive request, caused by a
c4dc5966e0a66f4d75677f1634eff3b45baf988eMark Andrews stray CRLF before the second response's status line. Proxy now
9429f5a8318bd2142280c949d4af05998ca348a2Evan Hunt tries to read one more line if it encounters a CRLF where it
9429f5a8318bd2142280c949d4af05998ca348a2Evan Hunt expected a status. PR 10010 [Graham Leggett]
0899d16ebd6a70bb027e7899c53e7f542ebc987bEvan Hunt *) Deprecated the apr_lock.h API. Please see the following files
0899d16ebd6a70bb027e7899c53e7f542ebc987bEvan Hunt for the improved thread and process locking and signaling:
0899d16ebd6a70bb027e7899c53e7f542ebc987bEvan Hunt apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h,
d2e440ca30f27468443ccc7e21db0b8e10c4faf8Mark Andrews apr_thread_cond.h, and apr_global_mutex.h. [Aaron Bannert]
d2e440ca30f27468443ccc7e21db0b8e10c4faf8Mark Andrews *) Change mod_status to use scoreboard accessor functions so it can
404df30f4fcbd318dd1e3cc027d2b5abff3ab6d5Mark Andrews be used in any MPM without having to be recompiled.
404df30f4fcbd318dd1e3cc027d2b5abff3ab6d5Mark Andrews [Ryan Morgan <rmorgan@covalent.net>]
544d0efa38490d67e458aa9c23a7dac2a9d546bfMark Andrews *) Fix parsing of some AP_DECLARE_DATA declarations so that the filter
544d0efa38490d67e458aa9c23a7dac2a9d546bfMark Andrews handle declarations are recognized. This fixes problems loading
1f2635d3f7b3f0b3bf0d0310fe880d95e84f09fcMark Andrews mod_autoindex on some platforms. [Brian Havard]
1f2635d3f7b3f0b3bf0d0310fe880d95e84f09fcMark Andrews *) add optional fixup hook to proxy [Daniel Lopez <daniel@covalent.net>]
802760773ca5224b29a610741a7f2e0a7d6e031bMark Andrews *) Remind the admin about the User and Group directives when we are
802760773ca5224b29a610741a7f2e0a7d6e031bMark Andrews unable to set permissions on a semaphore. PR 7812 [Jeff Trawick]
b6d496d53851e5ab5ba82e800062a431b05310cbEvan Hunt *) fix possible compilation problem in ssl_engine_kernel.c. PR 7802
67213ca3d0594588a6fac32d8188efc68b0ad572Shane Kerr [Doug MacEachern]
d813808a01d5629110b8df483ccc2dff9ec2a84fMark Andrews *) fix possible infinite loop in mod_ssl triggered by certain
67213ca3d0594588a6fac32d8188efc68b0ad572Shane Kerr netscape clients [Doug MacEachern]
d813808a01d5629110b8df483ccc2dff9ec2a84fMark Andrews *) fix ProxyPass when frontend is https and backend is http
d813808a01d5629110b8df483ccc2dff9ec2a84fMark Andrews [Doug MacEachern]
33170a4b2b2765583df543efbb13a01e7b664037Mark Andrews *) Add DASL support to mod_dav
33170a4b2b2765583df543efbb13a01e7b664037Mark Andrews [Sung Kim <hunkim@cse.ucsc.edu>]
2cc262c0932a193b261e6e6a172855bd8f898c6dMark AndrewsChanges with Apache 2.0.35
76a378884f628f9b23bff16490e39dcd69b6ef0eMark Andrews *) mod_rewrite: updated to use the new APR global mutex type.
76a378884f628f9b23bff16490e39dcd69b6ef0eMark Andrews [Aaron Bannert]
c368f28dad471c70213b41f7a0ad1b4ef4d8c543Mark Andrews *) Fixes for mod_include errors on boundary conditions in which
03745451370778a867e46fdbe315eb958745a391Mark Andrews "<!--#" occurs at the very end of a bucket
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews [Paul Reder, Brian Pane]
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews *) worker, prefork, perchild, beos MPMs: Add -DFOREGROUND switch to
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews cause the Apache parent process to run in the foreground (similar to
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews -DNO_DETACH except that it doesn't switch session ids).
e9908a145e763591bb407a4cd3d2062c7bc94cd8Mark Andrews [Jeff Trawick]
71f4918fd8a5ec4f0a05aac657b614fdf2467bebMark Andrews *) Added support for Posix semaphore mutex locking (AcceptMutex posixsem)
873a2046fb73aee49934d7978efe3da6509faed3Evan Hunt for those platforms that support it. If using the default
dabe7f50bb61d75841b535b91edb8f323f82f826Evan Hunt implementation, this is between pthread and sysvsem in priority.
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews This implies it's the new default for Darwin. [Jim Jagielski]
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews *) AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPE
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews environment variables in the envvars file. [Jeff Trawick]
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews *) worker MPM: Don't create a listener thread until we have a worker
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews thread. Otherwise, in situations where we'll have to wait a while
05d2776f6fa8e3628555463b06cb43288c9ee68eEvan Hunt to take over scoreboard slots from a previous generation, we'll be
05d2776f6fa8e3628555463b06cb43288c9ee68eEvan Hunt accepting connections we can't process yet. [Jeff Trawick]
8327cdb88fdbf306eb4c37fe00a29aac4c2f55c5Evan Hunt *) Allow worker MPM to build on systems without pthread_kill().
8327cdb88fdbf306eb4c37fe00a29aac4c2f55c5Evan Hunt [Pier Fumagalli, Jeff Trawick]
f2d8c4a4c3dfa212ddcf5b86d4c5fced4965e52eMark Andrews *) Prevent ap_add_output_filters_by_type from being called in
8c76634f88c5b3169b61505925e10b997ea08e54Mark Andrews ap_set_content_type if the content-type hasn't changed.
8c76634f88c5b3169b61505925e10b997ea08e54Mark Andrews [Justin Erenkrantz]
8bedd9647f4d6894e12a8c94d3ccc624dddcee50Mark Andrews *) Performance: implemented the bucket allocator made possible by the
8bedd9647f4d6894e12a8c94d3ccc624dddcee50Mark Andrews API change in 2.0.34. [Cliff Woolley]
ca84283333d22c64abfbcb87872dd5e6d9172c5aMark Andrews *) Don't allow initialization to succeed if we can't get a socket
ca84283333d22c64abfbcb87872dd5e6d9172c5aMark Andrews corresponding to one of the Listen statements. [Jeff Trawick]
ca84283333d22c64abfbcb87872dd5e6d9172c5aMark AndrewsChanges with Apache 2.0.34
e6555b046798b1900e93c3208d26301872f50ca5Shane Kerr *) Allow all Perchild directives to accept either numerical UID/GID
e6555b046798b1900e93c3208d26301872f50ca5Shane Kerr or logical user/group names. [Scott Lamb <slamb@slamb.org>]
9a41f786b167a2a6df498d5e9c699f9835e1e9dcMark Andrews *) Make Perchild compile cleanly and serve pages again. [Ryan Bloom]
9a41f786b167a2a6df498d5e9c699f9835e1e9dcMark Andrews *) implement ssl proxy to support ProxyPass / https:// and the
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews SSLProxy* directives [Doug MacEachern]
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews *) Update mod_cgid to not do single-byte socket reads for CGI headers
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews [Brian Pane]
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews *) Made AB's use of the Host: header rfc2616 compliant
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews by Taisuke Yamada <tai@iij.ad.jp> [Dirk-Willem van Gulik].
65391557db5d7dc725ed3f2b759248fea31a2445Mark Andrews *) The old, legacy (and unused) code in which the scoreboard was totally
65391557db5d7dc725ed3f2b759248fea31a2445Mark Andrews and completely contained in a file (SCOREBOARD_FILE) has been
e2c3f8059e77a8e11c4378d22e5d8e78b423a28fMark Andrews removed. This does not affect scoreboards which are *mapped* to
e2c3f8059e77a8e11c4378d22e5d8e78b423a28fMark Andrews files using named-shared-memory. [Jim Jagielski]
a7b7a4ebc38ec7460e95da6d3d70ffe7b59573b8Mark Andrews *) Change bucket brigades API to allow a "bucket allocator" to be
a7b7a4ebc38ec7460e95da6d3d70ffe7b59573b8Mark Andrews passed in at certain points. This allows us to implement freelists
1ca168b58e02fda534cad741a248e549e0f98d4dMark Andrews so that we can stop using malloc/free so frequently.
6f1b09965f26ab0d6c38dec4a38f67bb34ebddceMark Andrews [Cliff Woolley, Brian Pane]
de05f7d061abfe0ce555e0d0f2089f1261b031b6Mark Andrews *) Add support for macro expansion within the variable names in
de05f7d061abfe0ce555e0d0f2089f1261b031b6Mark Andrews <!--#echo--> and <!--#set--> directives [Brian Pane]
d468b1b7b2ccfdf132df15f600be48dccf447eb1Evan Hunt *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes]
c7e266b7e5675e12d1ca3cc929f24b3e86d41f8eEvan Hunt *) Update the "RedHat" Layout to match Red Hat Linux version 7. PR BZ-7422
85db2b5fb360ccd2aeec1e6e22336b3d654bb39aMark Andrews *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl
85db2b5fb360ccd2aeec1e6e22336b3d654bb39aMark Andrews [Jon Travis, John Barbee, William Rowe, Ryan Bloom, Doug MacEachern]
a0749e59c0356381fdaea0fefe66256589ec8c99Mark Andrews *) Add a new parameter to the quick_handler hook to instruct
a0749e59c0356381fdaea0fefe66256589ec8c99Mark Andrews quick handlers to optionally do a lookup rather than actually
a0749e59c0356381fdaea0fefe66256589ec8c99Mark Andrews serve content. This is the first of several changes required fix
709220567fb820cf7e7625925449dadf86317629Mark Andrews several problems with how quick handlers work with subrequests.
709220567fb820cf7e7625925449dadf86317629Mark Andrews [Bill Stoddard]
fe6b6eebd74f7c5c20088f67081ae690228f9744Mark Andrews *) worker MPM: Get MaxRequestsPerChild to work again. [Jeff Trawick]
adc3f2c0fdcc0a2bee469ffb0e7ae41b83cbf403Mark Andrews *) [APR-related] The ordering of the default accept mutex method has
31a2f82193a91e24f31454ff18e0b7723c066a74Mark Andrews been changed to better match what's done in Apache 1.3. The ordering
45deeddf4cf1ea57b8b493dcd2410f2332a36128Mark Andrews is now (highest to lowest): pthread -> sysvsem -> fcntl -> flock.
8731a2bd2f5483f50d82cf28e315090b7ceeed54Mark Andrews [Jim Jagielski]
2de90cd1e20061bde684a21c3d852056a2e290d0Mark Andrews *) Ensure that the build/ directory is created when using VPATH.
2de90cd1e20061bde684a21c3d852056a2e290d0Mark Andrews [Justin Erenkrantz]
8a45eeebb8bdd4633bccfd9d77d9b50c1d337d54Mark Andrews *) Add some popular types to the mime magic file. PR 7730.
8a45eeebb8bdd4633bccfd9d77d9b50c1d337d54Mark Andrews [Linus Walleij <triad@df.lth.se>, Justin Erenkrantz]
d4034b48fd112ef43933f1455b194b5249a88ee6Mark Andrews *) Remove the single-byte socket reads for CGI headers [Brian Pane]
d4034b48fd112ef43933f1455b194b5249a88ee6Mark Andrews *) When a proxied site was being served, Apache was replacing
d4034b48fd112ef43933f1455b194b5249a88ee6Mark Andrews the original site Server header with it's own, which is not
ee4bbc8454cc0cb36a25a7d26c5b47370f96d9b2Mark Andrews allowed by RFC2616. Fixed. [Graham Leggett]
ee4bbc8454cc0cb36a25a7d26c5b47370f96d9b2Mark Andrews *) Fix a mod_cgid problem that left daemon processes stranded
f568dad6c7ddaa732e6562a4b89fd2ac922d263bMark Andrews in some server restart scenarios. [Jeff Trawick]
03ec481ee88f4ab72af6abb4efe096fe2c661d60Mark Andrews *) Added exp_foo and rel_foo variables to config_vars.mk for
03ec481ee88f4ab72af6abb4efe096fe2c661d60Mark Andrews all Apache and Autoconf path variables (like --sysconfdir,
f568dad6c7ddaa732e6562a4b89fd2ac922d263bMark Andrews --sbindir, etc). exp_foo is the "expanded" version, which means
8e74bfb6045d78af71b54a2934823b334b3e423aMark Andrews that all internal variable references have been interpolated.
8e74bfb6045d78af71b54a2934823b334b3e423aMark Andrews rel_foo is the same as $exp_foo, only relative to $prefix if they
8e74bfb6045d78af71b54a2934823b334b3e423aMark Andrews share a common path. [Aaron Bannert]
88a4de3c24caf71426bf06e42ce18f6099d7a439Mark Andrews *) Fix some restart/terminate problems in the worker MPM. Don't
d91df50b670d92d0ab784b741e2ee9af7f2dc4a1Mark Andrews drop connections during graceful restart. [Jeff Trawick]
3eab85ca54b681504d772b1d6bb3ccf4f08d4305Mark Andrews *) Change the header merging behaviour in proxy, as some headers
3eab85ca54b681504d772b1d6bb3ccf4f08d4305Mark Andrews (like Set-Cookie) cannot be unmerged due to stray commas in
c5adbd722da0908f91be4fb710c082b4b68ec782Mark Andrews dates. [Graham Leggett]
557bcc2092642b2d4668c9b08872c9f2bb88bddbMark Andrews *) Be more vocal about what AcceptMutex values we allow, to make
557bcc2092642b2d4668c9b08872c9f2bb88bddbMark Andrews us closer to how 1.3 does it. [Jim Jagielski]
c60eaaf9b3c6bb4d693cdb5f68acdfacf076e1fdMark Andrews *) Get nph- CGI scripts working again. PRs 8902, 8907, 9983
c60eaaf9b3c6bb4d693cdb5f68acdfacf076e1fdMark Andrews [Jeff Trawick]
634a4da58460979fa0fcad5304b810d189f9cf49Mark Andrews *) Upgraded PCRE library to latest version 3.9 [Brian Pane]
634a4da58460979fa0fcad5304b810d189f9cf49Mark Andrews *) Add accessor function to set r->content_type. From now on,
c0720b90ed6e673264b17eb752d873a89cbd6db5Mark Andrews ap_rset_content_type() should be used to set r->content_type.
c0720b90ed6e673264b17eb752d873a89cbd6db5Mark Andrews This change is required to properly implement the
c0720b90ed6e673264b17eb752d873a89cbd6db5Mark Andrews AddOutputFilterByType configuration directive.
576e48e28aae9f28b8e6daa2aabc839bb5c520e3Mark Andrews [Bill Stoddard, Sander Striker, Ryan Bloom]
c06cb907737eb7ce128c92dd729c73798733f37aMark Andrews *) Add new M_FOO symbols for the WebDAV/DeltaV methods specified by
6e5e27c38d86f2338688f5123d2ff84558956dd0Mark Andrews RFC 3253. Improved the method name/number mapping functions.
6e5e27c38d86f2338688f5123d2ff84558956dd0Mark Andrews [Greg Stein]
5059b393e80cda6beffb74f2f30d7329502c41e6Mark Andrews *) remove sock_enable_linger from connection.c [Ian Holsman]
5059b393e80cda6beffb74f2f30d7329502c41e6Mark Andrews *) Fix for virtual host processing where the requested hostname
c16aed9c469a986f1b84e457db4a8c4d2da01ca3Mark Andrews has a '.' at the end (PR 9187) [Ryan Cruse <ryan@estara.com>]
c16aed9c469a986f1b84e457db4a8c4d2da01ca3Mark Andrews *) mod_dav's APIs for REPORT response handling was changed so that
c16aed9c469a986f1b84e457db4a8c4d2da01ca3Mark Andrews providers can generate the content directly into the output filter
dd19fbaf817f974c24ddfa1d276d7594d5b18750Mark Andrews stack, rather than buffering the response into memory. [Greg Stein]
dd19fbaf817f974c24ddfa1d276d7594d5b18750Mark Andrews *) Fix a hang condition with graceful restart and prefork MPM
f408773d47b25594d1302525a4db6efb84b1843cMark Andrews in the situation where MaxClients is very high but
f408773d47b25594d1302525a4db6efb84b1843cMark Andrews much fewer servers are actually started at the time of the
cd315d4cf631753c94f27fabaa42a37a27d30530Mark Andrews restart. [Jeff Trawick]
cd315d4cf631753c94f27fabaa42a37a27d30530Mark Andrews *) Small performance fixes for mod_include [Brian Pane]
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews *) Performance improvement for the error logger [Brian Pane]
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews *) Change configure so that Solaris 8 and above have
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews SINGLE_LISTEN_UNSERIALIZED_ACCEPT defined by default.
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews according to sun people solaris 8+ doesn't have a thundering
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews herd problem [Ian Holsman]
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews *) Allow URIs specifying CGI scripts to include '/' at the end
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews (e.g., /cgi-bin/printenv/) on AIX and Solaris (and other OSs
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews which ignore '/' at the end of the names of non-directories).
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews PR 10138 [Jeff Trawick]
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews *) implement SSLSessionCache shmht and shmcb based on apr_rmm and
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews apr_shm. [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
5888f62c204a99da60d7854fe01eda4960fb3b36Mark Andrews *) Fix apxs -g handling. Move config_vars.mk from the top build
57668dc1bb0eb063e9037ff07ddbfd520e0d7186Mark Andrews directory to the build directory. PR 10163 [Jeff Trawick]
7c200913aa7e55bbe28de456bb593c1e05bf6f79Mark Andrews *) Fix some mod_include problems which broke evaluation of some
07072c9456f1112705db701bb35f12dbdcb217b0Mark Andrews expressions. PR 10108 [Jeff Trawick]
07072c9456f1112705db701bb35f12dbdcb217b0Mark Andrews *) Fix the calculation of request time in mod_status. [Stas Bekman]
afd002e89aadf30181155566544480349e70339dMark Andrews *) Fix the calculation of thread_num in the worker score structure.
afd002e89aadf30181155566544480349e70339dMark Andrews [Stas Bekman]
ba5d2a97ee0cd2cc9d4b9e7e344ae8f607cc2994Mark Andrews *) Use apr_atomic operations in managing the mod_mem_cache
ba5d2a97ee0cd2cc9d4b9e7e344ae8f607cc2994Mark Andrews cache_objects for SMP scalability. (see USE_ATOMICS
6133734cecb05630e32edb63031b95d333df8e48Mark Andrews preprocessor directive in mod_file_cache)
6133734cecb05630e32edb63031b95d333df8e48Mark Andrews [Bill Stoddard]
47ee25b1f58a5924c51b59194b84621b9b7b6ba5Mark Andrews *) Add filehandle caching to mod_mem_cache. (see CACHE_FD
47ee25b1f58a5924c51b59194b84621b9b7b6ba5Mark Andrews preprocessor directive in mod_file_cache)
47ee25b1f58a5924c51b59194b84621b9b7b6ba5Mark Andrews [Bill Stoddard]
32391301db6f532ad17033f188d4540ae3f409f1Mark Andrews *) Implement prototype mod_disk_cache for use with mod_cache.
32391301db6f532ad17033f188d4540ae3f409f1Mark Andrews [Bill Stoddard]
0cedbe4ab56e00d5827941697418476318cbdeb3Mark Andrews *) Add a missing manualdir entry in the Debian config.layout.
0cedbe4ab56e00d5827941697418476318cbdeb3Mark Andrews [Thom May <thom@planetarytramp.net>]
f05a4bf2bfac3aaff0462560b2793cd99a85a297Mark Andrews *) Stop installing libtool for APR and tell APR where it should place
0cedbe4ab56e00d5827941697418476318cbdeb3Mark Andrews its copy of libtool (via our installbuildpath layout variable).
f05a4bf2bfac3aaff0462560b2793cd99a85a297Mark Andrews [Justin Erenkrantz]
bf45f72ed319628eebce60c368177320943d001fMark Andrews *) New directive ProxyIOBufferSize. Sets the size of the buffer used
bf45f72ed319628eebce60c368177320943d001fMark Andrews when reading from a remote HTTP server in proxy. [Graham Leggett]
af1e00675fa573fec779e9a01aac5bedb99f0fd6Mark Andrews *) Modify receive/send loop in proxy_http and proxy_ftp so that
af1e00675fa573fec779e9a01aac5bedb99f0fd6Mark Andrews should it be necessary, the remote server socket is closed before
af1e00675fa573fec779e9a01aac5bedb99f0fd6Mark Andrews transmitting the last buffer (set by ProxyIOBufferSize) to the
d1199d9c06ba470fa4779981bea2f8f7403e8eabMark Andrews client. This prevents the backend server from being forced to hang
d1199d9c06ba470fa4779981bea2f8f7403e8eabMark Andrews around while the last few bytes are transmitted to a slow client.
d1199d9c06ba470fa4779981bea2f8f7403e8eabMark Andrews Fix the case where no error checking was performed on the final
7c5dfcc60a7ee41ae5ba15a3e1fe337af3bef1a9Mark Andrews brigade in the loop. [Graham Leggett]
7c5dfcc60a7ee41ae5ba15a3e1fe337af3bef1a9Mark Andrews *) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change
7c5dfcc60a7ee41ae5ba15a3e1fe337af3bef1a9Mark Andrews CacheMaxExpire and CacheDefaultExpire to use seconds rather than
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews hours. [Graham Leggett, Bill Stoddard]
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews *) New Directive SSIUndefinedEcho. to change the '(none)' echoed
fc8197c3ce31d81cd5e23703680572fac09a2e8aMark Andrews for a undefined variable. [Ian Holsman]
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews *) Proxy HTTP and CONNECT: Keep trying other addresses from the DNS
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews when we can't get a socket in the specified address family. We may
bc6af069c80ca33a5619d71d57859724cab1f4c4Mark Andrews have gotten back an IPv6 address first and yet our system is not
bc6af069c80ca33a5619d71d57859724cab1f4c4Mark Andrews configured to allow IPv6 sockets. [Jeff Trawick]
bc6af069c80ca33a5619d71d57859724cab1f4c4Mark Andrews *) Be more careful about recursively removing CVS directories. Make
4bb0f1046f3f3c26539ff91e28b3c8872519df17Mark Andrews sure that we aren't cd'ing to their home directory first. PR: 9993
4bb0f1046f3f3c26539ff91e28b3c8872519df17Mark Andrews [Aaron Bannert, James LewisMoss <dres@lewismoss.net>]
ab6e5af4cd644b174709f95c2702ec4c442aa755Mark Andrews *) Add a missing errordir entry in the Debian config.layout. PR: 10067
ab6e5af4cd644b174709f95c2702ec4c442aa755Mark Andrews [Dirk-Jan Faber <dirk-jan@selwerd.nl>, Aaron Bannert,
f3139b9d763cbfd3f8dbf1062191a688ed5195e4Mark Andrews Thom May <thom@planetarytramp.net>]
f3139b9d763cbfd3f8dbf1062191a688ed5195e4Mark Andrews *) Rename the filter ordering priorities. The recent filtering fixes
f3139b9d763cbfd3f8dbf1062191a688ed5195e4Mark Andrews have showcased problems with their usage. Therefore, we need to
79e3817e2c0f1b017643638dc3876ba41da94335Mark Andrews rename them to increase the clarity. (CONTENT->RESOURCE,
79e3817e2c0f1b017643638dc3876ba41da94335Mark Andrews HTTP_HEADER->CONTENT_SET/PROTOCOL) [Justin Erenkrantz]
2d78cc9624dd735ffdc634e6c39dd30bddfb95f7Mark AndrewsChanges with Apache 2.0.33
2d78cc9624dd735ffdc634e6c39dd30bddfb95f7Mark Andrews *) Fix a problem in the new --enable-layout functionality where
eea8cd8d1a9b2762480fab793972d1cefbc7cf90Mark Andrews it wouldn't allow overrides from variables like --prefix,
eea8cd8d1a9b2762480fab793972d1cefbc7cf90Mark Andrews --bindir, etc. [Thom May <thom@planetarytramp.net>]
9860862cedd41ffaf69e7806e8f8959263552721Mark Andrews *) Fix a bug in the core input filter for AP_MODE_EXHAUSTIVE. It
9860862cedd41ffaf69e7806e8f8959263552721Mark Andrews no longer hangs around waiting for the socket to close before
9860862cedd41ffaf69e7806e8f8959263552721Mark Andrews returning exhaustive data. [Aaron Bannert]
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews *) rename apr_exploded_time_t to apr_time_exp_t (as per renames pending)
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews [Thom May <thom@planetarytramp.net>]
63aaac8137bd1d86aab8c950fb066bb522a26e5bMark Andrews *) Change mod_ssl to always do a full startup/teardown on restarts.
63aaac8137bd1d86aab8c950fb066bb522a26e5bMark Andrews this allows mod_ssl to be added to a server that is already
fe3220466e3c23cd2c22a59a4db46bc97ce0827dMark Andrews running and makes it possible to add/change certs/keys after the
fe3220466e3c23cd2c22a59a4db46bc97ce0827dMark Andrews server has been started. [Doug MacEachern]
40aadb6a143e0f2d351e743dce43cfc894d4d855Mark Andrews *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl.
40aadb6a143e0f2d351e743dce43cfc894d4d855Mark Andrews This pipe must be a bidirectional 'console' style relay, which
40aadb6a143e0f2d351e743dce43cfc894d4d855Mark Andrews mod_ssl prints all prompts to the pipe's stdin, and reads the
65b26a4dc8c6c16d0a5ccb03b67cf968c77d6570Mark Andrews passphrases from the pipe's stdout. [William Rowe]
65b26a4dc8c6c16d0a5ccb03b67cf968c77d6570Mark Andrews *) Fix bug where --sysconfdir and --localstatedir were being
c58821f7100821e1d4e4bbace727b988bb3e0623Mark Andrews ignored. [Thom May <thom@planetarytramp.net>, Aaron Bannert]
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews *) Fix --enable-layout to work again. Caution: When specifying
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews --enable-layout, common arguments like --prefix, --exec-prefix,
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews etc. will be ignored and the settings from the layout will be
f0a1b8c85792d4e04716f995a2b2a8ca73f8367dMark Andrews used instead. [Thom May <thom@planetarytramp.net>, Aaron Bannert]
a5d7c242b564cbd3cebc0dd27c19d9093d38b3abMark Andrews PR 9124, 9873, 9885
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews *) New Directive for mod_proxy: ProxyRemoteMatch. This provides
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews regex pattern matching for the determination of which requests
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews to use the remote proxy for. [Jim Jagielski]
7a253b705ccbc30821253e7a124658623f10c499Mark Andrews *) Fix CustomLog bytes-sent with HTTP 0.9. [Justin Erenkrantz]
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews *) Prevent Apache from ignoring SIGHUP due to some lingering 1.3
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews cruft in piped logs and rewritemap child processes.
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews [William Rowe]
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews *) All instances of apr_lock_t have been removed and converted
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews to one of the following new lock APIs: apr_thread_mutex.h,
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews apr_proc_mutex.h, or apr_global_mutex.h. No new code should
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews use the apr_lock.h API, as the old API will soon be deprecated.
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews [Aaron Bannert]
429e23d2f56d28d86439f75c13cda2b4ac5ab67bMark Andrews *) Merged in changes to mod_ssl up through 2.8.7-1.3.23.
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews [Ralf S. Engelschall, Cliff Woolley]
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews *) mod-include: make it handle flush'es and fix the 'false-alarm'
aaa42824d2d1f5cc4add01f0191e3784ee0f7396Mark Andrews [Justin Erenkrantz, Brian Pane, Ian Holsman]
43da7565913277c020ded34d6ee2139998b743b6Mark Andrews *) ap_get_*_filter_handle() functions to allow 3rd party modules
43da7565913277c020ded34d6ee2139998b743b6Mark Andrews to lookup filter handles so they can bypass the filter name
c1297b6025bf8ccdc832b7bca705da1d4cf2944eMark Andrews lookup when adding filters to a request (via ap_add_*_filter_handle())
c1297b6025bf8ccdc832b7bca705da1d4cf2944eMark Andrews [Ryan Morgan <rmorgan@covalent.net>]
25820cf1d110ec22cec5f6be5257aabe6853ca92Evan Hunt *) Fix for multiple file buckets on Win32, where the first file
25820cf1d110ec22cec5f6be5257aabe6853ca92Evan Hunt bucket would cause the immediate closure of the socket on any
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt non-keepalive requests. [Ryan Morgan <rmorgan@covalent.net>]
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt *) Correct Win32 failure of mmap of a segment beyond start of the
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt file; fixes large SSL and similar transfers. [William Rowe]
819b98479eff49ed93f57f4d65eb0ffe72136adcMark Andrews *) Implement apr_proc_detach changes and allow -DNO_DETACH in the
819b98479eff49ed93f57f4d65eb0ffe72136adcMark Andrews multi-process mode to not "daemonize" while detaching from the
819b98479eff49ed93f57f4d65eb0ffe72136adcMark Andrews controlling terminal. This is necessary for Apache to work with
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews process-management tools like AIX's "System Resource Controller"
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews as well as Dan Bernstein's "daemontools".
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews [Jos Backus <josb@cncdsl.com>, Aaron Bannert]
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews *) Convert mod_auth_digest to use the new apr_global_mutex_t
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews type. [Aaron Bannert]
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews *) fix bug in mod-include where it wouldn't send a unmatched
65085946d4f92481699678e276e3ced04bcfdafbMark Andrews part if it was at the end of a bucket [Ian Holsman]
65085946d4f92481699678e276e3ced04bcfdafbMark Andrews *) worker MPM: Improve logging of errors with the interface between
b5f690e1618cffeec15b3bcb9525443206fb7007Mark Andrews the listener thread and worker threads. [Jeff Trawick]
b5f690e1618cffeec15b3bcb9525443206fb7007Mark Andrews *) Some browsers ignore cookies that have been merged into a
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews single Set-Cookie header. Set-Cookie and Set-Cookie2 headers
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews are now unmerged in the http proxy before being sent to the
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews client. [Graham Leggett]
b130bf8b4ebdabd5c94eb5c6522a9971997b6ac9Mark Andrews *) Fix a problem with proxy where each entry of a duplicated
072eaf055b7fa0d8abe96146fbb9152b14946c84Mark Andrews header such as Set-Cookie would overwrite and obliterate the
072eaf055b7fa0d8abe96146fbb9152b14946c84Mark Andrews previous value of the header, resulting in multiple header
7a3c2d189e811933c48aace1900a868dffd42f5fMark Andrews values (like cookies) going missing.
7a3c2d189e811933c48aace1900a868dffd42f5fMark Andrews [Graham Leggett, Joshua Slive]
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews *) Add the server-limit and thread-limit values to the scoreboard
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews for the sake of third-party applications.
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews [Adam Sussman <myddryn@vishnu.vidya.com>]
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews *) Fix segfault when proxy recieves an invalid HTTP response [Ian Holsman]
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews *) OS/390: Get make install to properly copy DSO modules.
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews [Jeff Trawick]
4259095c8058beb9b475f1884dbeda375979e6f6Mark Andrews *) Win32: Fix bug in mod_status with displaying "Restart Time"
4259095c8058beb9b475f1884dbeda375979e6f6Mark Andrews and "Server uptime".
c53a5699c8242636fd913a4d07b4447efebe3bbfMark Andrews [Bill Stoddard]
c53a5699c8242636fd913a4d07b4447efebe3bbfMark Andrews *) Fix IPv6 name-based virtual hosts. [Jeff Trawick]
8c731c1219f1698f15bf5b1fcf6bc301cfd9bc42Mark Andrews *) Introduce AddOutputFilterByType directive. [Justin Erenkrantz]
a630d60b8b628cb2ce46b906dc7b1a5b83b74ed5Mark Andrews *) Fix DEBUG_CGI support in mod_cgi. PR 9670, 9671.
a630d60b8b628cb2ce46b906dc7b1a5b83b74ed5Mark Andrews [David MacKenzie <djm@pix.net>]
b53871d8592a0bfeacdd06ccba46d75aa96e4fecMark Andrews *) Fix incorrect check for script_in in mod_cgi. PR 9669.
b53871d8592a0bfeacdd06ccba46d75aa96e4fecMark Andrews [David MacKenzie <djm@pix.net>]
9dabd0455ca923b5b02f74c1e999702ddc9c6fd2Mark Andrews *) Fix segfault and display error when SSLMutex file can not be
9dabd0455ca923b5b02f74c1e999702ddc9c6fd2Mark Andrews created. [Adam Sussman <myddryn@vishnu.vidya.com>]
58f32ac26ea330054f7b85579cd93a6376168fe7Mark Andrews *) Add reference counting to mod_mem_cache cache objects to
58f32ac26ea330054f7b85579cd93a6376168fe7Mark Andrews better manage removing objects from the cache.
58f32ac26ea330054f7b85579cd93a6376168fe7Mark Andrews [Bill Stoddard]
bde20a0436dff13e2299cfd4230ddec54d396d02Mark Andrews *) Change the verbage on the ScoreBoardFile in our default configs.
bde20a0436dff13e2299cfd4230ddec54d396d02Mark Andrews Also change the default to be commented out (unspecified) so we
0deee29113e5919c88f341ec3a181b70f7c905ccMark Andrews get anonymous shared memory by default. [Aaron Bannert]
0deee29113e5919c88f341ec3a181b70f7c905ccMark Andrews *) Implement new ScoreBoardFile directive logic. This affects how
340a05967aaad53d90694426c33d81b490b0f915Mark Andrews we create the scoreboard's shared memory segment. If the directive
340a05967aaad53d90694426c33d81b490b0f915Mark Andrews is present, a name-based segment is created. If the directive is
340a05967aaad53d90694426c33d81b490b0f915Mark Andrews not present, first an anonymous segment is created, and if that
394f4aec2189750d7f861d00f97fe28ffcd9f659Mark Andrews fails, a name-based segment is created from a file of the name
394f4aec2189750d7f861d00f97fe28ffcd9f659Mark Andrews DEFAULT_SCOREBOARD. This gives third-party applications the
394f4aec2189750d7f861d00f97fe28ffcd9f659Mark Andrews ability to access our scoreboard. [Aaron Bannert]
2e676167cc8cbb2e6dbb54e9859098dd5b9cd5c8Mark Andrews *) Allow mod_deflate to work with non-GET requests and properly send
2e676167cc8cbb2e6dbb54e9859098dd5b9cd5c8Mark Andrews Content-Lengths. [Sander Striker <striker@apache.org>]
4098271a81b3e965da14f77c893232a0b6be22f3Mark Andrews *) Fix ap_directory_merge() to correctly merge configs when there is
4098271a81b3e965da14f77c893232a0b6be22f3Mark Andrews no <Directory /> block. [Justin Erenkrantz, William Rowe]
57eb7efe13b67455e8c6a08cf080afb3de2ac622Mark Andrews *) Remove spurious debug messsages that are normal under HTTP
7228a4d9ca1f1b868e257a28de86c6a1f21e9ffeMark Andrews keep-alive logic. [Jeff Trawick, Justin Erenkrantz]
5dcc67a0fff89e7ebf051f64b6b987862c331a04Mark Andrews *) Fix a bug in mod_cgid that would prevent proper shutdown death
5dcc67a0fff89e7ebf051f64b6b987862c331a04Mark Andrews of the cgid process. [Aaron Bannert]
8363ddb32da86811663d12d0b2c61a8ea2fa0eaeMark Andrews *) Add signal handling back in to the worker MPM for the one_process
8363ddb32da86811663d12d0b2c61a8ea2fa0eaeMark Andrews (-X, -DDEBUG, -DONE_PROCESS) case. [Aaron Bannert]
cc2720da38bb7bab2bf283de56dd90e9093d7f00Mark Andrews *) Performance: Reuse per-connection transaction pools in the
cc2720da38bb7bab2bf283de56dd90e9093d7f00Mark Andrews worker MPM, rather than destroying and recreating them. [Brian Pane]
10fc76d48aa7ecb8a7242970585ba154b368f97eMark Andrews *) Remove all signals from the worker MPM's child process. Instead,
10fc76d48aa7ecb8a7242970585ba154b368f97eMark Andrews the parent uses the Pipe of Death for all communication with the
5cc6a0f7dae472e5c2022b2cbb5343ec9f7f4942Mark Andrews child processes. [Ryan Bloom]
5cc6a0f7dae472e5c2022b2cbb5343ec9f7f4942Mark AndrewsChanges with Apache 2.0.32
1e70c9a36639bb1e8d537dcefa3cd12a7bb39db0Mark Andrews *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the
1e70c9a36639bb1e8d537dcefa3cd12a7bb39db0Mark Andrews default if the directive is not specified. This mirrors older
9baec3ca233efe8ffca6fbafea5c75021adff03cMark Andrews behavior without changes to the httpd.conf. [William Rowe]
96ea71632887c58a9d00f47eb318bf76b35903c3Mark Andrews *) Win32: solve the win32 service problems in 2.0.31-alpha, by fixing
96ea71632887c58a9d00f47eb318bf76b35903c3Mark Andrews the service, mpm and logging code, and bugs in apr_file_open_stderr
f31446e6b5925395fce4f62adf71f7ad70cea6ceMark Andrews and apr_file_dup2 functions. Win2K/XP services have no handles
f31446e6b5925395fce4f62adf71f7ad70cea6ceMark Andrews associated for stdin/out/err, which caused unpredictable behavior
f31446e6b5925395fce4f62adf71f7ad70cea6ceMark Andrews in the prior release. [William Rowe, Bill Stoddard]
0961ac0868e7d60e7cb665160f6d3717e1da5228Mark Andrews *) Win32: simplify the Application Event Log messages, since there isn't
0961ac0868e7d60e7cb665160f6d3717e1da5228Mark Andrews likely to be 'more information in the error log' before an error log
3d697a7eddf375586435f8fb6e1440fb3ce9058dMark Andrews has been opened. [William Rowe]
8943ff626fa337419cbffad6a4a910c7d99509f4Mark Andrews *) Win32: substantial cleanup to the mpm_winnt code for legibility and
8943ff626fa337419cbffad6a4a910c7d99509f4Mark Andrews to follow the program flow of other MPMs. [Ryan Bloom, William Rowe]
281bab0f36eaedc56f859721fbdf45568b71cd60Mark Andrews *) Win32: apache -k shutdown now behaves like apache -k stop.
281bab0f36eaedc56f859721fbdf45568b71cd60Mark Andrews [Bill Stoddard]
5cd4555ad444fd391002ae32450572054369fd42Rob Austein *) Fix prefork to not kill the parent if a child hits a resource shortage
5cd4555ad444fd391002ae32450572054369fd42Rob Austein on accept(). [Greg Ames]
8eb4eca37538183edb36db88580b5232f15931b0Mark Andrews *) Fix seg faults that occur when what should be the httpd request line
fa3d0b9991ea0d8344881c5dd4609d9c33314b9bMark Andrews starts with \r\n followed by garbage. [Greg Ames]
e7d32e57a5c8600893f91ec08f74117c983f8b8dMark Andrews *) Allow statically linked support binaries with the new
e7d32e57a5c8600893f91ec08f74117c983f8b8dMark Andrews --enable-static-support flag, and enable this behavior in
e7d32e57a5c8600893f91ec08f74117c983f8b8dMark Andrews the binbuild script. Also add a new --enable-static-htdbm
fa3d0b9991ea0d8344881c5dd4609d9c33314b9bMark Andrews flag. [Aaron Bannert]
ed954ce73b1c712b24eab945190028871433f803Mark Andrews *) Allow mod_autoindex to serve symlinks if permitted and attempt to
ed954ce73b1c712b24eab945190028871433f803Mark Andrews do only one stat() call when generating the directory listings.
ed954ce73b1c712b24eab945190028871433f803Mark Andrews [Justin Erenkrantz]
29747dfe5e073a299b3681e01f5c55540f8bfed7Mark Andrews *) Fix resolve_symlink to save the original symlink name if known.
29747dfe5e073a299b3681e01f5c55540f8bfed7Mark Andrews [Justin Erenkrantz]
186e7f37c9fc985a7a7264cc8170e48a25bed434Mark Andrews *) Be a bit more sane with regard to CanonicalNames. If the user has
186e7f37c9fc985a7a7264cc8170e48a25bed434Mark Andrews specified they want to use the CanonicalName, but they have not
1372e172d0e0b08996376b782a9041d1e3542489Mark Andrews configured a port with the ServerName, then use the same port that
1372e172d0e0b08996376b782a9041d1e3542489Mark Andrews the original request used. [Ryan Bloom and Ken Coar]
8d709e3ee443222cd35e44eadc9a4c0a8d92fec2Rob Austein *) In core_input_filter, check for an empty brigade after
8d709e3ee443222cd35e44eadc9a4c0a8d92fec2Rob Austein APR_BRIGADE_NORMALIZE(). Otherwise, we can get segfaults if a
23235c00eda9089f38ace0a1371fed9a466ea5ddMark Andrews client says it will post some data but we get FIN before any
23235c00eda9089f38ace0a1371fed9a466ea5ddMark Andrews data arrives. [Jeff Trawick]
23235c00eda9089f38ace0a1371fed9a466ea5ddMark Andrews *) Not being able to bind to the socket is a fatal error. We should
514aeac2acbbe2b77ff3c4e310617523cf5651c5Mark Andrews print an error to the console, and return a non-zero status code.
514aeac2acbbe2b77ff3c4e310617523cf5651c5Mark Andrews With these changes, all of the Unix MPMs do that correctly.
514aeac2acbbe2b77ff3c4e310617523cf5651c5Mark Andrews [Ryan Bloom]
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews *) suexec: Allow HTTPS and SSL_* environment variables to be passed
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews through to CGI scripts. PR 9163
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews [Brian Reid <breid@customlogic.com>,
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews Zvi Har'El <rl@math.technion.ac.il>]
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews *) binbuild.sh: Make sure that we use the expat from our source
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews tree so that there aren't any surprises on the target machine.
e60f01cdd29c71e9224273214521b15aef4d4555Mark Andrews [Jeff Trawick]
e60f01cdd29c71e9224273214521b15aef4d4555Mark Andrews *) mod_cgid: Add retry logic for when the daemon can't fork fast
13290782cb83ee43c4dc942d186761a46c4a2692Mark Andrews enough to keep up with new requests. Start using
13290782cb83ee43c4dc942d186761a46c4a2692Mark Andrews HTTP_SERVER_UNAVAILABLE instead of HTTP_INTERNAL_SERVER_ERROR
13290782cb83ee43c4dc942d186761a46c4a2692Mark Andrews when we can't talk to the daemon. [Jeff Trawick]
895ae38da194143331d667289affd3b43c5bfc14Mark Andrews *) apxs: LTFLAGS envvar can override default libtool options. Try
824cb6567555af556d0963d961798483d252eb5fMark Andrews "LTFLAGS=' ' apxs -c mod_foo.c" to see what libtool does under
bca16e31b457598cd1dbbf0cdc7a26a6d2ec3753Mark Andrews the covers. [Jeff Trawick]
bca16e31b457598cd1dbbf0cdc7a26a6d2ec3753Mark Andrews *) The Location: response header field, used for external
58ea8fb1dfc8c055a7d4ad74d65e345436ede790Mark Andrews redirect, *must* be an absoluteURI. The Redirect directive
58ea8fb1dfc8c055a7d4ad74d65e345436ede790Mark Andrews tested for that, but RedirectMatch didn't -- it would allow
cfcb0881d12db2b7cb33475b7d20ac6c9015203bMark Andrews almost anything through. Now it will try to turn an abs_path
cfcb0881d12db2b7cb33475b7d20ac6c9015203bMark Andrews into an absoluteURI, but it will correctly varf like Redirect
cfcb0881d12db2b7cb33475b7d20ac6c9015203bMark Andrews if the final redirection target isn't an absoluteURI. [Ken Coar]
1a8efeab76d34327a699894a6a404f97b341c57aMark AndrewsChanges with Apache 2.0.31
f041bef2c60a092ab4dcae475451729a5345830fMark Andrews *) Create the scoreboard (in the parent) in a global pool context,
f041bef2c60a092ab4dcae475451729a5345830fMark Andrews so it survives graceful restarts. This fixes a SEGV during
a7dd5f21e996b01262a3d564dae9561cb3f8e717Mark Andrews graceful restarts. [Aaron Bannert]
92d23165938a5e595f80b2e3fb5d8cb918ac7dacMark Andrews *) Add a timeout option to the proxy code 'ProxyTimeout'
92d23165938a5e595f80b2e3fb5d8cb918ac7dacMark Andrews [Ian Holsman]
1cbb3a4df30777791ce27a0d2349420808c013d8Mark Andrews *) FTP directory listings are now always retrieved in ASCII mode.
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews The FTP proxy properly escapes URI's and HTML in the generated
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews listing, and escapes the path components when talking to the FTP
4ccea866e64a8ec8525ad4bf7d57606bcd2fc15dMark Andrews server. It is now possible to browse the root directory by using
4ccea866e64a8ec8525ad4bf7d57606bcd2fc15dMark Andrews a url like: ftp://user@host/%2f/ (ported from apache_1.3.24)
4cf228853d658a742a826393f341e2486c629f7bMark Andrews Also, the last path component may contain wildcard characters
4cf228853d658a742a826393f341e2486c629f7bMark Andrews '*' and '?', and if they do, a directory listing is created instead
4cf228853d658a742a826393f341e2486c629f7bMark Andrews of a file retrieval. Example: ftp://user@host/httpd/server/*.c
1672cc63c190e073706a742ebaabc20ac4d2c916Mark Andrews [Martin Kraemer]
6805e4e2c46ad3c5a4aa941b5e9a29d34579641eMark Andrews *) Added single-listener unserialized accept support to the
6805e4e2c46ad3c5a4aa941b5e9a29d34579641eMark Andrews worker MPM [Brian Pane]
1afb6c548d9bbfcfb00d0799077faa17ad9a4f59Mark Andrews *) New Directive for mod_proxy: 'ProxyPreserveHost'. This passes
1afb6c548d9bbfcfb00d0799077faa17ad9a4f59Mark Andrews the incoming host header through to the proxied server
1afb6c548d9bbfcfb00d0799077faa17ad9a4f59Mark Andrews [Geoff <g.russell@ieee.org>]
5de1ad63735deb0ea86b2d0a9366eddf5fbeddc1Mark Andrews *) New Directive Option for ProxyPass. It now can block a location
92ff69c60001ed270248a6f38bafd2ae12d029beMark Andrews from being proxied [Jukka Pihl <jukka.pihl@entirem.com>]
a1210da03636eca13c70502a2b132ead22481b70Mark Andrews *) Don't let the default handler try to serve a raw directory. At
ef54920b4c82a0ea41972d1dc21a0dc96fa791fbTatuya JINMEI 神明達哉 best you get gibberish. Much worse things can happen depending
a473029e76dfc68db00505f40065607b4ea1e0f5Mark Andrews on the OS. [Jeff Trawick]
a473029e76dfc68db00505f40065607b4ea1e0f5Mark Andrews *) Change the pre_config hook to return a value. Modules can now emit
411118a594dbcee68cd6adf5f6bd1b9db0ff9190Mark Andrews an error message and then cause the server to quit gracefully during
411118a594dbcee68cd6adf5f6bd1b9db0ff9190Mark Andrews startup. This required a bump to the MMN. [Aaron Bannert]
7c0946e74be897d02aaaf980ac146bcb500c2c8cMark Andrews *) Fix some unix socket descriptor leaks in the handler side of
7c0946e74be897d02aaaf980ac146bcb500c2c8cMark Andrews mod_cgid (the part that runs in the server process). Whack a
7c0946e74be897d02aaaf980ac146bcb500c2c8cMark Andrews silly "close(-1)" in the handler too. [Jeff Trawick]
09cbf84907de2bd088b4ce8bd1307938bf0e81baMark Andrews *) Change the pre_mpm hook to return a value, so that scoreboard
9e2789fd70b954df426b80301b62388497692481Mark Andrews init errors percolate up to code that knows how to exit
9e2789fd70b954df426b80301b62388497692481Mark Andrews cleanly. This required a bump to the MMN. [Jeff Trawick]
b1163a6fe91e6e7a14e40cd5d33108c4deb38312Mark Andrews *) Add the socket back to the conn_rec and remove the create_connection
b1163a6fe91e6e7a14e40cd5d33108c4deb38312Mark Andrews hook. The create_connection hook had a design flaw that did not
b1163a6fe91e6e7a14e40cd5d33108c4deb38312Mark Andrews allow creating connections based on vhost info. [Bill Stoddard]
8af4bf165e9a6aa111e0b6bfcbcc7f4a741a8ae5Mark Andrews *) Fixed PATH_INFO and QUERY_STRING from mod_negotiation results.
5cf0c559489d741ee5c7943ece47e40567bb0ba9Mark Andrews Resolves the common case of using negotation to resolve the request
5cf0c559489d741ee5c7943ece47e40567bb0ba9Mark Andrews /script/foo for /script.cgi/foo. [William Rowe]
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews *) Added new functions ap_add_(input|output)_filter_handle to
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews allow modules to bypass the usual filter name lookup when
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews adding hard-coded filters to a request [Brian Pane]
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews *) caching should now work on subrequests (still very experimental)
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews [Ian Holsman]
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews *) The Win32 mpm_winnt now has a shared scoreboard. [William Rowe]
53d3679913d715cce0dc7e8be04662366eab4842Mark Andrews *) Change ap_get_brigade prototype to use apr_off_t instead of apr_off_t*.
53d3679913d715cce0dc7e8be04662366eab4842Mark Andrews [Justin Erenkrantz]
755df9a92a13310eec4b1baeb297c93674a70417Mark Andrews *) Refactor ap_rgetline so that it does not use an internal brigade.
755df9a92a13310eec4b1baeb297c93674a70417Mark Andrews Change ap_rgetline's prototype to return errors. [Justin Erenkrantz]
e3582ce43119a95448ccc06ea2586f6547c92967Mark Andrews *) Remove mod_auth_db. [Justin Erenkrantz]
2952abf7cbbba6c6f821ee18579ca29d87549574Mark Andrews *) Do not install unnecessary pcre headers like config.h and internal.h.
efb82ed87e916c82b481bee4aa6651f2dbd4cedaMark Andrews [Joe Orton <joe@manyfish.co.uk>]
7c693bfdbe488ca8fa4f0831c71f5809972f6cc7Mark Andrews *) Change in quick_hanlder behavior for subrequests. it now passes DONE
7c693bfdbe488ca8fa4f0831c71f5809972f6cc7Mark Andrews (as it does for a normal request). quick_handled sub-requests now work
7092864f71e0bbb108041ef01ac3d2b41f90c4a9Mark Andrews in mod-include [Ian Holsman]
7092864f71e0bbb108041ef01ac3d2b41f90c4a9Mark Andrews *) Change SUBREQ_CORE so that it is a 'HTTP_HEADER' filter instead of
24ee607afa66e5ba5fa8b2f18c34a5c430b8a3feMark Andrews 'CONTENT' one, as it needs to run AFTER all content headers
24ee607afa66e5ba5fa8b2f18c34a5c430b8a3feMark Andrews *) Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
2113dfd6e20a9ca16000ed226517b4660087c1f2Mark Andrews [Lars Eilebrecht]
2113dfd6e20a9ca16000ed226517b4660087c1f2Mark Andrews *) Split out blocking from the mode in the input filters.
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews [Justin Erenkrantz]
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews *) Fix a segfault in mod_include. [Justin Erenkrantz, Jeff Trawick]
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews *) Cause Win32 to capture all child-worker process errors in
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews Apache to the main server error log, until the child can
c7817270552b2faab56466b89731b6f290b352a4Mark Andrews open its own error logs. [William Rowe]
c7817270552b2faab56466b89731b6f290b352a4Mark Andrews *) HPUX 11.*: Do not kill the child process when accept()
22e5a52c3b5bfef7e75d95629e08cab7592fee5cMark Andrews returns ENOBUFS on HPUX 11.*. (ported from a 1.3 patch
22e5a52c3b5bfef7e75d95629e08cab7592fee5cMark Andrews by [madhusudan_mathihalli@hp.com])
22e5a52c3b5bfef7e75d95629e08cab7592fee5cMark Andrews [Bill Stoddard]
240e57ab983296e6d52031a594d3345728191b48Mark Andrews *) Fix a problem in the parsing of the <Proxy foo> directive.
240e57ab983296e6d52031a594d3345728191b48Mark Andrews [Jeff Trawick]
cdb674387ca19dc8550553d90d8f9731befb6f1fMark Andrews *) rewrite of mod_ssl input filter for better performance and less
cdb674387ca19dc8550553d90d8f9731befb6f1fMark Andrews memory usage [Doug MacEachern]
02ced31b6aa999099214d2688b1a80ac5d93c57bMark Andrews *) allow quick_handler to be run on subrequests. [Ian Holsman]
02ced31b6aa999099214d2688b1a80ac5d93c57bMark Andrews *) mod_dav now asks its provider to place content directly into the
728156dfbdced7bc18b1f88227cced9d426a70e7Mark Andrews filter stack when handling a GET request. The mod_dav/provider
728156dfbdced7bc18b1f88227cced9d426a70e7Mark Andrews API has changed, so providers need to be updated. [Greg Stein]
d4f5efb4d63e2e17081a49a3457f05fe06fbb5abMark Andrews *) Clear the output socket descriptor in unixd_accept() to make sure
d4f5efb4d63e2e17081a49a3457f05fe06fbb5abMark Andrews we don't supply a bogus socket to the caller if the accept fails.
d4f5efb4d63e2e17081a49a3457f05fe06fbb5abMark Andrews This caused problems with the worker MPM, which tried to process
e560f615b2592deea69c49bfc74acbb56f4fd913Mark Andrews the returned socket if it was non-NULL. [Brian Pane]
cfaf65f53fb0c1779e7b2e07216e5fbfd3a2d52eMark Andrews *) Move a check for an empty brigade to the start of core input filter
cfaf65f53fb0c1779e7b2e07216e5fbfd3a2d52eMark Andrews to avoid segfaults. [Justin Erenkrantz, Jeff Trawick]
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews *) Add FileETag directive to allow configurable control of what
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews data are used to form ETag values for file-based URIs. MMN
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews bumped to 20020111 because of fields added to the end of
f34249bb28093d6589196cd00ca040f503a65e2bMark Andrews the core_dir_config structure. [Ken Coar]
ce8cd4a3efd27ef145847216d513bb341bfe208cMark Andrews *) Fix a segfault in mod_rewrite's logging code caused by passing the
ce8cd4a3efd27ef145847216d513bb341bfe208cMark Andrews wrong config to ap_get_remote_host(). [Jeff Trawick]
393e4679cf4dd8bafb031d8a61ece95af61fbedcMark Andrews *) Allow mod_cgid to work from a binary distribution install by
393e4679cf4dd8bafb031d8a61ece95af61fbedcMark Andrews using 755 for the permissions on the log directory instead of
854dac0f186e5b491d65f6d73dd6e440e7a2c227Mark Andrews 750. [Jeff Trawick]
854dac0f186e5b491d65f6d73dd6e440e7a2c227Mark Andrews *) Fixed a segfault that happened during graceful shutdown (or when
67b1eee9dfde5ad86b54b2b768ff4d6b1354b651Mark Andrews the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
431fd1b0b5c3c049f9397ed4be8915715ead9cdbMark Andrews *) Split all Win32 modules [excluding the core components mod_core,
cc7d91bd5c6b9be5a3c67a99112b885602c24873Mark Andrews mod_so, mod_win32 and the winnt mpm] into individual loadable
cc7d91bd5c6b9be5a3c67a99112b885602c24873Mark Andrews modules, so the administrator may individually disable the former
39ef7dddef12152afa3a2fc1c1962cdf6d30b5cbMark Andrews compiled-in modules by simply commenting out their LoadModule
39ef7dddef12152afa3a2fc1c1962cdf6d30b5cbMark Andrews directives. [William Rowe]
f22ef4dfb973c4714eedd3818050fde74fb20e48Mark Andrews *) Saved Win32 module authors and porters many future headaches, by
f22ef4dfb973c4714eedd3818050fde74fb20e48Mark Andrews duplicating the appropriate .h files such as os.h into the include
f22ef4dfb973c4714eedd3818050fde74fb20e48Mark Andrews directory, including in the build tree. [William Rowe]
84f5576c149ed0cf18555bcd7cf1ffbe491bb08fMark Andrews *) mod_ssl adjustments to help with using toolkits other than OpenSSL:
50d3f097d4c2779c8fb2397882d91e0cbca2c260Mark Andrews Use SSL functions/macros instead of directly dereferencing SSL
84f5576c149ed0cf18555bcd7cf1ffbe491bb08fMark Andrews structures wherever possible.
84f5576c149ed0cf18555bcd7cf1ffbe491bb08fMark Andrews Add type-casts for the cases where functions return a generic pointer.
84f5576c149ed0cf18555bcd7cf1ffbe491bb08fMark Andrews Add $SSL/include to configure search path.
6953fd6e20fddcb6389e642aa872cb7425a95f6dMark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
6953fd6e20fddcb6389e642aa872cb7425a95f6dMark Andrews *) Moved several pointers out of the shared Scoreboard so it is
2b67af24fa02867fbc703e89277400b10d0c8b92Mark Andrews more portable, and will present the vhost name across server
2b67af24fa02867fbc703e89277400b10d0c8b92Mark Andrews generation restarts. [William Rowe]
f02b985650a6f1277a3a45f18561d519916c1890Mark Andrews *) Fix SSLPassPhraseDialog exec: and SSLRandomSeed exec:
f02b985650a6f1277a3a45f18561d519916c1890Mark Andrews [Doug MacEachern]
c870001ae1bff0e38f622c4ed56872c7f1d2d336Mark AndrewsChanges with Apache 2.0.30
c870001ae1bff0e38f622c4ed56872c7f1d2d336Mark Andrews *) Fix the main bug for FreeBSD and threaded MPM's. There are
0b5d8941bb41edbe1296619485c16df536ecc05fMark Andrews still issues (see STATUS) but at least the server will now
0b5d8941bb41edbe1296619485c16df536ecc05fMark Andrews run without crashing the machine.
bcdf37e0ff7d73310b7bf247d755194a5718ba38Mark Andrews [David Reid, Aaron Bannert, Justin Erenkrantz]
bcdf37e0ff7d73310b7bf247d755194a5718ba38Mark Andrews *) Fix a typo in mod_deflate's m4 config section.
a34d19803a206febe10866394393ec1c09b28984Mark Andrews [albert chin (china@thewrittenword.com)]
cbef026164ceabccb2e85403434b722d77f7b5eeMark Andrews *) Fix a couple of mod_proxy problems forwarding HTTP connections
cbef026164ceabccb2e85403434b722d77f7b5eeMark Andrews and handling CONNECT:
cbef026164ceabccb2e85403434b722d77f7b5eeMark Andrews (1) PR #9190 Proxy failed to connect to IPv6 hosts.
2db8db63992d081c75d664340866e2a21913705dMark Andrews (2) Proxy failed to connect when the first IP address returned by
2db8db63992d081c75d664340866e2a21913705dMark Andrews the resolver was unreachable but a secondary IP address was.
2db8db63992d081c75d664340866e2a21913705dMark Andrews [Jeff Trawick]
2db8db63992d081c75d664340866e2a21913705dMark Andrews *) Fix the module identifer as shown in the docs for various core
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews modules (e.g., the identifer for mod_log_config was previously
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews listed as config_log_module). PR #9338
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews [James Watson <ap2bug@sowega.org>]
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews *) Fix LimitRequestBody directive by placing it in the HTTP
8626c376a038da969de1ee6c158957dfe638daacMark Andrews filter. [Justin Erenkrantz]
8626c376a038da969de1ee6c158957dfe638daacMark Andrews *) Fix mod_proxy seg fault when the proxied server returns
c6ee5082db1e40ab64e08a540620da79996efa9cTatuya JINMEI 神明達哉 an HTTP/0.9 response or a bogus status line.
222dcab0a6456c5395545e885f21b5542b7d841dTatuya JINMEI 神明達哉 [Adam Sussman]
f22ef4dfb973c4714eedd3818050fde74fb20e48Mark Andrews *) Prevent mod_proxy from truncating one character off the
9a6522317c97e5487cea816173f63a0e5b4e428aTatuya JINMEI 神明達哉 end of the status line returned from the proxied server.
f5a156fa25e6d341e703782de6368fbe9e256ddeTatuya JINMEI 神明達哉 [Adam Sussman, Bill Stoddard]
78ff0e94eae96f2cf8bf94454d8ff01ba280d30dMark Andrews *) Eliminate loop in ap_proxy_string_read().
5a9efbf6bf951267e0844990f5b2cb69f5d5f01fTatuya JINMEI 神明達哉 [Adam Sussman, Bill Stoddard]
08eadd404a59a6befcf51cb13695abee5d03456dMark Andrews *) Provide $0..$9 results from mod_include regex parsing.
08eadd404a59a6befcf51cb13695abee5d03456dMark Andrews [William Rowe]
c55dd77de4ce71b858afb291e44577b51be8b780Mark Andrews *) Allow mod-include to look for alternate start & end tags [Ian Holsman]
eca38a9d43391482bfa22e2eb7b86e19be8bf461Mark Andrews *) Introduced the ForceLanguagePriority directive, to prevent
eca38a9d43391482bfa22e2eb7b86e19be8bf461Mark Andrews returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases,
eca38a9d43391482bfa22e2eb7b86e19be8bf461Mark Andrews when using Multiviews. [William Rowe]
d79296d147cd4c35784dd3efd7ed7f09d976ee61Mark Andrews *) Fix a problem which prevented mod_cgid and suexec from working
4f5a43c5f084290054ddf212add7b4c2abe6edc5Tatuya JINMEI 神明達哉 together reliably [Greg Ames]
46390a96dd5f15c9a0b3663bdb7791bdecec3052Mark Andrews *) Remove the call to exit() from within mod_auth_digest's post_config
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews phase. [Aaron Bannert]
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews *) Fix a problem in mod_auth_digest that could potentially cause
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews problems with initialized static data on a system that uses DSOs.
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews [Aaron Bannert]
d48f9877255f41b6074777da0639b6bc2bfad388Mark Andrews *) Fix a segfault in the worker MPM that could happen during
d48f9877255f41b6074777da0639b6bc2bfad388Mark Andrews child process exits. [Brian Pane, Aaron Bannert]
5d51f534831bd648436d22e4faf203fb9abdf3d4Mark Andrews *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
5d51f534831bd648436d22e4faf203fb9abdf3d4Mark Andrews *) Fix matching of vhosts by ip address so we find IPv4
a45a6ea2b03448751d7c44931e8ac7666e7cc2ceMark Andrews vhost address when target address is v4-mapped form of
a45a6ea2b03448751d7c44931e8ac7666e7cc2ceMark Andrews that address. [Jeff Trawick]
a45a6ea2b03448751d7c44931e8ac7666e7cc2ceMark Andrews *) More performance tweaks to the BNDM string-search algorithm
15bda409010cbf2d3e43baf10f28bae5f7b1abefMark Andrews used to find "<!--#" tokens in mod_include [Brian Pane]
b5205d860b1672c405c57004e6823af873799b42Mark Andrews *) Miscellaneous small performance fixes: optimized away various
b5205d860b1672c405c57004e6823af873799b42Mark Andrews string copy operations and removed large temp buffers from
b5205d860b1672c405c57004e6823af873799b42Mark Andrews the stack [Brian Pane]
9a1e8f1baf3e5c53d6b6bfa97d7f60cb3358e404Mark Andrews *) Fixed startup segfault that occurred when a VirtualHost
c79e85f7d77317a9b5c34b4bb94eaf1779fc0b6eMark Andrews directive had a port but no address [Brian Pane]
c79e85f7d77317a9b5c34b4bb94eaf1779fc0b6eMark Andrews *) Allow htdbm to work with multiple DBM types [Ian Holsman]
12b1bf8b14ac3b6ec4de9cae6fea10f389b5e5dbMark Andrews *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
12b1bf8b14ac3b6ec4de9cae6fea10f389b5e5dbMark Andrews if oslevel < WINNT. This should fix several problems reported
e22bd3c4bc0de0b96531fab5c2c944251e02e975Mark Andrews Against 2.0.28 on Windows 98 [Bill Stoddard]
e22bd3c4bc0de0b96531fab5c2c944251e02e975Mark Andrews *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
9c420baae0dce935d70df3852bc3abdfe5caf093Mark Andrews to fail. [Bill Stoddard]
529035492ea0a427cc8d007cd743934d4494d9d3Mark Andrews *) Change core code to allow an MPM to set hard thread/server
ff6bd86d5778de50cb1b4e93591e22354062ee17Mark Andrews limits at startup. prefork, worker, and perchild MPMs now have
11e43ff752bab2983d9328b6624bbcef613a93e1Mark Andrews directives to set these limits. [Jeff Trawick]
444bbadb54d4a676aa4b20685d3178d7988534b3Mark Andrews *) Win32: The async AcceptEx() event should be autoreset upon
444bbadb54d4a676aa4b20685d3178d7988534b3Mark Andrews successful completion of a wait (WaitForSingleObject). This
cd6d8d61b076eea02826596334a105b918393627Mark Andrews eliminates a number of spurious
cd6d8d61b076eea02826596334a105b918393627Mark Andrews setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed." messages.
f04809663f4ba3df0e2ef1247d67bdd6ce0157d6Mark Andrews [Bill Stoddard]
f04809663f4ba3df0e2ef1247d67bdd6ce0157d6Mark Andrews *) Move any load library path environment variables out of
7d7f929274e48808b4771162d6302a99e69865d8Mark Andrews apachectl and into a separate environment variable file which
7d7f929274e48808b4771162d6302a99e69865d8Mark Andrews can be more easily tailored by the admin. The environment
7d7f929274e48808b4771162d6302a99e69865d8Mark Andrews variable file as built by Apache may have additional system-
21b76ee598c937c6736cbc7ab69684bb3332428aMark Andrews specific settings. For example, on OS/390 we tailor the heap
21b76ee598c937c6736cbc7ab69684bb3332428aMark Andrews settings to allow lots of threads. [Jeff Trawick]
21b76ee598c937c6736cbc7ab69684bb3332428aMark Andrews *) Use the new APR pool code to reduce pool-related lock
21b76ee598c937c6736cbc7ab69684bb3332428aMark Andrews contention in the worker MPM. [Sander Striker]
5c45d30402af6860e1f66f5aa7d78dff58373b27Mark Andrews *) The POD no longer assumes the child is listening on 127.0.0.1
b66ca17f2990433a3e277b50cc3c15f19cdd0771Mark Andrews and now pulls the first hostname in the list of listeners to
b66ca17f2990433a3e277b50cc3c15f19cdd0771Mark Andrews perform the dummy connect on. This fixes a bug when the user
b66ca17f2990433a3e277b50cc3c15f19cdd0771Mark Andrews had configured the Listen directive for an IP other than
dc1f18f211a91735faf2771acc8438f0fbc70d4bMark Andrews 127.0.0.1. This would result in undead children and error
dc1f18f211a91735faf2771acc8438f0fbc70d4bMark Andrews messages such as "Connection refused: connect to listener".
dc1f18f211a91735faf2771acc8438f0fbc70d4bMark Andrews [Aaron Bannert]
7b68fa6229f1edadac44c7ec459c9ed77a8368c8Mark Andrews *) The worker MPM now respects the LockFile setting, needed to
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews avoid locking problems with NFS. [Jeff Trawick]
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews *) Fix segfault when worker MPM receives SIGHUP.
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews [Ian Holsman, Aaron Bannert, Justin Erenkrantz]
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews *) Fix bug that could potentially prevent the perchild MPM from
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews working with more than one vhost/uid. [Aaron Bannert]
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews *) Change make install and apxs -i processing of DSO modules to
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews perform special handling on platforms where libtool doesn't install
0d8971a4b8abed599ec9d9b7d1b51b8de8038ce2Shane Kerr mod_foo.so. This fixes some wonkiness on HP-UX, Tru64, and AIX
0d8971a4b8abed599ec9d9b7d1b51b8de8038ce2Shane Kerr which prevented standard LoadModule statements from working.
0d8971a4b8abed599ec9d9b7d1b51b8de8038ce2Shane Kerr [Jeff Trawick]
a8f950ff05e2e81d425a3411268cdf21f8f26b16Mark Andrews *) Whenever mod_so is enabled (not just when there are DSOs for
a8f950ff05e2e81d425a3411268cdf21f8f26b16Mark Andrews our modules), do whatever special magic is required for compiling/
bc1467288a25b48446d3229fef0a19fad0cb6f2fMark Andrews loading third-party modules. This allows third-party DSOs to
bc1467288a25b48446d3229fef0a19fad0cb6f2fMark Andrews be used on an AIX build when there were no built-in modules
bc1467288a25b48446d3229fef0a19fad0cb6f2fMark Andrews built as DSOs. (This should help on OS/390 and BeOS as well.)
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins [Jeff Trawick]
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins *) Allow apxs to be used to build DSOs on AIX without requiring the
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins user to hard-code the list of import files. (This should help
f19353d73186913a6e0f0f766c1f72e5f4c5e9e1Tatuya JINMEI 神明達哉 on OS/390 and BeOS as well.) [Jeff Trawick]
84910d09ee8244027c7031e03999bc60a3d63adbMark Andrews *) Resolved segfault in mod_isapi when configuring with ISAPICacheFile.
84910d09ee8244027c7031e03999bc60a3d63adbMark Andrews PR 8563, 8919 [William Rowe]
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews *) Get binary builds working when libapr and libaprutil are built
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews shared [Greg Ames]
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews *) Get shared builds of libapr and libaprutil, as well as Apache DSOs,
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews working on AIX. [Aaron Bannert, Dick Dunbar <RLDunbar@pacbell.net>,
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews Gary Hook <ghook@us.ibm.com>, Victor Orlikowski, Jeff Trawick]
cfe92110ce4eaf19f7f3255d2961710879bdc9ddMark Andrews *) Fix the handling of SSI directives in which the ">" of the
cfe92110ce4eaf19f7f3255d2961710879bdc9ddMark Andrews terminating "-->" is the last byte in a file [Brian Pane]
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews *) Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews message that we had back in apache-1.3 and still have scattered
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews throughout our docs. [Aaron Bannert]
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews *) Prevent the Win32 port from continuing after encountering an
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews error in the command line args to apache. [William Rowe]
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews *) On a error in the proxy, make it write a line to the error log
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews [Ian Holsman]
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews *) Various mod_ssl performance improvements [Doug MacEachern]
5929cde251d6d971fda14ac9ea927035421f6480Mark AndrewsChanges with Apache 2.0.29
5929cde251d6d971fda14ac9ea927035421f6480Mark Andrews *) Add buffering in core_output_filter to ensure that long
1412643ba5bcc735c3731d8cebf71fd76eedec91Mark Andrews lists of small buckets don't cause small packet writes.
1412643ba5bcc735c3731d8cebf71fd76eedec91Mark Andrews [Brian Pane, Ryan Bloom]
1412643ba5bcc735c3731d8cebf71fd76eedec91Mark Andrews *) Fix the installation target to make sure that the manual is
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews installed in the correct location.
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews [Yoshifumi Hiramatsu <hiramatu@boreas.dti.ne.jp> and
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews Gomez Henri <hgomez@slib.fr>]
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews *) Fix the cmd command for mod_include. When we are processing
daba3af103617ce4dd49bfdd0d9e07df7f22d08dMark Andrews a cmd command, we do not want to use the r->filename to set
daba3af103617ce4dd49bfdd0d9e07df7f22d08dMark Andrews the command name. The command comes from the SSI tag. To do this,
59d84d1b077678cb77f6cbcc53d8cfa60ff69cb7Mark Andrews I added a variable to the function that builds the command line
59d84d1b077678cb77f6cbcc53d8cfa60ff69cb7Mark Andrews in mod_cgi. This allows the include_cmd function to specify
59d84d1b077678cb77f6cbcc53d8cfa60ff69cb7Mark Andrews the command line itself. [Ryan Bloom]
ac124a78a097a0840992c5726cbbdaf1448b6ab3Mark Andrews *) Change open_logs hook to return a value, allowing you
d76ed813a51465e5c47d521ab09ea20c06f1428dMark Andrews to flag a error while opening logs
d76ed813a51465e5c47d521ab09ea20c06f1428dMark Andrews [Ian Holsman, Doug MacEachern]
b6d199bd6a505d84093874339056d9df4d21dfbcMark Andrews *) Change post_config hook to return a value, allowing you
b6d199bd6a505d84093874339056d9df4d21dfbcMark Andrews to flag a error post config
b6d199bd6a505d84093874339056d9df4d21dfbcMark Andrews [Ian Holsman, Jeff Trawick]
1d7b3b6dac1a0c6c586808c2add2ca2bef80512fMark Andrews *) Allow SUEXEC_BIN (the path to the suexec binary that is
1d7b3b6dac1a0c6c586808c2add2ca2bef80512fMark Andrews hard-coded into the server) to be specified to the configure
1d7b3b6dac1a0c6c586808c2add2ca2bef80512fMark Andrews script by the --with-suexec-bin parameter. [Aaron Bannert]
f27eae9cfeb5b6c3c38ead6a7a0b1dd36bba691dMark Andrews *) Fix segv in worker MPM following accept on pipe-of-death
f27eae9cfeb5b6c3c38ead6a7a0b1dd36bba691dMark Andrews [Brian Pane]
9a8cec4995c1586d27e95f13d421e4de61a97eb5Mark Andrews *) Add mod_deflate to experimental.
9a8cec4995c1586d27e95f13d421e4de61a97eb5Mark Andrews [Ian Holsman, Justin Erenkrantz]
25c18fded02c5df8391a333e90ea776b52bff079Mark Andrews *) Bail out at configure time if an invalid MPM was specified.
7042126e8a10315255144989f7723f0510558928Mark Andrews [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
7042126e8a10315255144989f7723f0510558928Mark Andrews *) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
7042126e8a10315255144989f7723f0510558928Mark Andrews configured [John Sterling <sterling@covalent.net>]
2c4ae1d331c98beba03a337a58e9b44aec98d663Mark Andrews *) Fix apxs to use sbindir. [Henri Gomez <hgomez@slib.fr>]
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews *) Fix a problem with IPv6 vhosts. PR #8118 [Jeff Trawick]
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews *) Optimization for the BNDM string-search function in
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews mod_include. [Brian Pane]
c4008fdd56a8045802ed125e40a06bf1df9b7fbeMark Andrews *) Fixed the behavior of the XBitHack directive.
c4008fdd56a8045802ed125e40a06bf1df9b7fbeMark Andrews [Taketo Kabe <kabe@sra-tohoku.co.jp>, Cliff Woolley] PR#8804
4f54d095945d6f60f146112d37d31815ad73eb02Mark Andrews *) The threaded MPM for Unix has been removed. Use the worker
4f54d095945d6f60f146112d37d31815ad73eb02Mark Andrews MPM instead. [various]
472ce617b7c19ae38dfaa2fc9e8699e3bf9be4a8Mark Andrews *) APR-ize the resolver logic in mod_unique_id. This fixes a bug
472ce617b7c19ae38dfaa2fc9e8699e3bf9be4a8Mark Andrews in logging the error from a failed DNS lookup. [Jeff Trawick]
c5387e694299c41361660e54f23e89c7da3ede1dMark Andrews *) Added the missing macros AP_INIT_TAKE13 and AP_INIT_TAKE123.
c5387e694299c41361660e54f23e89c7da3ede1dMark Andrews [Cliff Woolley]
d00e58d4814b45c13434721b5771782e485dcb73Mark Andrews *) Get mod_cgid killed when a MPM exits due to a fatal error.
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews [Jeff Trawick]
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews *) Fix a file descriptor leak in mod_include. When we include a
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews file, we use a sub-request, but we didn't destroy the sub-request
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews immediately, instead we waited until the original request was
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews done. This patch closes the sub-request as soon as the data is
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews done being generated. [Brian Pane <bpane@pacbell.net>]
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews *) Allow modules that add sockets to the ap_listeners list to
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews define the function that should be used to accept on that
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews socket. Each MPM can define their own function to use for
3e9ab6efd14ad716e6815718207dac2bdef3fddfMark Andrews the accept function with the MPM_ACCEPT_FUNC macro. This
3e9ab6efd14ad716e6815718207dac2bdef3fddfMark Andrews also abstracts out all of the Unix accept error handling
3e9ab6efd14ad716e6815718207dac2bdef3fddfMark Andrews logic, which has become out of synch across Unix MPMs.
6e373c502584f9292e964378411d296c8259026bMark Andrews [Ryan Bloom]
6e373c502584f9292e964378411d296c8259026bMark Andrews *) Fix a bug which would cause the response headers to be omitted
3bf783a6d4627266d76b0ebdc05afdccb3d06ad0Mark Andrews when sending a negotiated ErrorDocument because the required
3bf783a6d4627266d76b0ebdc05afdccb3d06ad0Mark Andrews filters were attached to the wrong request_rec.
3bf783a6d4627266d76b0ebdc05afdccb3d06ad0Mark Andrews [John Sterling <sterling@covalent.net>]
a37e44f107f5f60d7e84de77eb33b13139bca03fMark Andrews *) Remove commas from the end of the macros that define
a37e44f107f5f60d7e84de77eb33b13139bca03fMark Andrews directives that are used by MPMs. Prior to this patch,
a37e44f107f5f60d7e84de77eb33b13139bca03fMark Andrews you would use these macros without commas, which was unlike
2a35dc09d6c14f4041116766c0f7b60f41be0c9eMark Andrews the macros for any other directives. Now, the caller provides
2a35dc09d6c14f4041116766c0f7b60f41be0c9eMark Andrews the comma rather than the macro providing it. This makes
2a35dc09d6c14f4041116766c0f7b60f41be0c9eMark Andrews the macros look more like the rest of the directives.
d53520b78d4a8726396efdbaa71f86f687a6f308Mark Andrews [Ryan Bloom and Cliff Woolley]
d53520b78d4a8726396efdbaa71f86f687a6f308Mark Andrews *) Add 'redirect-carefully' environment option to disable sending
43501e6570e9081d459fb5c1a81b73c2c53c5df0Mark Andrews redirects under special circumstances. This is helpful for
43501e6570e9081d459fb5c1a81b73c2c53c5df0Mark Andrews Microsoft's WebFolders when accessing a directory resource via
43501e6570e9081d459fb5c1a81b73c2c53c5df0Mark Andrews DAV methods. [Justin Erenkrantz]
c2b2bd69faabd83143ffb30a132a2f20ebd9abdaMark Andrews *) Begin to abstract out the underlying transport layer.
d140ae28347065500e7efb1ebe884f1606f9ac7bMark Andrews The first step is to remove the socket from the conn_rec,
d140ae28347065500e7efb1ebe884f1606f9ac7bMark Andrews the server now lives in a context that is passed to the
d3bcf7adca7fc4a019364b0195818673448072f7Mark Andrews core's input and output filters. This forces us to be very
d3bcf7adca7fc4a019364b0195818673448072f7Mark Andrews careful when adding calls that use the socket directly,
d3bcf7adca7fc4a019364b0195818673448072f7Mark Andrews because the socket isn't available in most locations.
cf029c9369548e598379490a039cfbc2b83527eeMark Andrews [Ryan Bloom]
cf029c9369548e598379490a039cfbc2b83527eeMark Andrews *) Really reset the MaxClients value in worker and threaded
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews when the configured value is not a multiple of the number
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews of threads per child. We said we did previously but we
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews forgot to. [Jeff Trawick]
c9eaf357a31ea5eaeeed24f2f4e800a6ef9512e0Mark Andrews *) Add Debian layout. [Daniel Stone <daniel@sfarc.net>]
3fc7753efdc33559978ce61785961b1305944077Mark Andrews *) If shared modules are requested and mod_so is not available,
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews produce a fatal config-time error. [Justin Erenkrantz]
219a8f14a864aca47c340729dfff008a5050dd26Mark Andrews *) Improve http2env's performance by cutting the work it has to
219a8f14a864aca47c340729dfff008a5050dd26Mark Andrews do. [Brian Pane <bpane@pacbell.net>]
d14e4f3a9916f2159de4c5995006195072e05085Mark Andrews *) use new 'apr_hash_merge' function in mod_mime (performance fix)
d14e4f3a9916f2159de4c5995006195072e05085Mark Andrews [Brian Pane <bpane@pacbell.net>]
fde1a334ee0d437ccbada347ff09e8ea0eaff221Mark AndrewsChanges with Apache 2.0.28
8549bc9b78d7664ac99436d36a1ce615f772378aMark Andrews *) Fix infinite loop in mod_cgid.c.
8549bc9b78d7664ac99436d36a1ce615f772378aMark Andrews [Dale Ghent <daleg@elemental.org>, Brian Pane <bpane@pacbell.net>]
4ff0e3c8afbbbc30473701c47d75e1d7829bae3eMark Andrews *) When no port is given in a "ServerName host" directive, the
4ff0e3c8afbbbc30473701c47d75e1d7829bae3eMark Andrews server_rec->port is now set to zero, not 80. That allows for
9a33e2d135b0de7d2e2d768f2b9c45b2627fe4e6Mark Andrews run-time deduction of the correct server port (depending on
9a33e2d135b0de7d2e2d768f2b9c45b2627fe4e6Mark Andrews SSL/plain, and depending also on the current setting of
9a33e2d135b0de7d2e2d768f2b9c45b2627fe4e6Mark Andrews UseCanonicalName). This change makes redirections
7b52c2ad3c9ca65712e962ddc803e34641f2bc07Mark Andrews work, even with https:// connections. As in Apache-1.3, the
dc6da18ccbb808d21f123cc6bda399b44ad11445Mark Andrews connection's actual port number is never used, only the ServerName
94b58e01ae98764a045e18581d7aaf05d2889e60Mark Andrews setting or the client's Host: setting. Documentation updated
94b58e01ae98764a045e18581d7aaf05d2889e60Mark Andrews to reflect the change. [Martin Kraemer]
a687a0592bbe3a582860eb5f03725bf80d7ac1d8Mark Andrews *) Add a '%{note-name}e' argument to mod-headers, which works in
a687a0592bbe3a582860eb5f03725bf80d7ac1d8Mark Andrews the same way as mod_log_confg. [Ian Holsman]
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews *) Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews AP_MPMQ_MAX_REQUESTS_DAEMON macros in ap_mpm.h and all standard
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews MPMs. [Cliff Woolley]
6eb8591f005f3e270d9ffb23769753952d0ec286Mark Andrews *) Introduce htdbm, a user management utility for db/dbm authorization
6eb8591f005f3e270d9ffb23769753952d0ec286Mark Andrews databases. [Mladen Turk <mturk@mappingsoft.com>]
a1bc94109313bf4ebb6e6ff655d71d45582d2e43Mark Andrews *) Optimize usage of strlen and strcat in ap_directory_walk.
a1bc94109313bf4ebb6e6ff655d71d45582d2e43Mark Andrews [Brian Pane <bpane@pacbell.net>]
d9c4f954a1ddf7fcd5bf86bb7bbc12f669f81507Mark AndrewsChanges with Apache 2.0.27
d9c4f954a1ddf7fcd5bf86bb7bbc12f669f81507Mark Andrews *) Introduce an Apache mod_ssl initial configuration template
6657a9e2d8c039be0bec367cae59a91d77ccaad4Mark Andrews (ssl.conf, generated from ssl-std.conf). [Ralf S. Engelschall]
6657a9e2d8c039be0bec367cae59a91d77ccaad4Mark Andrews *) Fixed a memory leak in the getline parsing code that could
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews be triggered by arbitrarily large header lines. Requests
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews from the core input filter for single lines are now limited
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews to HUGE_STRING_LEN (8192 bytes). [Aaron Bannert]
6178552326050b16f5706ee63c931e9388d74318Mark Andrews *) Fix a truncation bug in how we print the port on the Via: header.
6178552326050b16f5706ee63c931e9388d74318Mark Andrews The routine that prints the Via: header now takes a length for
69836f45cff130ab11a1f5a662e8bf8aaf390de2Mark Andrews the port string. [Zvi Har'El <rl@math.technion.ac.il>]
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews *) Some syntax errors in mod_mime_magic's magic file can result
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews in a 500 error, which previously was unlogged. Now we log the
69836f45cff130ab11a1f5a662e8bf8aaf390de2Mark Andrews error. [Jeff Trawick]
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews *) Add the support/checkgid helper app, which checks the run-time
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews validity of group identifiers usable in the Group directive.
f8f65e2de40b1e9874b88f392f3abeb057ce6172Mark Andrews *) Various --enable-so options have been fixed: --enable-so is
f8f65e2de40b1e9874b88f392f3abeb057ce6172Mark Andrews treated as "static"; explicit --enable-so=shared issues an error;
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews and explicit --enable-so fails with error on systems without
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews APR_HAS_DSO. [Aaron Bannert]
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews *) Fix a segfault in the core input filter when the client socket
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews gets disconnected unexpectedly. [Cliff Woolley]
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews *) Fix the reporting for child processes that die. This removes
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews all of the non-portable W* macros from Apache.
e9733bc599f30033ffe7af69f5fca254fb59d46eMark Andrews [Jeff Trawick and Ryan Bloom]
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews *) Win32: Track and display "Parent Server Generation:" in
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews mod_status output. The generation will be bumped at
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews server graceful restart, when the child process exits
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews by hitting MaxRequestsPerChild or if the child
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews process exits abnormally. [Bill Stoddard]
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews *) Win32: Fix problem where MaxRequestsPerChild directive was
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews not being picked up in favor of the default. Enable
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews the parent to start up a new child process immediately upon
1c91b0a6516319d81670da2325e2bd08a7703707Mark Andrews the old child starting shutdown.
1c91b0a6516319d81670da2325e2bd08a7703707Mark Andrews [Bill Stoddard]
2a90390deeff6ba07125bfb2c81ab4b582eb2777Mark Andrews *) Fix some bungling of the remote port in rfc1413.c so that
95b484c9580d06eb2f9735a22e9841389c2859baMark Andrews IdentityCheck retrieves the proper user id instead of failing
2a90390deeff6ba07125bfb2c81ab4b582eb2777Mark Andrews and thus always returning "nobody."
2a90390deeff6ba07125bfb2c81ab4b582eb2777Mark Andrews [Dick Streefland <Dick.Streefland@xs4all.nl>]
be2c2c29a88db96bd51f11d671ec207f0b6b0d45Mark Andrews *) Introduced thread saftey for mod_rewrite's internal cache.
be2c2c29a88db96bd51f11d671ec207f0b6b0d45Mark Andrews [Brian Pane <bpane@pacbell.net>]
503ab4e136b843ef431f904709698231f1bc39e3Mark Andrews *) Simplified mod_env's directives to behave as most directives are
503ab4e136b843ef431f904709698231f1bc39e3Mark Andrews expected, in that UnsetEnv will not unset a SetEnv and PassEnv
cf224bbf7bab87bc28b12f5b30f5ca3f3e5bf604Mark Andrews directive following that UnsetEnv within the same container.
cf224bbf7bab87bc28b12f5b30f5ca3f3e5bf604Mark Andrews Also provides a runtime startup warning if a PassEnv configured
cf224bbf7bab87bc28b12f5b30f5ca3f3e5bf604Mark Andrews environment value is undefined. [William Rowe]
00afe78ab290fec3041731c1fac146a24f556de4Mark Andrews *) The worker MPM is now completely ported to APR's new lock API. It
00afe78ab290fec3041731c1fac146a24f556de4Mark Andrews uses native APR types for thread mutexes, cross-process mutexes,
00afe78ab290fec3041731c1fac146a24f556de4Mark Andrews and condition variables. [Aaron Bannert]
2674e1a455d4f71de09b2b60e7a8304b9a305588Mark Andrews *) Sync up documentation to remove all references to the now deprecated
2674e1a455d4f71de09b2b60e7a8304b9a305588Mark Andrews Port directive. [Justin Erenkrantz]
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews *) Moved all ldap modules from the core to httpd-ldap sub-project
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews [Ryan Bloom]
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews *) Exit when we can't listen on any of the configured ports. This
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews is the same behavior as 1.3, and it avoids having the MPMs to
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews deal with bogus ap_listen_rec structures. [Jeff Trawick]
405ae948cc01c5fb9fee511ce32de86f8077e01bMark Andrews *) Cleanup the proxy code that creates a request to the origin
57e4191a112bf57a1eab6d37212df2531b6f8a16Mark Andrews server. This change adds an optional hook, which allows modules
7d116211ec7b063891130f191e3ed437b45dba70Mark Andrews to gain control while the request is created if the proxy module
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews is loaded. The purpose of this hook is to allow modules to add
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews input and/or output filters to the request to the origin. While
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews I was at it, I made the core use this hook, so that proxy request
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews creation uses some of the code from the core. This can still be
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews greatly improved, but this is a good start. [Ryan Bloom]
eba8a27e55258ee4470d7c3caa6bb3a335b9731eMark AndrewsChanges with Apache 2.0.26
8af4e7aa4e2a6fe84bf4ebe09ca1d4ef1d8ab593Mark Andrews *) Port the MaxClients changes from the worker MPM to the threaded
8af4e7aa4e2a6fe84bf4ebe09ca1d4ef1d8ab593Mark Andrews MPM. [Ryan Bloom]
d08c5dfcd4d1f69004c1382ffc00cc1848dcd1a3Mark Andrews *) Fix mod_proxy so that it handles chunked transfer-encoding and works
982a2cfef37a39842ff53dc2e00b947c554fa78eTatuya JINMEI 神明達哉 with the new input filtering system. [Justin Erenkrantz]
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews *) Introduce the MultiviewsMatch directive, to allow the operator
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews to be flexible in recognizing Handlers and Filters filename
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews extensions as part of the Multiviews matching logic, strict with
a5b66bf342440688739d7207e437bf743e8b7ac0Mark Andrews MultiviewsMatch NegotiatedOnly to accept only filename extentions
a5b66bf342440688739d7207e437bf743e8b7ac0Mark Andrews that designate negotiated parameters, (content type, charset, etc.)
982e072a5000bfc072aee8b34f64112cf54369a5Mark Andrews or MultiviewsAll for the 1.3 behavior of matching any files, even
982e072a5000bfc072aee8b34f64112cf54369a5Mark Andrews if they have unregistered extensions. [William Rowe]
e24089c5c33f31a39cea0123765165fa31308343Tatuya JINMEI 神明達哉 *) Fixed the configure script to add a LoadModule directive to
9547d3e03bb082d73aeabb497b60632ebfdc78a6Mark Andrews the default httpd.conf for any module that was compiled
6f3c2ee187d690f96ffef3ba5a6c2e112bb3798cMark Andrews as a DSO. [Aaron Bannert <aaron@clove.org>]
9547d3e03bb082d73aeabb497b60632ebfdc78a6Mark Andrews *) rewrite mod_ssl input filtering to work with the new input filtering
9de05727e334336ceb0abcca404d770abd23b876Mark Andrews system. [Justin Erenkrantz]
9de05727e334336ceb0abcca404d770abd23b876Mark Andrews *) prefork: Don't segfault when we are able to listen on some but
7c61d798f54f7c19f87d46a0df775e0e58fe7d30Mark Andrews not all of the configured ports. [Jeff Trawick]
e23932d3c8c154cff3fea0ecff64e26c6ac6f5d8Mark Andrews *) Build mod_so even if no core modules are built shared.
e23932d3c8c154cff3fea0ecff64e26c6ac6f5d8Mark Andrews [Aaron Bannert <aaron@clove.org>]
72160d9b51d902a7cf18de84953bc651941f73c2Mark Andrews *) Introduce ap_directory_walk rewrite (with further optimizations
72160d9b51d902a7cf18de84953bc651941f73c2Mark Andrews required) to adapt to the ap_process_request_internal() changes.
885e60828681cecd17bccbe5ceff8f4e75ef4c5cMark Andrews Optimized so subrequests and redirects now reuse previous section
8ec056723666c71a499880ffa415661f37ffd08eMark Andrews merges, until we mismatch with the original directory_walk, and
8ec056723666c71a499880ffa415661f37ffd08eMark Andrews precomputed r->finfo results will cause directory_walk to skip
037b732f88edc943f3141e0342dc993156e3abf3Mark Andrews the most expensive phases of the function. [William Rowe]
80a609bf44ee09766aeb9ae02cfbf7f9fe86dd83Mark Andrews *) Allow ApacheMonitor to connect to and control Apache on other
80a609bf44ee09766aeb9ae02cfbf7f9fe86dd83Mark Andrews WinNT/2K machines. [Mladen Turk <mturk@mappingsoft.com>]
b89095ba15e9163f2bacc46239d8f69d1a2b9ad3Tatuya JINMEI 神明達哉 *) Remove the Port directive. In it's place, the Listen directive
b89095ba15e9163f2bacc46239d8f69d1a2b9ad3Tatuya JINMEI 神明達哉 is now a required directive, which tells Apache what port to
bd5c8a564b21781fe6b608fe6a75c2e7152200acTatuya JINMEI 神明達哉 listen on. The ServerName directive has also been extended
85708f9aabbfe31fc648c90258ae18ce0edc3488Mark Andrews to accept an optional port. If the port is specified to the
85708f9aabbfe31fc648c90258ae18ce0edc3488Mark Andrews ServerName, the server will report that port whenever it
49732e4d6008d7d99dfce596a17e17aa13425502Mark Andrews reports the port that it is listening on. This change was
49732e4d6008d7d99dfce596a17e17aa13425502Mark Andrews made to ease configuration errors that stem from having a Port
49732e4d6008d7d99dfce596a17e17aa13425502Mark Andrews directive, and a Listen directive. In that situation, the server
cae2cb086244dfb883739edbe79e34756079f70eMark Andrews would only listen to the port specified by the Listen command,
cae2cb086244dfb883739edbe79e34756079f70eMark Andrews which caused a lot of confusion to users. [Ryan Bloom]
cf0bcc2c80ca99f1e6e53dcdd0eba03fe70723dfMark Andrews *) Added mod_mime_magic, mod_unique_id and mod_vhost_alias to the Win32
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews build, as loadable modules. [William Rowe]
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews *) Fix --enable-mods-shared processing. If most is specified,
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews then all modules that can be compiled as shared modules are.
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews [Aaron Bannert <aaron@clove.org>]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Update the mime.types file to map video/vnd.mpegurl to mxu
6672b3524c2305d8c66d8189c774f549be352ac0Mark Andrews and add commonly used audio/x-mpegurl for m3u extensions.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews [Heiko Recktenwald <uzs106@uni-bonn.de>, Lars Eilebrecht]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Eliminate the depreciated r->content_language, in favor of the array
5be3685b0e57677c0cc03113099cb8f99f9a070bMark Andrews r->content_languages introduced many years ago. Module authors must
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews substantially overhaul their modules, so this needs to be upgraded
5be3685b0e57677c0cc03113099cb8f99f9a070bMark Andrews if the module still relied on backwards-brokeness. [William Rowe]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Allow configure help strings to work with autoconf 2.50+ and 2.13.
715361d0c3800e5ad886e5df971936ce6cd1ca89Mark Andrews [Justin Erenkrantz]
715361d0c3800e5ad886e5df971936ce6cd1ca89Mark Andrews *) Rewrite the input filtering mechanisms to consolidate and reorganize
715361d0c3800e5ad886e5df971936ce6cd1ca89Mark Andrews code. In short, core_input_filter does something now and
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews ap_http_filter is now only concerned with HTTP. [Justin Erenkrantz]
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews *) Update the Win32 build to re-absorb mod_proxy and family.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews [William Rowe]
a268fec7f54a89a0772a91da0511c8eae09e6157Mark Andrews *) Resolved the build failure on Win32 using MSVC 5.0 (without the
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews current SDK.) [William Rowe]
4e1d3e67cdc76609bad5f0310ac48de10b442b9fMark Andrews *) Some style changes to the code that does ProxyErrorOverride. Fixed
4e1d3e67cdc76609bad5f0310ac48de10b442b9fMark Andrews config merge behaviour. [Graham Leggett]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Allow support programs to be compiled against a static version
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews of libapr. This allows the smaller support programs to be
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews relocated. [Aaron Bannert <aaron@clove.org>]
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews *) Update the mime.types file to the registered media types as
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews of 2001-09-25, and add mapping for xsl extension [Mark Cox]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Fix MaxClients in the Worker MPM, so that it specifies the maximum
74a14c4eb8518a9cc31cb5a918547a93d0c0e838Mark Andrews number of clients that can connect at the same time, instead of
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews specifying the maximum number of child processes.
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews [Aaron Bannert <aaron@clove.org>]
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews *) Switch proc_pthread AcceptMutex configuration directive to pthread to
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews be consistent with 1.3. [Justin Erenkrantz]
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews *) Cache apr_explode_localtime() value for 15 seconds.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews [Brian Pane <bpane@pacbell.net>]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Fix mod_include to not return ETag or Last-Modified headers.
a20e888bde4b307050d76e09266b2fb49f03bc30Mark Andrews [Ian Holsman <ianh@cnet.com>]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Fix worker MPM's scoreboard logic. [Aaron Bannert <aaron@clove.org>]
f4f0eedb8916a824124cf56d4c3f18eb6c77b42eMark Andrews *) Eliminate the wasteful run-time conversion of method names from strings
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews to numbers in places where the methods are known at compile time.
611ec5dd43d31fd6385f1a94c2f0865375f452b4Mark Andrews [Brian Pane <bpane@pacbell.net>]
7b52c2ad3c9ca65712e962ddc803e34641f2bc07Mark Andrews *) Turn the worker MPM's queue into a LIFO. This may
01b8bc018d83e757b0578723977b0a71e1e626f8Mark Andrews improve cache-hit performance under some conditions.
01b8bc018d83e757b0578723977b0a71e1e626f8Mark Andrews [Aaron Bannert <aaron@clove.org>]
8abe06b25d245ab2955d81525bfe6bd29b80908eMark Andrews *) Switch back to SIGUSR1 for graceful restarts on all platforms that
8abe06b25d245ab2955d81525bfe6bd29b80908eMark Andrews support it. [Justin Erenkrantz]
7755f5932a3e59d0c6a2506cc94519de92b91ca6Mark Andrews *) Cleanup the worker MPM. We no longer re-use transaction
7755f5932a3e59d0c6a2506cc94519de92b91ca6Mark Andrews pools. This incurs less overhead than shuffling the pools
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews around so that they can be re-used. Remove one of the
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews queue's condition variables. We just redefined the API to
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews state that you can't try to add more stuff than you allocated
6e9efadbea9febb0494e713e54dfea6f7ef70383Mark Andrews segments for. [Aaron Bannert <aaron@clove.org>]
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews *) Fix SSL VPATH builds [Cody Sherr <csherr@covalent.net>]
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews *) Fixed persistent connections when a request contains a body.
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews [Greg Stein]
0563d476dea35a60a59857cc8bd26ef276d78799Mark Andrews *) mod_dav uses a new API to speak to the backend provider for dead
0563d476dea35a60a59857cc8bd26ef276d78799Mark Andrews property management. [Greg Stein]
b2f160f266005ceaed77a3f575109f74cd13d548Mark Andrews *) Remove the Win32 script-processing exception from mod_cgi, and
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews roll build_command_line/build_argv_list into a unified, overrideable
0bb7c66ef8e3e8740cbac4a4de607060dfc4d6c8Mark Andrews ap_cgi_build_command optional function. [William Rowe]
2b3e34f03675d6c71a654fe2094f3b9c063a70eaMark Andrews *) Rewrite find_start_sequence to use a better search algorithm
2b3e34f03675d6c71a654fe2094f3b9c063a70eaMark Andrews to find the start tag. [Justin Erenkrantz]
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews *) Fix a seg fault in mod_include. When we are generating an
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews internal redirect, we must set r->uri to "", not a bogus
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews string, and not NULL. [Ryan Bloom]
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews *) Optimized location_walk, so subrequests, redirects and second passes
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews now reuse previous section merges on a <Location > by <Location >
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews basis, until we mismatch with the original location_walk.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews [William Rowe]
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews *) Back out the 1.45 change to util_script.c. This change made
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews us set the environment variable REQUEST_URI to the redirected
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews URI, instead of the originally requested URI.
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews [Taketo Kabe <kabe@sra-tohoku.co.jp>]
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews *) Make mod_include do lazy evaluation of potentially expensive to
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews compute variables. [Brian Pane <bpane@pacbell.net>]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Fix logging of bytes sent for HEAD requests. %b and %B should
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews log either - or 0, before this patch, they were both logging
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews the file size. [Taketo Kabe <kabe@sra-tohoku.co.jp>]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Make mod_include check for BYTE_CHECK_THRESHOLD per bucket rather
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews than per character. [Brian Pane <bpane@pacbell.net>]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Normalize the primary request, redirects and sub-requests to
ad226e3da3207fcb1dbb1054dd339dbbd19f507aMark Andrews run the same ap_process_request_internal for consistency in
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews robustness, behavior and security. [William Rowe]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Fix a segfault with mod_include when r->path_info is not set
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews (which is the case with mod_proxy). [Ian Holsman <ianh@cnet.com>]
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews *) Add -X functionality back. This indicates to all MPMs and any other
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews part of Apache that it should run in "debug" mode. [Justin Erenkrantz]
d4d68515d23668cfe804ab2a174a7e427decedd8Mark Andrews *) Some initial support for the cygwin platform [prefork only].
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews This is not to be confused with support for the WinNT/Win32
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews platform, which is the recommended configuration for native
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews Win32 users. The cygwin platform support is recommended for
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews cygwin platform users. [Stipe Tolj <tolj@wapme-systems.de>]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews *) Changed syntax of Set{Input|Output}Filter. The list of filters
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews must be semicolon delimited (if more than one filter is given.)
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews The Set{Input|Output}Filter directive now overrides a parent
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews container's directive (e.g. SetInputFilter in <Directory /web/foo>
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews will override any SetInputFilter directive in <Directory /web>.)
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews This new syntax is more consistent with Add{Input|Output}Filter
2c6f9101f99cc663074376a5cc1d954d33bdbe36Mark Andrews directives defined in mod_mime. Also cures a bug in prior releases
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews where the Set{Input|Output}Filter directive would corrupt the
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews global configuration if the multiple directives were nested.
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews [William Rowe]
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews *) Cured what's ailed mime for quite some time. If an AddSomething
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews was given in the configuration (Language, Charset, Handler or
1c153afce556ff3c687986fb7c4a0b0a7f5e7cd8Mark Andrews Encoding) Apache would set the content type as given by AddType,
1c153afce556ff3c687986fb7c4a0b0a7f5e7cd8Mark Andrews but refused to check the mime.types file if AddType wasn't given
81bdad57bd2c0c4b9a0684fe6e222ba95da625ecMark Andrews for that specific extension. Setting the AddHandler for .html
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews without setting the AddType text/html html would cause Apache to
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews use the default content type. [William Rowe]
3d247992c4a500caa7703edaee68612e545af602Mark Andrews *) Added some bulletproofing to memory allocation in the LDAP cache
3d247992c4a500caa7703edaee68612e545af602Mark Andrews code. [Graham Leggett]
3d247992c4a500caa7703edaee68612e545af602Mark AndrewsChanges with Apache 2.0.25
5c08d19fb17f0684e6424b94910cef61cec7592fMark Andrews *) Move the installed /manual directory out of the /htdocs/ tree, so
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews that it can be kept more independently from the remaining document
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews root. The "Alias /manual ..." already allowed for easy projection
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews into existing private document trees. [Martin Kraemer]
05331ce161276d879711342fadbc6144af7f5ba6Mark Andrews *) Add specified user attributes to the environment when using
05331ce161276d879711342fadbc6144af7f5ba6Mark Andrews mod_auth_ldap. This allows you to use mod_include to embed specified
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews user attributes in a page like so:
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews Hello <!--#echo var="AUTHENTICATE_CN"-->, how are you?
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews [Graham Leggett]
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews *) Fix a performance problem with the worker MPM. We now create
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews transaction pools once, and re-use them for each connection.
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews [Aaron Bannert <aaron@clove.org>]
2fa0485e9e969dd42dd10339354d7949db46111aMark Andrews *) Modfied mod_mime to prevent mod_negotation from serving a multiview
092f7679306989293bbe755f31ade0a5f456b370Mark Andrews of a 'handler' or 'filter', so that any filename extension that does
7d5b32acb1898844afa19123d07483b46edac7cbMark Andrews not contribute to the negotiated metadata can't be served without
7d5b32acb1898844afa19123d07483b46edac7cbMark Andrews an explicit request. E.g., if the .Z extension is associated with
437404e8313481329baa5897eeda8c45bf748553Mark Andrews an unzip filter, the user request somefile.Z.html, mod_negotiation
ef67e6d8fa86d98a2c0defc43b624434324d9ce7Mark Andrews won't serve it. It can serve somefile.Z.html when somefile.Z is
841fc0fd70881499b62f15e35980dd14b905ba45Mark Andrews requested, since the .Z extension is explictly requested, if the
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews .html extension is associated with ContentType text/html.
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews [William Rowe]
16b9ee24b96a1c1d21d809e88238091c4afa25c9Mark Andrews *) Introduce the AddInputFilter filter[;filter...] ext [ext...]
16b9ee24b96a1c1d21d809e88238091c4afa25c9Mark Andrews and corresponding AddOutputFilter syntax, to insert one or more
afa3f2fab7144761bbf481b9d40d667529c6ec76Mark Andrews filters by mod_mime filename extension processing.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein [William Rowe]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein *) Fix a growing connection pool in core_output_filter() for
da53179d1055c75e64dc2c9623b38cb2b8629eb6Mark Andrews keepalive requests. [Jeff Trawick]
da53179d1055c75e64dc2c9623b38cb2b8629eb6Mark Andrews *) Moved split_and_pass_pretag_buckets back to being a
2941824604f9c5aa70f216d1f2941b3c59aa37dcMark Andrews macro at Ryans's request. Removed the return from it
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews by setting and returning a return code instead. Updated
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews the code to check the return code from the macro and
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews do the right thing. [Paul J. Reder]
9840a0767d02f6c6b9d1f73d54e0cab2e8192a93Mark Andrews *) Fix a segfault when a numeric value was received for Host:.
9840a0767d02f6c6b9d1f73d54e0cab2e8192a93Mark Andrews [Jeff Trawick]
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein *) Add a function ap_remove_input_filter. This is to match
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein up with ap_remove_output_filter. [Ryan Bloom]
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein *) Clean up location_walk, so that this step performs a minimum
1cb73c69f76c8c2c66b767a8b9ad04f3988cf6a9Mark Andrews amount of redundant effort (it must be run twice, but it will no
1cb73c69f76c8c2c66b767a8b9ad04f3988cf6a9Mark Andrews longer reparse all <Location > blocks when the request uri
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews hadn't changed.) [William Rowe]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews *) Eliminate proxy: (and all other 'special') processing from the
f754fa97bc698cc251d227173a95e4d39a88ac01Mark Andrews ap_directory_walk() phase. Modules that want to use special
f754fa97bc698cc251d227173a95e4d39a88ac01Mark Andrews walk logic should refer to the mod_proxy map_to_location example,
a8f1c013b0fdc405ca4b5ec8316d3c9e3ad9d31bMark Andrews with it's proxy_walk and proxysection implementation. This makes
40a547174fb7d14f74bc375f076c8c390498f68eMark Andrews either directory_walk flavor much more legible, since that phase
a8f1c013b0fdc405ca4b5ec8316d3c9e3ad9d31bMark Andrews only runs against real <Directory > blocks.
a8f1c013b0fdc405ca4b5ec8316d3c9e3ad9d31bMark Andrews [William Rowe]
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews *) Fix a security problem in mod_include which would allow
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews an SSI document to be passed to the client unparsed.
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews [Cliff Woolley, Brian Pane]
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews *) Introduce the map_to_storage hook, which allows modules to bypass
46cb442c5c53f16ece23bfe7f7f7bf44f78b0e46Mark Andrews the directory_walk and file_walk for non-file requests. TRACE
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews [William Rowe]
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews *) Add the ability for mod_include to add the INCLUDES filter
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews if the file is configured for the server-parsed handler.
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews This makes the configuration for .shtml files much easier
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews to understand, and allows mod_include to honor Apache 1.3
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews config files. Based on Doug MacEachern's patch to PHP
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews to do the same thing. [Ryan Bloom]
2132a56b5c6628925838165ae0640e55e3f36188Mark Andrews *) force OpenSSL to ignore process local-caching and to always
2132a56b5c6628925838165ae0640e55e3f36188Mark Andrews get/set/delete sessions using mod_ssl's callbacks
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>,
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews Geoff Thorpe <geoff@geoffthorpe.net>]
d9ec2891475b8ed894a524a83370cfce30328569Mark Andrews *) Make the worker MPM shutdown and restart cleanly. This also
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews cleans up some race conditions, and gets the worker using
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews pools more cleanly. [Aaron Bannert <aaron@clove.org>]
5cb7e15551f502ab6948689cf3bc7dac6b56571eMark Andrews *) Implement CRYPTO_set_locking_callback() in terms of apr_lock
bb99a72b219ad4f1daa80c636883ab485174c9a6Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
3b4405aba93729eead9f8f006d426f24fc4c3d78Mark Andrews *) Fix for mod_include. Ryan's patch to check error
3b4405aba93729eead9f8f006d426f24fc4c3d78Mark Andrews codes put a return in the wrong place. Also, the
2ab6dfca4b7432de4fb7da4cd21ee0e02a695c01Mark Andrews include handler return code wasn't being checked.
c553b3308e34edfaddbec57b3308bbbe362ef715Mark Andrews I don't like macros with returns, so I converted
c553b3308e34edfaddbec57b3308bbbe362ef715Mark Andrews SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
24efdccd68d157b400bf68926798bc8f3f71c24cMark Andrews [Paul J. Reder <rederpj@raleigh.ibm.com>]
a5bb4ad5dbd08f9178e807b1e55cb449b69d8173Mark Andrews *) fix segv in mod_mime if no AddTypes are configured
a5bb4ad5dbd08f9178e807b1e55cb449b69d8173Mark Andrews [John Sterling <sterling@covalent.net>]
5e5b467e8c8abda496b7896241a46b05256cd22cMark Andrews *) Enable ssl client authentication at SSL_accept time
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews *) Fix a segfault in mod_include when the original request has no
cb2d565b507027f9e5664fa7e167bb24faa7c8fbMark Andrews associated filename (e.g., we're filtering the error document for
cb2d565b507027f9e5664fa7e167bb24faa7c8fbMark Andrews a bad URI). [Jeff Trawick]
4f21f7feaff27d5356827e39a4537a60a5e4054cMark Andrews *) Fix a storage leak (a strdup() call) in mod_mime_magic. [Jeff Trawick]
1439214380abcc123e27a42d43a23ba441209ebeMark Andrews *) The prefork and OS/2 MPMs are overwriting the pid file when a second copy
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews of httpd is started and shuts down due to socket conflict. Moving the
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews call to ap_log_pid solves the problem.
5d3083c4b5b11dfb653b15fd0eeb8e0cc9b175e0Mark Andrews *) Changed the late-1.3 log_config substitution %c to %X, to log the
5d3083c4b5b11dfb653b15fd0eeb8e0cc9b175e0Mark Andrews status of the closed connection, as it conflicts with the far more
52188225731669cd571984c45a1407a55c74ee78Mark Andrews common, historical ssl logging directive %...{var}c. [William Rowe]
52188225731669cd571984c45a1407a55c74ee78Mark Andrews *) Added the common error/ tree to the build/install targets
52188225731669cd571984c45a1407a55c74ee78Mark Andrews (similar to the common icons/ tree) for the multi-language error
52188225731669cd571984c45a1407a55c74ee78Mark Andrews messages that Lars committed earlier. [William Rowe]
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews *) Added a multi process, multi threaded OS/2 MPM mpmt_os2. [Brian Havard]
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews *) Added a default commented-out mod_ldap and mod_auth_ldap
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews configuration to httpd-std.conf and httpd-win.conf
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews [Graham Leggett]
b101c1e9989d0a010a3146ad823e168d15cb10c7Mark Andrews *) Added documentation for mod_ldap and mod_auth_ldap.
b101c1e9989d0a010a3146ad823e168d15cb10c7Mark Andrews [Graham Leggett]
989d7b844bdf2d804fda57b9b53a4eff3a6bea91Mark Andrews *) Enabled negative caching on attribute comparisons in the LDAP cache.
d5af5bb38b9b2626b97626569adde258c8f6b808Mark Andrews Fixed a problem where the default cache TTL was set in milliseconds
6d7007e807241ae0a32de8db8d3bf434626026eaMark Andrews not microseconds causing the cache to time out almost immediately.
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews [Graham Leggett]
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews *) Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews module code to follow APR. [Graham Leggett]
77b101ced9801cdb226919784bfc1aa0650ace6aMark Andrews *) Fixed LDAP cleanup on graceful restarts. LDAP connections are now
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews cleaned up when the connection pool pool is cleaned up.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews [Graham Leggett]
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews *) Fix a minor issue with Jeff Trawick's mod_include
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews patch. Without this patch, the code will just allocate
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews more bytes in get_combined_directive than are needed.
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews [Paul Reder]
25899e7f1ff0db5322362ada01f7aec3006ff0beTatuya JINMEI 神明達哉 *) Added the LDAP authentication module mod_auth_ldap.
4f082b58b17ce39087930d5affc2ada90ef386e6Mark Andrews [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
3d79c437d8cc10651b22601b55f4098b4cfe5979Mark Andrews *) Added the LDAP cache and connection pooling module mod_ldap.
0da70bc50a320a3bb16aa7cecb2727fed2c0683cMark Andrews [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
0da70bc50a320a3bb16aa7cecb2727fed2c0683cMark Andrews *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews by allowing a module to disable itself if its prerequisites are not
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews met. [Justin Erenkrantz]
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉Changes with Apache 2.0.24
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 *) Fix a couple of issues in mod_include when the tag appeared at
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 offsets near 8192 in the file being parsed. [Jeff Trawick]
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 *) Fix an assertion failure in mod_ssl when the keepalive timeout is
5cf023372424c1a59fda4a994e3c85c08c26e2f1Tatuya JINMEI 神明達哉 reached. [Jeff Trawick]
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews *) Numerous improvements to the Win32 build system. Introduced command line
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews builds without requiring .mak files for MSVC 6.0 and later versions.
39c7fc7e00af20144b94ef332943f62c1b3a622fMark Andrews Improved .dsp file compatibility for both Visual Studio 5.0 and 6.0 users.
39c7fc7e00af20144b94ef332943f62c1b3a622fMark Andrews [William Rowe]
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews *) Assorted corrections and improvements to the winnt_mpm startup code. Better
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews reporting of uninstalled services and other error conditions, and changed the
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews default service name to Apache2. [William Rowe]
e9aca33f362d017fe0d5f7b729bce646038cf1eeMark Andrews *) Numerous improvements to the Win32 ApacheMonitor utility, including winnt_mpm
e9aca33f362d017fe0d5f7b729bce646038cf1eeMark Andrews compatibility with existing Apache 1.3 Win32 Apache management utilites.
28e36fcc1eea8b5283aa33d3a6d21d42df8fdaf2Mark Andrews [Mladen Turk <mturk@mappingsoft.com>, William Rowe]
5cf146c586f69af7c65e4a4f612ae3ef6c9cf8deMark Andrews *) Fixed the segfaults in mod_mime introduced by hash tables in 2.0.20.
2a2e9c7a1a8cded637be17f32dc1bbdef519ca81Mark Andrews [William Rowe, Greg Ames]
8a713ca49ddddb36e432d4717800f9258a5c2ea9Mark Andrews *) Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews and RemoveCharset directives. [William Rowe]
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews *) The Unix MPMs other than perchild now allow child server
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews processes to use the accept mutex when starting as root and
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews using SysV sems for the accept mutex. Previously, this
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews combination would lead to fatal errors in the child server
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews processes. perchild can't use SysV sems because of security
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews issues. [Jeff Trawick, Greg Ames]
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews *) Added Win32 revision stamp resources to all http binaries
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews (including modules/ and support/ tools.) PR7322 [William Rowe]
797944723c8de672430cc59c11bf4eeacd913649Mark Andrews *) Fix ap_rvprintf to support more than 4K of data at one time.
797944723c8de672430cc59c11bf4eeacd913649Mark Andrews [Cody Sherr <csherr@covalent.net>]
8cd830d7c806cac681b057e0c0185f29992fa35fMark Andrews *) We have always used the obsolete/deprecated Netscape syntax
11b399514e4af7f370fe3948c3e3779a182ac5acMark Andrews for our tracking cookies; now the CookieStyle directive
4296c5480dde48ea555f5916be8612e173f1edebMark Andrews allows the Webmaster to choose the Netscape, RFC2109, or
4296c5480dde48ea555f5916be8612e173f1edebMark Andrews RFC2965 format. The new CookieDomain directive allows the
14a97c343bc3adb840b13d515a8298c18f15be52Mark Andrews setting of the cookie's Domain= attribute, too. PR #s 5006,
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews 5023, 5920, 6140 [Ken Coar]
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews *) Tweak server/Makefile so that the rules for generating exports.c
e90994e3f358bdc6fe03005da08567c807a14c1dMark Andrews are compatible with make utilities which don't expand wildcards
e90994e3f358bdc6fe03005da08567c807a14c1dMark Andrews in a dependency list (e.g., OS/390 make, certain levels of GNU
7087b3dc9298e85909df7a10f83bbd0588310f0cMark Andrews make). [Jeff Trawick]
4844ed026a9b5a91044e76399cee80a6514cbf0dMark Andrews *) Install the SSL headers. [John Sterling <sterling@covalent.net>]
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews *) Begin to sanitize the MPM configuration directives. Now, all
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews MPMs use the same functions for all common MPM directives. This
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews should make it easier to catch all bugs in these directives once.
7502c6600645f120434d84d0ce3df7c3585cfe43Mark Andrews [Cody Sherr <csherr@covalent.net>]
cdb15282589682b664dfb70428a3c1750fe05250Mark Andrews *) Close a major resource leak. Every time we had issued a
b326d7e3a3a50eb65dd06db007d2fddc62606bbfMark Andrews graceful restart, we leaked a socket descriptor.
c0a1ebb1adecc5da1f1ad6f9b06a2b4356d2b135Mark Andrews [Ryan Bloom]
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews *) Fix a problem with the new method code. We need to cast
4834c6a7f0054b8f4a8a267d60ef78204521e39eMark Andrews the 1 to an apr_int64_t or it will be treated as a 32-bit
f450814ab8989820a7bc9a2c484eb9f2c1c7b915Mark Andrews integer, and it will wrap after being shifted 32 times.
4c47c184b98a5ec1b303281959c1f3b0db85d733Mark Andrews [Cody Sherr <csherr@covalent.net> and Ryan Morgan <rmorgan@covalent.net>]
48f929d315bafeeffe0a37082ab4c9661a928c39Mark Andrews *) Fix a bug in mod_expires. Previous to this patch, if you
0e93730a02a4cafbc5cdfaa04b2d813a0c11b205Mark Andrews told mod_expires to add 604800 seconds to the last-modified
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews time, it actually added 604800 usec's to the last-modified time,
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews so that when looking at the response it looked like nothing
c04f4437ff8b2aba326e5099eae0cacb7de6f74bMark Andrews had been done. The root of the problem was that we always compute
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews time in usec's, but we ask users to input sec's. This means we
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews need to convert to usec's before using those values.
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews [Ryan Bloom]
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews *) The worker MPM now handles shutdown and restart requests. It
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews definitely isn't perfect, but we do stop the servers correctly.
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews The biggest problem right now is that SIGHUP causes the server to
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews just die. [Ryan Bloom]
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark AndrewsChanges with Apache 2.0.23
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews *) Use the prefork MPM by default on Unix. [various]
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews *) Added a systray icon monitor application for Win32.
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews [Mladen Turk <mturk@mappingsoft.com>]
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews *) mod_rewrite: Fix the line ending on some non-Unix systems for
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews messages written to the rewrite log.
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews [Richard Labennett <rlabenn@us.ibm.com>]
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews *) All mod_autoindex query parsing is now quietly quashed with the
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews IndexOption IgnoreClient. The IndexOption SuppressColumnSorting
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews still drops the column sort <a href>'s for the column headers, but
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews IgnoreClient is required to ignore these Query options entirely.
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews [William Rowe]
dba1bc96f6f4fbbb48ab7b041964d44242731b17Mark Andrews *) Introduced new mod_autoindex query argument parsing for F=[0|1|2]
b68fe6c0fbfee1dc0659661993de5c6727b66c76Mark Andrews to allow the client to select plain, FancyIndexing or HTMLTable
70e854766f5304f43e94212dc38ebaefe214148cMark Andrews formatting, V=[0|1] to inhibit or enable version sorting, and
136e739d0d7267a8ce72468233fa795359db62faMark Andrews P=pattern to return only specific files. The old Query Arguments
7c8662961e2876e22e34c96d41dad0cd70e3ce4cMark Andrews were reorganized as C=f for sorting column 'f' (same N, D, S, or M
7c8662961e2876e22e34c96d41dad0cd70e3ce4cMark Andrews as before), and O=A|D for ordering ascending or descending.
beb92a43a7451981fad54c98c809d50c1b16c1e9Mark Andrews [William Rowe]
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews *) Fixed an error in mod_include's directive parsing routines which
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews caused #if, #elif, and #else expressions containing backslashes
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews to be improperly evaluated. [Cliff Woolley]
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews *) Introduced new mod_autoindex IndexOptions flags: SuppressIcon to
4091f8dfb71b78b53acd1b25f74e26c384750c03Mark Andrews drop the icon column, SuppressRules to drop the <hr> elements,
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews and HTMLTable to create rudimentary HTML table listings (implies
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews FancyIndexing). [William Rowe]
a10ae596379471b0dc76ebd8025d91bf2b90bafcMark Andrews *) Re-introduced the mod_autoindex IndexOptions flag TrackModified
a10ae596379471b0dc76ebd8025d91bf2b90bafcMark Andrews from Apache 1.3.15. This is needed for two reasons, first, given
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews multiple machines within a server farm, ETags and Last-Modified
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews stamps won't correspond from machine to machine, and second, many
d5f13fecca944fc7229dac3215581cebec3ac314Mark Andrews Unixes don't capture changes to the date or time stamp of existing
c202b9f4dd7438252d77a4dd8936b7a051431a0bMark Andrews files, since these don't modify the dirent itself. [William Rowe]
53e8e0e27a3db745548a7989639b91d16f841c1fMark Andrews *) Re-introduced the mod_autoindex IndexOptions flag FoldersFirst
53e8e0e27a3db745548a7989639b91d16f841c1fMark Andrews and DirectoryWidth options from Apache 1.3.10.
d0c827c9c6a21a0708d97314406ff34d79bed5d8Mark Andrews [William Rowe, Ken Coar]
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews *) Eliminated FancyIndexing directive, deprecated early in Apache
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews 1.3 by the IndexOptions FancyIndexing syntax. [William Rowe]
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews *) mod_autoindex now excludes any file names that would result in
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews an error, other than a success or redirect. Also optimized
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews the parent directory, always included except in the URI '/'.
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews [William Rowe]
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews *) Refactored mod_negotiation and mod_mime to help mod_dir accept
fcdef14f4a82138fe835a5c3a20d5667e6f4a26cMark Andrews negotiated index pages, and prevent the server from defaulting
fcdef14f4a82138fe835a5c3a20d5667e6f4a26cMark Andrews to an autoindex of the directory. mod_negotiation will now die
e9a0e12b2b732285e00e0d9436961d0fe3655aa6Mark Andrews with a 500 Internal Error if it could match some filenames
e94754428d472bdde2cba0efdd549bac2e87b98bMark Andrews (e.g. for mod_dir) but none can be served. mod_negotation now
e94754428d472bdde2cba0efdd549bac2e87b98bMark Andrews refuses to serve any file with an extention that mod_mime doesn't
23f2338819fd1a38a828b417eb05be95207e76e2Mark Andrews recognize, and wasn't part of the request. [William Rowe]
a53259c4cc558f86dd008eccc60cc89b6734a03cMark Andrews *) Eliminate mod_cgi's handling of .exe files without the .exe file
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews extension. This is already handled by multiviews, if the admin
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews wishes to AddHandler .exe or define a content type handler and
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews associate .exe files with that content type. Multiviews must be
4c8df3b2e8858e97debfe3fb771fe03f22b04d1eMark Andrews enabled to allow these to be served. [William Rowe]
6c52944ef2281095d1c317a45ea013b8f3cfa135Mark Andrews *) Speed up the server's response to a spike in incoming workload
72379d863a3bb135e7da36e344b731a59b8c3e33Mark Andrews or restarts by assigning empty scoreboard slots to new processes
77fad835c56b118faf77a69af618d0bca7a16aacMark Andrews when they are available. [Greg Ames]
e021f388dfc2ac024a103def34818af73e7e869fMark Andrews *) Add a handler to mod_includes.c. This handler is designed to
dd95acdbce0e2a2775391709cdfca0a9eda7e8f7Mark Andrews implement the XbitHack directive. This can't be done with a
dd95acdbce0e2a2775391709cdfca0a9eda7e8f7Mark Andrews fixup, because we need to check the content-type, which is
c5eebaf6f1311662f8120a8b560e2dbbfd5c92e8Mark Andrews only available in the handler phase. [Ryan Bloom]
71e7ac828e9f4f2b124455b00c3d11560aa5d4c1Mark Andrews *) Make the includes filter check return codes from filters lower in
1e6d80a391137b26e7250e72f6b28eb92c2b9952Mark Andrews the filter chain. If a lower level filter returns an error, then
892c9a8817a454fbac32b099eb55af453b19ce86Mark Andrews the request needs to stop immediately. This allows mod_include to
892c9a8817a454fbac32b099eb55af453b19ce86Mark Andrews stop parsing data once a lower filter recognizes an error.
af4b677e0de9c4ce67a5187039681a58f73b86eaMark Andrews [Ryan Bloom]
f34970d390482ceea61bd4d5bcd6ead7828157daMark Andrews *) Add the ability to extend the methods that Apache understands
4d86cda3d7eb31578c9088c51a26643d43799533Mark Andrews and have those methods <limit>able in the httpd.conf. It uses
cbfce73e8e020c1d08c7be7b48a849d8333eb9bfMark Andrews the same bit mask/shifted offset as the original HTTP methods
84a5b69f0029952e33c96695f0a7d26c2bb8f7ccMark Andrews such as M_GET or M_POST, but expands the total bits from an int to
84a5b69f0029952e33c96695f0a7d26c2bb8f7ccMark Andrews an ap_int64_t to handle more bits for new request methods than
e9e869569a92c4b1d5339d3bfb22232e5b401db1Mark Andrews an int provides. [Cody Sherr <csherr@covalent.net>]
73fb13fe97cf2f1d93d5e2ea56583fdb2f40b6f3Mark Andrews *) Fix broken mod_mime behavior in merging its arguments. Possible
6f1ad0fc645250c240f21a9201e8cdb0f263c218Mark Andrews cause of unexplicable crashes introduced in 2.0.20. [William Rowe]
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews *) Solve many mod_ssl porting issues (too many to detail) with
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews help from the whole team, but most notably [Ralf S. Engelschall,
783707ee556191b974e951f04accf09f443f5fdfMark Andrews Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>,
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews Doug MacEachern, William Rowe, Cliff Woolley]
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews *) More stall fixes for the threaded & worker mpm's.
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews Make mod_status output more accurate. Don't
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews count workers in processes which aren't actively
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews serving requests. [Greg Ames]
fed3d5c2fc3fa8e1547e8b5c28c01f1095e17e5fMark Andrews *) Win32: Get SSI exec cgi tag working. [Bill Stoddard]
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews *) Add a single listener/multiple worker MPM. This MPM is
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews definately not fully correct, but it allows us to solve many
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews of the problems that exist in the threaded MPM. This is a
21094b43a2dc4e1f569a9ed894f5369470cd1a7fMark Andrews modified version of the threaded MPM. [Ryan Bloom]
b03a31d98f1cf42414d321c742c9fc04be75b32bMark Andrews *) Improve content generation throughout Apache, providing closer
81e6a5849d61c2e710d628cf9a7b7282eaa88c46Mark Andrews compliance with HTML 3.2, HTML 4.01 Transitional and XHTML 1.0
81e6a5849d61c2e710d628cf9a7b7282eaa88c46Mark Andrews Transitional specifications. [William Rowe]
4181218570e915959dd203c18f8cf4a03dca5d68Mark AndrewsChanges with Apache 2.0.22
cd0a7c71c0edd9540a7e917a2389a3ad0accc835Mark Andrews *) Fix a problem where the threaded MPM stalls after restarts or
ad98a8699371c9c449982fbbd8ceda91ad745f2aMark Andrews segfaults. Also prevent multiple active processes from using
ad98a8699371c9c449982fbbd8ceda91ad745f2aMark Andrews the same scoreboard slot. [Greg Ames]
c1807114ce574896694e3f449c73b098fe91730fMark Andrews *) Apache/Win32 now fills in the service description with Apache's
c1807114ce574896694e3f449c73b098fe91730fMark Andrews server version string, including loaded and advertised modules.
0066165079c7d85033f4b623153e404df31b9c75Mark Andrews [William Rowe]
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews *) Improved support for the Win32 build, to recover gracefully from
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews missing apr or apr-util directories or the awk interpreter,
055597532db52233e80f617b8b015e8caadcb577Mark Andrews create the proper cgi-bin examples, including a test-cgi.bat, and
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews fix the perl shebang line for printenv.pl, when installing from
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews the build environment. [William Rowe]
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews *) Fix a segfault in threaded.c caused by passing uninitialized
055597532db52233e80f617b8b015e8caadcb577Mark Andrews apr_thread_t * to apr_thread_join(). [Jeff Trawick]
055597532db52233e80f617b8b015e8caadcb577Mark Andrews *) Use new APR number conversion functions to reduce CPU consumption
055597532db52233e80f617b8b015e8caadcb577Mark Andrews when setting the content length, and in mod_log_config.
055597532db52233e80f617b8b015e8caadcb577Mark Andrews [Brian Pane]
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews *) Fix problem reported by Taketo Kabe <kabe@sra-tohoku.co.jp>
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews where HEAD response headers were being repeated twice for
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews files greater than 32K bytes (4*AP_MIN_BYTES_TO_WRITE). This
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews problem in the http_header filter was exposed by the recent rewrite
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews of the content_length filter. [Taketo Kabe, Bill Stoddard]
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews *) Fix seg faults in mod_status with ExtendedStatus enabled, after
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews restarts. A garbage pointer to a vhost's server_rec from the
9076b18608d8e5cfff8fac54ef82853371fdd0d6Mark Andrews previous generation was being left around under certain
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews conditions. [Greg Ames]
af5273ceab514c55ddcd7ebaed5d598150b6b8faMark Andrews *) Fix a cosmetic problem with mod_include. Non-existant SSI vars
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews used to appear as '(none', without the closing paren.
af5273ceab514c55ddcd7ebaed5d598150b6b8faMark Andrews [G�nter Knauf <eflash@gmx.net>]
3c20ae76389dd7bd2fbbb5145f51fe7f72f97f14Mark Andrews *) Improve the exports generating awk script. In the past, we had
3c20ae76389dd7bd2fbbb5145f51fe7f72f97f14Mark Andrews work around problems in the awk script by avoiding some #if and
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews #ifdefs. This has bitten us many times in generating the exports.c
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews file. This improvement allows corrects the header file parsing.
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews [Sander Striker <striker@apache.org>]
314cac23654229f5df93af0c41231fd3c2187621Mark AndrewsChanges with Apache 2.0.21
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews *) Resolve the Win32 htpasswd bug, where a file that existed would be
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews overwritten, regardless of the -c flag.
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews [William Rowe, Mladen Turk <mladen.turk@mail.inet.hr>]
2c329da87c5c886e7f4468c69a9e6323121068cbMark Andrews *) Introduce connection sub-pools into ab. Truncating the lifetime
5ec95dc3cbba160d03be874941930bdf3e515bbdMark Andrews of these allocations means that ab no longer perpetually grows
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews its working set, running out of memory on large request attempts.
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews [William Rowe]
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews *) Make scoreboard creation a hook. This allows management
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews modules to have access to the scoreboard at the time that it is
9e50b6806e428c817bc9537457db8f0a0aeee167Mark Andrews created, and at every restart request.
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews [Cody Sherr <csherr@covalent.net>]
9e50b6806e428c817bc9537457db8f0a0aeee167Mark Andrews *) Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews daemon index actually used in the scoreboard. I also
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews updated the pertinent calls. [Paul J. Reder]
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews *) Win32: Prevent listening sockets from being inherited by
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews the Apache child process, CGI scripts, rotatelog process
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews etc. If the Apache child process segfaults, any processes
fb827ed6df9a473770fb69a75a455b4ad0d14f52Mark Andrews that the child started are not reaped. Prior to this fix,
ca155b13211202a6195b5a0f085aff06075c4300Mark Andrews these processes inherited the listening sockets which sometimes
31a71adf14d106260127079f6ea26bea600163e9Mark Andrews prevented the restarted Apache child process from accepting
31a71adf14d106260127079f6ea26bea600163e9Mark Andrews connections (ie, the server would hang).
4b030f887e5e51c00dac499682d0b5b870ece45bMark Andrews [Bill Stoddard]
110fbe3a1315b38f1491546d82937a01c40f5fdbMark Andrews *) Provide vhost and request strings when ExtendedStatus is on.
3b9a0696f99c40222e50ddae4d0dd9611737c1daMark Andrews *) Fix some issues with the pod and prefork: check the pod *after*
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews processing a connection so that a server processing a time-
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews consuming request bails out as soon as practical; when the
7a1cba6262f099aa5ecf9ed4db9c0345489653ccMark Andrews parent process wakes up a server process via connect(), use an
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews APR timeout on the connect() so that we don't hang for a long
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews time if there aren't server processes around to do accept().
bce2d35b4879d7878e339a9c60db9364508e38fdMark Andrews [Jeff Trawick, Greg Ames]
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews *) Performance improvement to mod_mime.c. find_ct() in mod_mime,
bff602d4acc7e3facc28b8931538b77d53681f15Mark Andrews spends a lot of time in apr_table_get calls. Using the default
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews httpd.conf, the tables for languages and charsets are somewhat
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews large, so the time spent scanning them on each request is
bff602d4acc7e3facc28b8931538b77d53681f15Mark Andrews significant. Replacing the tables with hash tables provides
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews a nice speedup. [Brian Pane <bpane@pacbell.net>]
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews *) Add two functions to allow modules to access random parts of the
bff602d4acc7e3facc28b8931538b77d53681f15Mark Andrews scoreboard. This allows modules compiled for one MPM to access the
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews scoreboard, even if it the server was compiled for another MPM.
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews [Harrie Hazewinkel <harrie@covalent.net>]
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark AndrewsChanges with Apache 2.0.20
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews *) Fix problem in content-length filter where the filter would
722ebc3a47ffd2ac8f0b1a231dbd0cfd485ea2ffMark Andrews buffer all the output from a CGI before sending any bytes
722ebc3a47ffd2ac8f0b1a231dbd0cfd485ea2ffMark Andrews down the filter stack to the network. This problem would cause
41be71bae48846d9525be6f71e19944e34748e26Mark Andrews significant memory consumption if the CGIs generated
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews lots of bytes. [Bill Stoddard]
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews *) Get non-blocking CGI pipe reads working with the bucket brigades.
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews [Bill Stoddard]
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews *) Fix seg fault on Windows when serving files cached with mod_file_cache.
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews [Bill Stoddard]
a4743d3d26c4dde69b80fd69bca83e0c28063425Mark Andrews *) Fix a bug in the threaded MPM that would cause it to kill off all
a4743d3d26c4dde69b80fd69bca83e0c28063425Mark Andrews workers immediately after starting if the number of workers started
817a7fb62d05222fb287bbcde910ab3669f6d237Mark Andrews was above a certain threshold. [Ryan Bloom, Bill Stoddard]
2a71a21346ce6a098b7daf98358d5bdced8e6eb6Mark AndrewsChanges with Apache 2.0.19
8147940ae7a7280ba12dd35614b9c987b38363faMark Andrews *) Fix problem with threaded MPM. The problem was that if each child
23ac30603a7639bea1d331537634b079b046b122Mark Andrews process was busy serving a single long-lived request and the server
a90cf89180ae8d9dfd281288cdc75940e46bfdd0Mark Andrews was sent a graceful restart signal, the server would stop serving
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews requests. This would happen because each child process would wait to
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews die until the last thread was done, and the parent wouldn't spawn any
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews new children until a process died. Now, the parent looks at the fact
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews that the children are dying gracefully, and starts new children.
fa901545edc8bb62969121e14199d533a40d0b61Tatuya JINMEI 神明達哉 Those new children only start enough threads to compliment the number
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews of threads in the other child process that shares the same spot in
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews the scoreboard. In this way, we make sure to never go over
68ae0f83c00d9e06693f5b138a0ced5a6ceccc5cMark Andrews MaxClients. [Ryan Bloom]
326449ec24b069f5ef59c8e282ae22a50aa27049Mark Andrews *) modified mod_negotiation and mod_autoindex to speed up by almost a
207f0a15bb486d8dc27cf5ff963fac6068ee2972Mark Andrews factor of two on apr_dir_read()-enhanced platforms, such as Win32
3bb3c75ebcf3a798d33a5c439b997e1f37910501Mark Andrews and OS2, by calling ap_sub_request_lookup_dirent() with the results
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews already provided by apr_dir_read(). [William Rowe]
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews *) mod_file_cache is now more robust to filtering and serves requests
a1ed9109a60911df561628e49c5c29e3b0506801Mark Andrews slightly more efficiently. [Cliff Woolley]
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews *) Fix problem handling FLUSH bucket in the chunked encoding filter.
825fccf631aa71cfbb8bfcf4e2009ca21de28f36Mark Andrews Module was calling ap_rwrite() followed by ap_rflush() but the
5639d60b40db2051eb7e737d86635c621ffbfa12Mark Andrews served content was not being displayed in the browser. Inspection
5639d60b40db2051eb7e737d86635c621ffbfa12Mark Andrews of the output stream revealed that the first data chunk was
d0deea590e6e175c77f9b5f972fea3fc7a63577aMark Andrews missing the trailing CRLF required by the RFC. [Bill Stoddard]
689023771c563d8660e45d439a207e06e96de28fMark Andrews *) apxs no longer generates ap_send_http_header() in the example handler
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews *) Fix an ab problem which could cause a divide-by-zero exception
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews with certain invocations (e.g., ab -k -c 6 -n 100 localhost/).
30b41c205cec69f7bde2d9afb16557b6c1e7a531Mark Andrews [Ian Holsman <ianh@cnet.com>]
3a1d86e8f51c953c2407e112e15b47328b6ee4feMark Andrews *) Solve case-insensitive platforms' confusion about negotiated
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews filenames, allowing files of differnt case to match in choosing
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews the document to serve. [William Rowe]
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 *) Fix brokenness when ThreadsPerChild is higher than the built-in
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 limit. We left ap_threads_per_child at the higher value which
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 led to segfaults when doing certain scoreboard operations.
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews [Jeff Trawick]
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews *) Fix seg faults and/or missing output from mod_include. The
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews default_handler was using the subrequest pool for files and
7f2a6b0ef762b4cef9b0b2b59e7f44e4d2d4d32dMark Andrews MMAPs, even though the associated APR structures typically
7f2a6b0ef762b4cef9b0b2b59e7f44e4d2d4d32dMark Andrews live longer than the subrequest. [Greg Ames]
b712879fcb6d584bb16b3f39ec1fb6ee176e4a03Mark Andrews *) Extend mod_setenvif to support specifying regular expressions
b712879fcb6d584bb16b3f39ec1fb6ee176e4a03Mark Andrews on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews Example: SetEnvIf ^TS* [a-z].* HAVE_TS
f697150aefb5d64e5bed4111aa2596a268ee8848Mark Andrews will cause HAVE_TS to be set if any of the request headers begins
f697150aefb5d64e5bed4111aa2596a268ee8848Mark Andrews with "TS" and has a value that begins with any character in the
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews set [a-z]. [Bill Stoddard]
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews *) httpd children now re-bind themselves to a random CPU on
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews multiprocessor systems on AIX via bindprocessor() in 2.0.
c0d2891f6e08fcf5379dfb9a1bf8fbbb63f1952aMark Andrews [Victor J. Orlikowski]
c426fddf168a3cdfc1c4c162365d440c89148ae4Mark Andrews *) Fix htdigest. It would go into a loop in getline when adding
c426fddf168a3cdfc1c4c162365d440c89148ae4Mark Andrews a second user. [Bill Stoddard]
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews *) Win32 platforms now fully support mod_userdir options. [Will Rowe]
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews *) Automatically generate httpd.exp for AIX.
9f7d51ee3290e2a064d71016a6bd555b47134a7cMark Andrews DSOs now work again on AIX in 2.0
9f7d51ee3290e2a064d71016a6bd555b47134a7cMark Andrews [Victor J. Orlikowski]
d8c2b1787119de43dd6b7e3927ff193ed5df682fMark Andrews *) Add a new request hook, error_log. This phase allows modules
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews to act on the error log string _after_ it has been written
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews to the error log. The goal for this hook is to allow monitoring
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews modules to send the error string to the monitoring agent.
351696ef9e44e31e200afc0b019f24af6b597471Rob Austein [Ryan Bloom]
1672cff96d0b02badab6f94524e10285dde851fcMark Andrews *) Modify mod_echo to make it use filters for input and output.
1672cff96d0b02badab6f94524e10285dde851fcMark Andrews [Ryan Morgan <rmorgan@covalent.net>]
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews *) Extend mod_headers to support conditional driven Header
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews add, append and set. Use SetEnvIf to set an envar and conditionally
9105a6a730bfb8472c48230629c5a0aebb88c422Mark Andrews add/append/set headers based on this envar thusly:
c5a84548b24ffac37d0154d8f2f4fea36a3aeb23Mark Andrews SetEnvIf TSMyHeader value HAVE_TSMyHeader
9aa7706900e2451fcd6e44ffe4a45b042ec34cf3Mark Andrews Header add MyHeader "%t %D" env=HAVE_TSMyHeader
7b78f6665635ed85118352c97ff5a25f5bb242f7Mark Andrews If the request contains header "TSMyHeader: value" then header
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.
3b2032121d6e8ae1f4ad24b31a69e1a4b33c91a0Mark Andrews [Bill Stoddard]
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews *) Extend mod_headers to support using format specifiers on Header
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews add, append and set header values. Two format specifiers are supported:
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews %t - reports, in UTC microseconds since the epoch, when the
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews request was received.
7de69feda2f66658ce66a8700d64ffb88d47bb6aMark Andrews %D - reports the time, in microseconds, between when the request was
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews received and the response sent.
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews Header add MyHeader "This request served in %D microseconds. %t"
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews results in a header being added to the response that looks like this:
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews MyHeader: This request served in D=5438 microseconds. t=991424704447256
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews [Bill Stoddard]
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews *) Fix reset_filter(). We need to be careful how we remove filters.
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews If we set r->output_filters to NULL, we also have to reset the
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews connection's filters. [John Sterling]
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews *) Optimise reset_filter() in http_protocol.c. [Greg Stein]
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews *) Add a check to ap_die() to make sure the filter stack is sane and
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews contains the correct basic filters when an error occurs. This fixes
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews a problem where headers are not being sent on error. [John Sterling]
1bf8f4b77df1e1f8c1ce8326679ab02bac235c09Mark Andrews *) New Header directive 'echo' option. "Header echo regex" will
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews cause any headers received on the request that match regex to be
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews echoed to (included in) the response headers.
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews [Bill Stoddard]
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H.
32c7aa3dd18d57979990574ddb008437b59c2428Rob Austein This prevented the inclusion of apr_compat.h. PR #7773
32c7aa3dd18d57979990574ddb008437b59c2428Rob Austein [Oleg Broytmann <phd@phd.pp.ru>]
358043e40fd0c1fe312e25c28a771aafc3bd7b79Mark Andrews *) Moved util_uri to the apr-util library. This required a bunch of
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews apr_name changes for the uri utility functions. [Justin Erenkrantz]
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews *) Move the addition of default AP_HTTP_HTTP_HEADER filters to the
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews insert_filter phase so that other filters are not bypassed by default.
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews [Graham Leggett]
a5e055b9d8bc42b0e29d88960ed2a5c531fa5acbRob Austein *) Reimplement mod_headers as an output filter. mod_headers can now
a5e055b9d8bc42b0e29d88960ed2a5c531fa5acbRob Austein add custom headers to inbound requests using the RequestHeader directive
3d8dfd44a3be708f00380064411c16b2fa28303aMark Andrews and to responses using the same old Header directive. [Graham Leggett]
e794f1ef072b4453c4af64717429729bcf3a6a69Mark AndrewsChanges with Apache 2.0.18
5f059eef4360bc6c35a38241deb2561884dd9001Mark Andrews *) Fix command-line processing so that if a bad argument is specified
e180037bc15a98cac0b91ffcf464e9c96918294bMark Andrews Apache will exit. [Jeff Trawick]
eeac8cfcd3ad738b435ad82fcd5c6387da643f90Mark Andrews *) Change the make targets and rules to be consistent in all of the
99ba7fc5ff50823248155f4f2954ece0271b4354Mark Andrews Apache-owned source trees. [Roy Fielding]
d1ef96c5fb81b1edbede4228480848b58e48799eMark Andrews *) Fix processing of the TRACE method. Previously we passed bogus
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews parms to form_header_field() and it overlaid some vhost structures,
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews resulting in a segfault in check_hostalias().
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews [Greg Ames, Jeff Trawick]
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews *) Win32: Add support for reliable piped logs. If the logging process
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews goes down, Apache will automatically restart it. This function has
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews been part of Apache on Unix/Linux/BSD since the early v1.3 releases.
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews [Bill Stoddard]
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews *) Do not start piped log processes during the config file
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews preflight. This change also circumvents a problem on
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews Windows where the rotatelog processes created during preflight
3386e927950e1bacd2ae7bfdc03ee17885bd9993Mark Andrews was not getting cleaned up properly.
3386e927950e1bacd2ae7bfdc03ee17885bd9993Mark Andrews [Bill Stoddard]
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews *) add "Request Phase Participation" info to mod_info
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews [Doug MacEachern]
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews *) Make first phase changes to the scoreboard data structures in
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews preparation for the rewriting of the scoreboard per my posted
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews design notes. [Paul J. Reder]
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews *) Fix httpd's definition of LTFLAGS to be consistent with that of apr
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews and apr-util, allow it to be overridden by the configure command-line
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews (default="--silent") and introduce LT_LDFLAGS to replace what we were
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews formerly abusing as LTFLAGS. [Roy Fielding]
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews *) Clean up the reporting of incorrect closing container tags.
1c52f228e9e2d8784273b7af76794031e480e5e8Mark Andrews [Barrie Slaymaker <barries@slaysys.com>]
ea0b0c283be744d8b5810927b9981a9afe2f900dMark Andrews *) Simplify the configure process by moving all libtool stuff to APR
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews and moving hints.m4 inline. [Roy Fielding]
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews *) Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types
c956fbfbbd536407a2f0ef8f138c27729d31744dMark Andrews of functions used by mod_proxy for export in the DLL
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews [Ian Holsman <IanH@cnet.com>]
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews *) Prevent a hang when a cgi handled by mod_cgid tries to read a
c52d94fa4b7eaf8b7be9dfda15f9fc2c01041d51Mark Andrews request body from its stdin but no reqest body is being written to
f66cd386cf4d0cc65b28cbaeaf540353406393a8Mark Andrews the cgi. [Jeff Trawick]
e94cf7074d8ac30820a715211ae914387996cca9Mark Andrews *) mod_log_config: %c connection status incorrectly logged
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews as "-" (non-keepalive) when MaxKeepAliveRequests is set to 0.
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews [Bill Stoddard]
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews *) Get mod_cern_meta working under Windows
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews [Bill Stoddard]
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews *) Create Files, and thus MMAPs, out of the request pool, not the
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews connection pool. This solves a small resource leak that had us
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews not closing files until a connection was closed. In order to do
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews this, at the end of the core_output_filter, we loop through the
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews brigade and convert any data we have into a single HEAP bucket
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews that we know will survive clearing the request_rec.
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews [Ryan Bloom, Justin Erenkrantz <jerenkrantz@ebuilt.com>,
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews Cliff Woolley]
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews *) Completely revamp configure so that it preserves the standard make
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
2cd8fa3ef9b168429dcf76603e7b95c58317dd28Mark Andrews the configure additions to EXTRA_* variables. Also, allow the user
2cd8fa3ef9b168429dcf76603e7b95c58317dd28Mark Andrews to specify NOTEST_* values for all of the above, which eliminates the
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews avoid pointless duplications. Fix the order in which flags are given
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews on the compile and link lines. Remove obsolete macros APR_DOEXTRA,
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews AC_ADD_LIBRARY, AC_CHECK_DEFINE, APACHE_PASSTHRU, and APACHE_ONCE.
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews Added APR_SAVE_THE_ENVIRONMENT and APR_RESTORE_THE_ENVIRONMENT macros.
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews Renamed AC_TYPE_RLIM_T macro to APACHE_TYPE_RLIM_T. [Roy Fielding]
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews *) Get mod_tls to compile/work better on Windows. PR #7612
4499c6cd5e376c59e06cd0be61f3620a1336bc5fMark Andrews [Bernhard Schrenk <b.schrenk@improx.com>]
4a6f552617fe422ad90826e48c2a3446e3a2574bMark Andrews *) Fix shutdown/restart hangs in the threaded MPM.
4a6f552617fe422ad90826e48c2a3446e3a2574bMark Andrews [Jeff Trawick, Greg Ames, Ryan Bloom]
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews *) Removed the keptalive boolean from conn_rec because it is now only
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews used by a single routine and can be replaced by a local variable.
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews [Greg Stein, Ryan Bloom, Roy Fielding]
5efa612be0471cc4e133b795db3dd3addf18ba6cMark Andrews *) Patch prefork to put enough of the signal processing back in so that
5efa612be0471cc4e133b795db3dd3addf18ba6cMark Andrews signals are all handled properly now. The previous patch fixed the
da059d6dd4035c1f4736e7978065c4d51893b136Mark Andrews deadlock race condition, but broke the user directed signal handling.
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews This fixes it to work the way it did before my previous prefork patch
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews (primarily, SIGTERM is now working).
f620c5e527746a2ec3d90a11d21abd8a114746dfTatuya JINMEI 神明達哉 *) Change how input filters decide how much data is returned to the
d9147148dde80db2ce3390ded26333d106d3c10bTatuya JINMEI 神明達哉 higher filter. We used to use a field in the conn_rec, with this
ec3f1d35170225c74d11c27bb184e250d150b209Tatuya JINMEI 神明達哉 change, we use an argument to ap_get_brigade to determine how much
ec3f1d35170225c74d11c27bb184e250d150b209Tatuya JINMEI 神明達哉 data is retrieved. [Ryan Bloom]
71839e2a424a904a60429a380ee7685464022e4bMark Andrews *) Fix seg fault at start-up introduced by Ryan's change to enable
71839e2a424a904a60429a380ee7685464022e4bMark Andrews modules to specify their own logging tags. mod_log_config
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews registers an optional function, ap_register_log_handler().
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews ap_register_log_handler() was being called by http_core before
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews the directive hash table was created. This patch creates the
e0199985cfe68e8556cf0060ad8f7effbcdc5628Mark Andrews directive hash table before ap_register_log_handler() is
e0199985cfe68e8556cf0060ad8f7effbcdc5628Mark Andrews registered as an optional function.
38e8022ace865803bdd609c9763cd7d7ba2818dcMark Andrews [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
445acbbea8bd5143749e97a8ff247a808321aa6cMark Andrews *) Add ap_set_int_slot() function
8407fbc61d73caa766c0689558525d0a76296c86Mark Andrews [John K. Sterling <sterling@covalent.net>]
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews *) Under certain circumstances, Apache did not supply the
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews right response headers when requiring authentication.
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews [Gertjan van Wingerde <Gertjan.van.Wingerde@cmg.nl>] PR#7114
b9625d9be5d89015b75cc7c25088a8d1a3bb7655Mark Andrews (This is a port of the change that went into Apache 1.3.19.)
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews *) Allow modules to specify their own logging tags. This basically
267a22597fc1c5ffd81532ec1afad36b729f6cb4Tatuya JINMEI 神明達哉 allows a module to tell mod_log_config that when %x is encountered
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews a specific function should be called. Currently, x can be any single
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews character. It may be more useful to make this a string at some point.
c5076a76f6562b5aa48e6a1c680c343b53846157Mark AndrewsChanges with Apache 2.0.17
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews *) If a higher-level filter handles the the byterange aspects of a
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews request, then the byterange filter should not try to redo the
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews work. The most common case of this happening, is a byterange
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews request going through the proxy, and the origin server handles
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews the byterange request. The proxy should ignore it.
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews [Graham Leggett <minfrin@sharp.fm>]
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews *) Changed the threaded mpm to have child_main join to each of the
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews worker threads to make sure the kids are all gone before child_main
ad3b537a241f40bbb3fdc4de252881c42645021bMark Andrews exits after a signal (cleanup from perform_idle_server_maintenance).
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews This is an extension of Ryans recent commit to make the child_main
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews the signal thread.
ea38808b7dc1b2e760f18f2cc3ae07deaf15ba1aMark Andrews *) Add more options to the ap_mpm_query function. This also allows MPMs to
de6ceebf98bedee0b1e1e81d078befbd728b801cMark Andrews report if their threads are dynamic or static. Finally, this also
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews implements a new API, ap_show_mpm, which returns the MPM that was
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews required into the core. [Harrie Hazewinkel <harrie@covalent.net>]
ed6e3610e3e56aac554dc93cad461a0016e961f9Mark Andrews *) Do not install the binaries from the support directory twice.
1cf54d1966b3de8f6593e9e80eae9a80a1c011adMark Andrews [jun-ichiro hagino <itojun@iijlab.net>]
c3c72c1033b9d085b1a1fe74a9e3efb6db724ce2Mark Andrews *) The ap_f* functions should flush data to the filter that is passed
b4fe7caac90b28629d207b40a77862e2535f925cMark Andrews in, not the the filter after the one passed in.
b4fe7caac90b28629d207b40a77862e2535f925cMark Andrews [Ryan Morgan <rmorgan@covalent.net>]
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews *) Make ab work again by changing its native types to apr types and formats.
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
46ed893dd0c8096d2bcbf31e6dcf79b2786e7b7fMark Andrews *) Move the byterange filter and all of the supporting functions back
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews to the HTTP module. The byterange filter turned out to be very
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews HTTP specific, and it belongs in the HTTP module. [Greg Stein]
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews *) Make clean, distclean, and extraclean consistently according to the
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews Gnu makefile guidelines. [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews *) Fix errors in the renaming of the apr_threadattr_detach_xxx functions.
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews This may have been causing problems stopping processes in the threaded
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews mpm's. [Greg Ames]
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews *) Fix content-length in mod_negotiation to a long int representation.
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews [William Rowe]
7952b2b43e880b18e63613805f71fd3e8624bb44Mark Andrews *) Remove BindAddress from the default config file.
6fac7ff1f9ec9c3873d3b55c5079fa79aba1f146Mark Andrews [giles@nemeton.com.au]
e1f638a7141a4c1364e4ca45025241c9e2fecf74Mark Andrews *) Allow module authors to add a module to their Apache build using
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews --with-module, without re-running buildconf. The syntax is:
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews --with-module=module_type:/path/to/module.c
fb827ed6df9a473770fb69a75a455b4ad0d14f52Mark Andrews The configure script will copy the module.c file to
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews modules/module_type, and it will be added to the relevant Makefiles.
b39213ce599dc433c6f99144c97ca3d562f40344Mark Andrews currently, this only works for static modules. [Ryan Bloom]
154bd87b5c9d603329dd691b822525c6885f21d4Mark Andrews *) Changes required to make prefork clean up idle children properly.
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews There was a window during which a starting worker deadlocks when
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews an idle cleanup arrives before it completes init. Apache then keeps
6ec0f98cf6e88aeba1615763fdec253bf391f22eMark Andrews trying to cleanup the same deadlocked worker forever (until higher
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews pids come along, but it still will never reduce below the deadlocked
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews pid). Thus the number of children would not reduce to the correct
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews idle level. [Paul J. Reder]
8d414d155953f89a4eff40f16878438a8c9228f3Mark AndrewsChanges with Apache 2.0.16
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews *) Change the default installation directory to /usr/local/apache2,
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews as now defined by the "Apache" layout in config.layout. [Marc Slemko]
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews *) OS/2: Added support for building loadable modules as OS/2 DLLs.
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews [Brian Havard]
7d4a465de03b26bf9f5ef131d03253b8f6afc169Mark Andrews *) Get MaxRequestsPerChild working with the Windows MPM.
7d4a465de03b26bf9f5ef131d03253b8f6afc169Mark Andrews [Bill Stoddard]
39e5cab80a2abc95ca034ac79ea3f973fc66f5b3Mark Andrews *) Make generic hooks to work, with mod_generic_hook_import/export
0b9af9eb37f624033652f6cc463262474ee13344Mark Andrews experimental modules. [Ben Laurie, Will Rowe]
3b1fce680f1dbe9467cd3b0ab3138ea52d5a976fMark Andrews *) Fix segfaults for configuration file syntax errors such as
3b1fce680f1dbe9467cd3b0ab3138ea52d5a976fMark Andrews "<Directory>" followed by "</Directory" and
ead4d2d676b12a856769d3750861c6efbb95f709Mark Andrews "<Directory>" followed by "</Directoryz>". [Jeff Trawick]
0822cc50657c972c6a5ee29cba9506847c7ea7c2Mark Andrews *) Cleanup the --enable-layout option of configure. This makes
bdb609f5874056f6f1cd212ebf8700132e683fe5Mark Andrews us use a consistent location for the config.layout file, and it
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews makes configure more portable.
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews [jun-ichiro hagino <itojun@iijlab.net>]
321df4df1972da49223fc8ee1180f94b88295568Mark Andrews *) Changes to 'ab'; fixed int overrun's, added statistics, output in
a3a09ca2497e925a9f0ba76f1525c6c60e5d5094Mark Andrews csv/gnuplot format, rudimentary ssl support and various other tweaks
7f5a3cea4e93ad683b13ebef8a6589afd97fb762Mark Andrews to make results more true to what is measured. The upshot of this it
7f5a3cea4e93ad683b13ebef8a6589afd97fb762Mark Andrews turns out that 'ab' has often underreported the true performance of
9c3df90dd3767bcc14c4028fb3d81b26d056e821Mark Andrews apache. Often by a order of magnitude :-) See talk/paper of Sander
9c3df90dd3767bcc14c4028fb3d81b26d056e821Mark Andrews Temme at April ApacheCon 2001 for details.
50105afc551903541608b11851d73278b23579a3Mark Andrews [Dirk-Willem van Gulik]
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews *) Clean up mod_cgid's temporary request pool. Besides fixing a
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews storage leak this ensures that some unnecessary pipes are closed.
5a680f4170ba77be1e31cf1fc40ab43856919078Mark Andrews [Jeff Trawick]
ad35e0aec9dae18ee31e760beab1602f7eb4ef05Mark Andrews *) Performance: Add quick_handler hook. This hook is called at the
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews very beginning of the request processing before location_walk,
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews translate_name, etc. This hook is useful for URI keyed content
8c5d451ea2898586c00932efeb5123b41afc9650Mark Andrews caches like Mike Abbott's Quick Shortcut Cache.
9c8fb5f756d99a4ecba95df9a00757384f3b71b7Mark Andrews [Bill Stoddard]
fa7ee558e0536a94bfdb154a7c7ba298535459c4Mark Andrews *) top_module global variable renamed to ap_top_module [Perl]
1d7cbe71b99ea0e883a4cf8af8a91bba04a3597eMark Andrews *) Move ap_set_last_modified to the core. This is a potentially
1d7cbe71b99ea0e883a4cf8af8a91bba04a3597eMark Andrews controversial change, because this is kind of HTTP specific. However
7436bb66c610c039ca3dec12aac5024037898910Mark Andrews many protocols should be able to take advantage of this kind of
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews information. I expect that headers will need one more layer of
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews indirection for multi-protocol work, but this is a small step in
e9964e7db4467722300c0d7d52ec1d7a51a784c1Mark Andrews the right direction. [Ryan Bloom]
50105afc551903541608b11851d73278b23579a3Mark Andrews *) Enable mod_status by default. This matches what Apache 1.3 does.
89783da064f4f9bf2e82d2b3941ddeffe2a8c30dMark Andrews [Ed Korthof]
a03848252fa85734ca75beae3d0b01bb503c0a8bMark Andrews *) Add a ScriptSock directive to the default config file. This is
d7282a5fe88699990943df5ee6a7a48ee7ee2f7bMark Andrews only enabled when mod_cgid is used.
a03848252fa85734ca75beae3d0b01bb503c0a8bMark Andrews [Taketo Kabe <kabe@sra-tohoku.co.jp>]
22fa4e3206c2048cabaf75a3ae21132fd5542848Mark AndrewsChanges with Apache 2.0.15
3ad4e307b64bcf8baa984e10a4e7549dbeaea31dMark Andrews *) Untangled the buildconf script and eliminated the need for build's
3f08fb69eb3b5f6eaa3c57160dff0998e1569283Mark Andrews aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other
3f08fb69eb3b5f6eaa3c57160dff0998e1569283Mark Andrews libtool muck that is now under srclib/apr/build. [Roy Fielding]
91c79af4755df2d892511512e0fc886639518a92Mark Andrews *) Win32: Don't accept more connections than we have worker threads
bf74532c942054bccc3df5227009ce52063a9dafMark Andrews [Bill Stoddard]
2558e3f25d4972a028c99141bd26d3f3087630d5Mark Andrews *) Fix bug in the Unix threaded.c MPM that allowed child processes
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews to fork() new child processes.
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews [Bill Stoddard]
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews *) Fix a major security problem with double-reverse lookup checking.
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews Previously, a client connecting over IPv4 would not be matched
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews properly when the server had an IPv6 listening socket. PR #7407
902aebfb5ad7c735f74f700da288dc4519b83123Mark Andrews [Taketo Kabe <kiabe@sra-tohoku.co.jp>]
22cd704fca51434f7aba193fd94d3291cc94ba2bMark Andrews *) Change the way the beos MPM handles polling to allow it to stop and
0e4f7c9d4e1a4bb66f0702e9f9975c392a15918bMark Andrews restart. Problem was the sockets being polled were being reset by
7554feaef6057f5ea2926076900ac7634b911456Mark Andrews the select call, so once it had accepted a connection it was no
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews longer listening on the UDP socket we use for shutdown instructions.
dbc4666b1b153775001613af160541da986429b2Mark Andrews APR needs to be altered, patch on it's way. [David Reid]
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews *) Empty out the brigade shared by ap_getline()/ap_get_client_block()
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews on error exit from ap_getline(). Some other code got upset because
54a8b1e6ede781e9f4059512530046db8c4de1ddMark Andrews the wrong data was in the brigade. [Greg Ames, Jeff Trawick]
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews *) Handle ap_discard_request_body() being called more than once.
4b28ee17ca96def8c7e7a8a45af55da81545f20aMark Andrews [Greg Ames, Jeff Trawick]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) Get rid of an inadvertent close of file descriptor 2 in
4b28ee17ca96def8c7e7a8a45af55da81545f20aMark Andrews mod_mime_magic. [Greg Ames, Jeff Trawick]
f7e94169a9814c8e7d2ac8ac62bf0ccafb5a2cb6Mark Andrews *) Add a hook, create_request. This hook allows modules to modify
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews a request while it is being created. This hook is called for all
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews request_rec's, main request, sub request, and internal redirect.
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews When this hook is called, the the r->main, r->prev, r->next
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews pointers have been set, so modules can determine what kind of
807d4a4c54ab9a328afeb5f69dc680ffbcb384c8Tatuya JINMEI 神明達哉 request this is. [Ryan Bloom]
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews *) Cleanup the build process a bit more. The Apache configure
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews script no longer creates its own helper scripts, it just
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews *) Stop the forced downgrade of the connection to HTTP/1.0 for
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews proxy requests. [Graham Leggett]
b3d3e578410209d849efb59c9ea4925ca5c9ca68Mark Andrews *) Avoid using sscanf to determine the HTTP protocol number in
b3d3e578410209d849efb59c9ea4925ca5c9ca68Mark Andrews the common case because sscanf is a performance hog. From
ea40cebe2b51bd2b3c228ac6d08a3cfeca17960aMark Andrews Mike Abbot's Accelerating Apache patch number 6.
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews [Mike Abbot <mja@trudge.engr.sgi.com>, Bill Stoddard]
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews *) Fix a security exposure in mod_access. Previously when IPv6
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews listening sockets were used, allow/deny-from-IPv4-address rules
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews were not evaluated properly (PR #7407). Also, add the ability to
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews specify IPv6 address strings with optional prefix length on Allow
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews and Deny. [Jeff Trawick]
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews *) Enhance rotatelogs so that a UTC offset can be specified, and
90c4900d5cf1a1b556ae4c1de6338b2e7475ee55Mark Andrews the logfile name can be formatted using strftime(3). (Brought
b857ba993de91a3863de92db6462afdbec47d993Mark Andrews forward from 1.3.) [Ken Coar]
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews DuplicateHandle on an IOCompletionPort (a practice which
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews MS "discourages"). The new model does not rely on associating
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews the completion port with the listening sockets, thus the
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews completion port can be completely managed within the child
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews process. A dedicated thread accepts connections off the network,
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews then calls PostQueuedCompletionStatus() to wake up worker
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews threads blocked on the completion port.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
1f1b47a2ba565f96a97981e8447f80eba6854887Mark Andrews *) Bring forward the --suexec-umask option which allows the
6ec7bd9c691cf7b7a1d4f507e89f2b7cb22a12dcMark Andrews builder to preset the umask for suexec processes. [Ken Coar]
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews *) Add a -V flag to suexec, which causes it to display the
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews compile-time settings with which it was built. (Only
9cc75a3e5b0b54c5015e3f73a4a64d273560d5e3Mark Andrews usable by root or the AP_HTTPD_USER username.) [Ken Coar]
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews *) Mod_include should always unset the content-length if the file is
94d1015e65882e0f0c527abb0e8f66a609f46cb8Mark Andrews going to be passed through send_parsed_content. There is no to
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews determine if the content will change before actually scanning the
f0e57c23e01731ed9e7f2dae585e6c643e590111Mark Andrews entire content. It is far safer to just remove the C-L as long
f0e57c23e01731ed9e7f2dae585e6c643e590111Mark Andrews as we are scanning it. [Ryan Bloom]
c52ae25dd70636c673d4a299859137a1c8ba611aMark Andrews *) Make sure Apache sends WWW-Authenticate during a reverse proxy
c52ae25dd70636c673d4a299859137a1c8ba611aMark Andrews request and not Proxy-Authenticate.
6286983c506433d642b23e64845c50be30f2a7f6Mark Andrews [Graham Leggett <minfrin@sharp.fm>]
d0aebc5a55b6145297d94f8aee939852357c59fcMark AndrewsChanges with Apache 2.0.14
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrews *) Fix content-length computation. We ONLY compute a content-length if
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews We are not in a 1.1 request and we cannot chunk, and this is a keepalive
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews or we already have all the data. [Ryan Bloom]
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews *) Report unbounded containers in the config file. Previously, a typo
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews in the </container> directive could result in the rest of the config
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews file being silently ignored, with undesired defaults used.
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews [Jeff Trawick]
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews *) Make the old_write filter use the ap_f* functions for the buffering.
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews [Ryan Bloom]
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews *) Move more code from the http module into the core server. This
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews is core code, basically the default handler, the default input
7052e191ce63fdf063a977695718ff426a27628eMark Andrews and output filters, and all of the core configuration directives.
7052e191ce63fdf063a977695718ff426a27628eMark Andrews 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
7052e191ce63fdf063a977695718ff426a27628eMark Andrews module, although there is still more to do. [Ryan Bloom]
62bdc6103b8245b812eef9faabee8e644afcc25fMark Andrews *) Fix a number of SGI compile warnings throughout the server. Fix some
62bdc6103b8245b812eef9faabee8e644afcc25fMark Andrews bad parameters to apr_bucket_read(). Fix a bad statement in
185fd227381269568e193147a98f292210a16f2cMark Andrews ap_method_in_list(). For the mod_rewrite cache use apr_time_t
fb31e2890814be0ac3c343d91144f89ce5e05784Mark Andrews consistently; we were mixing apr_time_t and time_t in invalid ways
d5ad558234adfef1b847b534dd7b4c6302cc5ea3Mark Andrews before. In load_file(), call apr_dso_error() instead of
d5ad558234adfef1b847b534dd7b4c6302cc5ea3Mark Andrews apr_strerror() so that we get a more specific string on some platforms.
ce75d8bec3e93ef9fbd4a235f14f99483b3f238fMark Andrews PR #6980 [Jeff Trawick]
62700b67eb8abb7d13f9c3c1bc4b60a1477d35d8Mark Andrews *) Allow modules to query the MPM about it's execution profile. This
f853c77478af94109291ea93f800444b949be558Mark Andrews query API can and should be extended in the future, but for now,
cdb6532e86a8f3d3d563b6da8c333bdf377d51ddMark Andrews max_daemons, and threading or forking is a very good start.
cdb6532e86a8f3d3d563b6da8c333bdf377d51ddMark Andrews [Jon Travis <jtravis@covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modify mod_include to send blocks of data no larger than 9k.
6fd711065f5878c526f88f2825ab8024e2296644Mark Andrews Without this, mod_include will wait until the whole file is parsed,
5e41884b4a1871eb83e66f0d68ca4d04bbbc857eMark Andrews or the first tag is found to send any data to the client.
5e41884b4a1871eb83e66f0d68ca4d04bbbc857eMark Andrews [Paul J. Reder <rederpj@raleigh.ibm.com>]
93a90ddd6b588a381b6894974a2d48727f19d42bMark Andrews *) Fix mod_info, so that <Directory> and <Location> directives are
93a90ddd6b588a381b6894974a2d48727f19d42bMark Andrews not displayed twice when displaying the current configuration.
37225662b64e44a3c59f92dd6156db37b52ca7a3Mark Andrews [Ryan Morgan <rmorgan@covalent.net>]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) Add config directives to override DEFAULT_ERROR_MSG and
30b89a5ad95b5775abf6cce8ecc84a061babf76dMark Andrews DEFAULT_TIME_FORMAT. This was sent in as PR 6193.
8f2b99738760449de3431b191c0c9c0ea08fdc2eMark Andrews [Dan Rench <drench@xnet.com>]
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews *) Get mod_info building and loading on Win32. [William Rowe]
5caf500beeb91b96a2bb2fd55080141569aead97Mark Andrews *) Begin to move protocol independant functions out of mod_http. The goal
881702c9c0079cd48a45054fd90d043f3a8b7e11Mark Andrews is to have only functions that are HTTP specific in the http directory.
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews [Ryan Bloom]
6f808593181c16d5a7625cb527a5755872f9680cMark AndrewsChanges with Apache 2.0.13
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) Don't assume that there will always be multiple calls to the byterange
1576cde466a8de10e84f9887ec073ebaf5973aefMark Andrews filter. It is possible that we will need to do byteranges with only
1edbf336252ea6a94d58f3f1a135567e2956e8caMark Andrews one call to the filter. [Ryan Morgan <rmorgan@covalent.net>]
e407562a75eb93073bb72089cced150d7ffe4d4fTatuya JINMEI 神明達哉 *) Move the error_bucket definition from the http module to the
8cb1558ff82868e45e76aa64e2ff72986aeebce2Tatuya JINMEI 神明達哉 core server. Every protocol will need this ability, not just
6da7c87a77ecfd9ccce36f96b4ccd20e1b9cccf1Tatuya JINMEI 神明達哉 HTTP. [Ryan Bloom]
582b6dc68b2defc1d8795df8f1da31bd1825c30bTatuya JINMEI 神明達哉Changes with Apache 2.0.12
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 *) Modify mod_file_cache to save pre-formatted strings for
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 content-length and last-modified headers for performance.
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 [Mike Abbot <mja@trudge.engr.sgi.com>]
668767dc6471dfed4741869c8dd20af8e9ace3cdTatuya JINMEI 神明達哉 *) Namespace protect IOBUFSIZ since it is exposed in the API.
bb030ee88e51488a464146dfce4db74d16e05a0cMark Andrews [Jon Travis <jtravis@covalent.net>]
634d053dfe806ee6a3d9ed5c2bda7f68ba410de4Tatuya JINMEI 神明達哉 *) Use "Basic" authentication instead of "basic" in ab, as the spec
e724512f2be8d3de5f2982ebba0b2cdaf8325702Mark Andrews says we should. [Andre Breiler <andre.breiler@rd.bbc.co.uk>]
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark Andrews *) Fix a seg fault in mod_userdir.c. We used to use the pw structure
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark Andrews without ever filling it out. This fixes PR 7271.
b657d7db3b73701430b7d1fa17e9c016fd859088Mark Andrews [Taketo Kabe <kabe@sra-tohoku.co.jp> and
b657d7db3b73701430b7d1fa17e9c016fd859088Mark Andrews Cliff Woolley <cliffwoolley@yahoo.com>]
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews *) Add a couple of GCC attribute tags to printf style functions.
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews [Jon Travis <jtravis@covalent.net>]
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews *) Add the correct language tag for interoperation with the Taiwanese
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews versions of MSIE and Netscape. [Clive Lin <clive@CirX.ORG>] PR#7142
89639a5e13cace9166bf14931b9e1ce9dc8c47a3Mark Andrews *) Migrate the perchild MPM to use the new apr signal child, and
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews APR thread functions. [Ryan Bloom]
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews *) 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.
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews This keeps Apache from waiting forever to send the results of a CGI
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews process that has forked a long-lived child process.
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews [Taketo Kabe <kabe@sra-tohoku.co.jp>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the rest of the pthreads functions from the threaded MPM.
93d6dfaf66258337985427c86181f01fc51f0bb4Mark Andrews This requires the APR support for a signal thread that was just
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews added. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make mod_dir use a fixup for sending a redirect to the browser.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Before this, we were using a handler, which doesn't make much
1160ecfd146301ff0d053ed054e5276f33f28b4eMark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews current hooks better. [Ryan Morgan <rmorgan@covalent.net>]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) Make the threaded MPM use APR threads instead of pthreads.
73d74334741756eab4a9afd8d3c4e7c08da9a844Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get mod_tls to the point where it actually appears to work in all cases.
baee883e378402698eeb7326538a7d432c8350d1Mark Andrews [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) implement --enable-modules and --enable-mods-shared for "all" and
0b1da8124c817270f5dfe46cd0211b993c931a91Mark Andrews "most". [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move the threaded MPM to use APR locks instead of pthread locks.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rename mpmt_pthread to threaded. This is more in line with the
0b1da8124c817270f5dfe46cd0211b993c931a91Mark 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]
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews *) Rename the module structures so that the exported symbol matches
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the file name, and it is easier to automate the installation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process (generating LoadModule directives from the module filenames).
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the coalesce filter. With the ap_f* functions, this filter
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews is no longer needed. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0.11
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the dexter MPM. Perchild is the same basic idea, but it has the
fefe1106d96d3a89b21315f665b36a67cdea3840Mark Andrews added feature of allowing a uid/gid per child process. If no
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews uid/gid is specified, then Perchild behaves exactly like dexter.
4607e7a9b8dfb1b41c70e51c2b603daaf22cf302Mark Andrews [Ryan Bloom]
2f025ec6fe68421d942330afaf1980b7a4976e30Mark Andrews *) Get perchild building again. [Ryan Bloom]
c528ef03d9cdfd7eed4fe6b93563dd599bbb25b0Mark Andrews *) 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
f58233ec6c8b5866083bbaf5083ac9ade6bebe3aMark Andrews --disable-threads to the configure command line. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Begin to move the calls to update_child_status into common code, so
c282d16311ce06b6bcb594be716cde4ad5c40af9Mark Andrews that each individual MPM does not need to update the scoreboard itself.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
1b5a72829324a0d2fa327a270caea8fd02ae8779Mark Andrews *) Allow mod_tls to compile under Unix boxes where openssl has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
0451757ad8f7c49a0d3dcdf7fbdd4ea64fcec298Mark Andrews to hand-edit any files. We require OpenSSL 0.9.6 or later, but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure doesn't check that yet. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a very early prototype of SSL support (in mod_tls.c). It is
1e107b3d7b54de5022c3328423164e533afcc15eMark 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
87c7b822b7bcdd8bec7ba1c01937286308b4847cMark Andrews on BEOS, but the problem could happen anywhere, so we don't want
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to #ifdef it. [Cliff Woolley <cliffwoolley@yahoo.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SetOutputFilter. This corresponds nicely with the other Set
c282d16311ce06b6bcb594be716cde4ad5c40af9Mark Andrews directives, which operate on containers while the Add* directives
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tend to work directly on extensions. [Ryan Bloom]
f488b1c311f2fc09ae8e45f7893185e608b17edeMark Andrews *) Cleanup the header handling a bit. This uses the apr_brigade_*
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
4bb16c5856e5c6b05ac43c60f9f9376641bdcccfMark Andrews buffer. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow filters to buffer data using the ap_f* functions. These have
c676c1b4978bfe2d00bdf5085fd44544067f9de4Mark 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
ffdfae8e4188c143297393f80f22134503372452Mark Andrews 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]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Install all required header files. Without these, it was not
743ffc91bdd462be6f91b3bab8f440c6a69f0770Mark Andrews possible to compile some modules outside of the server.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
743ffc91bdd462be6f91b3bab8f440c6a69f0770Mark Andrews *) 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]
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews *) 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
3ca4b8062f845489a9c7e33a4af63cf9c863c1d4Mark Andrews 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews received one. Because the data is sent on a different request than
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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.
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews [Paul J. Reder <rederpj@raleigh.ibm.com>]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark 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
9c1eb2279d715188bf631d98d103f6f81a3c76fbMark Andrews reset. [Jeff Trawick]
edfcbabd60f8479b72d91bcc2d2082a36ace4003Mark Andrews *) Move the Apache version information out of httpd.h and into release.h.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This is in preparation for the first tag with the new tag and release
f95231835fdcd8d5f58486c9f9993602f27fe157Mark Andrews system. [Ryan Bloom]
21f1794606dce19928cf455029e173321f166380Mark 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.
7a857bdb6828e75eec5a7080e4670ce199875922Mark Andrews [Kunihiro Tanaka <tanaka@apache.or.jp>] PR#7154
fc87397df60d3c5e5d9900ff5ac82da29fe1dbb7Mark Andrews *) Really fix mod_rewrite map lookups this time. [Tony Finch]
a22f967b7e3589dab640d2cc65fd202d077a9d90Mark Andrews *) Get the correct IP address if ServerName isn't set and we can't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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]
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews *) 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
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews resolves the SCRIPT_USER and SCRIPT_GROUP, including on WinNT NTFS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews volumes. [William Rowe]
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews *) Adopt apr features to simplify mod_includes. This changes the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Adopt apr features for simplifing mod_userdir, and accept the new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Win32/OS2 exceptions without hiccuping. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Replace configure --with-optim option by using and saving the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews environment variable OPTIM instead. This is needed because configure
603658ea65b34c4b57f154b1e2412b4f01866b6bMark Andrews options do not support multiple flags separated by spaces.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding]
163547c0c064251e97c74538c5ede3232b3f0ffaMark Andrews *) 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
8ff31bab2f51b171a8eab3a0b8415c64529e116eMark 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]
07a849ba02aba7e8e869bc82c360fcc4b27eb009Mark 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
806c235ecf533b98d068b3f8df9d7abbe1e30cf9Mark 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
cfa19fe5c9cf279b38e4258a54acb3fd16b9550bMark Andrews 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
2fd63cf561135572339d4e2ff0c06695e3dcf1baMark Andrews up after ourselves. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the Prefork MPM to use SIGWINCH instead of SIGUSR1 for graceful
8ca42f6318be756354b70260050132545aa680d3Mark Andrews 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and allows the server to function until these apr_finfo_t fields
7ec0f55f1542d8bb9475bbe93e911d7520f043caMark Andrews are implemented under Win32. [William Rowe]
4cb69e7c919cc43b16852016588af714bc421da3Mark Andrews *) Support for typedsafe optional functions - that is functions exported by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews optional modules, which, therefore, may or may not be present, depending
ea6fe0d54f36754c195b3b8dac47c81f7993677eMark Andrews on configuration. See the experimental modules mod_optional_fn_{ex,im}port
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for sample code. [Ben Laurie]
6bd8cee98332533a4fa705b82ca9ec1606738ba9Mark 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
0c2509b0b9f9e455fa9d347d08f6ba9abd86d418Mark 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
8b5de9701428e2b5eb50aba96af23dc1186124ddMark 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
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark 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
53cf67186506f9557aaf2149898dd76715803db2Mark 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
888bb8bf68ba1a2b032a64122efd9125a9155ad7Mark Andrews configuration won't affect SuExec, unless 'make suexec' is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specifically run. [Ryan Bloom]
b312748a11d27fe387984973ba79975a9d6863c4Mark 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
b312748a11d27fe387984973ba79975a9d6863c4Mark 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]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove ap_chdir_file(). This function is not thread-safe,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and nobody is currently using it. [Ryan Bloom]
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews *) Do not try to run make depend if there are no .c files in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews current directory, doing so makes `make depend` fail.
463fc8f9d61e07613486e64b4b7b3f924ea2b25cMark Andrews [Ryan Bloom]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews *) Update highperformance.conf to work with either prefork or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pthreads mpms. [Greg Ames]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark 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.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This keeps us from making an extra read call when serving a 1.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request. [Ryan Bloom and Greg Stein]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Host: header. PR#7079 [Alexey Toptygin <alexeyt@wam.umd.edu>]
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark 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().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This problem has been seen with mod_dav usage as well as with
21ba6c18e4ccc73933af5cf28701a5cc3b7963ecMark Andrews requests where the body was just being discarded. [Jeff Trawick]
266296414d0ed79980c6d3144a587b42324a50ffMark Andrews *) Some adjustment on the handling and automatic setting (via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hints.m4) of various compilation flags (eg: CFLAGS). Also,
c960dffe35970da729219b72f2e41350d3b64c35Mark Andrews add the capability to specify flags (NOTEST_CFLAGS and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NOTEST_LDFLAGS) which are used to compile Apache, but
5da49e379c79fbd597cf0d47e7697b65991f761fMark Andrews 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
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews no detach. We now use the -D command line argument to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specify the correct mode. -DONE_PROCESS and -DNO_DETACH.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein, Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change handlers to use hooks. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Stop returning copies of filenames from both apr_file_t and
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews apr_dir_t. We pstrdup the filenames that we store in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews actual structures, so we don't need to pstrdup the strings again.
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cgi: Fix some problems where the wrong error value was being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews traced. [Jeff Trawick]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) EBCDIC: Fix some missing ASCII conversion on some protocol data.
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews [Jeff Trawick]
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews *) Add generic hooks. [Ben Laurie]
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews *) 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
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews program does not exist. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix an output truncation error when on an HTTP >= 1.0 request an
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews create a transient bucket in this size range). ap_bucket_make_heap()
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews silently failed (fixed), transient_setaside() discovered it, but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_save_brigade() ignored it (fixed). [Jeff Trawick]
95b484c9580d06eb2f9735a22e9841389c2859baMark Andrews *) Ignore \r\n or \n when using PEEK mode for input filters. The problem
95b484c9580d06eb2f9735a22e9841389c2859baMark Andrews is that some browsers send extra lines at the end of POST requests, and
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews we don't want to delay sending data back to the user just because the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews browser isn't well behaved. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get SuEXEC working again. We can't send absolute paths to suExec
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews because it refuses to execute those programs. SuEXEC also wasn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews always recognizing configuration changes made using the autoconf
c86eed4bdecad9df12f992f9d743dfee3a6c5bdcMark Andrews setup. [Ryan Bloom]
12ff7274fe2ea531ecca6a71fb9f7e1ae92da389Mark 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,
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews and we will sort them correctly when inserting them into the build
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark 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,
8da0b50e8a8c74602eca97e261ce4ad457df5048Mark Andrews thus allowing for SuExec execution from mod_cgid. Currently, we do
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark 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.
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update some of the docs in README and INSTALL to reflect some of
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews need to call sendfile again. This gets us serving large files
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get the support programs building cleanly again.
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews [Cliff Woolley <cliffwoolley@yahoo.com>]
59ab128c972622f5aeafe3229966dcba73b62243Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews makefile.win populates the include, lib and libexec directories.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Apache is now IPv6-capable. On systems where APR supports IPv6,
142d155dd68fd601dc38c6b6f7c35f2798ec24caMark Andrews Apache gets IPv6 listening sockets by default. Additionally, the
c368f28dad471c70213b41f7a0ad1b4ef4d8c543Mark Andrews Listen, NameVirtualHost, and <VirtualHost> directives support IPv6
99776003811a413457a2c35a808ad860df877d24Mark Andrews numeric address strings (e.g., "Listen [fe80::1]:8080").
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark 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
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews are modifyable at configure time. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Install all header files in the same directory on Unix. [Ryan Bloom]
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews *) Get the functions in server/linked into the server, regardless of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which modules linked into the server. This uses the same hack
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark 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
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews was renamed to AP_CHARSET_EBCDIC for namespace protection, and to make
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the scripts a bit easier.
6526fd032fc418411da3af4201214e95c113d3e2Mark Andrews [Ryan Bloom]
b8fff4f0d70bb9c5e53023ad0dae0acda67b5cdaMark 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
be0e075ac2c10ade3e80edef7fa14ac0fda92690Mark Andrews 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews didn't use that format, so we didn't install them properly.
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]
2945ac15af547df0268e449252902ead599e2451Mark Andrews *) Return HTTP_RANGE_NOT_SATISFIABLE if the every range requested starts
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews after the end of the response. [Ryan Bloom]
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉 *) 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have all of the data before we can actually do the byterange, so we
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews can compute the content-length in the byterange filter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get exe CGI's working again on Windows.
8b0ee8448bec37bf1e771363dccce7c0e73eb1a7Mark Andrews [Allan Edwards]
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark 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.
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a9
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32 now requires perl to complete the final install step for users
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to build + install on Win32. Makefile.win now rewrites @@ServerRoot@
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews and installs the conf, htdocs and htdocs/manual directories.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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.
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews 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
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews 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
550085fed1d0af54ba5b2f588898afec158195deMark Andrews to mod_include for further processing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul J. Reder <rederpj@raleigh.ibm.com>]
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews *) 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
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 via the APR socket. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Distribution directory structure reorganized to reflect a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews normal source distribution with external install targets.
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The MPMs that need multiple segments of shared memory now create
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews two apr_shmem_t variables, one for each shared memory allocation.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews 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
1b5b46942d149f891bb91e90c6f52944b77c8a68Mark Andrews variable. The MM code automatically aligns the shared memory allocations,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so we end up needing to pad the amount of shared memory we want based
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark 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.
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews [Ryan Bloom]
39fe146f2ab82cb8e49caa319a3345174fa2d69aMark 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
bd3946db298667e769804b2e978df2d6dcd85e29Mark Andrews 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
ab5d8edc1bd391a1b306db68114fac303484b30fMark Andrews functions that are valid on the platform we are building on.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
8689f943a4859a8f68344236a1dcb81299a98347Mark Andrews *) Enable logging the cookie with mod_log_config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sander van Zoest <sander@covalent.net>]
2434ccfde7efa30b6fedf4630e5036eeb5d647d0Mark 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
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews specific to the Apache HTTP Server (but do not make sense with APR).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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.
8bcb0f297b50e80e3c7aab1a41b94d937acf4dc0Mark Andrews [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Complete re-write of mod_include. This makes mod_include a filter that
7f32428506d55083fe5ac9aa515294bdef7c6e27Mark Andrews uses buckets directly. This has now served the FAQ correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Reder <rederpj@raleigh.ibm.com>]
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark 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
a6211a2f234767a015a6a30b85d5da087fa907f1Mark Andrews skip the sub_req_output_filter. [Ryan Bloom]
1feb76edcbb8ee97d1757f73115b7c4a71de6e0eMark 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
4c342614f80d867bba23e63795ec6ee79dd6395dMark Andrews 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
e72d4d8929fec51153e4fd0d1cf632cd59335495Mark Andrews 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
6c6673405c7e29c1d91d07b326d0fe1d7b52e478Mark Andrews rotatelogs.c code, and no longer churn log processes for this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews condition. [Victor J. Orlikowski]
bb6936058eb88eadff030462a347c10895c61a9aMark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a given mime-type.
7c5d5a7932b8ac27281eeff64506dff8220bb3eaMark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get multi-views working again. We were setting the path_info
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer field incorrectly if we couldn't find the specified file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix 304 processing. The core should never try to send the headers
1a9c000f54e6204fb49d785fd0bbb7a8e590dc99Mark 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
3cea35d9159b36eac43d32082a0b98f2cd82fc2eDanny Mayer for the network.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More fixes for the proxy. There are still bugs in the proxy code,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but this has now proxied www.yahoo.com and www.ntrnet.net (my ISP)
87f4715d6c0a22f3449eb3291c91aa45ba86c955Mark Andrews successfully.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix params for apr_getaddrinfo() call in connect proxy handler.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Chuck Murcko]
1431917c7cddbac7442cb910e83cb058fea59fb5Mark Andrews *) APR: Add new apr_getopt_long function to handle long options.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [B. W. Fitzpatrick <fitz@red-bean.com>]
3733c24efa7eaa65455153702c3fb71c9233eafbMark 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
012a2b979e011b13ba0d291c279dc65a167c039eMark Andrews hostname resolution/address string parsing and building
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apr_sockaddr_t. Add apr_get_sockaddr() for getting the address
f6ff00810196d0c0973f62c7917b9975011fa45aMark 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.
b972ff033b3efd52e747683face674dc4d2e431bMark Andrews [Ryan Bloom]
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews *) Make the proxy work with filters. This isn't perfect, because we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews aren't dealing with the headers properly. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Do not send a content-length iff the C-L is 0 and this is a head
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request. [Ryan Bloom]
638fe804a524ee0c028863c0301b999c79de7651Mark Andrews *) Make cgi-bin work as a regular directory when using mod_vhost_alias
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with no VirtualScriptAlias directives. PR#6829 [Tony Finch]
9db3d9d14e2f3641d696dadc59c40c52b6f888bcMark Andrews *) Remove BUFF from the PROXY connect handling. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get the default_handler to stop trying to deal with HEAD requests.
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews The idea is to let the content-length filter compute the C-L before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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.
0b75a2dd3bd81a69e2d68fe446cacb46be04c1f1Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Header filter can now determine if a body should be sent based
c54c1eaf26d5a7fc123c4af3712353156a766df1Mark Andrews on r->header_only. The general idea of this is that if we delay
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews deciding to send the body, then we might be able to compute the
0d993c02babc1e00516272783b310e83bb292d5cMark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the content-length can just send an EOS bucket without data and
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark 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>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews as ap_conftree.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Morgan <rmorgan@covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get the core_output_filter to use the bucket interface directly.
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews 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
0f8f42a09eb102fa88e4d2caacdafbeda931f94cMark 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
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews 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]
54532c54130de8f374465bb23d5576fc3257ea96Mark Andrews *) Initial import of 1.3-current mod_proxy. [Chuck Murcko]
020f7361a49c5b1cda91927cf8206c1283fc7496Mark Andrews *) Not all platforms have INADDR_NONE defined by default. Apache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used to make this check and define INADDR_NONE if appropriate,
1c0927d8a091effcf9b2dc5baa533927c113bd5cMark 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.
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews [Branko �ibej <brane@xbc.nu>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Destroy the pthread mutex in lock_intra_cleanup() for PR#6824.
70f8c70cdd3ca68edcf9d448eb508abf3697719aMark Andrews [Shuichi Kitaguchi <ki@hh.iij4u.or.jp>]
33c538015323f4576679e427088372eea614feebMark Andrews *) Relax the syntax checking of Host: headers in order to support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews iDNS. PR#6635 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When reading from file buckets we convert to an MMAP if it makes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sense. This also simplifies the default handler because the
0423090da198f31ac615cd3a8f7d83aada32d5b3Mark Andrews default handler no longer needs to try to create MMAPs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) BUFF has been removed from the main server. The BUFF code will remain
de4976142190ae84ed3e4099f3e0fc07781748a3Mark Andrews in the code until it has been purged from the proxy module as well.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews *) Byteranges have been completely re-written to be a filter. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has been tested, and I believe it is working correctly, but it could
0b09763c354ec91fb352b6b4cea383bd0195b2d8Mark 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
6a3c86ff436452d062912bd91ecd289541869d42Mark Andrews a content-length in the response, and this does not.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
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
93da96c1cfd5f3c47169855867dd18db00c8a386Mark Andrews 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.
cd9bfe5b256a3e84ba090e8fcb5de0d6c50974aeMark Andrews The reason for this, is that it allows us to correctly report
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the bytes_sent when logging the request. This also simplifies
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews content-length filter a bit, and fixes the actual byte-reporing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove AP_END_OF_BRIGADE definition. This does not signify what
e2cf63c5df79eb7c8b86b6278289883fa760cda5Mark Andrews 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
c3184b4e2a1f238f4615d36fee79df82b1711344Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets now return a length of 0, which is actually the amount of data
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews read, so they make more sense.
9b7c023fe6dc88ba1e69ace1f7c3ade40c6475f9Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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
0a1fa37641b59c56d02f5390917a49e4987f0f75Mark Andrews 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
c61ec97ae0b859914ee26e213fe792f86a157990Mark Andrews allows the mmap to outlive the request.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews *) Make blocking and non-blocking bucket reads work correctly for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sockets and pipes. These are the only bucket types that should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have non-blocking reads, because the other bucket types should
0b1af13f680a865521105a77ee192024b5af33c4Mark 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
945cb085b859dbfc6a883813dda03c83e06995d3Mark Andrews server, but use Ctrl+Break to initiate a graceful restart
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of duplicating behavior. [John Sterling]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Patch mod_autoindex to set the Last-Modified header based on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the directory's mtime, and add the ETag header. [William Rowe]
c549b3a4d5fedba2ae960df667864e824acb1ef9Mark 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.
d73de275987d29627dc11d5bd4a22874a29f7874Mark Andrews [Bill Stoddard]
8f9664521724eefc39728c092d0bc6be527e1496Mark 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.
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews '+' - connection may be kept-alive by the server.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews '-' - connection will be closed by the server.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
d8d489cd8efc45b06a232ac07a636b3d36cc7e8fMark Andrews *) 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 the feature
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews macro APR_HAS_UNICODE_FS is true. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Compute the content length (and add appropriate header field) for
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews the response when no content length is available and we can't use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews chunked encoding. [Jeff Trawick]
a1edcd1b8d430650d85ec0962cd32efde76a71fbMark Andrews *) Changed ap_discard_request_body() to use REQUEST_CHUNKED_DECHUNK,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that content input filters get dechunked data when using
5b1627d469d07c5bfe7f193e3ddd85d0dd6ad4b0Mark Andrews the default handler. Also removed REQUEST_CHUNKED_PASS.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Most Apache functions work on EBCDIC machines again, as protocol
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews data is now translated (again). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
e7bb307667cc89287e810b95bddd342cb5dcb4e7Mark Andrews the EBCDIC support. They are noops on ASCII machines, so this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews type of translation doesn't have to be surrounded by #ifdef
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews CHARSET_EBCDIC. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_include. tag commands work again, and the server will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews send the FAQ again. This also allows mod_include to set aside
8e5893c36cdccc706f9632f51e0c8d390d2a8d06Mark Andrews buckets that include partial buckets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and David Reid]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add suexec support back. [Manoj Kasichainula]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Lingering close now uses the socket directly instead of using
3d822d111c00e70830dc163a5298196a1e7db29fMark Andrews BUFF. This has been tested, but since all we can tell is that it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews doesn't fail, this needs to be really hacked on.
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow filters to modify headers and have those headers be sent to
4c83dd7f22b19c75afdd311684f6ba0faa24e8d8Mark Andrews the client. The idea is that we have an http_header filter that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews actually sends the headers to the network. This removes the need
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for the BUFF to send headers.
5f4098e478ae913cdc1bb8851599b8f2431050d3Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Charset translation: mod_charset_lite handles translation of
57e0f58b3fd4cb49a57200c8af9cb58d984d871aMark Andrews request bodies. Get rid of the xlate version of ap_md5_digest()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews since we don't compute digests of filtered (e.g., translated)
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews response bodies this way anymore. (Note that we don't do it at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all at the present; somebody needs to write a filter to do so.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Input filters and ap_get_brigade() now have a input mode parameter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (blocking, non-blocking, peek) instead of a length parameter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Namespace protect some macros declared in ap_config.h
29f5bb81e2d1d72fc6e44c87404bd4598a34df94Mark Andrews [Ryan Bloom]
ddc592d128cdde85ada64efbda95981c10c4c03cMark Andrews *) Support HTTP header line folding with input filtering.
88c2b83cc548a217cc92a2bf75ca1ef1d4237d4fMark Andrews *) Mod_include works again. This should still be re-written, but at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews least now we can serve an SHTML page again.
bd6ad47c3dbc52a54f240432878b6832bd6dd6e2Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Begin to remove BUFF from the core. Currently, we keep a pointer
c7c1bf7dc167ff164193bc04f33a22109e4c0829Mark Andrews to both the BUFF and the socket in the conn_rec. Functions that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews want to use the BUFF can, functions that want to use the socket,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can. They point to the same place.
9e205a3c51e68d19a7ed03244d45b14b3e0d69afMark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apr_psprintf doesn't understand %lld as a format. Make it %ld.
e823642ec0c167af8f7db01c96ba0279165a61f3Mark Andrews [Tomas "�gren" <stric@ing.umu.se>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR pipes on Unix and Win32 are now cleaned up automatically when the
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark 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.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The final line of the config file was not being read if there was
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark 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 [Ryan Bloom]
c4a9ce445c48a57eed5aa16582b1964cf8cedf87Mark Andrews *) Piped logs work again in the 2.0 series.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Restore functionality broken by the mod_rewrite security fix:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rewrite map lookup keys and default values are now expanded
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews so that the lookup can depend on the requested URI etc.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR #6671 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Tighten up the syntax checking of Host: headers to fix a
810e8d27763c5d8557239ab321eb125163af9236Mark Andrews security bug in some mass virtual hosting configurations
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that can allow a remote attacker to retrieve some files
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on the system that should be inaccessible. [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark 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
984c39beed2fee49dda75c4c8a37b7f32bf434bfMark Andrews the data is converted to a heap bucket, allowing it to survive the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews death of the pool.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a flush bucket. This allows modules to signal that the filters
c311ed52d45334e182a093efad827fe4cbe7e686Mark 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,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that's life, but at least we can try with this.
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add an output filter for sub-requests. This filter just strips the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews EOS bucket so that we don't confuse the main request's core output
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews filter by sending multiple EOS buckets. This change also makes sub
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used to always return APR_SUCCESS, and nobody ever checked its
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews return value anyway.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Woolley <cliffwoolley@yahoo.com>]
7791dd06ea69d0fb2494788ad4c24d568f40bcdfMark 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
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews bucket_type. Also add some macros to test the bucket-type.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews *) Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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.
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews All _VAR_ flavors changes to _DATA to be absolutely clear.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for /, //, //servername and //server/sharename
f0ffc28f61a68b350fef9257f5f50e1ac866e0abMark Andrews parsing of <Directory> blocks under Win32 and OS2.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tim Costello, William Rowe, Brian Harvard]
7f20fd8ebb0cabc8f935381d958f8371990c9212Mark Andrews *) Remove the function pointers from the ap_bucket type. They have been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews replaced with a global table. Modules are allowed to register bucket
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews types and use then use those buckets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
f76c4ebaf586a693521f018fbc617c292c1555d7Mark Andrews *) mod_cgid: In the handler, shut down the Unix socket (only for write)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews once we finish writing the request body to the cgi child process;
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ones didn't. [Jeff Trawick]
81e302788a444b81231a7cda721548a020ae5660Brian Wellington *) Remove file bucket specific information from the ap_bucket type.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This has been moved to a file_bucket specific type that hangs off
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the data pointer in the ap_bucket type.
c00a1eb423623442aff428336bb55590f79013bbMark Andrews [Ryan Bloom]
1e258716acade52396a8f260b5e19cbf6ca0290aMark 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
d972fa317829804a692e46a34b6f27a33f861d9dMark 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
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington 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
cceca51fec3b4af660d28e2d3df7242823312eb6Brian Wellington us to remove the remaining field from the conn_rec structure, which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has also been done.
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Big cleanup of the input filtering. The goal is that http_filter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews understands two conditions, headers and body. It knows where it is
ad611e746d6fdcbb9e67da361a3a039c226a9236Mark Andrews based on c->remaining. If c->remaining is 0, then we are in headers,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and http_filter returns a line at a time. If it is not 0, then we are
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark 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.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Ames, Ryan Bloom, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cgi: Write all of the request body to the child, not just what
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the kernel would accept on the first write. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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
1fb264ed3aa861a67d7bab9aeb5aea5836e03c14Mark Andrews go through the same core_output_filter, the ctx pointer has the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews correct lifetime.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix another bug in the send_the_file() read/write loop. A partial
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews send by apr_send would cause unsent data in the read buffer to
feb8ae093115b36ac061e23d0227ea06f51950a3Mark Andrews get clobbered. Complete making send_the_file handle partial
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews writes to the network.
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a couple of type fixes to allow compilation on AIX again
95b604c5e972a5e9eb713bf45cf0b2d9b98da27eMark Andrews [Victor J. Orlikowski <v.j.orlikowski@gte.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix bug in send_the_file() which causes offset to be ignored
2211bec6a0626b681fdf5a8e4406555ef76ddf70Mark Andrews if there are no headers to send.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews *) Handle APR_ENOTIMPL returned from apr_sendfile in the core
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filter. Useful for supporting Windows 9* with a binary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compiled on Windows NT.
3561e645d77448b20b1676680b08c76d559e5335Mark Andrews [Bill Stoddard]
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark AndrewsChanges with Apache 2.0a7
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reimplement core_output_filter to buffer/save bucket brigades
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews across multiple calls to the core_filter. The brigade will be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sent when either MIN_BYTES_TO_SEND or MAX_IOVEC_TO_WRITE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews thresholds are hit or the EOS bucket is received.
27269e9dd45b619160f90db1a0f6b2b3f6f4bbb8Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Create experimental filter (buffer_filter) that coalesces bytes
f38c274c217d0a5b791786877422306a0e477e10Mark Andrews into one large buffer before invoking the next filter in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews chain. This filter is particularly useful with the current
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implementation of mod_autoindex when it inserted above the
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews chunk_filter. mod_autoindex generates a lot of brigades that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews containing buckets holding just a few bytes each. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buffer_filter coalesces these buckets into a single large bucket.
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add apr_sendfile() support into the core_output_filter.
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add apr_sendv() support into the core_output_filter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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.
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) send_the_file now falls back to a read/write loop on platforms that
bda64555f62216c3e785338f372a7ad9b79c197cMark Andrews do not have sendfile.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and Brian Havard]
39c2b741427eedafe5054909773c2e121c078b72Mark Andrews *) Install apachectl correctly, and substitute the proper values so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that it works again. [Ryan Bloom]
de36c606c52ad51e5abca6e42faf655937e5ed10Mark Andrews *) Better(??) handle platforms that lack sendfile().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR now has UUID generation/formatting/parsing support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein]
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews *) 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
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews the data back to the other filters.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
5d7b81d2a49d237ff5e73fdc4bd3394a3ee29392Mark Andrews *) Bring forward from 1.3.13 the config directory implementation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) install apxs if it is created
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added APR_IS_STATUS_condition test macros to eliminate canonical error
caa8797a00ccb1a02f1690dda5b4aeda9a1db5a7Mark Andrews conversions. [William Rowe]
9ae90732df942a7ffcbaa26ba254b55248ce79a5Mark Andrews *) Now that we have ap_add_input_filter(), rename ap_add_filter() to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_add_output_filter(). [Jeff Trawick]
f3222d48cc3d81706d198faa00dea9720eb0768dMark Andrews *) Multiple build and configuration fixes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Build process:
e95cc59f90d35f2d482b6f9c19ba96818275335cMark Andrews -add datadir and localstatedir substitutions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -fix layout name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -fix logfilename misspelling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -fix evaluation of installation dir variables and
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington -replace $foobar by $(foobar) to be usefull in the makefile
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Cross compile:
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson -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
cde7dfea4c1267a2b526114f4ea80fe9db1fc557Brian Wellington -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
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington and use the native version to generate header file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ["R�diger" Kuhlmann <Tadu@gmx.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prepare our autoconf setup for autoconf 2.14a and for cross-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ["R�diger" Kuhlmann <Tadu@gmx.de>]
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington *) Fix a bug where a client which only sends \n to delimit header
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lines (netcat) gets a strange looking HTTP_NOT_IMPLEMENTED
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews message. Start working on ebcdic co-existance with input
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe, Greg Ames]
5da1e589c2288dbe87002f771005a78d80a2e258Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews requirement for APXS to work correctly.
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Connection oriented output filters are now stored in the
852fa3b2e32719d094f3ad6513238841ae1f078bMark 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
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington error page before we have a filter to write to the network.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom, Jeff Trawick, and Greg Ames]
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington *) 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.
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington [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.
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark 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
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark 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
49f62849e5f80add0ee36b0f9b42cdce8de9748aMark 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
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews filters is the same as the ideas for output filters. The biggest
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark 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.
cad61731f8e960d9d99034a2a6eaafe1069c405cMark Andrews The input filter should then operate on the brigade, and return.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews *) 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.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Expand dbmmanage to allow -d -m -s -p options for Crypt, MD5,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SHA1 and plaintext password encodings. Make feature tests a
adbb11147cd5d97d140485fa37e85e66e15cf594Mark Andrews bit more flexible. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Charset translation: mod_charset_lite handles output content
9ab461a6ffed2ae2fe0380c30b69052db7473405Mark Andrews translation in a filter. mod_charset_lite no longer ignores
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews subrequests. A bunch of cruft related to BUFF's support for
77467267d97c781f3f3d050e229a874831e59c3dMark Andrews translating request and response bodies was removed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move the addition of the CORE filter to the post_read_request
da5d1cf1b1aa29ae53a0427be49291b04bd60549Mark Andrews 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews simpler. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a security problem that affects certain configurations of
6c06bc591a830023e5e7a41cc4b37978b98c0c51Mark Andrews mod_rewrite. If the result of a RewriteRule is a filename that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contains expansion specifiers, especially regexp backreferences
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews $0..$9 and %0..%9, then it may be possible for an attacker to
c36f45e354c0d5b6ab9f821bfe315d0ce9d95a29Mark Andrews access any file on the web server. [Tony Finch]
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson *) 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)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as well as a comment arg to the add, adduser and update cmds.
ff1b064f5e2bf19c8e25f8927d23df5714e666edMark 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
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews parsing a password followed by :group... text. Corrected the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews seed calcualation for Win32 systems, and added -lsdbm support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Configured mod_auth_dbm to compile with sdbmlib under Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Avoid a segfault when parsing .htaccess files. An
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews uninitialized tree pointer was passed to ap_build_config().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the way that inet_addr & inet_network are checked for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in APR's configure process to allow BeOS BONE to correctly
111e3433d289e8b4ea1260add39baa78c2a46891Mark Andrews find them. With this change BeOS BONE now builds from source
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with no problems. [David Reid]
cf300e03de3df3ff422db922520bf07c686c86daMark 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
9ac8796f1653d89af589753a3e42c694f35ddd8aMark Andrews also passing uninitialized storage to execve(), which would
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sometimes fail with EFAULT. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a bug parsing configuration file containers. With a sequence
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews like this in the config file
ef29912666cc6160f7165558bef017ab3849c5e1Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error message would be generated for the real </IfModule> for the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews second container. Also due to this problem, any two characters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could be used for "</" in the close of a container.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_add_filter prototype changed to remove the ctx pointer. The
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson be allocated. The filters will have to be responsible for allocating
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the ctx memory when they need it.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add an AddFilter directive. This directive takes a list of filters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that should be activated for the requested resource.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apr_snprintf(): Get quad format strings working on OS/390 (and perhaps
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington some other platforms). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Modify mod_include to be a filter. Currently, it has only been tested
b541c10d0442d9804d94567a97956cec3bd2912dBrian Wellington on actual files, but it should work for CGI scripts too.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apr_putc(), apr_puts() for Unix: handle buffered files and interrupted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews writes. apr_flush() for Unix: handle interrupted writes.
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) NameVirtualHost can now take "*" as an argument instead of
60213f2815a7e6584a2285546d05633fa7b6f5b4Mark Andrews 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
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews of any connections. PR #5595, PR #4455 [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some compile warnings in mod_mmap_static.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Mike Abbott <mja@sgi.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix chunking problem with CGI scripts. The general problem was that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the CGI modules were adding an EOS bucket and then the core added an
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson EOS bucket. The chunking filter finalizes the chunked response when it
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews EOS, by utilizing a flag in the request_rec.
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apr_put_os_file() now sets up the unget byte appropriately on Unix
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas 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]
eb2c518a3871932e86268e7c6ddae2b2a00d72fdMark 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 [Ryan Bloom]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) APRVARS.in no longer overwrites the EXTRA_LIBS variable.
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson [Mike Abbott <mja@sgi.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove ap_bopenf from buff code. This required modifying the file_cache
d1abb8bb020aacd1ce0da65c2d5d8f7c96ebd52aMark Andrews code to use APR file's directly instead of going through BUFFs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix compile break on some platforms for mod_mime_magic.c
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson [John K. Sterling <sterling@covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix merging of AddDefaultCharset directive.
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson PR #5872 (1.3) [Jun Kuriyama <kuriyama@imgsrc.co.jp>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Minor revamp of the rlimit sections of code. We now test
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews explicitly for setrlimit and getrlimit. Also, unixd_set_rlimit()
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington is now "available" even if the platform doesn't support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the rlimit family (it's just a noop though). [Jim Jagielski]
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson *) 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]
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews *) Remove IOLs from Apache. With filtering, IOLs are no longer necessary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews *) Add tables with non-string/binary values to APR.
c0fe9b0d1b01a9a0883977a362ce4128723a56d6Mark 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]
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson *) Change the way buckets' destroy functions are called so that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they can be more directly used when changing the type of a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bucket in place. [Tony Finch]
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews *) Add generic support for reference-counting the resources used by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buckets, and alter the HEAP and MMAP buckets to use it. Change
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer 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
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson mostly shared with IMMORTAL buckets, which are now implemented.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a6
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support to Apache and APR for dsos on OS/390. [Greg Ames]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews *) Add a chunking filter to Apache. This brings us one step closer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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]
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark 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,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
80dd46d7aab16c42a8c1acf6156c95406a9f20a4Mark Andrews built with thread support. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Abort configuration if --with-layout was specified and there's
993572b2495561c57b556621dd9fe493e8c6dd1bDanny Mayer no layout definition file. [Ken Coar]
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson *) Add support for '--with-port=n' option to configure. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for extension methods for the Allow response header
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews field, and an API routine for accessing r->allowed and the
afeabf9f707ca71192041c1132d9f07d7bd83132Mark Andrews list of extension methods in a unified manner. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_cern_meta: fix broken file reading loop in scan_meta_file().
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews [Rob Simonson <simo@us.ibm.com>]
a89d1aea0cce6a28a3751cd508db67e38d307a5eDanny Mayer *) Get xlate builds working again. The apr renaming in 2.0a5 broke
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APACHE_XLATE builds. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) A configuration file parsing problem was fixed. When the
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson configuration file started with an IfModule/IfDefine container,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only the last statement in the container would be retained.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian WellingtonChanges with Apache 2.0a5
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Perchild is serving pages after passing them to different child
712bf9b0cc4ed34f4bf33b437f8b0e45853b93ceMark Andrews 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
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson 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.
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark 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.
f3e4c3d6c536973bae92611402ba55277069eba2Mark 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.
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews [Gregory Nicholls <gnicholls@level8.com>]
f9321a16fb8dce8999a43a6d4008c54845305401Mark Andrews *) ap_recv() on Win32: Set bytes-read to 0 on error.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Gregory Nicholls <gnicholls@level8.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add an option to not detach from the controlling terminal without
7a104af70fb3071e7949c4e0e585af18ab362db5Mark 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.
923de3bb9cf4d619de206544975986a22b18196fMark Andrews [Jeff Trawick]
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews *) Make dexter, mpmt_pthread, and perchild MPMs not destroy the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews scoreboard on graceful restarts.
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews never called, but this is a step in the right direction.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom and Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Register the mod_cgid daemon process for cleanup so that it is
d91d025deffd075db2507d44fab04b79920b3e91Mark 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process stays around. Bugs in similar logic in mod_rewrite and
985b4f1c8653c6dfaa46652c412838850c0ffb1cMark Andrews mod_include were also fixed. [Jeff Trawick]
1d556695ef3c7918ba5061d7d846122d60f5f6c5Mark Andrews *) 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.
e9ca87459a20f5e6721b9bd0b28c95fc3d6b843cMark Andrews 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
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews spec, both of those values can be zero'ed out safely. This fixes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the bug correctly. [Ryan Bloom]
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews *) Fix a couple of place in the Windows code where the wrong error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson logfiles and other raw text (such as all APR files). Fixes logfiles
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not terminated with cr/lf sequences in Win32. [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move all strings functions in APR to src/lib/apr/strings and create
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson apr_strings.h for the prototypes. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR lock fixes: when using SysV sems, flock(), or fcntl(), be sure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to repeat the syscall until we stop getting EINTR. I noticed a
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson 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()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was essentially a no-op because all children were using different
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews locks and thus nobody ever blocked. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 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
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews end-users or Apache installations. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Integrate the mod_dav module for WebDAV protocol handling. This
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson 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
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein]
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews *) Update the lib/expat-lite/ library (bring forward changes from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the Apache 1.3 repository). [Greg Stein]
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson *) If sizeof(long long) == sizeof(long), then prefer long in APR
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure.in. [Dave Hill <ddhill@zk3.dec.com>]
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson *) 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.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Hill <ddhill@zk3.dec.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Compile fixes in mod_mmap_static. [Victor J. Orlikowski]
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson *) ab would start up more connections than needed, then quit when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews desired number were finished. Also fixed a logic error involving
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 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
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews timeouts (i.e, if a timeout was specified, the pipe reverted to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a full blocking pipe). Now the behaviour is more in line with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Unix non-blocking pipes.
b19619260fbd447b0fe3e709b2cc8ae38f27ec3fMark Andrews [Bill Stoddard]
1500a4fe5da9475d5918b27b566a1278ec6b54ebAndreas Gustafsson *) WinNT: Implement accept socket reuse. Using mod_file_cache to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cache open file handles along with accept socket reuse enables
1255d388f034dc556d235a002527101781dbeb29Mark Andrews Apache 2.0 to serve non-keepalive requests for static files at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 3x the rate of Apache 1.3.(e.g, Apache 1.3 will serve 400 rps
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews and Apache 2.0 will serve almost 1200 rps on my system).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews *) Merge mod_mmap_static function into mod_file_cache. mod_file_cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews supports two config directives, mmapfile (same behavious as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_mmap_static) and cachefile. Use the cachefile directive
2f6d1483f665d86501049199b9698554da0eacb0Mark Andrews to cache open file handles. This directive only works on systems
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that have implemented the ap_sendfile API. cachefile works today
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on Windows NT, but has not been tested on any flavors of Unix.
ea7b38cd1e5c6c9e099f1b3a702ba531bc4aba0aMark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the configuration. With the last few changes the
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson configuration process automatically:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inherits information about how to build from APR. Allowing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR to inform Apache that it should or should not use -ldl
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson Detects which mod_cgi should be used mod_cgi or mod_cgid,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews based on the threading model
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache calls APR's configure process before finishing it's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration processing, allowing for more information flow
07eaf0b8d0c3c93d8139c413bf9cc8bba7db9432Mark Andrews between the two.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCK
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with non-zero argument makes the socket non-blocking. BeOS and
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews OS/2 already worked this way. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_close() now calls ap_flush() for buffered files, so write
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson operations work a whole lot better on buffered files.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix error messages issued from MPMs which explain where to change
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews compiled-in limits (e.g., ThreadsPerChild, MaxClients, StartTreads).
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson *) ap_create_pipe() now leaves pipes in blocking state. (This helps
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reduce the number of syscalls on Unix.) ap_set_pipe_timeout() is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews now the way that the blocking state of a pipe is manipulated.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_block_pipe() is gone. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct the problem where the only local host name that the IP stack
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can discover are 'undotted' private names. If no fully qualified
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson domain name can be identified, the default ServerName will be set to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the machine's IP address string. A warning is always provided if the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ServerName not specified, but assumed. Solves PR6215 [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Repair problems with config file processing which caused segfault
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews at init when virtual hosts were defined and which caused ServerName to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be ignored when there was no valid DNS setup. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Removed pointless ap_is_aborted macro function. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add ap_sendfile implementation for AIX
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Victor J. Orlikowski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Repair C++ compatibility in ap_config.h, apr_file_io.h,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tyler J. Brooks <tylerjbrooks@home.com>, Jeff Trawick]
9bdb01e6c382e897572791b12190472955994d87Mark Andrews *) Bring the allocation and pool debugging code back into a working
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews state. This will need to be tested as so far it's only been used on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews BeOS. [David Reid]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change configuration command setup to be properly typesafe when in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews maintainer mode. Note that this requires a compiler that can initialise
a77ad145d0109081c5da6ac40a2303369db89735Andreas Gustafsson unions. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Turn on buffering for config file reads. Part of this was to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews repair buffered I/O support in Unix and implement buffered
61d5bfc06be978ea962b1c64309894ac80351771Mark Andrews ap_fgets() for all platforms. [Brian Havard, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Fix problem where UTC offset was not being set correctly
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews in the access log. Problem reported on news group by Jerry Baker.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson *) Fix segfault when reporting this type of syntax error:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "</container> without matching <container> section", where
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews container is VirtualHost or Directory or whatever.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent the source code for CGIs from being revealed when using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_vhost_alias and the CGI directory is under the document root
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and a user makes a request like http://www.example.com//cgi-bin/cgi
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson as reported in <news:960999105.344321@ernani.logica.co.uk>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tony Finch]
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson *) Add support for the new Beos NetwOrking Environment (BONE)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David Reid]
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson *) xlate: ap_xlate_conv_buffer() now tells the caller when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews final input char is incomplete; ap_bwrite_xlate() now handles
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews incomplete final input chars. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Yet another update to saferead/halfduplex stuff -- need to ensure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that a bhalfduplex call occurs before logging or else DNS and
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson such can delay the last packet of the response. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Some syscall reduction in APR on unix -- don't seek when setting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews up an mmap; and don't fcntl() more than once per socket.
3fc4c1434d7ac377c720640e2e925a3af567cccbMark Andrews [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When mod_cgid is started as root, the cgi daemon now switches
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the configured User/Group (like other httpd processes)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of continuing as root. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The prefork MPM now uses an APR lock for the accept() mutex.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews It has not been getting a lock at all recently. httpd -V now
5f7516bee5ace9542701f23fc7723a3e3196802aMark Andrews displays APR's selection of the lock mechanism instead of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews symbols previously respected by prefork. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the mmap() feature test to check only for existence.
2e24e82fc3551e3228bcacaa7c45cb61daa49195Mark Andrews The previous check required features not used by Apache.
d5169236b7260d447e672db8256fdd7c70f5ee1dMark Andrews *) Fix a couple of bugs in mod_cgid: The cgi arguments were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sometimes mangled. The len parm to accept() was not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initialized, leading sometimes to an endless loop of failed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews accept() calls on OS/390 and anywhere else that failed the call
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews if the len was negative. Use <sys/un.h> for struct sockaddr_un
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of declaring it ourselves to fix a compilation problem
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on Solaris. [Jeff Trawick]
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson *) Add Resource limiting code back into Apache 2.0. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix zombie process problem with mod_cgi. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Port mod_mmap_static to 2.0. Make it go faster. [Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix storage overlay when loading dsos. Symptom: Apache dies at
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson initialization if ALLOC_DEBUG is defined; no known symptom
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews otherwise. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix typo in configure script when checking for mod_so. bash
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson doesn't seem to have a problem but /bin/sh on Solaris does.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Symptom: "./configure: test: unknown operator =="
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rebind the Win32 NT and 9x services control into the MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews All console, WinNT SCM and Win9x pseudo-service control code is
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson now wrapped within the WinNT MPM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make a copy of getenv("PATH") before storing for later use. Some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews getenv() implementations use the same storage for successive calls.
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews CGIs on OS/390 had a bad PATH due to this. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Server Tokens work in 2.0 again. This also propogates the change
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to allow just the product name in the server string using
96ea98af241ef00395f4e61de7e2dacfd9941afcMark Andrews PRODUCT_ONLY.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a4
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson *) EBCDIC: Rearrange calls to ap_checkconv() so that most handlers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews won't need to call it. [Greg Ames, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move pre_config hook call to between configuration read and config
846474d5a6aa21cebb3e94243a11faa5c20200bfAndreas Gustafsson tree walk. This allows all modules to implement pre_config hooks
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and know that they will be called at an appropriate time.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson *) mod_cgi, mod_cgid: Make ScriptLog directive work again.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson *) Add pre-config hooks back to all modules.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington *) Fix a SIGSEGV in ap_md5digest(), which is used when you have
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ContentDigest enabled and we can't/don't mmap the file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) We now report the correct line number for syntax errors in config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files. [Ryan Bloom, Greg Stein, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Brought mod_auth_digest up to synch with 1.3, fixed ap_time_t-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews related bugs, and changed shmem/locking to use apr API. Shared-mem
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is currently disabled, however, because of problems with graceful
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson restarts. [Ronald Tschal�r]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix corruption of IFS variable in --with-module= handling.
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson Depending on the user's shell or customization thereof, there
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews would be errors generating ap_config_auto.h later in the configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews procedure. [Jeff Trawick]
d9e690eb71bde3c748208733ba40a34e9d0ba29dAndreas Gustafsson *) mod_cgi: Restore logging of stderr from child process when ScriptLog
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isn't used (as in 1.3), except that on Unix it is now logged via
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson ap_log_rerror() instead of by the child having STDERR_FILENO refer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the error log. [Greg Ames, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add '-D' argument processing for run time configuration defines.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
0bd1b2fbfed4aa489e9d5fcbc7f48acb96ba7248Mark Andrews *) Organize http_main.c as independent code, such that no code or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews global data is exported from it. WIN32 will dynamically link it
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews to the server core, so this will prevent mutual dependency.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add separate dynamic linkage tags APR_EXPORT(), APR_EXPORT_NONSTD()
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson and APR_VAR_EXPORT to correctly resolve apr functions and globals.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add Win9x service execution and Ctrl+C/Ctrl+Break/Shutdown handlers.
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson [William Rowe, Jan Just Keijser <KEIJSERJJ@logica.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add mod_charset_lite for configuring character set translation.
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson [Jeff Trawick]
feb1f6a4ac42988558ecb8dc5dc0c974ec1f0509Brian Wellington *) Add '-n' option to htpasswd to make it print its user:pw record
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on stdout rather than having to frob a text file. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix saferead. Basically, we flush the output buffer if a read on the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews input will block.
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR: Add ap_xlate_get_sb() so that an app can find out whether or not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a conversion is single-byte only. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) BEOS: ap_shutdown should return APR_SUCCESS or errno. Note that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the BeOS 5.0 documentation says that shutdown doesn't work yet.
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some minor errors where pid was being manipulated as an int
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews instead of the portable pid_t. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some error log prints that were printing the pointer to a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews structure rather than the pid within the structure.
36e37042c6c9252cdf6eb99bd71ccb6e6c43ba6dBrian Wellington [Jeff Trawick, Roy Fielding]
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews *) ab: Fix a command-line processing bug; track bad headers in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews err_response; support reading headers up to 2K.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ask Bjoern Hansen <ask@valueclick.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix ap_resolve_env() so that it handles new function added in a prior
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews alpha (see "Added the capability to do ${ENVVAR} constructs in the
56d69016f4fae2eda4d39c92fe13595251aaadd3Mark Andrews config file.") as well as the constructs used by mod_rewrite.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Reder <rederpj@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Apache 2.0 builds and runs on OS/390. [Jeff Trawick, Greg Ames]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the EBCDIC support in functions for MD5, SHA1, and base 64 to use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APR to perform translation, instead of accessing the hard-coded tables
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews in 1.3's ebcdic.c. [Jeff Trawick]
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson *) Fix some bugs (mostly lost 1.3 code) in ab's command-line processing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the ability to hook into the config file reading phase. Basically
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if a directive is specified EXEC_ON_READ, then when that directive is
db235e65884c04058cc6e99ca485170d67cf9538Andreas Gustafsson read from the config file, the assocaited function is executed. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should only be used for those directives that must muck with HOW the
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson server INTERPRETS the config. This should not be used for directives
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that re-order or replace items in the config tree. Those changes should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be made in the pre-config step.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add mod_example to the build system.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR: Add ap_xlate_conv_byte() to convert one char between single-
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson byte character sets. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Pick up various EBCDIC fixes from 1.3 (from Martin
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson Kraemer and Oliver Reh originally according to the change log).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a couple of problems in RFC1413 support (controlled by the
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson IdentityCheck directive). Apache did not build the request string
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews properly and more importantly Apache would loop forever if the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews would-be ident server dropped the connection before sending a
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson properly terminated response. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apxs works in 2.0.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson *) Reliable piped logs work in 2.0.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington *) Introduce a hash table implementation into APR to be used for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews replacing tables and other random data structures in Apache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add some more error reporting to htpasswd in the case of problems
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews generating or accessing the temporary file. Also, pass in a
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews buffer if the implementation knows how to use it (i.e., if L_tmpnam
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is defined). [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Configure creates config.nice now containing your configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews options. Syntax: ./config.nice [--more-options]
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix various return code problems in APR on Win32. For most of
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews these, APR was returning APR_EEXIST instead of GetLastError()/
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews WSAGetLastError(). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make piped logs work again in version 2.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add VPATH support to UNIX build system of Apache and APR.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix ap_tokenize_to_argv to respect the const arguments that are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews passed to it.
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mm's memcpy/memset macros, pointer arithmetic was broken.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Patch submitted to author.
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mm configuration on Solaris 8 x86 and OS/390. Don't require
06a960c681566a163af5b9a655cf36023075ddcbMark Andrews /sbin in PATH on FreeBSD (all submitted to rse previously)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix building Pthread-based MPMs on OpenBSD
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sascha Schumann] PR#26
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix ap_readdir() problem on systems where d_name[] field in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews struct dirent is declared with only one byte. (This problem only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews affected multithreaded builds.) This caused a segfault during
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pool cleanup with mod_autoindex on Solaris (Solaris 8 x86, at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews least). [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some make-portability problems on at least Tru64, Irix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and UnixWare.
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer [Sascha Schumann] PR#18, PR#39
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add ap_sigwait() to support old-style sigwait() on systems
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews like OS/390 and UnixWare.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add POSIX-thread flags for more platforms.
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson [Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some minor bugs in ap_strerror(). Teach ap_strerror()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (on Unix, at least) to handle resolver errors. Fix a bug in
73ac1894ea64bc50aff7406872d0e9c5df6d9cf6Mark Andrews the definition of APR_ENOMEM so that ap_strerror() can spit
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews out the correct error message for it.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a3
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_so reports ap_os_dso_error() if ap_dso_load() fails
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) API: *HOOK* macros now have an AP_ prefix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Eliminate redundant calls to initialize winsock.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tim Costello <timcostello@ozemail.com.au>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix bugs initializing ungetchar for pipes.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Chia-liang Kao <clkao@CirX.ORG>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The ab program in the src/support directory is now portable using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson *) Support directory is being compiled when the server is built
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The configure option --with-program-name has been added to allow
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews developers to rename the executable at configure time. This also
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson changes the name of the config files to match the executable's name.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_autoindex: Add `IndexOptions +VersionSort', to nicely sort filenames
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews containing version numbers. [Martin Pool]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Unix; access_log and error_log now created with these perms; non-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Unix is unaffected [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Replaced more magic numbers with MD5_DIGESTSIZE.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe, Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Get mod_auth_digest compiling and added to the Windows
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews build environment. Not tested and I'd be suprised if it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews actually works. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Revamp the Win32 make environment. Makefiles have been removed and
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson Apache.dsw created to bring together all the pieces. Create new file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews os/win32/BaseAddr.ref to define module base addresses (to prevent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dll relocation at start-up).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe, Greg Marr, Tim Costello, Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the \015, \012, and \015\012 constants with macros.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add ap_xlate_open() et al for translation of text between different
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews character sets. The initial implementation requires iconv().
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More FAQs and answers from comp.infosystems.www.servers.unix.
e1a153c3f095e217eea29958950fea36e54862ceAndreas Gustafsson [Joshua Slive <slive@finance.commerce.ubc.ca>]
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson *) CGI output is being timed out now.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington *) Fix the problem with dieing quietly. dupfile now takes a pool which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is used by the new apr file. There is no reason to create a new file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with the same lifetime as the original file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Attempt to eliminate dll relocation at start-up by specifying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module base addresses. This will help shooting seg faults
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson in the field. [William Rowe <wrowe@lnd.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update Apache on Windows documentation. Add new document
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews describing how to compile Apache on Windows.
ee3ab6063dd13b5947d3fbe88b9ce8f38d65df9dBrian Wellington [William Rowe <wrowe@lnd.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_set_pipe_timeout(), ap_poll(), and APR_SO_TIMEOUT now take
d81622b537be1971530cfb459acdbbe7d82d883bBrian Wellington microseconds instead of seconds. Some storage leaks and other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews minor bugs in related code were fixed. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: First cut at getting mod_isapi working under 2.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe <wrowe@lnd.com>]
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews *) First stab at getting mod_auth_digest working under 2.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews quick change summary:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - moved the random byte generation (ap_generate_random_bytes) into APR
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington - now uses ap_time_t
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - compiles and runs on linux
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - tested with amaya
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson [Brian Martin <bmartin@penguincomputing.com>]
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson *) Win32: Move the space stripping of physical service names
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fix up from Apache 1.3. #include'ing "ap_mpm.h" fixes up an
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington unresolved symbol. Add dependency checking to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CreateService call to ensure TCPIP and AFP (winsock) is started
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews before Apache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe <wrowe@lnd.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Add code to perform latebinding on functions that may
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson not exist on all levels of Windows where Apache runs. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is needed to allow Apache to start-up on Win95/98. All calls
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to non portable functions should be protected with
bddfe77128b0f16af263ff149db40f0d885f43d0Mark Andrews ap_oslevel checks to prevent runtime segfaults.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe <wrowe@lnd.com>]
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson *) Fix fallback default values for SHM_R and SHM_W [Martin Kraemer]
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson *) Get lingering_close() working again. [Dean Gaudet, Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Get non-blocking CGI pipe reads working under Windows NT.
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson This addresses PR 1623. Still need to address timing out runaway
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CGI scripts. [Bill Stoddard]
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson *) Win32: Make ap_stat Windows 95/98 friendly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe <wrowe@lnd.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews always fail. Need to initialise the dwOSVersionInfoSize member of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews OSVERSIONINFO struct before calling GetVersionEx, so GetVersionEx
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington always fails.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The patch also enhances ap_get_oslevel (and the associated enum) to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews handle selected service packs for NT4, and adds recognition for
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson Windows 2000. This is useful, eg. if we can recognise NT4 SP2 then
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we can use ReadFileScatter and WriteFileGather in readwrite.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tim Costello <Tim.Costello@BTFinancialgroup.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get mod_rewrite building and running, and mod_status building for Win NT
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington [Allan Edwards <ake@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Patch to port mod_auth_db to the 2.0 api and also to support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Berlekey DB 3.0. It works for me with both Berkeley DB 3.0.55 and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 2.7.7. It should work with version 1 as well but I haven't tested it.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Martin <bmartin@penguincomputing.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get APR DSO code working under Windows. Includes cross platform
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley [Tim.Costello@BTFinancialgroup.com]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix some of the Windows APR time functions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) FAQ changes related to tidying up historical documents on the web site.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Joshua Slive <slive@finance.commerce.ubc.ca>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move Windows DSO code into APR.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson at build time. At this point, the server will not compile on Windows because
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the recent DSO commits. Fixing those next.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Rowe & Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added error checking for file I/O APR routines.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jon Travis <jtravis@covalent.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APR: Don't use the values of resolver error codes for the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews corresponding APR error codes. On Unix and Win32, return the
debff476ad3512687a354499c25d2793e2009acdBrian Wellington proper APR error code after a resolver error. [Jeff Trawick]
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas GustafssonChanges with Apache 2.0a2
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Renamed the executable back to httpd on all platforms other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow BeOS to survive restarts, log properly and a few
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington small things it had problems with due to the way it setup
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews users and groups. [David Reid]
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson *) Get mod_rewrite working with APR locks
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Reder <rederpj@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Actually remove the sempahore when the lock cleanup routine
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson is called on BeOS. [David Reid]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Clear hook registrations between reads of the config file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews When DSOs are unloaded and re-loaded the old hook pointers may
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson no longer be valid. This fix eliminates potential segfaults.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Allan Edwards <ake@raleigh.ibm.com>]
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson *) Fix a problem with Sigfunc not being defined or bypassed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if sigaction() wasn't found. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the locking mechanism on BSD variants. They now use fcntl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews locks. This allows the server to start and serve pages.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) First cut at getting the Win32 installer to work
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence [William Rowe <wrowe@lnd.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get htpasswd compiling under Windows
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [William Rowe <wrowe@lnd.com>]
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence *) Change the log message for a bind() failure to show the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews interface and port number. [Jeff Trawick]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Import the documentation from 1.3.12 and bring parts of it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews up-to-date with respect to the changes that have occurred
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) BeOS MPM updated. CGI bug on BeOS fixed. IP addresses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews now logged correctly on BeOS.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David Reid]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Create one makefile for all Win32 distributions (NT/2000/95/98).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Makefile.win includes the same user interface as the old
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe <wrowe@lnd.com>, Jeff Trawick <trawick@us.ibm.com>]
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington *) Win32 exec now uses COMSPEC environment string for command
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shell path resolution.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [William Rowe <wrowe@lnd.com>] PR#3715
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: ap_connect() was not returning correct error condition
ef8d97818f0d30a4e09db97af695f504b311372cMark Andrews [Allen Prescott <allen@clanprescott.com>]
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson *) Win32: ap_open() was broken on Win9x because an NT-specific
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews flag was passed to CreateFile. ap_puts() added an unnecessary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick <trawick@us.ibm.com>]
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson *) Put in Korean and Norwegian index.html pages (2.0 and 1.3)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which where donated by Lee Kuk Hyun and Lorant Czaran. 'Fixed'
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson confusing ee/et name and made all extensions language/dialect
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rather than country reflecting. Changed example files to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews explicit reflect the ISO charset and added a few common
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ones to the example config [dirkx]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Extend external module capability. To use this, you call
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure with --with-module=path/to/mod1,path/to/mod2,etc.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Backported the various "default charset" fixes from 1.3.12,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews including the AddDefaultCharset directive. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added the capability to do ${ENVVAR} constructs in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config file. E.g. 'ServerAdmin ${POSTMASTER}'. As commited
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it does this on a line by line basis; i.e. if the envvar
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews expands to something with spaces you have to protect it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by adding quotes around it (Unless of course you expect it
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence to contains more than one argument. Alternatively you
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can compile it on a per token basis; which is what people
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews usually expect by setting RESOLVE_ENV_PER_TOKEN. But this
6c35e4dd17e6562a6b4d106cbf1d824b9f529356David Lawrence hampers fancier hacks.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dirk-Willem van Gulik]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changed the 'ErrorDocument' syntax in that it NO longer
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence supports the asymetric
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ErrorDocument 301 "Some message
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson Note the opening " quote, without a closing quote. It now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has either the following syntaxes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ErrorDocument XXX /local/uri
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ErrorDocument XXX http://valid/url
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ErrorDocument XXX "Some Message"
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson The recognition heuristic is: if it has a space it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is a message. If it has no spaces and starts with a /
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or is a valid URL then treat it that way. Otherwise it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is assumed to be a message.
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson This breaks backward compatibility but makes live a hell
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of a lot easier for GUI's and config file parsers.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dirk-Willem van Gulik]
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington *) Changed 'CacheNegotiatedDocs' from its present/not-present
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews syntax into a 'on' or 'off' syntax. As it currently is the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only non nesting token which uses NO_ARGS and thus is an
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews absolute pain for any config interface automation. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews breaks backward compatibility. [Dirk-Willem van Gulik]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Add ability to add external modules to the build process. This is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews done with --with-module=/path/to/module. Modules can only be added
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews as static modules at this point.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 2.0a1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix FreeBSD 3.3 core dump.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews Basically, ap_initialize() needs to get called before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews create_process(), since create_process() passes op_on structure
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews to semop() to get a lock, but op_on isn't initialized until
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_initialize() calls setup_lock(). Here is a slight
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews rearrangement to main() which calls ap_initialize() earlier...
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Trawick <trawick@us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Enable Apache to use sendfile/TransmitFile API
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Bill Stoddard, David Reid, Paul Reder]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Re-Implement Win32 APR network I/O APIs and most of the file I/O
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Bill Stoddard]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Make file I/O and network I/O writev/sendv APIs consistent.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Eliminate use of ap_iovec_t and use Posix struct iovec.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews Use seperate variable on ap_writev to set the number of iovecs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews passed in and number of bytes written.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Bill Stoddard]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) Adapt file iol to use APR functions. Replaced ap_open_file()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with ap_create_file_iol(). ap_create_file_iol() requires that
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews the file be opened prior to the call using ap_open().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Port mod_include and mod_cgi to 2.0
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Paul Reder, Bill Stoddard]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews *) ap_send{,v}, ap_recv, ap_sendfile API clarification --
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bytes_read/bytes_written is always valid (never -1). Plus
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews some fixes to buff.c to correct problems introduced by the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews errno => ap_status_t changes a while back. Plus a fix to
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson chunked encoding introduced right at the beginning of 2.0.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet]
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson *) Revamped UNIX build system to use autoconf and libtool.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Manoj Kasichainula, Sascha Schumann]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) port mod_rewrite to 2.0. [Paul J. Reder <rederpj@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) More rigorous checking of Host: headers to fix security problems
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with mass name-based virtual hosting (whether using mod_rewrite
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or mod_vhost_alias).
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson [Ben Hyde, Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add back support for UseCanonicalName in <Directory> containers.
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson [Manoj Kasichainula]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added APLOG_STARTUP log type. This allows us to write an error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews message without any of the date and time information. As a part
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of this change, I also removed all of the calls to fprintf(stderr
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and replaced them with calls to ap_log_error using APLOG_STARTUP
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews writing to stderr is no longer portable, because we don't direct
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stderr to the error log on all platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Convert error logging functions to take errno as an argument.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This makes our error logs more portable, because some Windows API's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews don't set errno. This change allows us to still output a valid
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence message on all of our platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_mime_magic runs in 2.0-dev now.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Reder <rederpj@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) sendfile has been added to APR.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John Zedlewski <zedlwski@Princeton.EDU>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) buff.c has been converted to no longer use errno.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence [Manoj Kasichainula]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_speling runs in 2.0-dev now: a bug in readdir_r handling and
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews interface adaption to APR functions did it. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Support DSOs properly on 32-bit HP-UX 11.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dilip Khandekar <dilip@cup.hp.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Updated MM in APR source tree from version 1.0.8 to 1.0.11
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleaned APR build environment integration and bootstrap APR
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews automatically for developers from src/Configure.
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed building of src/support/htpasswd.c
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When generating the Location: header, mod_speling forgot
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence to escape the spelling-fixed uri. (Forw-Port from 1.3)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson *) Moved mod_auth_digest.c from experimental to standard. [Roy Fielding]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Change all pools to APR contexts. This is the first step to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews incorporating APR into Apache. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move "handler not found" warning message to below the check
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence for a wildcard handler. [Dirk <dirkm@teleport.com>, Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR#2584, PR#2751, PR#3349, PR#3436, PR#3548, PR#4384, PR#4795, PR#4807
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Support line-continuation feature in config.option file and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow the loading of multiple option sections at once via
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence ``--with-option=<section1>,<section2>,...''
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rebuilt CVS repository with Apache 1.3.9 as basis. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache MPM
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use asynchronous AcceptEx() and a completion port to accept and
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence dispatch connections to threads in Windows NT/2000.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Implement WINNT Win32 MPM from original Win32 code in http_main.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Implement the APACI --with-option facility
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence (per default used the config.option file).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) MPM BEOS port. [David Reid <abb37@dial.pipex.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Start to implement module-defined hooks that are a) fast and b) typesafe.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Replace pre_connection module call with a register_hook call and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implement pre_connection as a hook. The intent is that these hooks will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be extended to allow Apache to be multi-protocol, and also to allow the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews calling order to be specified on a per-hook/per-module basis.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Laurie]
5455f30a7532738d750252c00e649890c694ee30Brian Wellington *) Implement mpm_* methods as "modules". Each method gets its own
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews subdir in src/modules (eg: src/modules/prefork). Selection
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington of method uses Rule MPM_METHOD. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Port the hybrid server from the apache-apr repository as
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington mpm_mpmt_pthread. [Manoj Kasichainula]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) os/unix/unixd.[ch]: detach, setuid, setgid, stuff which will be common
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews amongst the unix MPMs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mpm_prefork: throw away all the alarm/timeout crud; and clean up the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signal handling for the new world order. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Crude ap_thread_mutex abstraction so that we get the pthread stuff out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of alloc.c for now. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Handle partial large writes correctly. [Ben Laurie]
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson *) Eliminate conn_rec's pointer to server. All it knows is the base server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews based on IP/port. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Port a bunch of modules to the new module structure.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ["Michael H. Voase" <mvoase@midcoast.com.au>]
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson *) I/O layering and BUFF revamp. See docs/buff.txt. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Basic restructuring to introduce the MPM concept; includes various
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews changes to the module API... better described by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache pthreads
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson *) New buff option added: BO_TIMEOUT. It describes the timeout for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buff operations (generally over a network).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet, Ryan Bloom, Manoj Kasichainula]
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson *) Created http_accept abstraction. Added 4 new functions (not exported):
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews init_accept(), begin_accepting_requests(), get_request(),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stop_accepting_requests() [Bill Stoddard]
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson *) Fix to ap_rprintf call that allows mod_info to work properly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [James Morris <jmorris@intercode.com.au>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) user and ap_auth_type fields were moved from connection_rec to
751aa24c98fea02215cad95a08411af547d70e41Bob Halley request_rec. [Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Removed the ap_block_alarms and ap_unblock_alarm calls. These aren't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews needed in a threaded server.
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson *) Initial pthread implementation from from Dean's apache-nspr code.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard, Ryan Bloom]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3.9
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson *) Remove bogus error message when a redirect doesn't set Location.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Instead, use an empty string to avoid coredump if the error message
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews was supposed to include a location. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Don't allow configure to include mod_auth_digest unless it is
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson explicitly requested, even if the user asked for all modules.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding]
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson *) Translate module names to dll names for OS/2 so that they are no more
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews than 8 characters long and have an extension of "dll" instead of "so".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Print out pointer to Rule DEV_RANDOM when truerand lib not found.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Fix test-compile check to check for randbyte instead of trand32.
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington Use ap_base64encode_binary/decode instead of copy in mod_auth_digest.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and tweak to make Amaya happier. [Ronald Tschal�r]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Ensure that the installed expat include files are world readable,
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson just like the other header files. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed generated AddModule adjustments in APACI's `configure' script
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in order to allow (new) modules like mod_vhost_alias to be handled
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley correctly (which was touched by the adjustments for mod_alias).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) For binary builds, add -R flag to apachectl to work around the lack of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an absolute path to the ./libexec directory where the libhttp.ep file
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson is needed for SHARED_CORE architectures. [Randy Terbush]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Create the CGI script process as DETACHED. This may solve the
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson problem observed by some Win95/98 users where they get CGI script
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews output sent to the console. [Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix (re)naming in the uuencode/decode section. The ap/ap_
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews routines are now called ap_base64* and are 'plain' (i.e., no
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pool access or anything clever). Inside util.c the routines acting
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence like pstrdup are called ap_pbase64encode() and ap_pbase64decode().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The oddly named ap_uuencode(), ap_uudecode() are kept around for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews now but deprecated. [dirkx]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Clean up the base64 and SHA1 additions and make sure they are
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson represented in the ApacheCore.def, ApacheCoreOS2.def, and httpd.exp
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Migrate to InstallShield 5.5 and provide a bit more error
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson checking. Allow compiling on VS 6.0. [Randy Terbush]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed assumption of absolute paths in binbuild.sh. [Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use TestCompile to search for the truerand library (rather than blindly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews assuming its existence). If it is not found, complain (but do not
cedd0ab1e812ec7cf05d57c3e602db41b79f0a2aAndreas Gustafsson exit - yet). [Martin Kraemer]
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington *) We forgot to add the new exported function names to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews src/support/httpd.exp. [Bill Stoddard, Randy Terbush]
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington *) Add description of -T command-line option to usage().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington *) For "some" platforms (notably, EBCDIC based ones), libos needs to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews searched only AFTER libap has been searched, because libap needs
2b7a77a68e27fc7991a857d403cb34b2ae90fc0bMark Andrews some symbols from libos. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix conflict with original mod_digest related to the symbol of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module dispatch list (which has to be unique for DSO and follow the
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson usual conventions for the installation procedure).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a dbm-library check for the "usual places" (-ldbm, -lndbm, -ldb)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for other platforms as well. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make ap_sha1.c compile for EBCDIC platforms: replace remaining LONG
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews types by AP_LONG and replace reference to renamed variable 'ubuf'
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington by 'buffer'. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3.8 [not released]
55ddb88e53838693370c213930beda1652b8a583Brian Wellington *) Flush the output buffer immediately after sending an error or redirect
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response, since the result may be needed by the client to abort a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews long data transfer or restart a series of pipelined requests.
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington [Tom Vaughan <tvaughan@aventail.com>, Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Improved compilation and DSO support on Sequent DYNIX/ptx.
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington [Ian Turner <iant@sequent.com>] PR#4735
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Local struct mmap in http_core.c conflicted with system structure
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington name on DYNIX -- changed to mmap_rec. [Roy Fielding] PR#4735
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added updated mod_digest as modules/experimental/mod_auth_digest.
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley [Ronald Tschal�r <ronald@innovation.ch>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a memory leak where the module counts were getting messed
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington up across restarts. [David Harris <dharris@drh.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence properly in mod_access.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ["Paul J. Reder" <rederpj@raleigh.ibm.com>] PR#4770
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence *) RewriteLock/RewriteMap didn't work properly with virtual hosts.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dmitry Khrustalev <dima@bog.msu.su>] PR#3874
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Support for compaq/tandem/com.
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington [Michael Ottati <michael.ottati@compaq.com>, dirkx]
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington *) Added SHA1 password encryption support to easy migration from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Netscape servers. See support/SHA1 for more information.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Caused the separation of ap_md5.c into md5, sha1 and a general
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington ap_checkpass.c with just a validate_passwd routine. Added a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews couple of flags to support/htpasswd. Some reuse of the to64()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews function; hence renamed to ap_to64().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dirk-Willem van Gulik, Clinton Wong <clintdw@netcom.com>]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington *) Change for EBCDIC platforms (TPF and BS2000) to correctly deal
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with ASCII/EBCDIC conversions in "ident" query.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David McCreedy <McCreedy@us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Get rid of redefinition warning on MAC_OS_X_SERVER platform.
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson Change "Power Macintosh" to Power* so if uname prints "Power Book"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we're still happy on Rhapsody platforms. [Wilfredo Sanchez]
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson *) Fix SIGSEGV on some systems because the Vary fix below included
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a call to table_do with a variable argument list that was not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NULL terminated. Replaced with better implementation. [Roy Fielding]
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian WellingtonChanges with Apache 1.3.7 [not released]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The "Vary" response header field is now sanitised right before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the header is sent back to the client. Multiple "Vary" fields
3bd8e7cf1c082cd1021e5a6cae1cf21911217858Brian Wellington are combined, and duplicate tokens (e.g., "Vary: host, host" or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "Vary: host, negotiate, host, accept-language") are reduced to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews single instances. This is a better solution than the force-no-vary
b8a85202af814468421a6541b4c935bd14773c53Brian Wellington one (which is still valid for clients that can't cope with Vary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews at all). PR#3118 [Dean Gaudet, Roy Fielding, Ken Coar]
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson *) Portability changes for BeOS. [David Reid abb37@dial.pipex.com]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Link DSO's with "gcc -shared" instead of "ld -Bshareable" at
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson least on Linux and FreeBSD for now.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Rasmus Lerdorf]
b0390aab30438a13f533cccae9389945214b1421Brian Wellington *) Win32: More apache -k restart work. Restarts are now honored
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews immediately and connections in the listen queue are -not- lost.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This is made possible by the use of the WSADuplicateSocket()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews call. The listeners are opened in the parent, duplicated, then
54d64c7994d01da590462ecc56faf1a87fc4abb9Brian Wellington the duplicates are passed to the child. The original listen sockets
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are not closed by the parent across a restart, thus the listen queue
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard <stoddard@raleigh.ibm.com>]
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington *) Fix handling of case when a client has sent "Expect: 100-continue"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and we are going to respond with an error, but get stuck waiting to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews discard the body in the pointless hope of preserving the connection.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding, Joe Orton <jeo101@york.ac.uk>] PR#4499, PR#3806
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix 'configure' to work correctly with SysV-based versions of
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson 'tr' (consistent with Configure's use as well). [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) apxs: Add "-S var=val" option which allows for override of CFG_*
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews built-in values. Add "-e" option which works like -i but doesn't
17789c880460c0bca3f3693c759be2214b936e69Brian Wellington install the DSO; useful for editing httpd.conf with apxs. Fix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews editing code so that multiple invocations of apxs -a will not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews create duplicate LoadModule/AddModule entries; apxs can now be
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews used to re- enable/disable a module. [Wilfredo Sanchez]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson *) Win32: Update the server to use Winsock 2. Specifically, link with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ws2_32.lib rather than wsock32.lib. This gives us access to
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence WSADuplcateSocket() in addition to some other enhanced comm APIs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Win 95 users may need to update their TCP/IP stack to pick up
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence Winsock 2. (See http://www.microsoft.com/windows95/downloads/)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard stoddard@raleigh.ibm.com]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson *) Win32: Redirect CGI script stderr (script debug info) into the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error.log when CGI scripts fail. This makes Apache on Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews behave more like Unix.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard stoddard@raleigh.ibm.com]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed `httpd' usage display: -D was missing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#4614
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix `make r' test procedure in src/regex/: ap_isprint was not found.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#4561, PR#4562
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) OS/2: Fix problem with accept lock semaphores where server would die with
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley "OS2SEM: Error 105 getting accept lock. Exiting!"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Havard] PR#4505
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add DSO support for DGUX 4.x using gcc. Tested on x86 platforms.
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley [Randy Terbush <randy@covalent.net>]
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley *) Add the new mass-vhost module (mod_vhost_alias.c) developed and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used by Demon Internet, Ltd. [Tony Finch <fanf@demon.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Better GCC detection for DSO flags under Solaris 2 where the `cc'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews command potentially _is_ GCC. [Ralf S. Engelschall]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson *) Fix apxs build issues on AIX
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Rasmus Lerdorf <rasmus@raleigh.ibm.com>]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson *) DocumentRoot Checking: Under previous versions, when Apache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews first started up, it used to do a stat of each DocumentRoot to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews see if it existed and was a directory. If not, then an error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews message was printed. THIS HAS BEEN DISABLED. If DocumentRoot
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson does not exist, you will get error messages in error_log. If
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the '-t' command line option is used (to check the configuration)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the check of DocumentRoot IS performed. An additional command
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington line option, '-T', has been added if you want to avoid the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DocumentRoot check even when checking the configuration.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: The query switch "apache -S" didn't exit after showing the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews vhost settings. That was inconsistent with the other query functions.
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington [Bill Stoddard - Fixed by Martin on Unix in 1.3.4]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson *) Win32: Changed behaviour of apache -k restart.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Previously, the server would drain all connections in the stack's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews listen queue before honoring the restart. On a busy server, this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could take hours. Now, a restart is honored almost immediately.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews All connections in Apache's queues are handled but connections in
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson the stack's listen queue are discarded. Restart triggered by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MaxRequestPerChild is unchanged.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard <stoddard@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Eliminated unnecessary call to wait_for_multiple_objects in
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews the accept loop. Good for a 5% performance boost. Cleaned up
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parent/child process management code.
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews [Bill Stoddard <stoddard@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added ceiling on file size for memory mapped files.
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson [John Giannandrea <jg@meer.net>] PR#4122
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson *) Fix ndbm.h include problems with brain-dead glibc >= 2.1 which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has ndbm.h in a non-standard db1/ subdir. PR#4431, PR#4528
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Henri Gomez <gomez@slib.fr>, Ralf S. Engelschall]
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington *) Determine AP_BYTE_ORDER for ap_config_auto.h and already
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews use this at least for Expat. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow .module files to specify libraries with Lib:.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow SetEnvIf[NoCase] to test environment variables as well
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as header fields and request attributes. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_autoindex's handling of ScanHTMLTitles when file
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley content-types are "text/html;parameters". PR#4524 [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove "mxb" support from mod_negotiation -- it was a draft feature
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson never accepted into any standard, and it opens up certain DoS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews attacks. [Koen Holtman <Koen.Holtman@cern.ch>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) TestCompile updated. We can now run programs and output the
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson results during the Configure process. [ Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The source is now quad (long long) aware as needed. Specifically,
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington the Configure process determines the correct size of off_t and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *void. When the OS/platform/compiler supports quads, ap_snprintf()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews provides for the 'q' format qualifier (if quads are not available,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'q' is silently "demoted" to long). [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When the username or password fed to htpasswd is too long, include the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews size limit in the error message. Also report illegal characters
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson (currently only ':') in the username. Add the size restrictions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the man page. [Ken Coar]
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley *) Fixed the configure --without-support option so it doesn't result in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an infinite loop. [Marc Slemko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Piped error logs could cause a segfault if an error occured
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews during configuration after a restart.
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson [Aidan Cully <aidan@panix.com>] PR#4456
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If a "Location" field was stored in r->err_headers_out rather
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews than r->headers_out, redirect processing wouldn't find it and
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington the server would core dump on ap_escape_html(NULL). Check both
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tables and raise HTTP_INTERNAL_SERVER_ERROR with a log message
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington if Location isn't set. [Doug MacEachern, Ken Coar]
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington *) Add RULE_EXPAT, the src/lib/ directory structure, and a modified copy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the Expat 1.0.2 distribution. [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Replace regexec() calls with calls to a new API stub function
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_regexec(). This solves problems with DSO modules which use the regex
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews library. [Jens-Uwe Mager <jum@helios.de>, Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add 'Request_Protocol' special keyword to mod_setenvif so that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews environment variables can be set according to the protocol version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (e.g., HTTP/0.9 or HTTP/1.1) of the request. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add DSO support for OpenStep (Mach 4.2) platform.
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson [Ralf S. Engelschall, Rex Dieter <rdieter@math.unl.edu>] PR#3997
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews *) Fix sed regex for generating ap_config_auto.h in src/Configure.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jan Gallo <gallo@pvt.sk>] PR#3690, PR#4373
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Switch to /bin/sh5 in APACI on Ultrix and friends to avoid problems with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews their brain-dead /bin/sh. [Ralf S. Engelschall] PR#4372
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson *) Better DSO flags recognition on NetBSD platforms using ELF.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Todd Vierling <tv@pobox.com>] PR#4310
22457624d3e63e7cd255b4083cb435c16caea26dBob Halley *) Always log months in english format for %t in mod_log_config.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Petr Lampa <lampa@fee.vutbr.cz>] PR#4366, 679
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Support for server-parsed and multiview-determined ReadmeName and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews HeaderName files in mod_autoindex. Removed the restriction on
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington "/"s in ReadmeName and HeaderName directives since the *sub_req*
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews routines will deal with the access issues. (It's now possible to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have {site|group|project|customer|...} wide readmes and headers.)
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington [Raymond S Brand <rsbx@rsbx.net>, Ken Coar] PR#1574, 3026, 3529,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When stat() fails, don't assume anything about the contents of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the struct stat. [Ed Korthof <ed@bitmechanic.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) It's OK for a semop to return EINTR, just loop around and try
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews again. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix configuration engine re-entrant hangups, which solve a
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington handful of problems seen with mod_perl <Perl> configuration sections
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Salvador Ortiz Garcia <sog@msg.com.mx>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Mac OS and Mac OS X Server now use the appropriate custom layout
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson by default when building with APACI; allow for platform-specific
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variable defaults in configure. [Wilfredo Sanchez]
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley *) Do setgid() before initgroups() in http_main; some platforms
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zap the grouplist when setgid() is called. This was fixed in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews suexec earlier, but the main httpd code missed the change.
8e68489885e744ab48907414b4199c36858c27ddMark Andrews [Rob Saccoccio <robs@InfiniteTechnology.com>] PR#2579
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson *) Add recognition of .tgz as a gzipped tarchive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bertrand de Singly <bertrand.de-singly@polytechnique.fr>] PR#2364
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson *) mod_include's fsize/flastmod should allow only relative paths, just
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews like "include file". [Jaroslav Benkovsky <benkovsk@pha.pvt.cz>]
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson *) OS/2: Add support for building loadable modules using DLLs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Havard]
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson *) Add iconsdir, htdocsdir, and cgidir to config.layout.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Wilfredo Sanchez]
7427490a67b9547242b57c255254f7e146127c48Bob Halley *) Fix minor but annoying bug with the test for Configuration.tmpl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews being newer than Configuration so that it is less likely to fail
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when using APACI and shadow sources. [Wilfredo Sanchez]
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson *) PORT: Add initial support for Mac OS (versions 10.0 and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews greater). Use Mac OS X Server layout for now. Clean up dyld code
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in unix/os.c, and don't install the dyld error handlers, which
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson are no longer needed in Mac OS. [Wilfredo Sanchez]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rename Rhapsody layout to "Mac OS X Server". Change install
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews locations to appropriate ones for user-built (as opposed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews system) installs. [Wilfredo Sanchez]
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson *) Modify mod_autoindex's handling of AddDescription so that the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews behaviour matches the documentation. [Ken Coar] PR#1898, 3072.
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington *) Add functionality to the install-bindist.sh script created by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews binbuild.sh to use tar when copying distribution files to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews serverroot. This allows upgrading an existing installation
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington without nesting the new distribution in the old.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews install-bindist.sh now detects the local perl5 path to install
a12d9cfa59b5981c52e1aaafedf652d5128f3448Brian Wellington apxs and dbmmanage with proper path to perl interpreter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Add an install-binsupport target which copies the source files
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington for apxs and dbmmanage to bindist to allow these scripts to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be properly installed relative to the destination serverroot.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Randy Terbush, Covalent Technologies, randy@covalent.net]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix intermittent SEGV in ap_proxy_cache_error() in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews src/modules/proxy_util.c where a NULL filepointer and
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson temporary filename were closed and unlinked.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett <minfrin@sharp.fm>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Tim Costello <tjcostel@socs.uts.edu.au>] PR#3178
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix inconsistent error messages reported by mod_proxy.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Graham Leggett <minfrin@sharp.fm>]
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews *) OS/2: Fix terminating CGIs that aren't compiled by EMX GCC when a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews connection is aborted. [Brian Havard]
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews *) Force the LANG envariable to the known state of "C" so that we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have assurance about how string manipulators (e.g., tr) will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews function. [Ken Coar] PR#1630
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a directive to allow customising of the tracking cookie name.
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington [Ken Coar] PR#2921, 4303
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add "force-no-vary" envariable to allow servers to work around
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson clients that choke on "Vary" fields in the response header.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ken Coar, Dmitry Khrustalev <dima@zippy.machaon.ru>] PR#4118
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a bug in mod_dir that causes a child process will infinitely
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews recurse when it attemps to handle a request for a directory wnd the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews value of the DirectoryIndex directive is a single dot. Also likely
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to happen for anyother values of DirectoryIndex that will map back
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson to the same directory. The handler now only considers regular files
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as being index candidates. No PR#s found.
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson [Raymond S Brand <rsbx@rsbx.net>]
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington *) Ease configuration debugging by making TestCompile fall back to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews using "make" if the $MAKE variable is unset [Martin Kraemer]
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington *) Fixed the ServerSignature directive to work as documented.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Raymond S Brand <rsbx@rsbx.net>] PR#4248
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add "opt" (SysV-style) layout to config.layout. [Raymond S Brand
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington <rsbx@rsbx.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add APACI --without-execstrip option which can be used to disable the
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington stripping of executables on installation. This is very important for DSO
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and debugging situations. [Ralf S. Engelschall]
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson *) Add support for OS/2 (case insenstive filesystem, .exe suffix, etc)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to APACI files and related scripts.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Yitzchak Scott-Thoennes <sthoenna@efn.org>, Ralf S. Engelschall] PR#4269
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for standalone mode in TPF
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Joe Moenich <moenich@us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix number of bytes copied by read_connection() in src/support/ab.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Cox <jc@superlink.net>] PR#4271
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix special RewriteCond "-s" pattern matching.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bob Finch <bob@nas.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix value quoting in src/Configure script for ap_config_auto.h
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington [Paul Sutton <paul@awe.com>]
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson *) Make sure RewriteLock can be used only in the global context, (i.e.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews outside of any <VirtualHost> sections) because it's a global facility of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the rewrite engine. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the ownership delegation for proxy directory under `make install'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) APACI would not correctly build suexec. [Maria Verina
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <mariav@icgeb.trieste.it>] PR#4260
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_mime_magic passed only the first 4k of a file to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews uncompress/gzip, but those tools sometimes do not produce
b65fc651b8aaab5d0fb9b8f6ef583d699d14a113Mark Andrews any output unless a sufficient portion of the compressed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file is input. Change to pass the entire file -- but
2728a98ee4104b2fb30f273893a7f354e20002b5Mark Andrews only read 4k of output.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Marcin Cieslak <saper@system.pl>] PR#4097
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) "IndexOptions None" generated extra spaces at the end of each
d72269740049af28b091ba81d68a067c88f53547Mark Andrews line. [inkling@firstnethou.com] PR#3770
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews *) The "100 Continue" response wasn't being sent after internal
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews redirects. [Jose KAHAN <kahan@w3.org>] PR#3910, 3806, 3575
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews *) When padding the name with spaces for display, mod_autoindex would
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews count &, <, and > in their escaped width, messing up the display.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet] PR#4075, 3758
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: fixed a compilation problem on NEXT.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jacques Distler <distler@golem.ph.utexas.edu>] PR#4130
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) r->request_time wasn't being set properly in certain error conditions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet] PR#4156
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: deal with UTS compiler error in http_protocol.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Dykstra <dwd@bell-labs.com>] PR#4189
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington *) Add ap_vrprintf() function. [John Tobey <jtobey@banta-im.com>] PR#4246
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the mod_mime hash table to work properly with locales other
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson than C. [Dean Gaudet] PR#3427
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a memory leak which is exacerbated by certain configurations.
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson [Dean Gaudet] PR#4225
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent clobbering saved IFS values in APACI. [Jim Jagielski]
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews *) Fix buffer overflows in ap_uuencode and ap_uudecode pointed out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by "Peter 'Luna' Altberg <peter@altberg.nu>" and PR#3422
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Peter 'Luna' Altberg <peter@altberg.nu>, Ronald Tschal�r]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make {Set,Unset,Pass}Env per-directory instead of per-server.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct an apparent typo: on the Windows and MPE platforms, the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews htpasswd utility was limiting passwords to only 8 characters.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) EBCDIC platforms: David submitted patches for two bugs in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MD5 digest port for EBCDIC machines:
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews a) the htdigest utility overwrote the old contents of the digest file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews b) the Content-MD5 header value (ContentDigest directive) was wrong
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when the returned file was not converted from EBCDIC, but was a
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington binary (e.g., image file) in the first place.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David McCreedy <mccreedy@us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) support/htpasswd now permits the password to be specified on the
9b0e404e5fc71a2bd4fba8a66296477f815af7d5Brian Wellington command line with the '-b' switch. This is useful when passwords
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews need to be maintained by scripts -- particularly in the Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews environment. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Win32 multiple services patch. Added capability to install and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews run multiple copies of apache as individual services.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apache -n apache1 -i -f c:/httpd.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Installs apache as service 'apache1' and associates c:/httpd.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with that service.
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson net start apache1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Starts apache1 service.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews net stop apache1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Stops apache1 service
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apache -n apache2 -i
148af05e15f5d7ae3b076231617369fdaf57d26dAndreas Gustafsson Installs apache as service 'apache2'. httpd.conf is located under
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the default server root (/apache/conf/httpd.conf).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews net start apache2
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington Starts apache2 service.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apache -n apache3 -i -d c:/program files/apache
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington Install apache as service 'apache3' and sets server root to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apache -n apache2 -k restart
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Restart apache2 service
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Keith Wannamaker, Ken Parzygnat, Bill Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct the signed/unsigned character handling for the MD5 routines;
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews mismatches were causing compilation problems with gcc -pedantic and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the TPF cross-compilation. [Ken Coar]
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer *) OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a roughly 5 fold speed up. [Brian Havard]
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer *) proxy ftp: instead of using the hardwired string "text/plain" as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a fallback type for files served by the ftp proxy, use the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_default_type() function to determine the configured type.
f7e900edbc368275aa7cec7ebec0986e45aeadd7Mark Andrews This allows for special configurations like
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <Directory proxy:ftp://some.host>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews </Directory>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Additionally, add the Content-Encoding: header to FTP proxy replies
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington when the encoding is defined (by the AddEncoding directive).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Because it was missing, it was almost impossible to browse compressed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files using the FTP proxy (works now perfectly in Communicator).
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley The ftp proxy now also returns the Date: and Server: header lines (if not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews much else... This code is "somewhat" broken) like normal requests do.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Be more smart in APACI's configure script when determining the UID/GID
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for User/Group directives and use the determined UID/GID to initialize
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the permissions on the proxycachedir.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dirk-Willem van Gulik, Ralf S. Engelschall]
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence *) Changed the forking-prior-to-cleanup in the proxy module to first
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews check wether it actually needs to collect garbage. This reduces
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson the number of fork()s from one/request to just the odd one an hour.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dirk-Willem van Gulik]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added proxy, auth and header support to src/support/ab.c. Added a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews README file to src/support/
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence [Dirk-Willem van Gulik]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Don't hard-code the path to AWK in --shadow bootstrapping Makefile.
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence [Ralf S. Engelschall] PR#4050
046a9aca49bdc25bd57d75fd0dd34c021722f095Mark Andrews *) Add support for DSO module compilation on BSD/OS 3.x.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Randy Terbush, Covalent Technologies]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix sed-substitutions in `make install': path elements like `httpd/conf'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (for instance from an APACI configure --sysconfdir=/etc/httpd/conf
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews option) were substituted with $(TARGET).conf, etc. Same for other strings
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with dots where the dot wasn't matched as plain text.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Add support for FreeBSD 4.x [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix verbose output of APACI configure (option -v)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer, Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3.6
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington *) Removed new PassAllEnv code due to DSO problems. [Lars Eilebrecht]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3.5 [not released]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) M_INVALID needed a value within the scope of METHODS so that unknown
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews methods can be access controlled. [Roy Fielding] PR#3821
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence *) Added PassAllEnv; makes server's entire environment available
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to CGIs and SSIs executed within directive's scope. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_uuencode() always added two trailing '='s and encoding of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 8 bit characters on a machine with signed char may produced
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence incorrect results. Additionally ap_uuencode() should now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews work correctly on EBCDIC platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ronald Tschal�r <ronald@innovation.ch>] PR#3411
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Binary installer now runs the configuration DLL before
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the reboot prompt (which is only given if MSVCRT.DLL system
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence DLL is new or updated). This should avoid the configuration
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directory being empty after installation. [Paul Sutton]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR#3767, 3800, 3827, 3850, 3900, 3953, 3988
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence *) WIN32: Binary installer now creates Start menu options to start
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and stop Apache as a console application and to uninstall
8dc3d2006f679d0a291f7a20612c37e2a7146096Brian Wellington the Apache service on NT. [Paul Sutton] PR#3741
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Apache.exe now contains an icon. [Paul Sutton]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Switch back to using fcntl() locking on Linux -- instabilities
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have been reported with flock() locking (probably related to kernel
bd5f2ac1880f5f2e96b291378c3dff296fc011f1Mark Andrews version). [Dean Gaudet] PR#2723, 3531
f0f61db621eed0c453e31bb85f6803c550e19a6bAndreas Gustafsson *) Using APACI, the main config file (usually httpd.conf) was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not being adjusted as $(TARGET).conf. [Wilfredo Sanchez
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <wsanchez@apple.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: AIX does not require the SHARED_CODE "hack"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom <rbb@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Set-Cookie headers were being doubled up for some CGIs by the O(n^2)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews avoidance code added in 1.3.3.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet, Jeff Lewis <lewis@stanford.edu>] PR#3872
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_isxdigit was somehow neglected when adding the ap_isfoo() macros
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for 8-bit safeness. [Dean Gaudet]
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington *) PORT: Use -fPIC instead of -fpic on Solaris and SunOS for compiling DSOs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews because SPARCs have a small machine-specific maximum size for the Global
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Offset Table which is often exceeded when compiling one of the larger
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson third-party modules with Apache. [Peter Urban <Peter.Urban@epfl.ch>] PR#3977
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson *) Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DSO/DLL section because it's a directive from mod_status and isn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews available before the DLL of mod_status is loaded.
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson [Martin POESCHL <mpoeschl@gmx.net>] PR#3936
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Fix a bug in the calculation of the buffer size for the line
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews continuation facility in Apache's configuration files which could
f53848e17123569387b279578f0100dca5407da5Mark Andrews lead to a buffer overflow situation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Thomas Devanneaux <Thomas.Devanneaux@enst.fr>] PR#3617
64a84169d7eed05486b10be90afea58f4af146f9Brian Wellington *) Make documentation and error messages of APACI's --activate-module=FILE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews option more clear. [Jan Wolter <janc@wwnet.net>] PR#3995
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the gcc version check (for enabling the `inline' facility) to
acc63b06d9e4e2137950dabddcccd17d8b336ca0Olafur Gudmundsson really support all future gcc versions >= 2.7 until we know more.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John Tobey <jtobey@banta-im.com>] PR#3983
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Let APACI's configure script correctly complain for unknown --enable-XXX
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews and --disable-XXX options. [Ralf S. Engelschall] PR#3958
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington *) Link the shared core bootstrap program (``Rule SHARED_CORE=yes'') also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews against libap.a and use its ap_snprintf() instead of sprintf() to avoid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews possible buffer overflows. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove no longer used non-API function ap_single_module_init().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add Apple's Mac OS X Server Layout "Rhapsody" to config.layout.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Wilfredo Sanchez]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to make platform installations easier. [Wilfredo Sanchez]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) In configure, do not append the target name to the directory path if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the path already contains "apache". [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SIGPIPE is now ignored by the server core. The request write routines
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (ap_rputc, ap_rputs, ap_rvputs, ap_rwrite, ap_rprintf, ap_rflush) now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews correctly check for output errors and mark the connection as aborted.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Replaced many direct (unchecked) calls to ap_b* routines with the
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence analogous ap_r* calls. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Enhanced mod_rewrite's mapfile handling: The in-core cache for text and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DBM format mapfiles now uses a 4-way hash table with LRU functionality.
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence Furthermore map lookups for non-existent keys are now cached as well.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Additionally "txt" maps are now parsed with simple string functions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of using ap_pregcomp(). As a side effect a bug that prevented
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the usage of keys containing the "," character was fixed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The changes drastically improve the performance when large rewrite maps
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Michael van Elst <mlelstv@serpens.swb.de>, Lars Eilebrecht] PR#3160
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added ap_sub_req_method_uri() for doing a subrequest with a method
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington other than GET, and const'd the definition of method in request_rec.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Greg Stein]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use proper pid_t type for saving PIDs in alloc.c. [John Bley]
253f774e358dba38742a484426a4cadf4f248817Brian Wellington *) Replaced use of WIN32 define with HAVE_DRIVE_LETTERS to indicate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when the OS allows a DOS drive letter within pathnames. [Brian Havard]
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington *) Add %V to mod_log_config, this logs the hostname according to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews UseCanonicalName setting (this is the pre-1.3.4 behaviour of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews %v). Useful for mass vhosting. [Tony Finch <dot@dotat.at>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for \n and \t to mod_log_config, can be used to produce
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews more reliable logs with multiline entries. [Tony Finch <dot@dotat.at>]
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson *) Fixed a few compiler nits. [John Bley <jbb6@acpub.duke.edu>]
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington *) Added informative error messages for failed munmap() and fseek() calls
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in http_core.c. [John Bley, Roy Fielding]
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer *) Added some informative error messages for some failed malloc()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews calls. [John Bley <jbb6@acpub.duke.edu>, Jim Jagielski]
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence *) OS/2 ap_os_canonical_filename()'s behaviour is improved: ap_assert()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is removed. This allows <Directory proxy:*> directives to work and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews prevents invalid requests from killing the process.
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington [Brian Havard <brianh@kheldar.apana.org.au>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reorganised FAQ document.
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer [Joshua Slive <slive@finance.commerce.ubc.ca>] PR#2497
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson *) src/support/: The ApacheBench benchmark program was overhauled by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews David N. Welton: you can now have it generate an HTML TABLE, presumably
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for integration into other HTML sources. David updated the ab man page
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as well and added some missing descriptions. Thanks!
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David N. Welton <davidw@prosa.it>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: The filename validity checker now allows filenames containing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews characters in the range 0x80 to 0xff (for example accented characters).
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington [Paul Sutton] PR#3890
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington *) Added conditional logging based upon environment variables to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_log_config. mod_log_referer and mod_log_agent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are now deprecated. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow apache acting as a proxy server to relay the real
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reason of a failure to a client rather than the "internal
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server error" it does currently. The general exposure mechanism
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington can be triggered by any module by setting the "verbose-error-to"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews note to "*"; this allows more than just proxy errors to be exposed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Cliff Skolnick, Roy Fielding, Martin Kraemer] Related to PR#3455, 4086
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Moved man pages for ab and apachectrl to section 8.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Wilfredo Sanchez, Roy Fielding]
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson *) Added -S option to install.sh so that options can be passed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strip on some platforms. [Ralf S. Engelschall, Wilfredo Sanchez]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Tweak modules Makefile generated by Configure so that it handles
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson the test case of no modules being selected. [chaz@reliant.com]
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington *) Added a <LimitExcept method ...> sectioning directive that allows
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the user to assign authentication control to any HTTP method that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is *not* given in the argument list; i.e., the logical negation
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson of the <Limit> directive. This is particularly useful for controlling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews access on methods unknown to the Apache core, but perhaps known by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews some module or CGI script. [Roy Fielding, Tony Finch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Prevent apachectl from complaining if the PIDFILE exists but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews does not contain a process id, as might occur if the server is
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson being rapidly restarted. [Wilfredo Sanchez]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Add global symbols missing from ApacheCore.def. [Carl Olsen]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Entity tag comparisons for If-Match and If-None-Match were not being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews performed correctly -- weak tags might cause false positives. Also,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strong comparison wasn't properly enforced in all cases.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding, Ken Coar, Dean Gaudet] PR#2065, 3657
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) OS/2: Supply OS/2 error code instead of errno on semaphore errors.
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews [Brian Havard]
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson *) Work around a bug in Lynx regarding its sending "Negotiate: trans"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews even though it doesn't understand TCN. [Koen Holtman, Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added ap_size_list_item(), ap_get_list_item(), and ap_find_list_item()
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson to util.c for parsing an HTTP header field value to extract the next
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews list item, taking into account the possible presence of nested comments,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews quoted-pairs, and quoted-strings. ap_get_list_item() also removes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews insignificant whitespace and lowercases non-quoted tokens.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding] PR#2065
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) proxy: The various calls to ap_proxyerror() can return HTTP/1.1 status
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews code different from 500. This allows the proxy to, e.g., return
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews "403 Forbidden" for ProxyBlock'ed URL's. [Martin Kraemer] Related to PR#3455
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix ordering of language variants for the case where the traditional
59e1a928bc4253b91ead0f7c46be7d3984cb3016Bob Halley negotiation algorithm is being used with multiple language variants
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and no Accept-Language. [James Treacy <treacy@debian.org>] PR#3299, 3688
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson *) Do not round the TCN quality calculation to 5 decimal places,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unlike RFC 2296, because the calculation might need 12 decimal places
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to get the right result. [Roy Fielding]
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews *) Remove unused code to disable transparent negotiation when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews negotiating on encoding only, as we now handle encoding too
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (though this is nonstandard for TCN), remove charset=ISO-8859-1
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews fiddle from the fiddle-averse RVSA comparison, and fix bugs in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews some debugging statements within mod_negotiation. [Koen Holtman]
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews *) Fixed a rare memory corruption possibility in mod_dir if the index
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file is negotiable and no acceptable variant can be found.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet, Roy Fielding, Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Add new config directive, ScriptInterpreterSource, to enable
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson searching the Win32 registry for script interpreters.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Bill Stoddard]
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington *) Win32: The compiled-in default filename for the error log is now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error.log, which matches the default in the distributed httpd.conf.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Sutton]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: Any error messages from -i or -u command line options are now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews displayed on the console output rather than sent to the error log.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also the "Running Apache..." message is not output unless Apache is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews going to serve requests. [Paul Sutton]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rework the MD5 authentication scheme to use FreeBSD's algorithm,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and use a private significator ('$apr1$') to mark passwords as
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley being smashed with our own algorithm. Also abstract the password
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews checking into a new ap_validate_password() routine. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32: The filename validity checker now allows "COM" but refuses
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley access to "COM1" through "COM4". This allows filenames such
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as "com.name" to be served. [Paul Sutton] PR#3769.
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley *) BS2000: Adapt to the new ufork() system call interface which will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews make subtasking easier on the OSD/POSIX mainframe environment.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a compatibility define for escape_uri() -> ap_escape_uri() to
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson ap_compat.h. [David White <david@persimmon.com>] PR#3725
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make NDBM file suffix determination for mod_rewrite more accurate, i.e.
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson use `.db' instead of `.pag' not only for FreeBSD, but also when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the NDBM library looks like Berkeley-DB based.
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson [Ralf S. Engelschall] PR#3773
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add ability to handle DES or MD5 authentication passwords.
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington [Ryan Bloom <rbb@Raleigh.IBM.Com>]
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson *) Fix O(n^2) memory consumption in mod_speling. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Avoid some buffer overflow problems when escaping
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews quoted strings. (This overflow was on the heap and we believe
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson impossible to exploit.) [Rick Perry <perry@ece.vill.edu>]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence *) Let src/Configure be aware of CFLAGS options starting with plus
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signs as it's the case for the HP/UX compiler.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug Yatcilla <yatcilda@umdnj.edu>] PR#3681
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the hard-wire of TAR=tar (we now check for gtar and gnutar first)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and check to see if the tar we wind up with supports '-h'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski] PR#3671
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) A consistent and conservative style for all shell scripts has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implemented. Basically, all shell string tests use the traditional
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence hack of 'if [ "x$var" != "x" ]' or 'if [ "x$var" = "xstring" ]'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to protect against bare null variable strings (ie: wrapping both
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sides with double quotes and prepending 'x'). 'x' was chosen
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson because it's more universal and hopefully easier for old shell
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews prgrammers, as well as being easier to search for in 'vi' (/x\$) :)
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The status module now prints out both the main server generation as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews well as the generation of each process. Also, the vhost info is
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson printed with '?notable'. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move src/main/md5c.c to src/ap/ap_md5c.c; it's httpd-neutral
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and this makes its functions available to things in src/support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3.4
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Renamed macros status_drops_connection to ap_status_drops_connection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and vestigial scan_script_header to ap_scan_script_header_err,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mostly for aesthetic reasons. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The query switch "httpd -S" didn't exit after showing the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews vhost settings. That was inconsistent with the other query functions.
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson [Martin Kraemer]
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington *) Moved the MODULE_MAGIC_COOKIE from before the versions and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews filename to the end of the STANDARD_MODULE_STUFF. Its
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson presence at the beginning prevented reporting of the filename
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for modules compiled before 1 January 1999. [Ken Coar]
dffdc24ffd76ef3d8c8141671e89fb39428fef06Brian Wellington *) SECURITY: ap_os_is_filename_valid() has been added to Win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to detect and prevent access to special DOS device file names.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Paul Sutton, Ken Parzygnat]
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews *) WIN32: Created new makefiles Makefile_win32.txt (normal build)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and Makefile_win32_debug.txt (debug build) that work on Win95.
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer Run each of the following from the src directory:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nmake /f Makefile_win32.txt # compiles normal build
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nmake /f Makefile_win32.txt install # compiles and installs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nmake /f Makefile_win32.txt clean # removes compiled junk
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer nmake /f Makefile_win32_debug.txt # compiles debug build
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added binbuild.sh and findprg.sh helpers to make it easier for us
4ec1a96d90784f70380bdec66f8a0bd6718a5b71Mark Andrews to build binary distributions. [Lars Eilebrecht]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) IndexOptions SuppressColumnSorting only turned off making
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the column headers anchors; you could still change the display
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews order by manually adding a '?N=A' or similar query string to the
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington URL. Now SuppressColumnSorting locks in the sort order so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it can't be overridden this way. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added IndexOrderDefault directive to supply a default sort order
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington for FancyIndexed directory listings. [Ken Coar] PR#1699
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews *) Change the ap_assert macro to a variant that works on all platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Richard Prinz <richard.prinz@cso.net>] PR#2575
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure under ELF-based NetBSD (now) and OpenBSD (future) we don't
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews search for an underscore on dlsym() (as it's already the case
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for FreeBSD 3.0). [Todd Vierling <tv@pobox.com>] PR#2462
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Small fix for mod_env.html: The module was documented as to be _not_
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compiled into Apache per default, although it _IS_ compiled into
6ef15459b8fd3fc8b5672da4ad72c19a755dbe45Mark Andrews Apache per default. [Sim Harbert <sim@mindspring.com>] PR#3572
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Instead of fixing a bug in the generation procedure for config.status (a
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence backslash was missing) we remove the bug together with it's complete
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews context because the special cases of the past can now no longer occur
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews because of the recent magic for the --with-layout default.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence [Ralf S. Engelschall] PR#3590
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make top-level Makefile aware of a parallel build procedures (make -j) by
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews making sure the src/support/ tools are _forced_ to be build last (they
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews depend on other libraries).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Markus Theissinger <markus.theissinger@gmx.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix installation procedure: Now that os-inline.c is actually used (a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews recently fixed bug prevented this) we need to also install os-include.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in addition to os.h into the PREFIX/include/ location or building of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module DSOs with APXS fails. [Ralf S. Engelschall] PR#3527
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added MODULE_MAGIC_COOKIE as the first field in a module structure to
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews allow us to distinguish between a garbled DSO (or even a file which isn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an Apache module DSO at all) and a DSO which doesn't match the current
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache API. [Ralf S. Engelschall] PR#3152
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Two minor enhancements to mod_rewrite: First RewriteRule now also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews supports the ``nocase|NC'' flag (as RewriteCond already does for ages) to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews match case insensitive (this especially avoids nasty patterns like
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews `[tT][eE][sS][tT]'). Second two additional internal map functions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews `escape' and `unescape' were added which can be used to escape/unescape
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington to/from hex-encodings in URLs parts (this is especially useful in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews combination with map lookups).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Magnus Bodin, Ian Kallen, Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Renamed the macro escape_uri() to ap_escape_uri() which was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews forgotten (because it was a macro) in the symbol renaming process.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington *) Fix some inconsistencies related to the scopes of directives. The only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews user visible change is that the directives `UseCanonicalName' and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews `ContentDigest' now use the (more correct) `Options' scope instead of
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson (less correct) `AuthConfig' scope. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Using DSO, the Server token was being mangled. Specifically, the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module's token was being added first before the Apache token. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has been fixed. [Jim Jagielski]
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington *) Major overhaul of mod_negotiation.c, part 2.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - properly handle "identity" within Accept-Encoding.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - allow encoded variants in RVSA negotiation and let them appear in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the Alternates field using the non-standard "encoding" tag-list.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - fixed both negotiation algorithms so that an explicitly accepted
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews encoding is preferred over no encoding if "identity" is not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews included within Accept-Encoding.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - added ap_array_pstrcat() to alloc.c for efficient concatenation
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington of large substring sequences.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - replaced O(n^2) memory hogs in mod_negotiation with ap_array_pstrcat.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding]
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence *) Major overhaul of mod_negotiation.c, part 1.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - cleanups to mod_negotiation comments and code structure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - made compliant with HTTP/1.1 proposed standard (rfc2068) and added
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support for everything in the upcoming HTTP/1.1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews revision (draft-ietf-http-v11-spec-rev-06.txt).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - language tag matching also handles tags with more than 2
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews levels like x-y-z
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley - empty Accept, Accept-Language, Accept-Charset headers are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews processed correctly; previously an empty header would make all
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews values acceptable instead of unacceptable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - allowed for q values in Accept-Encoding
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley - added support for transparent content negotiation (rfc2295 and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rfc2296) (though we do not implement all features in these drafts,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews e.g. no feature negotiation). Removed old experimental version.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - implemented 'structured entity tags' for better cache correctness
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley (structured entity tags ensure that caches which can deal with Vary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews will (eventually) be updated if the set of variants on the server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - this involved adding a vlist_validator element to request_rec
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - this involved adding the ap_make_etag() function to the global API
10258f6b3d1ce54ffb22e6b9a31f8f001f7ee2d5Mark Andrews - modified guessing of charsets used by Apache negotiation algorithm
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to guess 'no charset' if the variant is not a text/* type
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - added code to sort multiviews variants into a canonical order so that
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews negotiation results are consistent across backup/restores and mirrors
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - removed possibility of a type map file resolving to another type map
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file as its best variant
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer [Koen Holtman, Roy Fielding, Lars Eilebrecht] PR#3451, 3299, 1987
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) RFC2396 allows the syntax http://host:/path (with no port number)
588b63e1a86fb707172830e14897da624ed380edMark Andrews but the proxy disallowed it (ap_proxy_canon_netloc()).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David Kristol <dmk@bell-labs.com>] PR#3530
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington *) When modules update/modify the file name in the configfile_t structure,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews syntax errors will report the updated name, not the original one.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Fabien Coelho <coelho@cri.ensmp.fr>] PR#3573
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct some filename case assumptions from WIN32 to
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews CASE_BLIND_FILESYSTEM. [Brian Havard <brianh@kheldar.apana.org.au>]
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington *) For %v log ServerName regardless of the UseCanonicalName
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews setting (similarly for %p). [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Configure was initializing the variables $OSDIR, $INCDIR and $SHELL
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews rather late (too late for some invocations of TestCompile).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This improves the make environment available to TestCompile and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the *.module scripts. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The hashbang emulation code in ap_execve.c would interpret
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington #!/hashbang/scripts correctly, but failed to fall back to a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews standard shell for scripts which did NOT start with #!
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews Now SHELL_PATH is started in these cases. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Added the Cyberguard V2 port [Richard Stagg <stagg@lentil.org>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update APXS manual page: some -q option arguments were missing
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer and another was incorrect. [Mark Anderson <mda@discerning.com>] PR#3553
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the command line options: `-?' was documented to show
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer the usage list but does it with an error because `?' is not a valid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews command. OTOH a lot of users expect `-h' to print such a usage list and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead are annoyed for ages by our huge unreadable list of directives.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer So we now changed the command line options this way:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 1. `-L' => `-R'
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer Intent: we need `-L' to be free, and `-R' for the DSO run-time path is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews very similar to the popular linker option.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 2. `-h' => `-L'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Intent: while -l gives the small list of modules, -L now gives the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews large list of directives implemented by these modules. This is also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews consistent with -v (short version info) and -V (large version info).
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson 3. `-?' => `-h'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Intent: it's now the expected option ;-)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The manual page was adjusted accordingly.
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson [Ralf S. Engelschall] PR#2714
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed problem of fclose() on an unopened file in suexec if LOG_EXEC
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews wasn't defined. [Rick Franchuk <rickf@transpect.net>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Removed recently introduced bugs and disfigurements in APACI:
389ec663f262cc219e986d6600eec9707ef2cb24Brian Wellington o fixed argument line processing: using $args was broken: It was not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initialized and using args="$args $apc_option" and even args="$args
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews \"$apc_option\"" fails in the second processing round for any arguments
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews containing whitespaces. The only correct way is to use the construct
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews "$@" (but not possible here) or iterate _both_ times over the implicit
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews argument line (no argument to for-loop) which is what we now use.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o make --with-layout=Apache the default without creating
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews redundancy (copying the --with-layout block in the argument parsing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews loop). We achieve this by using the "$@" construct together with the
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson `set' command to prepend --with-layout=Apache to the command line in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews case --with-layout is not used.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o fixed auto-suffix handling now that config.layout exists.
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson Paths which are auto-suffixed are marked with a trailing plus sign in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config.layout and every path now can be marked this way (not only the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews four paths for which we do it currently). Additionally the suffix is
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson no longer a static one. Instead it's now `/<target>' where <target> is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the argument of the --target option or per default `httpd'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o allow also tabs (and only spaces) where we match whitespaces
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o various fixes and cleanups related to used shell coding style
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o made Jim happy by replacing `Written by' with `Initially written by' ;-)
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews o trimmed output of --help to fit into 80 columns
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added two new core API functions, ap_single_module_configure() and
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington ap_single_module_init(), which are now used by mod_so to configure a module
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews after loading. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Add defines for USE_FLOCK_SERIALIZED_ACCEPT and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of ap_config.h to allow serialized accept for multiport listens.
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer [Roy Fielding, Curt Sampson] PR#3120
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Fixed a misplaced #endif for NetBSD/OpenBSD section
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of ap_config.h that would skip several defines if DEFAULT_GROUP
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson was overridden. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: The I86 version of DGUX has support for strncasecmp and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247
aa2c453d3c6e416b56b29247bedd9a0af2721e93Mark Andrews *) Fix ordering of definitions in ap_config.h so that ap_inline is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews defined before it might be used. [Victor Khimenko]
e412ae947df6de858883564b8676a9650df70d9aMark Andrews *) PORT: Add Dynamic Shared Object (DSO) support for BSDI (v4.0).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Tom Serkowski <tks@bsdi.com>] PR#3453
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews *) Make generation of src/Configuration.apaci more robust: It failed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews differenciate between modules when one module name was a postfix of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews another (e.g. cgi vs. fastcgi). We now check for mod_XXX, libXXX and even
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews just XXX (think about totally non-standard names like "apache_ssl", too).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#3380
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) In src/Configure remove the SERVER_SUBVERSION support (already deprecated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews since 1.3b7) and make whitespace handling more robust (it failed horrible
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson when whitespaces were present in the arguments of -D options).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#3240
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson *) Add APACI --shadow=DIR variant (in addition to --shadow). This now first
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews creates an external package shadow tree in DIR before the local build
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shadow tree is generated under DIR. This way one can have the extracted
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson Apache distribution tree read-only on NFS or CDROM and still build Apache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from these sources. An automatically triggered VPATH-like mechanism is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews provided through the TOP variable, too.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson [Ralf S. Engelschall, Wilfredo Sanchez <wsanchez@apple.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix negotiation so that a Vary response header is correctly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews generated when, for a particular dimension, variants only vary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in having or not having a value for that dimension. [Paul Sutton]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix negotiation so that we prefer an encoded variant over an
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson unencoded variant if the user-agent explicitly says it can
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews accept that encoding. Previously we always preferred the unencoded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Paul Ausbeck <paula@alumni.cse.ucsc.edu>, Paul Sutton] PR#3447
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson *) Fix APXS tool: query variables LIBS_SHLIB and TARGET were not recognized
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and the usage page was inconsistent with the functionality and manpage.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson They can occur multiple times and their arguments (`xxx') are passed AS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews IS to the compiler/linker command. [Ralf S. Engelschall]
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington *) Fixed possible (but harmless in practice) bug in the DBM lookup
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews procedure of mod_rewrite: very long keys were truncated.
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added a generic --with-layout=[FILE:]ID option. ID here is a layout
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews identifier, currently "Apache" and "GNU" are pre-defined in the file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config.layout. Custom layouts are possible by using FILE:ID as the
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews argument where the layout ID is taken from FILE.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The config.layout file consists of <Layout ID>..</Layout> sections
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews where inside those sections "path_variable: path_value" pairs can be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specified. These lines are converted to path_variable='path_value'.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews *) Add a DefaultLanguage directive so that files missing a language
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews extension (e.g., .fr, .de) can be labelled as being some other
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson default language. DefaultLanguage can appear in <Directory> and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <Files> containers as well as .htaccess files. [Paul Sutton]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix TARGET configuration when configuring and installing using
cd73a1c823bc9feea603803a96a9e5f5da8bf33dMichael Sawyer APACI configure. TARGET now defines the basename of the configuration
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file, startup script, manual page, etc. log_error_core() now reports
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the server binary name given by argv[0]. TARGET can now also be defined
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with --target=TARGET parameter passed to APACI configure.
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington [Ralf Engelschall, Randy Terbush]
b0796437d493ca2e083ab0ff02acf0dc0c8ad2a3David Lawrence *) mod_include.c:handle_perl() now properly tests for OPT_INCNOEXEC
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rather than OPT_INCLUDES [Rainer Schoepf <schoepf@uni-mainz.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ap_md5_binary() was using sprintf() rather than a table lookup
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington to convert binary bytes to hex digits.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ronald Tschal�r <ronald@innovation.ch>] PR#3409
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix SEGV in TCN negotiation if no variants are acceptable.
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer [Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>] PR#1987
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) API: ap_exists_config_define() function is now "public" [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix documentation of `Action' directive: It can activate a CGI script
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when either a handler or a MIME content type is triggered by the request.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Andrew Pimlott <pimlott@math.harvard.edu>] PR#3340
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Document the `add' command of `dbmmanage' in `dbmmanage.1' manpage.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [David MacKenzie <djm@uu.net>] PR#3394
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Ignore a "ErrorDocument 401" directive with a full URL and write a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews notice to the error log. It is not possible to send a 401 response
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews and a redirect at the same time. [Lars Eilebrecht]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fallback to native compilers for IRIX-32 platform. It seems that
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews a gcc 2.8.1 compiled apache is logging client addresses with all
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bits set (255.255.255.255). This is the second such problem caused
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by gcc 2.8.1 compiler. The first being broken semaphore locking.
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson [Randy Terbush]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Updated mime.types to reflect current Internet media types
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson and include a URL to the registry.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews *) SECURITY: Do a more complete check in mod_include to avoid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an infinite loop of recursive SSI includes. [Marc Slemko] PR#3323
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add APACI --suexec-docroot and --suexec-logfile options which can be
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley used to set the document root directory (DOC_ROOT) and the suexec
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logfile (LOG_EXEC), respectively. Additionally the --layout option
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was changed to show more information about the suEXEC setup.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Lars Eilebrecht] PR#3316, 3357, 3361
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer *) Added the last two WebDAV status codes of 424 (Failed Dependency)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and 507 (Insufficient Storage) for use by third-party modules.
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Enabled all of the WebDAV method names for use by third-party
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews modules, Limit, and Script directives. That includes PATCH,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK.
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley Improved mod_actions.c so that it can use any of the methods
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews defined in httpd.h. Added ap_method_number_of(method) for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews getting the internal method number. [Roy Fielding]
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff *) PORT: Add a port to the TPF OS. [Joe Moenich <moenich@us.ibm.com> and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews others at IBM]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix problems with handling of UNC names (e.g., \\host\path)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on Win32. [Ken Parzygnat <kparz@us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rework os_canonical_*() on Win32 so it's simpler, more
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews robust, and works. [Ken Parzygnat <kparz@us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR#2555, 2915, 3064, 3232
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson *) Work around incomplete implementation of strftime on Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Manoj Kasichainula, Ken Parzygnat <kparz@us.ibm.com>]
ba43c53451d5c38765f376eeede457178b36951aBob Halley *) Move a typedef to fix compile problems on Linux with 1.x kernels.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Manoj Kasichainula] PR#3177
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews *) PORT: Add a port to the Concurrent PowerMAX OS. [Tom Horsley
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <Tom.Horsley@mail.ccur.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Log more explicit error messages if spawning an interpreted
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews script failed, including the command line used to attempt to execute
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the interpreter and the Win32 error code returned. [Marc Slemko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Disable sending of error-notes on a 500 (Internal Server Error) response
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson since it often includes file path info. Enable sending of error-notes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on a 501 (Method Not Implemented). [Roy Fielding] PR#3173
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) http_config.c would respond with 501 (Method Not Implemented) if a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews content type handler was specified but could not be found, which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews should have been a 500 response. Likewise, mod_proxy.c would responsd
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson with a 501 if the URI scheme is unrecognized instead of the correct
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response of 403 (Forbidden). [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Eliminate DoS attack when a bad URI path contains what
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews looks like a printf format escape. [Marc Slemko, Studenten Net Twente]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix in mod_autoindex: for files where the last modified time stamp was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unavailable, an empty string was printed which was 2 bytes short.
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson The size and description columns were therefore not aligned correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer] (no PR#)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update BS2000 OS code to work with recent versions. Starting with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews release A17, the child fork() must be replaced by a _rfork().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (BS2000 only) [Martin Kraemer]
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff *) Add the actual server_rec structure of the specific Vhost to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews scoreboard file and avoid a string copy (as well as allow some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews further future enhancements). [Harrie Hazewinkel
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <harrie.hazewinkel@jrc.it>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add APACI --permute-module=foo:bar option which can be used to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on-the-fly/batch permute the order of two modules (mod_foo and mod_bar)
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff in the Configuration[.apaci] file. Two special and important variants are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews supported for the option argument: first BEGIN:foo which permutes module
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_foo with the begin of the module list, i.e. it `moves' the module to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the begin of the list (gives it lowest priority). And second foo:END
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington which permutes mod_foo with the end of the module list, i.e. it `moves'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the module to the end of the list (gives it highest priority).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley *) Fix problem with 'apache -k shutdown' and startup event
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews synchronisation (Win32). [Ken Parzygnat <kparz@raleigh.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The config parser wasn't correctly noticing a missing '>'
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington on container start lines (e.g., it wouldn't spot
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "<Directory /" as a syntax error). [Ryan Bloom <rbbloom@us.ibm.com>]
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson *) Add a 'RemoveHandler' directive which will selectively remove
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all handler associations for the specified file extensions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ryan Bloom <rbbloom@us.ibm.com>] PR#1799.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Properly handle & allow "nul" and ".*/null" in AccessConfig and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ResourceConfig directives on Win32. Also add a note to the effect
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of 'useless User directive ignored on Win32' to the errorlog if
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington a User directive is encountered on Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ken Parzygnat <kparz@raleigh.ibm.com>] PR#2078, 2303.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix multiple whitespace handling in imagemaps for mod_imap which was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews broken since Apache 1.3.1 where we took out compressing of multiple
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson spaces in ap_cfg_getline().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ivan Richwalski <ivan@seppuku.net>] PR#3249
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix Berkeley-DB/2.x support in mod_auth_db: The data structures were not
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff initialized correctly and the db_open() call used an invalid mode
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parameter. [Ron Klatchko <ron@ckm.ucsf.edu>] PR#3171
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: DSO support for UnixWare 7
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall, Ron Record <rr@sco.com>]
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson *) Merge the contents of the {srm,access}.conf-dist* files into the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews httpd.conf-dist* files. The srm and access files now contain
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson only comments, and httpd.conf has all the combined contents in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a rational order. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: DSO/ELF support for FreeBSD 3.0.
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson [Ralf S. Engelschall, Dirk Froemberg <ibex@physik.TU-Berlin.DE>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a "default-handler" handler that calls the default_hander()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews function which is normally called for static content. This allows
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington you to override a specific handler. [Marc Slemko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Further simplify checking for absolute paths by replacing an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hard-coded syntax check with a call to a routine we already created to
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson do this. [Ken Parzygnat <kparz@raleigh.ibm.com>] PR#2976, 3074
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Log an error if we encounter a malformed "require" directive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in mod_auth if we know that we know that no other module can
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington deal with it. [Marc Slemko]
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson *) Remove ap_private_extern method of hiding conflicting symbols
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on the NEXT platform because it is not correct for all versions,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and the versions for which it is correct are unknown.
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson [Wilfredo Sanchez <wsanchez@apple.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix inheritance of IndexOptions NameWidth and remove unintended
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington restriction on +NameWidth, +IconHeight, and +IconWidth. [Ken Coar]
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington *) Fix per-directory config merging for cases in which a 500 error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is encountered in an .htaccess file somewhere down the tree.
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson [Ken Coar] PR#2409
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Minor performance improvement to ap_escape_html(). [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed a segmentation violation in mod_proxy when a response is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews non-cachable. [Roy Fielding, traced by Doug Bloebaum]. PR#2950, 3056
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas GustafssonChanges with Apache 1.3.3
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added a complete implementation of the Expect header field as
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson specified in rev-05 of HTTP/1.1. Disabled the 100 Continue
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response when we already know the final status, which is mighty
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews useful for PUT responses that result in 302 or 401. [Roy Fielding]
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson *) Remove extra trailing whitespace from the getline results as part
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the protocol processing, which is extra nice because it works
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews between continuation lines, is almost no cost in the normal case
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington of no extra whitespace, and saves memory. [Roy Fielding]
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington *) Added new HTTP status codes and default response bodies from the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews revised HTTP/1.1 (307, 416, 417), WebDAV (102, 207, 422, 423), and
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson HTTP Extension Framework (510) specifications. Did not add the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews WebDAV 424 and 425 codes because they are bogus. We don't use any
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson of these codes yet, but they are now available to 3rd-party modules.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a possible race condition between timed-out requests and the
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington ap_bhalfduplex select that might result in an infinite loop on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platforms that do not validate the descriptor. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Add "-k shutdown" and "-k restart" options to signal a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews running Apache server [Paul Sutton]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_autoindex bug where directories got a size of "0k" instead
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of "-". [Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>, Marc Slemko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: DRS 6000 machine. [Paul Debleecker <pdebleecker@jetair.be>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the server signature text (from the core ServerSignature directive)
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson to the list of envariables available to scripts, SSI, and the like.
c05eb51a1b9ebd156b9fec957d60c2579c968468Mark Andrews *) PORT: Fix sys/resource.h handling for SCO 3.x platform.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [M. Laak <maert@proinv.ee>] PR#3108
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson *) Fallback from sysconf-based to plain HZ-based `ticks per second'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews calculation in mod_status for all systems which don't have POSIX
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sysconf() (like UTS 2.1) and not only for the NEXT platform.
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson [Dave Dykstra <dwd@bell-labs.com>] PR#3055
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix `require ...' directive parsing in mod_auth, mod_auth_dbm and
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews mod_auth_db by using ap_getword_white() (which uses ap_isspace())
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of ap_getword(..., ' ') (which parses only according to spaces
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews but not tabs). [James Morris <jmorris@intercode.com.au>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Ralf S. Engelschall] PR#3105
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the SERVER_NAME variable under sub-request situations (where
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews `UseCanonicalName off' is used) like CGI's called from SSI pages or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RewriteCond variables by adopting r->hostname to sub-requests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [James Grinter <jrg@blodwen.demon.co.uk>] PR#3111
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix stderr redirection under syslog-based error logging situation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#3095
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Document `ErrorLog syslog:facility' variant of error logging.
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#3096
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix http://localhost/ hints in top-level INSTALL document.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Rob Jenson <robjen@spotch.com>, Ralf S. Engelschall] PR#3088
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Quote paths in default configuration files. [Wilfredo Sanchez]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it is now taken care of properly by the header file tests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Wilfredo Sanchez <wsanchez@apple.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix problem with scripts and filehandle inheritance on Win32.
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington [Ken Parzygnat <kparz@raleigh.ibm.com>] PR#2884, 2910
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Win32 name canonicalisation could end up using the server's
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson working directory to fill in some blanks. [Ken Parzygnat
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <kparz@raleigh.ibm.com>] PR#3001
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson *) Correct invalid assumption by ap_sub_req_lookup_file() that all
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews absolute paths begin with "/" -- because they don't on Win32.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ken Parzygnat <kparz@raleigh.ibm.com>] PR#2976, 3074
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add [REDIRECT_]VARIANTS environment variable to mod_speling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that ErrorDocument 300 processors can reformat the list
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington if desired. [Ken Coar] PR#2859
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add +/- incremental prefixes to IndexOptions keywords, and
da76a8046e01e1c1c2e6f75772afb2c4f202cc25Brian Wellington enable merging of multiple IndexOptions directives. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Allow GuessOS to recognize Unixware 7.0.1 [Steve Cameron
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <steve.cameron@compaq.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reconstructed the loop through multiple htaccess file names so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that missing files are not confused with unreadable files.
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington [Roy Fielding]
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson *) The ap_pfopen and ap_pfdopen routines were failing to protect the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews errno on an error, which leads to one error being mistaken for
e06aebbe7b5b3128f99b16d6756a074b4de28d37Mark Andrews another when reading non-existent .htaccess files.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski]
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson *) OS/2: The new header tests get things right, need to update
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_config.h. [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Perl %ENV hash will now be setup by default when using the
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington mod_include `perl' command [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Add Pyramid DC/OSx support to configuration mechanism.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson [Earle Ake <akee@wpdiss1.wpafb.af.mil>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Dykstra <dwd@bell-labs.com>] PR#3054
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Correct comment in mod_log_config.c about its internals.
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson [Elf Sternberg <elf@halcyon.com>]
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson *) Avoid possible line overflow in Configure: Use an awkfile to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews handle the creation of modules.c [Jim Jagielski]
91614f2bc498ef7eea22e449c91951f4598c8223Andreas GustafssonChanges with Apache 1.3.2
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix bug in ap_remove_module(), which caused problems for dso's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews who were the top_module. [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for Berkeley-DB/2.x (in addition to Berkeley-DB/1.x) to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_auth_db to both be friendly to users who wants to use this version
385a9cb48a70b329e507c39d043fa9a44c659913James Brister and to avoid problems under platforms where only version 2.x is present.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dan Jacobowitz <drow@false.org>, Ralf S. Engelschall]
385a9cb48a70b329e507c39d043fa9a44c659913James Brister *) When using ap_log_rerror(), make the error message available to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *ERROR_NOTES envariables by default. [Ken Coar]
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington *) BS2000 platform only: get rid of the nasty BS2000AuthFile.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews You now must define a BS2000Account name for the server User.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This has fewer security implications than the old approach.
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix SHARED_CORE feature for HPUX platform: We now use extension `.sl'
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer instead of `.so' and `SHLIB_PATH' instead of `LD_LIBRARY_PATH' on this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platform to make the braindead HPUX linker happy. Notice, for the module
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington DSOs we don't have to use this, because these are loaded manually (and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not via HPUX' dld). [Ralf S. Engelschall] PR#2905, PR#2968
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove 64 thread limit on Win32.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [Bill Stoddard <stoddard@raleigh.ibm.com>]
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence *) Remove redundant substitutions in top-level Makefile.tmpl.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence *) Fix APACI's `Group' configuration adjustment - especially for Linux
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platforms where `nogroup' exists in /etc/group. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make PrintPath work generically instead of having one version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strictly for OS/2. [Jim Jagielski, Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the recently introduced C header file checking: We now use the C
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence pre-processor pass only (and no longer the complete compiler pass) to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews determine whether a C header file exists or not. Because only this way
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we're safe against inter-header dependencies (which caused horrible
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington portability problems). The only drawback is that we now have a CPP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration variable which has to be determined first (we do a similar
529a6b5224d751504027293a766a4c8b81241869Brian Wellington approach as GNU Autoconf does here). When all fails the user still has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the possibility to override it manually via APACI or src/Configuration.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews As a fallback for the header check itself we can directly check the
862a026a7d752fbc8b376df6f7a9080d7c778b49Brian Wellington existance of the file under /usr/include, too.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2777
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington *) PORT: Added RHAPSODY (Mac OS X Server) support. MAP_TMPFILE defined
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as an alternate mechanism for mmap'd shared memory for RHAPSODY.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_private_extern defined to hide symbols that conflict with loaded
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence dynamic libraries on the NEXT and RHAPSODY platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Wilfredo Sanchez <wsanchez@apple.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Delete PID file on clean shutdowns.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Charles Randall <crandall@matchlogic.com>] PR#2947
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix mod_auth_*.html documents: NSCA -> NCSA
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#2991
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix INSTALL document: www.gnu.ai.mit.edu -> www.gnu.org
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Karl Berry <karl@gnu.org>] PR#2994
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix dbmmanage.1 manual page.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#2992
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix possible buffer overflow situation in suexec.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jeff Stewart <jws@purdue.edu>] PR#2790
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington *) Add some more LIBS for the SCO5 platform which are needed for the already
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used -lprot. It's actually a bug in SCO5, of course.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ronald Record <rr@sco.com>] PR#2533
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix documentation of ProxyPass/ProxyPassReverse according to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trailing slash problem. [Jon Drukman <jsd@gamespot.com>] PR#2933
080a4fe83c3ad208073bffbce1a2af8fe444214fMichael Sawyer *) Remove `-msym' option from LDFLAGS_SHLIB for the Digital UNIX (OSF/1)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platform, because it's only supported under version 4.0 and higher. But
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer because our GuessOS is still unaware of Digital UNIX versions and the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -msym is just to optimize the DSO statup time a little bit it's safe and
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson best when we leave it out now. [Ralf S. Engelschall] PR#2969
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the ap_log_error_old(), ap_log_unixerr() and ap_log_printf()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions: First all three functions no longer fail on strings containing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "%" chars and second ap_log_printf() no longer does a double-formatting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (instead it directly passes through the message to be formatted to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews real internal formatting function). [Ralf S. Engelschall] PR#2941
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow "Include" directives anywhere in the server config
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files (but not .htaccess files). [Ken Coar] PR#2727
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson *) The proxy was refusing to serve CONNECT requests except to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews port 443 (https://) and 563 (snews://). The new AllowCONNECT
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directive allows the configuration of the ports to which a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CONNECT is allowed. [Sameer Parekh, Martin Kraemer]
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson *) mod_expires will now act on content that is not sent from a file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on disk. Previously it would never add an Expires: header to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews any response that did not come from a file on disk; the only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews case where it still doesn't (and can't) add one for that type of
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence content is if you are using a modification date based setting.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Marc Slemko, Paul Phillips <paulp@go2net.com>]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence *) Problems encountered during .htaccess parsing or CGI execution
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that lead to a "500 Server Error" condition now provide explanatory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews text (in the *ERROR_NOTES envariable) to ErrorDocument 500 scripts.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ken Coar] PR#1291
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson *) Add NameWidth keyword to IndexOptions directive so that the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews width of the filename column is customisable. [Ken Coar, Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR#1949, 2324.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Recognize lowercase _and_ uppercase `uname' results under
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SCO OpenServer. [David Coelho <drc@ppt.com>]
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington *) As duplicate "HTTP/1.0 200 OK" lines within the header seem to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a common problem of (mis-administrated?) IIS servers, make the apache
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson proxy immune to these errors (and ignore the duplicates, but log
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the fact to error_log). [Martin Kraemer], after the proposal in PR#2914
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson *) The <IfModule and <IfDefine block starting directives now only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow exactly one argument. Previously, the optional negation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews character '!' could be separated by whitespace without a syntax
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error being reported, albeit defeating the IfModule functionality
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington (enclosed directives would ALWAYS be executed). By using the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stricter syntax, these hard-to-track errors can be avoided.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Simplify handling of IndexOptions in mod_autoindex -- and BTW
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson cause the standalone FancyIndexing directive to logically OR
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews into any existing IndexOptions settings rather than wiping
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews them out. [Ken Coar]
da527e4ff6a013364826637963e7ac372e024f33David Lawrence *) Changes in ftp proxy: make URL parsing simpler by using the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parsed_uri stuff.
8d51d9e67e1e5dcf10203c4147ece519c7daa57dMark Andrews + Add display of the "current directory" in cases where it's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews different from the supplied path (e.g., ftp://user@host/ lives
30576c592b538cab293cf6e1f6265d376cd5a12cAndreas Gustafsson in /home/user, not in /, therefore clicking on "../" in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews starting directory might send us to /home/).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews + When ftp login fails, (esp. when a user name was part of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews URL already), we now return [401 Unauthorized ] to allow the
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence browser to pop up an authorization dialog. This makes passwords
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews slightly less visible (they don't appear in the regular log files)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and implements a functionality that other www proxy servers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews already offered.
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence [Martin Kraemer]
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister *) Triggered by the recent "Via:" header changes, the proxy module would
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dump core for replies with invalid headers (e.g., duplicate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "HTTP/1.0 200 OK" lines). These errors are now logged and the
adade77942b069127a7094df419b3ad39dafb385James Brister core dump is avoided. Also, broken replies are not cached.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer] PR#2914
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) new `GprofDir' directive when compiled with -DGPROF, where gprof can
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews plop gmon.out profile data for each child [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Use the construct ``"$@"'' instead of ``$*'' in the generated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config.status script to be immune against arguments with whitespaces.
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson [Yves Arrouye <yves@apple.com>] PR#2866
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Replace the inlined information grabbing stuff for the configuration
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews adjustment feature (no --without-confadjust) with calls to a new helper
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews script `buildinfo.sh' which is both more flexible and already proofed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be more robust against platform differences. This mainly fixes the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews recently occured ``sed: command garbled: ...'' problems.
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson [Ralf S. Engelschall] PR#2776, PR#2848
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without complains after we recently added the POST feature.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Renamed is_HTTP_xxx() macros to ap_is_HTTP_xxx() name. They are used inside
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules as API functions and we forgot them at the big symbol renaming.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson *) Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.html
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Youichirou Koga <y-koga@jp.FreeBSD.ORG>] PR#2895
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Dynamically size the filename column of mod_autoindex output.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the ability to do POST requests to the ab benchmarking tool.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Kurt Sussman <kls@best.com>] PR#2871
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence 5 to 10 because there are some users out there who always have 5 to 8
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variables in one RewriteRule and had to patch mod_rewrite.h for every
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews release. So 15 should be now more than enough, even for them. (I never
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence needed more than 4 in my RewriteRules ;-)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence *) Make the proxy generate and understand Via: headers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change the proxy to use tables instead of array_headers for
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews the header lines. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the config.status file is not overridden when just
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews ``configure --help'' is used. [Ralf S. Engelschall] PR#2844
475c936d4cd0fb83700eb3e022aaecc5626b9b4fJames Brister *) Split MODULE_MAGIC_NUMBER into _MAJOR/_MINOR numbers. This should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews provide a way to trace API changes that add functionality but do
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not create a compatibility issue for precompiled modules, etc.
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington See include/ap_mmn.h for more details. [Randy Terbush]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix suexec installation under `make install root=xxx' situation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Extend the output of the -V switch to include the paths of all
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compiled-in configuration files, if they were overridden at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compile time, for least astonishment of the user.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When READing a request in ExtendedStatus mode, the "old"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews vhost, request and client information is not displayed.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) STATUS is no longer available. Full status information now
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister run-time configurable using the ExtendedStatus directive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Eliminate O(n^2) space DoS attacks (and other O(n^2)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cpu time attacks) in header parsing. Add ap_overlap_tables(),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a function which can be used to perform bulk update operations
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on tables in a more efficient manner. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Added compile-time and configurable limits for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews various aspects of reading a client request to avoid some simple
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews denial of service attacks, including limits on maximum request-line
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews size (LimitRequestLine), number of header fields (LimitRequestFields),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and size of any one header field (LimitRequestFieldsize). Also added
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a configurable directive LimitRequestBody for limiting the size of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews request message body. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make status module aware of DNS and logging states, even if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews STATUS not defined. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a problem with the new OS/2 mutexes. [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Enhance mod_speling so that CheckSpelling can be used in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <Directory> containers and .htaccess files. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) API: new ap_custom_response() function for hooking into the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ErrorDocument mechanism at runtime [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) API: new ap_uuencode() function [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) API: scan_script_header_err_core() now "public" and renamed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_scan_script_header_err_core() [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The 'status' module will now show the process pid's and their
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews state even without full STATUS accounting. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Restore the client IP address to the error log messages, this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was lost during the transition from 1.2 to 1.3. Add a new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews function ap_log_rerror() which takes a request_rec * and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews formats it appropriately. [Dean Gaudet] PR#2661
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cure ap_cfg_getline() of its nasty habit of compressing internal
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews whitespace in input lines -- including within quoted strings.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but leading and trailing whitespace should continue to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stripped [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup of the PrintPath/PrintPathOS2 helper functions. Avoid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the ugly use of an env. variable and use command-line args for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews alternate $PATH. Make more like advanced 'type's as well.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The IRIXN32 Rule was being ignored. Configure now correctly adds
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews -n32 only if IRIXN32 says to. [Jim Jagielski, Alain St-Denis
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <alain.st-denis@ec.gc.ca>] PR#2736
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Clean up a warning in mod_proxy. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Renamed __EMX__ (internal define of the gcc port under OS/2) to OS2
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews following the same idea as "MSVC vs WIN32". Additionally the src/os/emx/
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directory was renamed to src/os/os2/ for consistency.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Havard, Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add new Rule SHARED_CHAIN which can be used to enable linking of DSO
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files (here modules) against other DSO files (here shared libraries).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This is done by determining a subset of LIBS which can be safely used for
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson linking the DSOs, i.e. PIC libs and shared libs. Currently the rule is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews disabled for all platforms to avoid problems with this (experimental)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rule. But we provide it now for those people how ran into problems and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews want to came out by forcing linking against DSOs.
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson [Ralf S. Engelschall] PR#2587
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix suEXEC start message: Has to be of `notice' level to really get
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews printed together with the standard startup message because the `notice'
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson level is handled special inside ap_log_error() for startup messages.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2761 PR#2761 PR#2765
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add correct `model' MIME types from RFC2077 to mime.types file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2732
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed examples in mod_rewrite.html document.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Youichirou Koga <y-koga@jp.FreeBSD.org>, Ralf S. Engelschall] PR#2756
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow ap_read_request errors to propagate through the normal request
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews handling loop so that the connection can be properly closed with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lingering_close, thus avoiding a potential TCP reset that would
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cause the client to miss the HTTP error response. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) One more portability fix for APACI shadow tree support: Swap order of awk
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson and sed in top-level configure script to avoid sed fails on some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platforms (for instance SunOS 4.1.3 and NCR SysV) because of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews non-newline-termined output of Awk. [Ralf S. Engelschall] PR#2729
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: NEC EWS4800 support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [MATSUURA Takanori <t-matsuu@protein.osaka-u.ac.jp>]
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson *) Fix a segfault in the proxy on OS/2. [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix Win32 part of ap_spawn_child() by providing a reasonable child_info
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews structure instead of just NULL. This fixes at least the RewriteMap
84c4c99c9e2cf14fb9ef6f6815a9fdb824475423Michael Sawyer programs under Win32. [Marco De Michele <mdemichele@tin.it>] PR#2483
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence *) Add workaround to top-level `configure' script for brain dead
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews `echo' commands which interpet escape sequences per default.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2654
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence *) Make sure that the path to the Perl interpreter is correctly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews adjusted under `make install' also for the printenv CGI script.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence [Ralf S. Engelschall] PR#2595
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Update the mod_rewrite.html document to correctly reflect the situation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the `proxy' (`[P]') feature. [Ralf S. Engelschall] PR#2679
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix `install-includes' sub-target of `install' target in top-level
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson Makefile.tmpl: The umask+cp approach didn't work as expected (especially
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for users which extracted the distribution under 'umask 077'), so replace
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it by an explicit cp+chmod approach.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Richard Lloyd, Curt Sampson, Ralf S. Engelschall] PR#2656 PR#2626
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence *) Fix `distclean' and `clean' targets in src/Makefile.tmpl to have same
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews behavior and to cleanup correctly even under enabled SHARED_CORE rule.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson *) Use a more straight forward and thus less problematic Sed command in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews src/helper/mkdir.sh script. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the `configure' scripts doesn't fail when trying to guess the
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson domainname of the machine and there are multiple `domainname' and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews `search' entries in /etc/resolv.conf.
8775909be9fc67180fc480115716f88174e74471James Brister [Ralf S. Engelschall] PR#2710
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add note about the SHARED_CORE requirement on some platforms also to the
406ce0cd9633188a79c008e8f7c8092fa54bc98cJames Brister INSTALL file because a lot of users don't read htdocs/manual/dso.html
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews first. [Ralf S. Engelschall] PR#2701
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix document "hyperlink" for dso.html in src/Configuration.tmpl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Knut A.Syed <Knut.Syed@nhh.no>] PR#2674
17d91fddb33cc6e0bf2dfacf7156bb1ebba197d8David Lawrence *) Modify mod_rewrite to update the Vary response field if the URL rewriting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews engine does any manipulations or decisions based upon request fields.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ken Coar] PR#1644
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Document the special APACI behavior for installation paths where
a38e5f0695a8ddf0b3cbb70b5a172a5c6dce994bDavid Lawrence ``/apache'' is appended to paths under some (well defined, of course)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews situations to prevent pollution of system locations with Apache files.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2660
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed problem with buffered response message not being sent for
c244584cad2a71276e60919bf2c80c7d79dc073bDavid Lawrence the read_request error conditions of URI-too-long (414) and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews malformed header fields (400). [Roy Fielding] PR#2646
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add support for the Max-Forwards: header line required by RFC2068 for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the TRACE method. This allows apache to TRACE along a chain of proxies
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews up to a predetermined depth. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix SHARED_CORE rule: The CFLAGS_SHLIB variable is no longer doubled
57b3597444bc8716459f0fb3022b2c12f4eee2aeAndreas Gustafsson (compilers complained) and the .so.V.R.P filename extension was adjusted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to correctly reflect the 1.3.2 version.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2644
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: Plug "..." and other canonicalization holes under OS/2.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: implement serialized accepts for OS/2. [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_include had problems with the fsize and flastmod directives
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews under WIN32. Fix also avoids the minor security hole of using
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson ".." paths for fsize and flastmod.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Manoj Kasichainula <manojk@raleigh.ibm.com>] PR#2355
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed some Makefile dependency problems. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3.1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Disable the incorrect entry for application/msword in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_mime_magic "magic" file because it also matches other Office
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews documents. [Ralf S. Engelschall] PR#2608
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson *) Fix broken RANLIB handling in src/Configure (the entry from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews src/Configuration.tmpl was ignored) and additionally force RANLIB to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews /bin/true under HP/UX where ranlib exists but is deprecated.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2627
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) 'apachectl status' failed on some systems.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Steve VanDevender <stevev@darkwing.uoregon.edu>, Lars Eilebrecht] PR#2613
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer *) Add new flags for ap_unparse_uri_components() to make it generate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the scheme://sitepart string only, or to omit the query string.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews [Martin Kraemer]
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews *) WIN32: Canonicalize ServerRoot before checking to see if it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is a valid directory. The failure to do this caused certain
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews ServerRoot settings (eg. "ServerRoot /apache") to be improperly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rejected. [Marc Slemko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Global renaming of C header files to both get rid of conflicts with third
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews party packages and to again reach consistency:
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister 2. conf_auto.h -> ap_config_auto.h \ these are now merged
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 3. ap_config.h -> ap_config_auto.h / in the config process
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Backward compatibility files for conf.h and compat.h were created.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_mmap_static will no longer take action on requests unless at
5dc6a24e8b6808f03e7a9bc6530d646ebba927dbMark Andrews least one "mmapfile" directive is present in the configuration.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This experimental module has to do some black magic to operate
242dfd9cc6901a5e02dae94acdecdb91e78ea07cMark Andrews inside the current API and thus creates side-effects for other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules under some circumstances.
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add conservative ticks around more egrep arguments in top-level configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to avoid problems under brain-dead platforms like Digital UNIX (OSF1).
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister [Ralf S. Engelschall] PR#2596
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_rewrite created RewriteLock files under the UID of the parent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process, thus the child processes had no write access to the files.
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister Now a chown() is done on the file to the uid of the children,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if applicable. [Lars Eilebrecht, Ralf S. Engelschall] PR#2341
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Autogenerate some HAVE_XXXXX_H defines in conf_auto.h (determined via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews TestCompile) instead of defining them manually in conf.h based on less
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews accurate platform definitions. This way we no longer have to fiddle with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews OS-type and/or OS-version identifiers to discover whether a system header
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson file exists or not. Instead we now directly check for the existence of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews those esoteric ones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2093, PR#2361, PR#2377, PR#2434,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR#2524, PR#2525, PR#2533, PR#2569
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_setenvif (BrowserMatch* and friends) will now match a missing
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews field with "^$". [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Set the RTLD_GLOBAL dlopen mode parameter to allow dynamically loaded
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson modules to load their own modules dynamically. This improves mod_perl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and mod_php3 when these modules are loaded dynamically into Apache.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister [Rasmus Lerdorf]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cache a proxied request in the event that the client cancels the
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister transfer, provided that the configured percentage of the file has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews already been transfered. It works for HTTP transfers only. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews new configuration directive is called CacheForceCompletion.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Glen Parker <glenebob@nwlink.com>] PR#2277
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the "<!DOCTYPE HTML" magic cookie used by modern documents (and
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister required by HTML 3.2 and later) to mod_mime_magic's conf/magic.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Anna Shergold <anna@inext.co.uk>]
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister *) Fix yet another signal-based race condition involving nested timers.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Signals suck. [Dean Gaudet]
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister *) suexec's error messages have been clarified a little bit. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Clean up some, but perhaps not all, 8-bit character set problems
47c196192afa37b2dea728e52579779f190bf07fJames Brister with config file parsing, and URL parsing. We now define
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_isdigit(), ap_isupper(), ... which cast to an (unsigned char).
adf82221858138f295bce732e86dcac34645692eJames Brister This should work on most modern unixes.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet] PR#800, 2282, 2553 (and others)
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington *) The "handler not found" error was issued in cases where the handler
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews really did exist, but was just declining to serve the request.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John Van Essen <jve@gamers.org>] PR#2529
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add Dynamic Shared Object (DSO) support for SCO5 (OpenServer 5.0.x).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ronald Record <rr@sco.com>] PR#2533
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The APACI libexecdir was not extended with an "apache/" subdir
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister if the installation prefix didn't already contain "apache", but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it should be because the DSO files are Apache-specific. Now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews libexecdir is treated the same way sysconfdir, datadir, localstatedir
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister and includedir are already treated.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Charles Levert <charles@comm.polymtl.ca>] PR#2551
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The <Limit> parsing routine was incorrectly treating methods as
0380c44d0238a88e167526954d630d071739ed28Mark Andrews case-insensitive. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The ap_bprintf() code neglected to test if there was an error on
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews the connection. ap_bflush() misdiagnosed a failure as a success.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet]
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington *) add support for #perl arg interpolation in mod_include
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Doug MacEachern]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) API: Name changes of table_elts to ap_table_elts, is_table_empty
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence to ap_is_table_empty and bgetflag to ap_bgetflag. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Add UnixWare 7 support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Vadim Kostoglodoff <vadim@olly.ru>] PR#2463
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the Guess-DSO-flags-from-Perl stuff in src/Configure: "perl" was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used instead of "$PERL" which contains the correctly determined Perl
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson interpreter (important for instance on systems where "perl" and "perl5"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews exists, like BSDI or FreeBSD, etc).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2505
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister *) Move the initial suEXEC-related startup message from plain
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fprintf()/stderr to a delayed ap_log_error()-based one to avoid problems
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence when Apache is started from inetd (instead of standalone). Under this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews situation startup messages on stderr lead to problems (the line is sent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the client in front of the requested document).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#871, PR#1318
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a flag so ap_fnmatch() can be used for case-blind pattern matching.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ken Coar, Dean Gaudet]
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister *) WIN32: Don't collapse multiple slashes in PATH_INFO.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Laurie, Bill Stoddard <wgstodda@us.ibm.com>] PR#2274
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews *) WIN32 SECURITY: Eliminate trailing "."s in path components. These are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ignored by the Windows filesystem, and so can be used to bypass security.
69b691c9624f31e59b8d128ada902a82127c15a3James Brister [Ben Laurie, Alexei Kosut].
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) We now attempt to dump core when we get SIGILL. [Jim Jagielski]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: remove broken test for MAP_FILE in http_main.c.
dba20696eb808075d849e5a4cc8d854555869fb2Brian Wellington [Wilfredo Sanchez <wsanchez@apple.com>]
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister *) PORT: Change support/apachectl to use "kill -0 $pid" to test if the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews httpd is running. This should be more portable than figuring out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which of three dozen different versions of "ps" are installed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [a cast of dozens]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: If we can't figure out how to execute a file in a script
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directory, bail out of the request with an error message. [W G Stoddard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32 SECURITY: Eliminate directories consisting of three or more dots;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews these are treated by Win32 as if they are ".." but are not detected by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews other machinery within Apache. This is something of a kludge but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews eliminates a security hole. [Manoj Kasichainula, Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Move ap_escape_quotes() from src/ap to src/main/util.c; it uses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pools and thus pollutes libap (until the pool stuff is moved there).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) IndexIgnore should be case-blind on Win32 (and any other case-aware
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but case-insensitive platforms). New #define for this added to conf.h
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (CASE_BLIND_FILESYSTEM). [Ken Coar] PR#2455
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Enable DSO support for OpenBSD in general, not only for 2.x, because it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews also works for OpenBSD 1.x. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Fix compilation problem on ARM Linux.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sam Kington <sam@illuminated.co.uk>] PR#2443
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Let APACI's configure script determine some configuration parameters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (Group, Port, ServerAdmin, ServerName) via some intelligent tests to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews remove some of the classical hurdles for new users when setting up
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Apache. This is done per default because it is useful for the average
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson user. Package authors can use the --without-confadjust option to disable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews these configuration adjustments.
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added an EXTRA_DEPS configuration parameter which can be used
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to add an extra Makefile dependency for the httpd target, for instance
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff to external third-party libraries, etc.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add <IfDefine>..</IfDefine> sections to the core module (with same spirit
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington as <IfModule>..</IfModule> sections) which can be used to skip or process
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contained commands dependend of ``-D PARAMETER'' options on the command
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews line. This can be used to achieve logical conditions like <IfDefine
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington ReverseProxy> instead of physically ones (e.g. <IfModule mod_proxy.c>)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and thus especially can be used for conditionally loading DSO-based
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules via LoadModule, etc. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: clean up a warning in mod_status for OS/2. [Brian Havard]
7cd4c3ddd1baf5f2b204562fdba3da37c716cc78Andreas Gustafsson *) Make table elements const. This may prevent obscure errors. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix parsing of FTP `SIZE' responses in proxy module: The newline was not
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson truncated which forced following HTTP headers to be data in the HTTP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reponse. [Ralf S. Engelschall, Charles Fu <ccwf@bacchus.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PR#2412, 2367
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson *) Portability fix for APACI shadow tree support: Swap order of awk and sed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in top-level configure script to avoid sed fails on some platforms (for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instance SunOS 4.1.3 and NCR SysV) because of the non-newline-termined
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington output of Awk. [Bill Houle <bhoule@sandiegoca.ncr.com>] PR#2435
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Improve performance of directory listings (mod_autoindex) by comparing
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington integer keys (last-modified and size) as integers rather than converting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews them to strings first. Also use a set of explicit byte tests rather
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews than strcmp() to check for parent directory-ness of an entry. Oh, and
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson make sure the parent directory (if displayed) is *always* listed first
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews regardless of the sort key. Overall performance winnage should be good
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in CPU time, instruction cache, and memory usage, particularly for large
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson directories. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a tiny but useful goody to APACI's configure script: The generation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of a config.status script (as GNU Autoconf does) which remembers the used
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson configure command and hence can be used to restore the configuration by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews just re-running this script or for remembering the configuration between
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b1d234eb75e2804e09d89178a76df39c321db51bBrian Wellington *) Add httpd -t (test) option for running configuration syntax tests only.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews If something is broken it complains and exits with a return code
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian Wellington non-equal to 0. This can be used manually by the user to check the Apache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration after editing and is also automatically used by apachectl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on (graceful) restart command to make sure Apache doesn't die on restarts
3c8e458ed2118828b13f35ca6fcc409da66c2869David Lawrence because of a configuration which is now broken since the last (re)start.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This way `apachectl restart' can be used inside cronjobs without having
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to expect Apache to be falling down. Additionally the httpd -t can be run
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews via `apachectl configtest'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2393
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Minor display fix for "install" target of top-level Makefile:
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence the displayed installation command was incorrect although the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews executed command was correct. Now they are in sync.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2402
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington *) Correct initialization of variable `allowed_globals' in http_main.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Justin Bradford <justin@ukans.edu>] PR#2400
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence *) Apache would incorrectly downcase the entire Content-Type passed from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CGIs. This affected server-push scripts and such which use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews multipart/x-mixed-replace;boundary=ThisRandomString.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet] PR#2394
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: QNX update to properly guess 32-bit systems.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Sean Boudreau <seanb@qnx.com>] PR#2390
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the DSO emulation code for HPUX finds the proprietary shl_xxx()
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson functions which are in libdld under HPUX 9/10.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2378
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the "install" target of the top-level Makefile doesn't break
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson because of a return code of 1 from an "if" (for instance under braindead
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Ultrix the result code of an "if" construct is 1 if the "then" clause
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews didn't match). [Ralf S. Engelschall]
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff *) Add an additional "dummy" target to the "$(LIB)" target in generated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules/xxx/Makefile's to avoid problems with SVR4 Make under "full-DSO"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews situation (no libxxx.a built, only mod_xxx.so's) where LIB and OBJS are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews empty. [Ralf S. Engelschall, Dean Gaudet, Martin Kraemer]
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff *) Replace two bad sprintf() calls with ap_snprintf() variants in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_rewrite. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix missing usage description for MetaFiles directive.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff [David MacKenzie <djm@va.pubnix.com>] PR#2384
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_log_config wouldn't let vhosts use log formats defined in the
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson main server. [Christof Damian <damian@mediaconsult.com>] PR#2090
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_usertrack was corrupting the client hostname. As part of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fix, the cookie values were slightly extended to include the
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson fully qualified hostname of the client.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet] PR#2190, 2229, 2366
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix a typo in pool debugging code. [Alvaro Martinez Echevarria]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) mod_unique_id did not work on alpha linux (in general on any
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister architecture that has 64-bit time_t).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Alvaro Martinez Echevarria]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Make SCO 5 (and probably 3) compile again. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: NCR MPRAS systems have the same bug with SIGHUP restart that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Solaris systems experience. So define WORKAROUND_SOLARIS_BUG.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson [Klaus Weber <kweber@chephren.germany.ncr.com>] PR#1973
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Change "Options None" to "Options FollowSymLinks" in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <Directory /> section of the default access.conf-dist
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson (and -win even though it doesn't matter there). This has better
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews performance, and more intuitive semantics. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Updated support for UTS 2.1.2.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Dykstra <dwd@bell-labs.com>] PR#2320
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix symbol export list (src/support/httpd.exp) after recent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews API changes in the child spawning area.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jens-Uwe Mager <jum@helios.de>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Workaround for configure script and old `test' commands which do not
6fa1cb5754695d550a58c6e8978fda65f5146af7David Lawrence support the -x flag (for instance under platforms like Ultrix). This is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews solved by another helper script findprg.sh which searches for Perl and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Awk like PrintPath but _via different names_.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Remove the system() call from htpasswd.c, which eliminates a system
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dependancy. ["M.D.Parker" <mdpc@netcom.com>] PR#2332
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Fix compilation failures on NEXTSTEP.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Rex Dieter <rdieter@math.unl.edu>] PR#2293, 2316
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: F_NDELAY is a typo, should have been FNDELAY. There's also
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson O_NDELAY on various systems. [Dave Dykstra <dwd@bell-labs.com>] PR#2313
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: helpers/GuessOS updates for various versions for NCR SVR4.
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews [juerg schreiner <j.schreiner@zh.ch>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Bill Houle <Bill.Houle@SanDiegoCA.NCR.COM>] PR#2310
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews *) Fix recently introduced Win32 child spawning code in mod_rewrite.c which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was broken because of invalid ap_pstrcat() -> strcat() transformation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Proxy Cache Fixes: account for directory sizes, fork off garbage collection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to continue in background, use predefined types (off_t, size_t, time_t),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews log the current cache usage percentage at LogLevel debug
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer, based on discussion between Dean Gaudet & Dirk vanGulik]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Using a type map file as a custom error document was not possible.
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence [Lars Eilebrecht] PR#1031
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Avoid problems with braindead Awks by additionally searching for gawk
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington and nawk in APACI's configure script.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dave Dykstra <dwd@bell-labs.com>, Ralf S. Engelschall] PR#2319
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Rename md5.h to ap_md5.h to avoid conflicts with native MD5 on
34b394b43e2207e8f8f3703f0402422121455638David Lawrence some systems. [Randy Terbush]
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) Change usage of perror()+fprintf(stderr,...) in mod_rewrite to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews more proper ap_log_error() variants.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the argument for the --add-module option to APACI's configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews script is of type [path/to/]mod_xxx.c because all calculations inside
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister configure and src/Configure depend on this.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2307
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Changes usage of perror/fprintf to stderr to more proper ap_log_error
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister in mod_mime, mod_log_referer, mod_log_agent, and mod_log_config.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Behlendorf]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *) Various OS/2 cleanups ["Brian Havard" <brianh@kheldar.apana.org.au>]
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) PORT: QNX needed a #include <sys/mman.h>; and now it uses flock
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews serialized accept to handle multiple sockets.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister [Rob Saccoccio <robs@InfiniteTechnology.com>] PR#2295, 2296
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) Have NT properly set the directory for CGI scripts
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (& other spawned children)
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson [W G Stoddard <wgstodda@us.ibm.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Propagate environment to CGI scripts correctly in Win32.
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson [W G Stoddard <wgstodda@us.ibm.com>] PR#2294
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Some symbol renaming:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ap_spawn_child_err became ap_spawn_child
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson ap_spawn_child_err_buff became ap_bspawn_child
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews spawn_child was obsoleted and moved to compat.h
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Behlendorf]
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson *) Upgrade the child spawning code in mod_rewrite for the RewriteMap
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews programs: ap_spawn_child_err() is used and the Win32 case now uses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CreateProcess() instead of a low-level execl() (which caused problems in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the past under Win32).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) A few cosmetics and trivial enhancements to APXS to make the
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews generated Makefile more user friendly. [Ralf S. Engelschall]
7b52c2ad3c9ca65712e962ddc803e34641f2bc07Mark Andrews *) Proxy Fix: The proxy special failure routine ap_proxyerror()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was updated to use the normal apache error processing, thereby allowing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews proxy errors to be treated by ErrorDocument's as well. For this
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews purpose, a new module-to-core communication variable "error-notes"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was introduced; the proxy (and possibly other modules) communicates
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews its error text using this variable. Its content is copied to a new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cgi-env-var REDIRECT_ERROR_NOTES for use by ErrorDocuments.
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews The old proxy special error routine ap_proxy_log_uerror()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was replaced by regular ap_log_error() calls, many messages were made
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson more informative.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Martin Kraemer] PR#494, 1259
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) SECURITY: A possible buffer overflow in the ftp proxy was fixed.
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews [Martin Kraemer]
ff8d15be4e6096329fe6ae8217d0adcabd08c94bOlafur Gudmundsson *) Transform the configure message "You need root privileges for suEXEC"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from a fatal error into a (more friendly) warning because the building
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ("make") of Apache we can allow, of course. Root privileges are needed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only for the installation step ("make install"). So make sure the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews user is aware of this fact but let him proceed as long as he can.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2288
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Renamed three more functions to common ap_ prefix which we missed at the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Big Symbol Renaming because they're #defines and not real C functions:
996f4a8bc34cb0203ce6a40ff82bca8bf32423ccAndreas Gustafsson is_default_port(), default_port(), http_method().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) A zero-length name after a $ in an SSI document should cause
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews just the $ to be in the expansion. This was broken during the
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson security fixes in 1.2.5. [Dean Gaudet] PR#1921, 2249
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Call ap_destroy_sub_req() in ap_add_cgi_vars() to reclaim some
47b26abe77184f9bedc68e36bdad03332cf67570David Lawrence memory. [Rob Saccoccio <robs@InfiniteTechnology.com>] PR#2252
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister *) Fix src/support/httpd.exp (DSO export file which is currently only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used under AIX) because of recent changes to function names.
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark AndrewsChanges with Apache 1.3b7
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure a MIME-type can be forced via a RewriteRule even when no
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews substitution takes place, for instance via the following rule:
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister ``RewriteRule ^myscript$ - [T=application/x-httpd-cgi]'' This was often
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews requested by users in the past to force a single script without a .cgi
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews extension and outside any cgi-bin dirs to be executed as a CGI program.
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister [Ralf S. Engelschall] PR#2254
e411a986b94276c28e6a971f9c3b61d45c635456James Brister *) A fix for protocol issues surrounding 400, 408, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 414 responses. [Ed Korthof]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Ignore MaxRequestsPerChild on WIN32. [Brian Behlendorf]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix discrepancy in proxy_ftp.c which was causing failures when
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson trying to connect to certain ftpd's, such as anonftpd.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Rick Ohnemus <rick@ecompcon.com>]
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews *) Make mod_rewrite use ap_open_piped_log() for RewriteLog directive's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logfile instead of fiddling around itself with child spawning stuff.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Made RefererIgnore case-insensitive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Mod_log_agent, mod_log_referer now use ap_open_piped_log for piped logs.
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson [Brian Behlendorf]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Replace use of spawn_child with ap_spawn_child_err_buff, to make everything
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson "safe" under Win32. In: mod_include.c, mod_mime_magic.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Behlendorf]
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister *) Improve RFC1413 support. [Bob Beck <beck@bofh.ucs.ualberta.ca>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix support script `dbmmanage': It was unable to handle some sort
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of passwords, especially passwords with "0" chars.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister [Ralf S. Engelschall] PR#2242
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Clicking on "Last Modified" in a fancy index caused a crash. Fixed.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister [Ben Laurie] PR#2238
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister *) WIN32: CGIs could cause a hang (because of a deadlock in the standard C
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews library), so CGI handling has been changed to use Win32 native handles
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of C file descriptors.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister [Ben Laurie and Bill Stoddard <wgstodda@us.ibm.com>] PR#1129, 1607
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The proxy cache would store an incorrect content-length in the cached
36357e4304862fb47e9fae03c704cb6720310c45James Brister file copy after a cache update. That resulted in repeated fetching
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the original copy instead of using the cached copy.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ernst Kloppenburg <kloppen@isr.uni-stuttgart.de>] PR#2094
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The Makefiles assumed that DSO files are build via $(LD). This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is broken for two reasons: First we never defined at least LD=ld
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews somewhere to make sure this works (it was silently assumed that most Make
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews provide a built-in LD definition - ARGL!) and second using the generic LD
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variable is not the truth. Instead a special variable named LD_SHLIB is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reasonable because although "ld" is usually the default, the command for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews building DSO files can be "libtool" or even "cc" on some systems.
b09983678f5d116d3c8387aaeab4f2dc4deb0454David Lawrence [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Replace the AddVersionPlatform directive with ServerTokens which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews provides for more control over the format of the Server:
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence header line. SERVER_SUBVERSION is no longer supported;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all module should use the ap_add_version_component()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews API function instead. [Jim Jagielski]
014892d86d30b7eceb0003d51788f9b5cadfc1bfAndreas Gustafsson *) Support for the NCR MP/RAS 3.0
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [John Withers <withers@semi.kcsc.mwr.irs.gov>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) The LDFLAGS_SHLIB_EXPORT variable of src/Configuration[.tmpl] was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not retrieved in src/Configure and thus was not useable.
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Various Makefile consistency cleanups:
b905ff7cbe3737d3c76115fa71c340a8ce439120David Lawrence - make OSDIR also automatically be relative to src/ like INCDIR
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - SUBDIRS is now generated in src/Makefile only and not in
23a09704774241d2dba059e4d9231cd3d28bb116David Lawrence Makefile.config because it is a local define for this location.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - remove BROKEN_BPRINTF_FLAGS because is it no longer used inside
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews any Makefile but make sure that at least the "-K inline" is kept in
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence CFLAGS for SCO 5.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - update the "depend" targets in Makefile.tmpl files to use $(OSDIR), too.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - updated the dependencies theirself
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - removed not existing SHLIB variable from "clean" targets
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence - replaced SHLIB_OBJS/SHLIBS_OBJ consistently with OBJS_PIC because OBJS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews already exists and OBJS_PIC are also just plain objects and have not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directly to do with "shared" things. The only difference is that they
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contain PIC. So OBJS_PIC is the more canonical name.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - Updated the Makefile-dependency lines for OBJS_PIC
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence - Removed the Makefile-dependency line in Configure to avoid double
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - replaced ugly xx-so.o/xx.so-o hack with a clean and consistent usage
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of xxx.lo as GNU libtool does with its PIC objects
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence - reduce local complexity in modules Makefile.tmpl by moving the last
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews existing target "depend" to the generation section in Configure, too.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - removed the historical $(SPACER) which was used in the past together
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with BROKEN_BPRINTF_FLAGS to avoid zig-zags in the build process. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is no longer needed.
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence - force the build and run of the gen_xxx programs under main/ as the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews first step before building the objects because it looks cleaner
738922ba7bb10b206f6f54931aed068e3dcb950dDavid Lawrence [Ralf S. Engelschall]
eefea43215016bce437ab4a7441b2851fd182960David Lawrence *) WIN32: Make Win32 work again after the /dev/null DoS fix.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Laurie]
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence *) WIN32: Check for buffer overflows in ap_os_canonical_filename.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Laurie]
c403d3f7d6cb17406e9be03a330ed5cf91619abcDavid Lawrence *) WIN32: Don't force ISAPI headers to finish with \n.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Patterson <Jim.Patterson@Cognos.COM>, Ben Laurie] PR#2060
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) When opening "configuration" files (like httpd.conf, htaccess
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson and htpasswd), Apache will not allow them to be non-/dev/null
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews device files. This closes a DoS hole. At the same time,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we use ap_pfopen to open these files to handle timeouts.
dc91d010dbd848ab3a11815e5a3d109662a38b0cDavid Lawrence [Jim Jagielski, Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Apache will now log the reason its httpd children exit if they exit
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley due to an unexpected signal. (It requires a new porting define,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SYS_SIGLIST, which if defined should point to a list of text
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews descriptions of the signals available. See PORTING.) [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: chdir() doesn't make sense in a multithreaded environment
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews like WIN32. Before, Win32 CGI's could have had sporadic failures
904463e94cafd59c8284f472ea8f58f1f311b8cbDavid Lawrence if a chdir call from one thread was made between another chdir call
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and a spawn in another thread. So, for now don't chdir for CGI scripts
bf6f755a74e24441e96a110b3c8d11cfe2ed0da7David Lawrence in WIN32. The current CGI "spec" is unclear as to whether it's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews necessary. Long-term fix is to either serialize the chdir/spawn combo
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or use WIN32 native calls to spawn a process. This temp fix was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews necessary to remove this as a showstopper for 1.3's release.
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington [Brian Behlendorf]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup the suEXEC support in APACI and make it more safe:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 1. Add big fat hint in INSTALL about risks and to read the
56433595bb938c21fd3b07a0f7c565d942bb8780David Lawrence htdocs/manual/suexec.html document before using the suexec-related
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure options.
fc9e755ba340607d76c7de897ee2d985d3b24505David Lawrence 2. Make sure the user has at least provided one --suexec-xxxx option
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (specifies suEXEC parameters) in addition to --enable-suexec option.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews If only --enable-suexec is given APACI stops with a hint to INSTALL
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 3. Provide two additional --suexec-xxxx options to make the suEXEC
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration complete (especially for package maintainers who else
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews had to patch the source tree) by providing ways to configure minimal
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews UID/GID and safe PATH, too.
32eddfc189108fa93e31761e13150594c7a79d2bDavid Lawrence [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Cleanup of the `configure --shadow' process:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - make sure the configure script creates its temporary files in the
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews shadow tree to avoid conflicts with parallel configure runs
95b484c9580d06eb2f9735a22e9841389c2859baMark Andrews - removed unnecessary option "-r" from "rm" call for Makefiles
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - make sure the configure scripts creates the shadow-wrapper Makefile
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff only when no shadow trees already exists
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - make sure "make distclean" removes the shadow-wrapper Makefile but only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when no more shadow trees exists
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence - overhauled mkshadow.sh script: now its more IFS-safe and approx. twice
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as fast (in the past it needed 70sec, now it runs just 38sec)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - make sure CVS does not complain about the created files
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Makefille.<gnutriple> and directories src.<gnutriple>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
61e9c1cdbe29683bb2db388e4fc6a6fd59315cefDavid Lawrence *) Added the ap_add_version_component() API routine and the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews AddVersionPlatform core directive. The first allows modules to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews declare themselves in the Server response header field value,
8b11f3debd9a9494d5aec60ea228ab393fbdc26eDavid Lawrence augmenting the SERVER_SUBVERSION define in the Configuration file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with run-time settings (more useful in a loadable-module environment).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews AddVersionPlatform inserts a comment such as "(UNIX)" or "(Win32)"
2cc1d2536d5834fbe20281068b8bd34dd1ee5337David Lawrence into the server version string. [Ken Coar] PR#2056
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Minor stability tweaks to avoid core dumps in ap_snprintf.
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer [Martin Kraemer]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Emit the "Accept-Range" header for the default handler.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Brian Behlendorf] PR#1464
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a note to httpd.conf-dist that apache will on some systems fail
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to start when the Group # is set to a negative or large positive value.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the module execution order is correct even when some modules
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence are loaded under runtime (`LoadModule') via the DSO mechanism:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 1. The list of loaded modules is now a dynamically allocated one
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and not the original statically list from modules.c
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 2. The loaded modules are now correctly setup by LoadModule for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews later use by the AddModule command.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 3. When the DSO mechanism for modules is used APACI's `install'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews target now enables all created `LoadModule' lines per default because
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence this is both already expected by the user _and_ needed to avoid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews confusion with the next point and reduces the Makefile.tmpl complexity
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 4. When the DSO mechanism for modules is used, APACI's `install'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews target now additionally makes sure the module list is reconstructed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews via a complete `ClearModuleList+AddModule...' entry.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 5. The support tool `apxs' now also makes sure an AddModule command
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is added in addition to the LoadModule command.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 6. The modules.c generation was extended to now contain two
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence comments to make sure no one is confused by the confusing terminology
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of loading/linking (we use load=link+load & link=activate instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the obvious load=activate & link=link :-( )
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence This way now there is no longer a difference under execution time between
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews statically and dynamically linked modules.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix the generated mod_xxx.c from "apxs -g -f xxx" after the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Big Symbol Renaming. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add a comment to mod_example.c showing the format of a FLAG command
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews handler. [Ken Coar]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Standardized the time format in mod_status to match that of other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews places in the code (e.g. DATE_GMT). PR#1551
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix handling of %Z in timefmt strings for those platforms with no time
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone information in their tm struct. [Paul Eggert <eggert@twinsun.com>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Makes mod_rewrite, mod_log_config, mod_status and the ServerSignature
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews feature compatible with 'UseCanonicalName off' by changing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews r->server->server_hostname to ap_get_server_name(). And I changed some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions which use r->server->port to use ap_get_server_port() instead,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews because if there's no Port directive in the config r->server->port is 0.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Lars Eilebrecht]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) get/set_module_config are trivial enough to be better off inline. Worth
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 1.5% performance boost. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix off-by-one error in ap_proxy_date_canon() in proxy_util.c
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence when ensuring 'x' is at least 30-chars big. [Jim Jagielski,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Brian Behlendorf]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) [BS2000 security] BS2000 needs an extra authentication to initialize
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the task environment to the unprivileged User id. Otherwise CGI scripts
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews would have a way to gain super user access. [Martin Kraemer]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix debug log messages for BS2000/OSD: instead of logging the whole
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews absolute path, only log base name of logging source as is done
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in unix. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Ronald Tschalaer's Accept-Encoding patch - preserve the "x-" in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the encoding type from the Accept-Encoding header (if it's there)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and use it in the response, as that's probably what it'll be expecting.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ronald.Tschalaer@psi.ch]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix to mod_alias: translate_alias_redir is dealing with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a URI, not a filename, so the check for drive letters for win32
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and emx is not necessary. [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Allow .cmd as an executable extension.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Kari Likovuori <Kari.Likovuori@mol.fi>] PR#2146
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make Apache header files, and some variables, C++ friendly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Michael Anderson's <mka@redes.int.com.mx>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Child processes can now "signal" (by exiting with a status
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence of APEXIT_CHILDFATAL) the parent process to abort and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shutdown the server if the error in the child process was
cc5547dbcb04bdc498cf050c6104a1974f68c6eaAndreas Gustafsson fatal enough. [Jim Jagielski]
b8957f3496b6a900df9ca263864a47dbb1cb8978David Lawrence *) mod_autoindex's find_itme() was sensitive to MIME type case.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jim Jagielski] PR#2112
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the referer_log and agent_log entries in the default httpd.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file are also adjusted for the actual relative installation paths.
c4717613e45323ed23dc6e9162cba89f1f83830cDavid Lawrence [Ralf S. Engelschall] PR#2175
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Extensive overhaul of the way UNCs are handled. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) WIN32: Make roots of filesystems (e.g. c:/) work. [Ben Laurie]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Various porting changes to support AIX 3.2, 4.1.5, 4.2 and 4.3.
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence Additionally the checks for finding the vendor DSO library were moved
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from mod_so.c to Configure because first it needs $PLAT etc. and second
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews mod_so already uses an abstraction layer and does not fiddle with the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews vendor functions itself.
802aa6f2b70cc0b4e69ef0a1dcab0a8d68a0fdeaDavid Lawrence [Jens-Uwe Mager, Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Some optimization defines for NetBSD
5b27fa26dd1288f61de9ace6f4ec56be63858048David Lawrence [Jaromir Dolecek <dolecek@ics.muni.cz>] PR#2165
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Dynamic Shared Object (DSO) support for NetBSD.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley [Jaromir Dolecek <dolecek@ics.muni.cz>, Ralf S. Engelschall] PR#2158
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add Dynamic Shared Object (DSO) support for AIX (at least 4.2 but older
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews AIX variants should work fine, too. Even AIX 3.x should work). This is
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley accomplished by using the free DSO emulation code from Jens-Uwe Mager
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which we put into a os/unix/os-dso-aix.c file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Fix compiler warnings under AIX >= 4.2 where the manual pages imply
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that we should use NET_SIZE_T == int but the include files force size_t.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix two bugs in select() handling in http_main.c.
cc43f2461d2b7da80105cf6d1b96bda4e93303cdDavid Lawrence [Roy Fielding]
58bc93c3ddbdf0b2fde9b7d2b4342f90d83ec633David Lawrence *) Suppress "error(0)" messages for ap_log_error() when the APLOG_NOERRNO
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is unset (as it is in situations like timeouts) where it is unclear
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews whether errno is set or not. [Martin Kraemer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Just having APACI's localstatedir is too general and not enough for most
8fedfa7b45989d3c1715e414637bc1a96331fd14David Lawrence of the systems. 1.3b6 again required manual APACI patches by package
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews maintainers from Red Hat and FreeBSD because for their filesystem layout a
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence little bit more flexibility in configuring the paths is needed. Hence we
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews provide three additional configure options (--runtimedir, --logfiledir,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --proxycachedir) which now can be used for more granular adjustments if
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence --localstatedir is not enough to fit the particular needs. As a nice
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews side-effect this reduces some subdir fiddling in configure+Makefile.tmpl.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make the install root for "make install" in APACI's Makefile overrideable
f3f88c6802df4cfee59439b19a1c49637b70342dDavid Lawrence by package authors. This way we are even more friendly to package
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews maintainers (especially Debian and Red Hat) who build for the real prefix
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews via "configure --prefix=/<real>" but use a different local prefix via
77f372eed39827f5efef476602de7c0505f99b91David Lawrence "make root=/tmp/apache install" for rolling the package without bristling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the target location on their system.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Workaround sed limitations in APACI's configure script by now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews substituting in chunks of 50 commands (because for instance HPUX's vendor
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sed has a limit of max. 98 commands)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2136
cabcfd3e90a647c7bab3c5cc3ef7b36f49830787David Lawrence *) Adding SOCKS5 support and fixing existing SOCKS4 support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2140
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Manually fix some symbols which were not renamed to prefix ap_ in the BIG
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RENAMING process because they are defined as pre-processor macros instead
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence of real functions: bputc, bgetc, piped_log_write_fd, piped_log_read_fd
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Workaround braindead AWK's when generating ap_config.h: The split() and
d111a46c88adda33a93839f4934e127b6147d87dBob Halley substr() functions cannot be nested under vendor AWK from Solaris 2.6.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2139
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Various bugfixes and cleanups for the APACI configure script:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o fix IFS handling for _nested_ situation
6f17d90364f01c3e81073a9ffb40b0093878c8e2Brian Wellington o fix Perl interpreter search: take first one found instead of last one
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o fix DSO consistency check
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff o print error messages to stderr instead of stdout
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o add install-quiet for --shadow situation to Makefile stub
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews o reduce complexity by avoiding sed-hacks for rule and module list loops
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix DEBUG_CGI situation in mod_cgi.c [David MacKenzie] PR#2114
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure the input field separator (IFS) shell variable is explicitly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initialized correctly before _every_ `for' loop and also restored after
d111a46c88adda33a93839f4934e127b6147d87dBob Halley the loops. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure that "make install" doesn't overwrite the `mime.types' and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews `magic' files from an existing Apache installation. Because people often
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews customize these for own MIME and content types.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Dynamic Shared Object (DSO) support for OpenBSD 2.x
2d0c5f1eada2015324cb89c11c7c5c11cccb493fAndreas Gustafsson [Peter Galbavy, Ralf S. Engelschall] PR#2109
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff *) Fix the path to the ScoreBoardFile in the install-config target, too.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2105
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington *) Let "configure" clear out the users parameters (provided as shell
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variables) to avoid side-effects in "src/Configure" when the user
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews exported them (which is not needed, but some users do it).
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley [Ralf S. Engelschall] PR#2101
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Provide backward compatibility from some old src/Configuration.tmpl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parameter names to the canonical Autoconf-style shell variable names. For
53c892082e4dd70a12bb5badd81a9e939d7e6efdBrian Wellington instance CFLAGS vs. EXTRA_CFLAGS. The EXTRA_xxx variants are accepted now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but a hint message is displayed. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make sure that "make install" doesn't overwrite the DocumentRoot and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CGI scripts from an existing Apache installation.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington [Ralf S. Engelschall, Jim Jagielski] PR#2084
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Make `configure --compat' more "compatible" by first
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson let the libexecdir default to EPREFIX/libexec instead of EPREFIX/bin and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews second by making sure the "avoid-bristling-suffix" /apache is not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews appended to sysconfdir, datadir, localstatedir and includedir when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --compat is used. [Ralf S. Engelschall, Lars Eilebrecht]
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews *) NeXT required strdup() in support/logresolve.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Francisco Tomei <fatomei@sandburg.unm.edu>] PR#2082
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Jens Schleusener <Jens.Schleusener@dlr.de>] PR#2081
622af581bd08a61d12c70f80b1d40d0d9c8a1fa3David Lawrence *) Fix the path to the MimeMagicFile in the install-config target, too.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall] PR#2089
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley *) PORT: Added HP-UX 11 patches [Jeff Earickson <jaearick@colby.edu>]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If you start apache with the -S command line option it will dump
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley out the parsed vhost settings. This is useful for folks trying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to figure out what is wrong with their vhost configuration.
3886e748a4086b813e3453232a742903762fedadBob Halley (Other dumps may be added in the future.) [Dean Gaudet]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add %pA, %pI, and %pp codes to ap_vformatter (and hence ap_bprintf,
3886e748a4086b813e3453232a742903762fedadBob Halley ap_snprintf, and ap_psprintf). See include/ap.h for docs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Dean Gaudet]
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley *) Because /usr/local/apache is the default prefix the ``configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --compat'' option no longer has to set prefix, again. This way the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --compat option honors a leading --prefix option. [Lars Eilebrecht]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Cast the first argument of dlopen() in ap_os_dso_load()
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington to `char *' under OSF1 and FreeBSD 2.x where it is defined this way
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to avoid "discard const" warnings. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) If a specific handler is set for a file yet the request still
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ends up being handled by the default handler, log an error
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington message before handling it. This catches things such as trying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to use SSIs without mod_include enabled. [Marc Slemko]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix error logging for the startup case where ap_log_error() still uses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stderr as the target. Now the default log level is honored here, too.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Make sure some AWK's don't fail in src/Configure with "string too
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews long" errors when generating the MODULES entry for src/Makefile
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ben Hyde, Ralf S. Engelschall]
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson *) Make sure src/Configure doesn't complain about the old directory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews /usr/local/etc/httpd/ when APACI is used. [Lars Eilebrecht]
0f7045b0c437b158c61c195c319d2762882ece83Andreas GustafssonChanges with Apache 1.3b6
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Clean up warnings on Ultrix and HPUX. [Ben Hyde]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Adding DSO support for the HP/UX platform by emulating the dlopen-style
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson interface via the similar but proprietary HP/UX shl_xxx-style system
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews calls. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: Updated UnixWare 2.0.x and 2.1.x entries for DSO support and made
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff APACI Makefile.tmpl "install" target more robust for sensible UnixWare
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Make. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) ++++ THE BIG SYMBOL RENAMING ++++
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews To avoid symbol clashes with third-party code compiled into the server,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we globally applied the prefix "ap_" to the following classes of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - Apache provided general functions (e.g., ap_cpystrn)
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence - Public API functions (e.g., palloc, bgets)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - Private functions which we can't make static (because of
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence cross-object usage) but should be (e.g., new_connection)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews For backward source compatibility a new header file named compat.h was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews created which provides defines for the old symbol names and can be used
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence by third-party module authors.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [The Apache Group]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Added dynamic shared object (DSO) support for SVR4-derivates: The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews problem under SVR4 is that there is no command flag to force the linker
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister to export the global symbols of the httpd executable therewith they are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews available to the DSO's. Instead of problematic hacks like creating a
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister dummy.so file (containing dummy references to all global symbols) the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews httpd binary is linked against, we use a clean trick stolen from Perl 5:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Placing the Apache core code itself into a DSO library named libhttpd.so.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This way the global symbols _HAVE_ to be exported and thus are available
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to any manually loaded DSO's under runtime. To reduce the impact to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews user to null we go even further and create a stub httpd executable which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews automatically keeps track of the DSO library loading itself and thus
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hides the complete mechanism from the user. Although the generation of
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence this DSO library is automatically triggered for platforms which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews essentially need it (mostly all SVR4-derivates) it can be also enabled
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews manually via the Rule SHARED_CORE. This can be interesting in the future
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrence where we perhaps exploit this libhttpd.so mechanism for providing nifty
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews features like graceful upgrades, or whatever.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall, Martin Kraemer]
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister *) Build the libraries before building the rest of the tools. [Ben Hyde]
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson *) Add "distclean" target to src/-Makefiles to provide "make distclean" also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inside the src subtree (i.e. for non-APACI users). Following GNU Makefile
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews conventions while "clean" removes only stuff created by "all" targets,
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson "distclean" additionally removes the stuff from the configuration
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews process. This way "make distclean" (hence the name) provides a fresh
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews source tree as it was for distribution.
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Allow top-level (APACI) Makefile to break on build errors
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington the same way the src/ subtree Makefiles breaks on them by replacing the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initial APACI sed-subdir-display-kludge with a more clean
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variable-passing-solution: variable SDP can optionally hold the subdir
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley prefix which is consistently used for displaying the subdir movement.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This way even the top-level Makefile can stop correctly on errors as the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews user expects. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fixed ordering of argument checks for RewriteBase directive.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Todd Eigenschink <eigenstr@mixi.net>] PR#2045
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington *) Change Win32 IS_MODULE to SHARED_MODULE to match Unix' method of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews indicating that a module is being compiled for dynamic loading. Also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews remove #define IS_MODULE from modules and add SHARED_MODULE define
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley to the mak/dsp files. [Alexei Kosut]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Reduce logging level of "normal" warning messages to APLOG_INFO,
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence since we are now logging APLOG_WARNING by default. [Roy Fielding]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) PORT: OS/2 tweak to deal with multiple .exe targets. [Brian Havard]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add documentation file and src/Configuration.tmpl entry for the
be768c2e952c34438025999125f984995a2c675fBob Halley experimental mod_mmap_static module. Because although it is and marked as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an experimental one it is distributed and thus should be documented and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews prepared for configuration the same way as all others modules.
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add query (-q) option to apxs support tool to be able to manually query
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley specific settings from apxs. This is needed for instance when you
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews manually want to access Apache's header files and you need to assemble
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the -I option. Now you can do -I`apxs -q INCLUDEDIR`.
be768c2e952c34438025999125f984995a2c675fBob Halley [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Now src/Configure uses a fallback strategy for the shared object support
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley on platforms where no explicit information is available: If a Perl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews installation exists we ask it about its shared object support and if it's
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley the dlopen-style one we shamelessly guess the compiler and linker flags
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for creating shared objects from Perls knowledge. Of course, the user is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews warning about what we are doing and informed that he should send us
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the guessed flags when they work. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Provide APACI --without-support option to be able to disable the build
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and installation of the support tools from the src/support/ area.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Although its useful to have these installed per default we should provide
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister a way to compile and install without them for backward-compatibility.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Ralf S. Engelschall]
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson *) Add of the new APache eXtenSion (apxs) support tool for building and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews installing modules into an _already installed_ Apache package through the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dynamic shared object (DSO) mechanism [mod_so.c]. The trick here is that
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister this approach actually doesn't need the Apache source tree. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (APACI-installed) server package is enough, because this now includes the
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister Apache C header files (PREFIX/include) and the new APXS tool
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (SBINDIR/apxs). The intend is to provide a handy tool for third-party
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module authors to build their Apache modules _OUTSIDE_ the Apache source
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tree while avoiding them to fiddle around with the totally platform
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley dependend way of compiling DSO files. The tool supports all ranges of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews modules, from trivial ones (single mod_foo.c) to complex ones (like PHP3
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which has a mod_php3.c plus a pre-built libmodphp3-so.a) and even can
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on-the-fly generate a minimalistic Makefile and sample module for the
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley first step to provide both a quick success event and to demonstrate the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews APXS mechanism to module authors. [Ralf S. Engelschall]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Fix core dumps in use of CONNECT in proxy.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Rainer.Scherg@rexroth.de] PR#1326, #1573, #1942
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington *) Modify the log directives in httpd.conf-dist files to use CustomLog
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that users have examples of how CustomLog can be used.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [Lars Eilebrecht]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews *) Add the new Apache Autoconf-style Interface (APACI) for the top-level of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the Apache distribution tree. Until Apache 1.3 there was no real
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley out-of-the-box batch-capable build and installation procedure for the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews complete Apache package. This is now provided by a top-level "configure"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews script and a corresponding top-level "Makefile.tmpl" file. The goal is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to provide a GNU Autoconf-style frontend which is capable to both drive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the old src/Configure stuff in batch and additionally installs the
54f68aeb5cb37e48df51dc5224917beaeda040cfTatuya JINMEI 神明達哉 package with a GNU-conforming directory layout. Any options from the old
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration scheme are available plus a lot of new options for flexibly
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence customizing Apache. [Ralf S. Engelschall]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) The floating point ap_snprintf code wasn't threadsafe.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Had to remove the HAVE_CVT macro in order to do threadsafe
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence calling of the ?cvt() floating point routines. [Dean Gaudet]
routines. Use this to replace http_bprintf.c. Add new routines
is necessary on at least Solaris where the /etc/rc?.d scripts
http://.../cgi-bin/...?http%3A%2F%2F... references) [Martin Kraemer]
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]
modules as shared objects. Especially Solaris 2.x, SunOS 4.1, IRIX and
*) The Configure script now generates src/include/ap_config.h which
"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
*) 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.
*) Hide Proxy-Authorization from CGI/SSI/etc just like Authorization is
reads fail. ["M.D.Parker" <mdpc@netcom.com>] PR#1827
*) 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
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.
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.
*) 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
*) PORT: A/UX can handle single-listen accepts without mutex
*) suexec errors now include the errno/description. [Marc Slemko] PR#1543
*) 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]
set with SetEnv/BrowserMatch and similar directives.
(the Siemens BS2000/OSD family) in the POSIX subsystem
Located in libap.a. [Jim Jagielski]
alloc.c (affects win32 only). [Ben Hyde]
server itself (like the src/support tools). [Ken Coar]
It also wouldn't handle "AddIconByType (TXT,/icons/text.gif text/*"
htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
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]
subdirectory htdocs/manual/vhost/. [Lars Eilebrecht <sfx@unix-ag.org>]
[M.D.Parker] PR#1352
*) Inherit a bugfix to fnmatch.c from FreeBSD sources.
breaking on some systems. [Bhaba R.Misra <system@vt.edu>] PR#1368
*) 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
Document this a bit more in src/PORTING. [Dean Gaudet] PR#467
*) WIN32: Make index.html and friends work under Win95. [Ben Laurie]
*) Default pathname has been changed everywhere to /usr/local/apache
*) PORT: UnixWare 2.x requires -lgen for syslog.
[M.D.Parker <mdpc@netcom.com>] PR#1284
*) 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]
*) 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.
*) 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
/dev/tty, etc.)
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.
*) PORT: QNX mmap() support for faster/more reliable scoreboard handling.
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
*) PORT: Linux: Attempt to detect glibc based systems and include crypt.h
*) PORT: QNX doesn't have initgroups() which support/suexec.c uses.
rect /url.hrm 10 20 30 40
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.
*) 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
*) Turn off chunked encoding after sending terminating chunk/footer
*) SECURITY: When a client connects to a particular port/addr, and
actually be reached via that port/addr. [Ed Korthof <ed@organic.com>]
*) Support virtual hosts with wildcard port and/or multiple ports
and mod_include.c. [Dean Gaudet]
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
*) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
minus WIN32/NT stuff, but plus copyright removement.
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.
*) 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]
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
*) Port to UXP/DS(V20) [Toshiaki Nomura <nom@yk.fujitsu.co.jp>]
*) changed status check mask in proxy_http.c from "HTTP/#.# ### *" to
- Changed send_dir() to remove user/passwd from displayed URL.
select/accept and keep-alive requests, fixed several bugs regarding
*) 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]
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
*) 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:
*) 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.
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]