]> granicus.if.org Git - apache/blob - CHANGES
Something I've wish to change for years :).
[apache] / CHANGES
1 Changes with Apache 2.1.0-dev
2
3   [Remove entries to the current 2.0 section below, when backported]
4
5   *) mod_info: Added listing of the Request Hooks and added more build 
6      information like 'httpd -V' contains. Changed output to XHTML. 
7      [Paul Querna]
8
9   *) mod_info: Rewrote config tree walk using a recursive function.
10      Added ?config option. Added printout of config filename and line numbers.
11      [Rici Lake <rici ricilake.net>, Paul Querna]
12
13   *) mod_proxy: Fix type error that prevents proxy-sendchunks from working.
14      [Justin Erenkrantz]
15
16   *) mod_proxy: Fix data corruption by properly setting aside buckets.
17      [Justin Erenkrantz]
18
19   *) mod_proxy: If a request has a blank body and has a 0 Content-Length
20      headers, pass that to the proxy.  [Justin Erenkrantz]
21
22   *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
23      is enabled.  Previously, such urls would still be rejected with
24      404.  [Jeff Trawick, Bill Stoddard]
25
26   *) mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
27      [michael teitler <michael.teitler cetelem.fr>,
28       Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
29
30   *) Recognize QSA flag in mod_rewrite again.
31      [Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
32
33   *) Restructured mod_auth_ldap to fit the new authentication model.
34      The module is now called authnz_ldap and has been moved out of
35      the modules/experimental area and into modules/aaa with the other
36      auth modules.  Both the authn_ldap provider and the authz_ldap
37      handler are contained within the authnz_ldap module.  The 
38      authz_ldap handler introduces 3 new "requires" values for handling
39      authorization.  These handlers are ldap-user, ldap-group and 
40      ldap-dn. [Brad Nicholes]
41
42   *) Fix some compiler warnings in proxy
43      [Geoffrey Young <geoff@modperlcookbook.org>]
44
45   *) mod_ssl: Add SSL_CLIENT_V_REMAIN variable, representing the
46      number of days until the client cert expires.  [Joe Orton]
47
48   *) Add test_config hook, run only if httpd is invoked using -t.
49      [Joe Orton]
50
51   *) Improve error handling for corrupted pid files.  [Jeff Trawick]
52
53   *) mod_proxy.c and proxy_util.c: Enable compiling on 2.0-HEAD 
54      (for backwards compatibility):
55      Avoids mod_ssl.h (not included in 2.0-HEAD) and
56      use apr_socket_create_ex for 0.9.x 
57      [Mladen Turk]
58
59   *) Added proxy_ajp.c module for proxy support to ajp:// backends.
60      [Jean Frederic Clere]
61
62   *) Fixes the build of proxy on Windows. Since the proxy_module is declared
63      as extern using AP_MODULE_DECLARE_DATA that expands to dllexport, there
64      is a LNK2001 error when building proxy_http. [Mladen Turk]
65
66   *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
67      [Graham Leggett]
68
69   *) Remove deprecated/removed APR_STATUS_IS_SUCCESS().  [Justin Erenkrantz]
70
71   *) perchild MPM: Fix thread safety problem in the use of longjmp().
72      [Tsuyoshi SASAMOTO <nazonazo super.win.ne.jp>]
73
74   *) Add load balancer support to the scoreboard in preparation for
75      load balancing support in mod_proxy. [Mladen Turk]
76
77   *) mod_nw_ssl: Added the directive NWSSLUpgradeable to mod_nw_ssl to 
78      allow a non-secure connection to be upgraded to secure connections
79      [Brad Nicholes]
80      
81   *) core: Add Options= syntax to AllowOverride to specify which options
82      may be overridden in .htaccess files. PR 29310.
83      [Tom Alsberg <alsbergt cs.huji.ac.il>, Paul Querna]
84
85   *) ab: Handle long URLs with an error instead of an buffer overflow.
86      PR 28204. [Erik Weide <erik.weidel mplus-technologies.de>, Paul Querna]
87
88   *) mod_so, core: Add new command line options to print all loaded
89      modules. '-t -D DUMP_MODULES' and '-M' will show all static 
90      and shared modules as loaded from the configuration file.
91      [Paul Querna]
92
93   *) mod_autoindex: Add ShowForbidden to IndexOptions to list files
94      that are not shown because the subrequest returned 401 or 403. 
95      PR 10575.  [Paul Querna]
96
97   *) mod_headers: implement "Early" processing option in post_read_request
98      to enable Header and RequestHeader directives to be used to set up
99      testcases for pre-fixups request phases [Nick Kew]
100
101   *) mod_proxy: multiple bugfixes, principally support cookies in
102      ProxyPassReverse, and don't canonicalise URL passed to backend.
103      Documentation correspondingly updated. [Nick Kew <nick webthing.com>]
104
105   *) mod_deflate: support gzip flags in inflate_out_filter
106      [Nick Kew <nick webthing.com>]
107
108   *) Drop the ErrorHeader directive which turned out to be a misnomer.
109      Instead there's a new optional flag for the Header directive
110      ('always'), which keeps the former ErrorHeader functionality.
111      [André Malo]
112
113   *) mod_deflate: Don't deflate responses with zero length 
114      e.g. proxied 304's [Allan Edwards]
115
116   *) <IfModule> now recognizes the module identifier in addition to the
117      file name. PR 29003.  [Edward Rudd <eddie omegaware.com>, André Malo]
118
119   *) mod_ssl: Add "SSLHonorCipherOrder" directive to enable the
120      OpenSSL 0.9.7 flag which uses the server's cipher order rather
121      than the client's.  PR 28665.
122      [Jim Schneider <jschneid netilla.com>]
123
124   *) mod_ssl: Drop support for the CompatEnvVars argument to
125      SSLOptions, which was never actually implemented in 2.0.
126      [Joe Orton]
127
128   *) Fix bug in mod_deflate that unconditionally sent deflate'd output
129      even when Accept-Encoding is not present.  [Justin Erenkrantz]
130
131   *) Pass environment variables through to piped loggers and start
132      them via the shell, resolving regressions since 1.3.  PR 28815
133      [Ken Coar, Jeff Trawick]
134
135   *) External rewrite map responses are no longer limited to 2048
136      bytes.  [André Malo]
137
138   *) Proxy server was deleting cookies that Apache had already
139      assigned if the origin server had set any cookies. PR 27023.
140      [Jim Jagielski]
141
142   *) Removed old and unmaintained ap_add_named_module API and changed
143      the following APIs to return an error instead of hard exiting:
144      ap_add_module, ap_add_loaded_module, ap_setup_prelinked_modules,
145      and ap_process_resource_config.  [André Malo]
146
147   *) mod_headers: Allow %% in header values to represent a literal %.
148      [André Malo]
149
150   *) mod_headers: Allow env clauses also for 'echo' and 'unset' actions.
151      [André Malo]
152
153   *) mod_headers: Allow 'echo' also for ErrorHeaders.  [André Malo]
154
155   *) mod_deflate: New option for DEFLATE output file (force-gzip),
156      new output filter 'INFLATE' for uncompressing responses.
157      [Nick Kew <Nick at WebThing dot com>, Ian Holsman]
158
159   *) Added new module mod_version, which provides version dependent
160      configuration containers.  [André Malo]
161
162   *) mod_log_config now logs all Set-Cookie headers if the %{Set-Cookie}o
163      format is used.  PR 27787.  [André Malo]
164
165   *) Allow Digest providers to return AUTH_DENIED to propagate a 401
166      status and terminate the provider chain prior to checking the password.
167      [Geoffrey Young]
168
169   *) mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
170      Don't place script socket inside default server root instead of
171      actual server root.  PR 27886.  [Jeff Trawick]
172
173   *) mod_proxy: Fix handling of non-200 success status codes when
174      "ProxyErrorOverride On" is configured.  PR 20183.
175      [Marcus Janson <marcus.janson tre.se>, Joe Orton]
176
177   *) Threaded MPMs for Unix and Win32: Add support for ThreadStackSize 
178      directive (previously NetWare-only) to override default thread 
179      stack size for threads which handle client connections.  Required 
180      for some third-party modules on platforms with small default 
181      thread stack size.  [Jeff Trawick]
182
183   *) minor mod_auth_basic and mod_auth_digest sync.  mod_auth_basic
184      now populates r->user with the (possibly unauthenticated) user,
185      and mod_auth_digest returns 500 when a provider returns
186      AUTH_GENERAL_ERROR.
187      [Geoffrey Young]
188
189   *) The whole codebase was relicensed and is now available under
190      the Apache License, Version 2.0 (http://www.apache.org/licenses).
191      [Apache Software Foundation]
192
193   *) Delete some make-generated files in the server directory during 
194      "make clean" processing.  PR 26552.  [Jeff Trawick]
195
196   *) Add core version query function (ap_get_server_revision) and
197      accompanying ap_version_t structure (minor MMN bump).
198      [André Malo]
199
200   *) mod_rewrite: EOLs sent by external rewritemaps are now consumed
201      as whole. That way, on systems with more than one EOL character
202      rewritemap programs no longer need to switch stdout to binary
203      mode. PR 25635.  [André Malo]
204
205   *) mod_rewrite: Introduce the ability to force a content handler via
206      the [handler=...] flag.  [André Malo]
207
208   *) mod_rewrite: Introduce the RewriteCond -x check, which returns
209      true if the pattern is a file with execution permissions.
210      [André Malo]
211
212   *) mod_rewrite: Allow proxying and RewriteRules in directory context
213      for subrequests.  PR 14648, 15114.  [André Malo]
214
215   *) mod_rewrite: Allow setting of any valid HTTP response code.
216      PR 25917.  [André Malo]
217
218   *) mod_rewrite: Cookie creation now works locale independent.
219      [André Malo]
220
221   *) mod_ssl: Add support for distributed session cache using 'distcache'.
222      [Geoff Thorpe <geoff geoffthorpe.net>]
223
224   *) mod_dav: Disallow requests with an unescaped hash character in
225      the Request-URI.  PR 21779.  [Amit Athavale <amit_athavale lycos.com>]
226
227   *) mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration
228      attaches a body to the 302 response and a wrong Content-Length header.
229      PR: 22951 [Ermanno Scaglione scaglione ..at.. starnetone.de]
230
231   *) Bring ErrorHeader concept forward from 1.3, so that response
232      header fields can be set for return even on errors or external
233      redirects.  [Ken Coar]
234
235   *) Fix <Limit> and <LimitExcept> parsing to require a closing '>' 
236      in the initial container.  PR 25414. 
237      [Geoffrey Young <geoff apache.org>]
238
239   *) Clean up httpd -V output: Instead of displaying the MPM source
240      directory, display the MPM name and some MPM properties.
241      [Geoffrey Young <geoff apache.org>]
242
243   *) mod_ssl/mod_status: Re-enable support for output of SSL session
244      cache information in server-status page.  [Joe Orton]
245
246   *) mod_ssl: Remove the shmht session cache, shmcb should be used
247      instead.  [Joe Orton]
248
249   *) mod_logio: Account for some bytes handed to the network layer prior to
250      dropped connections.  [Jeff Trawick]
251
252   *) mod_autoindex: new directive IndexStyleSheet 
253     [Tyler Riddle <triddle_1999 yahoo.com>, Paul Querna <chip force-elite.com>]
254
255   *) Fix uninitialized gprof directory name in prefork MPM.  PR 24450.
256      [Chris Knight <Christopher.D.Knight nasa.gov>]
257
258   *) Log an error when requests for URIs which fail to map to a valid 
259      filesystem name are rejected with 403.  [Jeff Trawick]
260
261   *) Switch to APR 1.0 API.
262
263   *) Major overhaul of mod_include's filter parser. The new parser code
264      is expected to be more robust and should catch all of the edge cases
265      that were not handled by the previous one. This includes a binary
266      incompatible change of mod_include's external API.  [André Malo]
267
268   *) mod_rewrite: Allow forced mimetypes [T=...] to get expanded.
269      PR 14223.  [André Malo]
270
271   *) mod_rewrite: Fix LA-U and LA-F lookups in directory context. Previously
272      the current rewrite state was just used as lookup path, which lead to
273      strange and often useless results. Related to PR 8493.  [André Malo]
274
275   *) Change Listen directive to bind to all addresses when a hostname is
276      not specified.  [Justin Erenkrantz]
277
278   *) Correct failure with Listen directives on machines with IPv6 enabled.
279      [Colm MacCárthaigh <colm stdlib.net>, Justin Erenkrantz]
280
281   *) Fix a link failure in mod_ssl when the OpenSSL libraries contain
282      the ENGINE functions but the engine header files are missing.
283      [Cliff Woolley]
284
285   *) mod_rewrite: RewriteRules in server context using the force
286      type feature [T=...] no longer disable MultiViews.  [André Malo]
287
288   *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot.
289      [André Malo]
290
291   *) mod_authz_groupfile: Strip trailing spaces of group names. This
292      hopefully saves some hours of searching for typos. PR 12863.
293      [André Malo]
294
295   *) mod_actions: Propagate the handler name to the action script via
296      the REDIRECT_HANDLER environment variable.  [André Malo]
297
298   *) mod_actions: Introduce the "virtual" modifier to the Action directive,
299      which allows the use of handlers for virtual locations. PR 8431.
300      [André Malo]
301
302   *) mod_speling: Recognize AcceptPathInfo setting for the particular
303      location. Default is to reject path information. PR 21059.
304      [André Malo]
305
306   *) mod_ext_filter: Add the ability to filter request bodies.
307      [Philipp Reisner <philipp.reisner linbit.com>]
308
309   *) Fix some broken log messages in WinNT MPM.  
310      [Juan Rivera <Juan.Rivera citrix.com>]
311
312   *) prefork MPM: Use the right permissions for the directory created 
313      for gprof support.  [Jim Carlson <jcarlson jnous.com>]
314
315   *) Fix a compile failure with recent OpenSSL and picky compilers
316      (e.g., OpenSSL 0.9.7a and xlc_r on AIX).  [Jeff Trawick]
317
318   *) OpenSSL headers should be included as "openssl/ssl.h", and not rely on
319      the INCLUDE path to be defined properly.
320      PR 11310. [Geoff Thorpe <geoff geoffthorpe.net>]
321
322   *) Modify APACHE_CHECK_SSL_TOOLKIT to detect SSL-C. [Madhusudan Mathihalli]
323
324   *) Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
325      autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc). 
326      [Geoff Thorpe <geoff geoffthorpe.net>]
327
328   *) change directive name from 'compressionlevel' to 'deflatecompressionlevel'
329      [Ian Holsman, André Malo]
330
331   *) mod_negotiation: quality values are now parsed independent from
332      the current locale. level values are now really parsed as integers.
333      PR 17564.  [André Malo]
334
335   *) Extend mod_negotiation to evaluate the environment variables
336      no-gzip and gzip-only-text/html the same way as mod_deflate does.
337      [André Malo]
338
339   *) mod_rewrite: Fix some problems reporting errors with mapping
340      programs (RewriteMap prg:/something).  [Jeff Trawick]
341
342   *) Return 413 if chunk-ext-header is too long rather than reading from
343      the truncated line.  PR 15857.  [Justin Erenkrantz]
344
345   *) Allow restart of httpd to occur even with syntax errors in the config
346      file.  PR 16813.  [Justin Erenkrantz]
347
348   *) Use APR_LAYOUT instead of APACHE_LAYOUT in configure.  PR 15679.
349      [Justin Erenkrantz]
350
351   *) Remove files on 'make distclean' that should be.  PR 15592.
352      [Justin Erenkrantz]
353
354   *) Allow apachectl to perform status with links and elinks as well.
355      [Justin Erenkrantz]
356
357   *) mod_log_config change optional hook to return previous handler
358      [Ian Holsman]
359
360   *) Forward port of mod_actions' ability to handle arbitrary methods
361      with the Script directive.  [André Malo]
362
363   *) Let suexec send a message to stderr, if it failed or its policy
364      was violated. This message appears in the error log and allows
365      for easier debugging. PR 5381, 7638, 8255, 10773.  [André Malo]
366
367   *) Modify buildconf to copy all required files into httpd's tree.
368      [Thom May <thom planetarytramp.net>]
369
370   *) Allow mod_dav to do weak entity comparison functions.
371      [Justin Erenkrantz]
372
373   *) Move RFC 1413 ident requests from core to new module mod_ident.
374      [André Malo]
375
376   *) Add mod_authz_owner - a forward port of "Require file-owner"
377      and "Require file-group", which was already present in version
378      1.3.21.  [André Malo]
379
380   *) Add mod_dav_lock - a generic subset of the DAV locking implementation.
381      [Justin Erenkrantz]
382
383   *) Replace some of the mutex locking in the worker MPM with
384      atomic operations for higher concurrency.  [Brian Pane]
385
386   *) Allow 'make depend' to work with non-GCC compilers.
387      [Justin Erenkrantz]
388
389   *) If an httpd.conf has commented out AddModule directives, 
390      apxs -i -a will add an un-commented AddModule directive for 
391      the new module, which breaks the config.
392      PR: 11212 [Joe Orton]
393
394   *) Fix mod_proxy handling of filtered input bodies.  [Justin Erenkrantz]
395
396   *) Move the check of the Expect request header field after the hook
397      for ap_post_read_request, since that is the only opportunity for
398      modules to handle Expect extensions.  [Justin Erenkrantz]
399
400   *) Rewrite of aaa modules to an authn/authz model.
401      [Dirk-Willem van Gulik, Justin Erenkrantz]
402
403
404   [Apache 2.1.0-dev includes those bug fixes and changes with the
405    Apache 2.0.xx tree as documented, and except as noted, below.]
406
407 Changes with Apache 2.0.51
408
409   *) Add -l option to rotatelogs to let it use local time rather than
410      UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
411
412   *) mod_log_config: Fix a bug which prevented request completion time
413      from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
414      processing.  PR 29696.  [Alois Treindl <alois astro.ch>]
415
416   *) mod_include no longer checks for recursion, because that's done
417      in the core. This allows for careful usage of recursive SSI.
418      [André Malo]
419
420   *) Fix memory leak in the cache handling of mod_rewrite. PR 27862.
421      [chunyan sheng <shengperson yahoo.com>, André Malo]
422
423   *) Include directives no longer refuse to process symlinks on
424      directories. Instead there's now a maximum nesting level
425      of included directories (128 as distributed). This is configurable
426      at compile time using the -DAP_MAX_INCLUDE_DIR_DEPTH switch.
427      PR 28492.  [André Malo]
428
429   *) Win32: apache -k start|restart|install|config can leave stranded
430      piped logger processes (eg, rotatelogs.exe) due to improper
431      server shutdown on these code paths.
432      [Bill Stoddard]
433
434   *) SECURITY: CAN-2004-0751 (cve.mitre.org)
435      mod_ssl: Fix a segfault in the SSL input filter which could be
436      triggered if using "speculative" mode, for instance by a 
437      proxy request to an SSL server.  PR 30134.  [Joe Orton]
438
439   *) mod_rewrite: Add %{SSL:...} and %{HTTPS} variable lookups.
440      PR 30464.  [Joe Orton, Madhusudan Mathihalli]
441
442   *) mod_ssl: Add new 'ssl_is_https' optional function.  [Joe Orton]
443
444   *) Prevent CGI script output which includes a Content-Range header
445      from being passed through the byterange filter.  [Joe Orton]
446
447   *) Satisfy directives now can be influenced by a surrounding <Limit>
448      container.  PR 14726.  [André Malo]
449
450   *) mod_rewrite now officially supports RewriteRules in <Proxy> sections.
451      PR 27985.  [André Malo]
452
453   *) mod_disk_cache: Implement binary format for on-disk header files.
454      [Brian Akins <bakins web.turner.com>, Justin Erenkrantz]
455
456   *) mod_disk_cache: Optimize network performance of disk cache subsystem by
457      allowing zero-copy (sendfile) writes and other miscellaneous fixes.
458      [Justin Erenkrantz]
459
460   *) mod_cache, mod_disk_cache, mod_mem_cache: Refactor cache modules, and
461      switch to the provider API instead of hooks.  [Justin Erenkrantz]
462
463   *) mod_autoindex: Don't truncate the directory listing if a stat()
464      call fails (for instance on a >2Gb file).  PR 17357.
465      [Joe Orton]
466
467   *) Makefile fix: httpd is linked against LIBS given to the
468      'make' invocation.  PR 7882.  [Joe Orton]
469
470   *) WinNT MPM: Fix a broken log message at termination.  PR 28063.
471      [Eider Oliveira <eider bol.com.br>]
472
473   *) Prevent Win32 pool corruption at startup [Allan Edwards]
474
475   *) mod_ssl: Add "SSLUserName" directive to set r->user based on a
476      chosen SSL environment variable.  PR 20957. 
477      [Martin v. Loewis <martin v.loewis.de>]
478
479   *) suexec: Pass the SERVER_SIGNATURE envvar through to CGIs.
480      [Zvi Har'El <rl math.technion.ac.il>]
481
482   *) apachectl: Fix a problem finding envvars if sbindir != bindir.
483      PR 30723.  [Friedrich Haubensak <hsk imb-jena.de>]
484
485   *) mod_ssl: Build on RHEL 3.  PR 18989.  [Justin Erenkrantz]
486
487   *) SECURITY: CAN-2004-0748 (cve.mitre.org)
488      mod_ssl: Fix a potential infinite loop.  PR 29964.  [Joe Orton]
489
490   *) mod_ssl: Avoid startup failure after unclean shutdown if using shmcb.
491      PR 18989.  [Joe Orton]
492
493   *) mod_userdir: Ensure that the userdir identity is used for
494      suexec userdir access in a virtual host which has suexec configured.  
495      PR 18156.  [Joshua Slive]
496
497   *) mod_rewrite no longer confuses the RewriteMap caches if
498      different maps defined in different virtual hosts use the
499      same map name. PR 26462.  [André Malo]
500
501   *) mod_setenvif: Remove "support" for Remote_User variable which
502      never worked at all. PR 25725.  [André Malo]
503
504   *) Backport from 2.1 / Regression from 1.3: mod_headers now knows
505      again the functionality of the ErrorHeader directive. But instead
506      using this misnomer additional flags to the Header directive were
507      introduced ("always" and "onsuccess", defaulting to the latter).
508      PR 28657.  [André Malo]
509
510   *) Use the higher performing 'httpready' Accept Filter on all platforms 
511      except FreeBSD < 4.1.1. [Paul Querna]
512
513   *) mod_usertrack: Escape the cookie name before pasting into the
514      regexp.  [André Malo]
515
516   *) Extend the SetEnvIf directive to capture subexpressions of the
517      matched value.  [André Malo]
518
519   *) Recursive Include directives no longer crash. The server stops
520      including configuration files after a certain nesting level (128
521      as distributed). This is configurable at compile time using the
522      -DAP_MAX_INCLUDE_DEPTH switch. PR 28370.  [André Malo]
523
524   *) mod_dir: the trailing-slash behaviour is now configurable using the
525      DirectorySlash directive.  [André Malo]
526
527   *) Allow proxying of resources that are invoked via DirectoryIndex.
528      PR 14648, 15112, 29961.  [André Malo]
529
530   *) util_ldap: Switched the lock types on the shared memory cache 
531      from thread reader/writer locks to global mutexes in order to 
532      provide cross process cache protection. [Brad Nicholes]
533      
534   *) util_ldap: Reworked the cache locking scheme to eliminate duplicate 
535      cache entries in the credentials cache due to race conditions.
536      [Brad Nicholes]
537      
538   *) util_ldap: Enhanced the util_ldap cache-info display to show more 
539      detail about the contents and current state of the cache. 
540      [Brad Nicholes]
541      
542   *) Enable the option to support anonymous shared memory in mod_ldap.
543      This makes the cache work on Linux again. [Graham Leggett]
544
545   *) Enable special ErrorDocument value 'default' which restores the
546      canned server response for the scope of the directive.
547      [Geoffrey Young, André Malo]
548
549   *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
550      is set in r->subprocess_env allow mismatched query strings to pass.
551      PR 27758.  [Paul Querna, Geoffrey Young]
552
553   *) Accept URLs for the ServerAdmin directive. If the supplied
554      argument is not recognized as an URL, assume it's a mail address.
555      PR 28174.  [André Malo, Paul Querna]
556
557   *) initialize server arrays prior to calling ap_setup_prelinked_modules
558      so that static modules can push Defines values when registering
559      hooks just like DSO modules can ["Philippe M. Chiasson" <gozer cpan.org>]
560
561   *) Small fix to allow reverse proxying to an ftp server. Previously
562      an attempt to do this would try and connect to 0.0.0.0, regardless
563      of the server specified. PR 24922
564      [Pascal Terjan <pterjan@linuxfr.org>]
565
566   *) Add the NOTICE file to the rpm spec file in compliance with the
567      Apache v2.0 license. [Graham Leggett]
568
569   *) RPM spec file changes: changed default dependancy to link to db4
570      instead of db3. Fixed complaints about unpackaged files.
571      [Graham Leggett]
572
573 Changes with Apache 2.0.50
574
575   *) SECURITY: CAN-2004-0493 (cve.mitre.org)
576      Close a denial of service vulnerability identified by Georgi
577      Guninski which could lead to memory exhaustion with certain
578      input data.  [Jeff Trawick]
579
580   *) mod_cgi: Handle output on stderr during script execution on Unix
581      platforms; preventing deadlock when stderr output fills pipe buffer.
582      Also fixes case where stderr from nph- scripts could be lost.
583      PR 22030, 18348.  [Joe Orton, Jeff Trawick]
584
585   *) mod_alias now emits a warning if it detects overlapping *Alias*
586      directives.  [André Malo]
587
588   *) mod_rewrite no longer turns forward proxy requests into reverse proxy
589      requests. PR 28125  [ast domdv.de, André Malo]
590
591   *) ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now
592      exported on Win32 and Netware as well (minor MMN bump).  PR 28523.
593      [Edward Rudd <eddie omegaware.com>, André Malo]
594
595   *) Restore the ability to disable the use of AcceptEx on Win9x systems
596      automatically (broken in 2.0.49). PR 28529.  [André Malo]
597
598   *) <VirtualHost myhost> now applies to all IP addresses for myhost
599      instead of just the first one reported by the resolver.  This
600      corrects a regression since 1.3.  [Jeff Trawick]
601
602   *) util_ldap: allow relative paths for LDAPTrustedCA to be resolved
603      against ServerRoot PR#26602 [Brad Nicholes]
604        
605   *) SECURITY: CAN-2004-0488 (cve.mitre.org)
606      mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a
607      (trusted) client certificate subject DN which exceeds 6K in length.
608      [Joe Orton]
609
610   *) mod_dav_fs: Fix MKCOL response for missing parent collections, which 
611      caused issues for the Eclipse WebDAV extension.
612      PR 29034.  [Joe Orton]
613
614   *) mod_deflate: Fix memory consumption (which was proportional to the
615      response size).  PR 29318.  [Joe Orton]
616
617   *) mod_ssl: Log the errors returned on failure to load or initialize
618      a crypto accelerator engine.  [Joe Orton]
619
620   *) Allow RequestHeader directives to be conditional. PR 27951.
621      [Vincent Deffontaines <vincent gryzor.com>, André Malo]
622
623   *) Allow LimitRequestBody to be reset to unlimited. PR 29106
624      [André Malo]
625
626   *) Fix a bunch of cases where the return code of the regex compiler
627      was not checked properly. This affects: mod_setenvif, mod_usertrack,
628      mod_proxy, mod_proxy_ftp and core. PR 28218.  [André Malo]
629
630   *) mod_ssl: Fix a potential segfault in the 'shmcb' session cache for
631      small cache sizes.  PR 27751.  [Geoff Thorpe <geoff geoffthorpe.net>]
632
633   *) Remove 2Gb log file size restriction on some 32-bit platforms.
634      PR 13511.  [Joe Orton]
635
636   *) mod_logio no longer removes the EOS bucket. PR 27928.
637      [Bojan Smojver <bojan rexursive.com>]
638
639   *) htpasswd no longer refuses to process files that contain empty
640      lines.  [André Malo]
641
642   *) Regression from 1.3: At startup, suexec now will be checked for
643      availability, the setuid bit and user root. The works only if
644      httpd is compiled with the shipped APR version (0.9.5).
645      PR 28287.  [André Malo]
646
647   *) Unix MPMs: Stop dropping connections when the file descriptor
648      is at least FD_SETSIZE.  [Jeff Trawick]
649
650   *) Fix handling of IPv6 numeric strings in mod_proxy.  [Jeff Trawick]
651
652   *) mod_isapi: send_response_header() failed to copy status string's 
653      last character.  PR 20619.  [Jesse Pelton <jsp pkc.com>]
654
655   *) Fix a segfault when requests for shared memory fails and returns
656      NULL. Fix a segfault caused by a lack of bounds checking on the
657      cache.  PR 24801.  [Graham Leggett]
658
659   *) Throw an error message if an attempt is made to use the LDAPTrustedCA
660      or LDAPTrustedCAType directives in a VirtualHost. PR 26390
661      [Brad Nicholes]
662
663   *) Fix a potential segfault if the bind password in the LDAP cache
664      is NULL.  PR 28250.  [Jari Ahonen <jah progress.com>]
665
666   *) Quotes cannot be used around require group and require dn
667      directives, update the documentation to reflect this. Also add
668      quotes around the dn and group within debug messages, to make it
669      more obvious why authentication is failing if quotes are used in
670      error.  PR 19304.  [Graham Leggett]
671
672   *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap
673      from escaping filters twice when the backslash character is used.
674      PR 24437.  [Jess Holle <jessh ptc.com>]
675
676   *) Overhaul handling of LDAP error conditions, so that the util_ldap_*
677      functions leave the connections in a sane state after errors have
678      occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134,
679      27271 [Graham Leggett]
680                                                                                 
681   *) mod_ldap calls ldap_simple_bind_s() to validate the user
682      credentials.  If the bind fails, the connection is left
683      in an unbound state.  Make sure that the ldap connection
684      record is updated to show that the connection is no longer
685      bound. [Brad Nicholes]
686
687   *) Ensure that lines in the request which are too long are 
688      properly terminated before logging.
689      [Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp>]
690
691   *) Update the bind credentials for the cached LDAP connection to 
692      reflect the last bind.  This prevents util_ldap from creating 
693      unnecessary connections rather than reusing cached connections.
694      [Brad Nicholes]
695      
696   *) mod_isapi: GetServerVariable returned improperly terminated header 
697      fields given "ALL_HTTP" or "ALL_RAW".  PR 20656.
698      [Jesse Pelton <jsp pkc.com>]
699
700   *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
701      size.  PR 20617.  [Jesse Pelton <jsp pkc.com>]
702
703   *) mod_dav: Fix a problem that could cause crashes when manipulating 
704      locks on some platforms.  [Jeff Trawick]
705
706   *) mod_headers no longer crashes if an empty header value should
707      be added.  [André Malo]
708
709   *) Fix segfault in mod_expires, which occured under certain
710      circumstances. PR 28047.  [André Malo]
711
712   *) htpasswd: use apr_temp_dir_get() and general cleanup
713      [Guenter Knauf <eflash gmx.net>, Thom May]
714
715   *) mod_ssl: Fix memory leak in session cache handling.  PR 26562
716      [Madhusudan Mathihalli]
717
718   *) mod_ssl: Fix potential segfaults when performing SSL shutdown from
719      a pool cleanup.  PR 27945.  [Joe Orton]
720
721   *) Add forensic logging module (mod_log_forensic).
722      [Ben Laurie]
723
724   *) logresolve: Allow size of log line buffer to be overridden at
725      build time (MAXLINE).  PR 27793.  [Jeff Trawick]
726
727   *) Fix the comment delimiter in htdbm so that it correctly parses the 
728      username comment.  Also add a terminate function to allow NetWare 
729      to pause the output before the screen is destroyed.
730      [Guenter Knauf <eflash gmx.net>, Brad Nicholes] 
731   
732   *) Fix crash when Apache was started with no Listen directives.
733      [Michael Corcoran <mcorcoran warpsolutions.com>]
734
735   *) core_output_filter: Fix bug that could result in sending
736      garbage over the network when module handlers construct
737      bucket brigades containing multiple file buckets all referencing
738      the same open file descriptor. [Bojan Smojver]
739
740   *) Fix memory corruption problem with ap_custom_response() function.
741      The core per-dir config would later point to request pool data
742      that would be reused for different purposes on different requests.
743      [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe]
744
745   *) Win32: Tweak worker thread accounting routines to eliminate
746      server hang when number of Listen directives in httpd.conf
747      is greater than or equal to the setting of ThreadsPerChild.
748      [Bill Stoddard]
749
750 Changes with Apache 2.0.49
751
752   *) SECURITY: CAN-2004-0174 (cve.mitre.org)
753      Fix starvation issue on listening sockets where a short-lived
754      connection on a rarely-accessed listening socket will cause a
755      child to hold the accept mutex and block out new connections until
756      another connection arrives on that rarely-accessed listening socket.
757      With Apache 2.x there is no performance concern about enabling the 
758      logic for platforms which don't need it, so it is enabled everywhere
759      except for Win32.  [Jeff Trawick]
760
761   *) mod_cgid: Fix storage corruption caused by use of incorrect pool.
762      [Jeff Trawick]
763
764   *) Win32: find_read_listeners was not correctly handling multiple
765      listeners on the Win32DisableAcceptEx path.  [Bill Stoddard]
766
767   *) Fix bug in mod_usertrack when no CookieName is set.  PR 24483.
768      [Manni Wood <manniwood planet-save.com>]
769
770   *) Fix some piped log problems: bogus "piped log program '(null)'
771      failed" messages during restart and problem with the logger
772      respawning again after Apache is stopped.  PR 21648, PR 24805.
773      [Jeff Trawick]
774
775   *) Fixed file extensions for real media files and removed rpm extension
776      from mime.types. PR 26079.  [Allan Sandfeld <kde carewolf.com>]
777
778   *) Remove compile-time length limit on request strings. Length is
779      now enforced solely with the LimitRequestLine config directive.
780      [Paul J. Reder]
781
782   *) mod_ssl: Send the Close Alert message to the peer before closing
783      the SSL session.  PR 27428.  [Madhusudan Mathihalli, Joe Orton]
784
785   *) SECURITY: CVE-2004-0113 (cve.mitre.org)
786      mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
787      PR 27106.  [Joe Orton]
788
789   *) mod_ssl: Fix bug in passphrase handling which could cause spurious
790      failures in SSL functions later.  PR 21160.  [Joe Orton]
791
792   *) mod_log_config: Fix corruption of buffered logs with threaded
793      MPMs.  PR 25520.  [Jeff Trawick]
794
795   *) Fix mod_include's expression parser to recognize strings correctly
796      even if they start with an escaped token.  [André Malo]
797
798   *) Add fatal exception hook for use by diagnostic modules.  The hook
799      is only available if the --enable-exception-hook configure parm 
800      is used and the EnableExceptionHook directive has been set to 
801      "on".  [Jeff Trawick]
802
803   *) Allow mod_auth_digest to work with sub-requests with different
804      methods than the original request.  PR 25040.
805      [Josh Dady <jpd indecisive.com>]
806
807   *) fix "Expected </Foo>> but saw </Foo>" errors in nested,
808      argumentless containers.
809      ["Philippe M. Chiasson" <gozer cpan.org>]
810
811   *) mod_auth_ldap: Fix some segfaults in the cache logic.  PR 18756.
812      [Matthieu Estrade <apache moresecurity.org>, Brad Nicholes]
813
814   *) mod_cgid: Restart the cgid daemon if it crashes.  PR 19849
815      [Glenn Nielsen <glenn apache.org>]
816
817   *) The whole codebase was relicensed and is now available under
818      the Apache License, Version 2.0 (http://www.apache.org/licenses).
819      [Apache Software Foundation]
820
821   *) Fixed cache-removal order in mod_mem_cache.
822      [Jean-Jacques Clar, Cliff Woolley]
823
824   *) mod_setenvif: Fix the regex optimizer, which under circumstances
825      treated the supplied regex as literal string. PR 24219.
826      [André Malo]
827
828   *) ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
829      instead of mmn. [André Malo]
830
831   *) mod_rewrite: Catch an edge case, where strange subsequent RewriteRules
832      could lead to a 400 (Bad Request) response.  [André Malo]
833
834   *) Keep focus of ITERATE and ITERATE2 on the current module when
835      the module chooses to return DECLINE_CMD for the directive.
836      PR 22299.  [Geoffrey Young <geoff apache.org>]
837
838   *) Add support for IMT minor-type wildcards (e.g., text/*) to
839      ExpiresByType.  PR#7991  [Ken Coar]
840
841   *) Fix segfault in mod_mem_cache cache_insert() due to cache size
842      becoming negative.  PR: 21285, 21287
843      [Bill Stoddard, Massimo Torquati, Jean-Jacques Clar]
844
845   *) core.c: If large file support is enabled, allow any file that is
846      greater than AP_MAX_SENDFILE to be split into multiple buckets.
847      This allows Apache to send files that are greater than 2gig.
848      Otherwise we run into 32/64 bit type mismatches in the file size.
849      [Brad Nicholes]
850
851   *) proxy_http fix: mod_proxy hangs when both KeepAlive and
852      ProxyErrorOverride are enabled, and a non-200 response without a
853      body is generated by the backend server. (e.g.: a client makes a
854      request containing the "If-Modified-Since" and "If-None-Match"
855      headers, to which the backend server respond with status 304.)
856      [Graham Wiseman <gwiseman fscinternet.com>, Richard Reiner]
857
858   *) mod_dav: Reject requests which include an unescaped fragment in the
859      Request-URI.  PR 21779.  [Amit Athavale <amit_athavale lycos.com>]
860
861   *) Build array of allowed methods with proper dimensions, fixing
862      possible memory corruption.  [Jeff Trawick]
863
864   *) mod_ssl: Fix potential segfault on lookup of SSL_SESSION_ID.
865      PR 15057.  [Otmar Lendl <lendl nic.at>]
866
867   *) mod_ssl: Fix streaming output from an nph- CGI script. PR 21944
868      [Joe Orton]
869
870   *) mod_usertrack no longer inspects the Cookie2 header for
871      the cookie name. PR 11475.  [Chris Darrochi <chrisd pearsoncmg.com>]
872
873   *) mod_usertrack no longer overwrites other cookies.
874      PR 26002.  [Scott Moore <apache nopdesign.com>]
875
876   *) worker MPM: fix stack overlay bug that could cause the parent
877      process to crash.  [Jeff Trawick]
878
879   *) Win32: Add Win32DisableAcceptEx directive. This Windows
880      NT/2000/CP directive is useful to work around bugs in some 
881      third party layered service providers like virus scanners, 
882      VPN and firewall products, that do not properly handle 
883      WinSock 2 APIs.  Use this directive if your server is issuing
884      AcceptEx failed messages.
885      [Allan Edwards, Bill Rowe, Bill Stoddard, Jeff Trawick]
886
887   *) Make REMOTE_PORT variable available in mod_rewrite.
888      PR 25772.  [André Malo]
889
890   *) Fix a long delay with CGI requests and keepalive connections on
891      AIX.  [Jeff Trawick]
892
893   *) mod_autoindex: Add 'XHTML' option in order to allow switching between
894      HTML 3.2 and XHTML 1.0 output. PR 23747.  [André Malo]
895
896   *) Add XHTML Document Type Definitions to httpd.h (minor MMN bump).
897      [André Malo]
898
899   *) mod_ssl: Advertise SSL library version as determined at run-time rather
900      than at compile-time.  PR 23956.  [Eric Seidel <seidel apple.com>]
901
902   *) mod_ssl: Fix segfault on a non-SSL request if the 'c' log
903      format code is used.  PR 22741.  [Gary E. Miller <gem rellim.com>]
904
905   *) Fix build with parallel make.  PR 24643.  [Joe Orton]
906
907   *) mod_rewrite: In external rewrite maps lookup keys containing
908      a newline now cause a lookup failure. PR 14453.
909      [Cedric Gavage <cedric.gavage unixtech.be>, André Malo]
910
911   *) Backport major overhaul of mod_include's filter parser from 2.1.
912      The new parser code is expected to be more robust and should
913      catch all of the edge cases that were not handled by the previous one.
914      The 2.1 external API changes were hidden by a wrapper which is
915      expected to keep the API backwards compatible.  [André Malo]
916
917   *) Add a hook (insert_error_filter) to allow filters to re-insert
918      themselves during processing of error responses. Enable mod_expires
919      to use the new hook to include Expires headers in valid error
920      responses. This addresses an RFC violation. It fixes PRs 19794,
921      24884, and 25123. [Paul J. Reder]
922
923   *) Add Polish translation of error messages.  PR 25101.
924      [Tomasz Kepczynski <tomek jot23.org>]
925
926   *) Add AP_MPMQ_MPM_STATE function code for ap_mpm_query. (Not yet
927      supported for BeOS or OS/2 MPMs.)  [Jeff Trawick, Brad Nicholes,
928      Bill Stoddard]
929
930   *) Add mod_status hook to allow modules to add to the mod_status
931      report.  [Joe Orton]
932
933   *) Fix htdbm to generate comment fields in DBM files correctly.
934      [Justin Erenkrantz]
935
936   *) mod_dav: Use bucket brigades when reading PUT data. This avoids
937      problems if the data stream is modified by an input filter. PR 22104.
938      [Tim Robbins <tim robbins.dropbear.id.au>, André Malo]
939
940   *) Fix RewriteBase directive to not add double slashes.  [André Malo]
941
942   *) Improve 'configure --help' output for some modules.  [Astrid Keßler]
943
944   *) Correct UseCanonicalName Off to properly check incoming port number.
945      [Jim Jagielski]
946
947   *) Fix slow graceful restarts with prefork MPM.  [Joe Orton]
948
949   *) Fix a problem with namespace mappings being dropped in mod_dav_fs;
950      if any property values were set which defined namespaces these
951      came out mangled in the PROPFIND response.  PR 11637.
952      [Amit Athavale <amit_athavale persistent.co.in>]
953
954   *) mod_dav: Return a WWW-auth header for MOVE/COPY requests where
955      the destination resource gives a 401.  PR 15571.  [Joe Orton]
956
957   *) SECURITY: CVE-2003-0020 (cve.mitre.org)
958      Escape arbitrary data before writing into the errorlog. Unescaped
959      errorlogs are still possible using the compile time switch
960      "-DAP_UNSAFE_ERROR_LOG_UNESCAPED".  [Geoffrey Young, André Malo]
961
962   *) mod_autoindex / core: Don't fail to show filenames containing
963      special characters like '%'. PR 13598.  [André Malo]
964  
965   *) mod_status: Report total CPU time accurately when using a threaded
966      MPM.  PR 23795.  [Jeff Trawick]
967
968   *) Fix memory leak in handling of request bodies during reverse
969      proxy operations.  PR 24991. [Larry Toppi <larry.toppi citrix.com>]
970
971   *) Win32 MPM: Implement MaxMemFree to enable setting an upper
972      limit on the amount of storage used by the bucket brigades
973      in each server thread. [Bill Stoddard]
974
975   *) Modified the cache code to be header-location agnostic. Also
976      fixed a number of other cache code bugs related to PR 15852.
977      Includes a patch submitted by Sushma Rai <rsushma novell.com>.
978      This fixes mod_mem_cache but not mod_disk_cache yet so I'm not
979      closing the PR since that is what they are using. [Paul J. Reder]
980
981   *) complain via error_log when mod_include's INCLUDES filter is
982      enabled, but the relevant Options flag allowing the filter to run
983      for the specific resource wasn't set, so that the filter won't
984      silently get skipped. next remove itself, so the warning will be
985      logged only once [Stas Bekman, Jeff Trawick, Bill Rowe]
986
987   *) mod_info: HTML escape configuration information so it displays 
988      correctly. PR 24232. [Thom May]
989      
990   *) Restore the ability to add a description for directories that
991      don't contain an index file.  (Broken in 2.0.48) [André Malo]
992
993   *) Fix a problem with the display of empty variables ("SetEnv foo") in
994      mod_include.  PR 24734  [Markus Julen <mj zermatt.net>]
995
996   *) mod_log_config: Log the minutes component of the timezone correctly.
997      PR 23642.  [Hong-Gunn Chew <hgbug gunnet.org>]
998
999   *) mod_proxy: Fix cases where an invalid status-line could be sent 
1000      to the client.  PR 23998.  [Joe Orton]
1001
1002   *) mod_ssl: Fix segfaults at startup if other modules which use OpenSSL
1003      are also loaded.  [Joe Orton]
1004
1005   *) mod_ssl: Use human-readable OpenSSL error strings in logs; use
1006      thread-safe interface for retrieving error strings.  [Joe Orton]
1007
1008   *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to
1009      avoid reporting an Internal Server error if it is used without
1010      having been set in the httpd.conf file. PR: 23748, 24459
1011      [Andre Malo, Liam Quinn  <liam htmlhelp.com>]
1012
1013   *) mod_autoindex: Don't omit the <tr> start tag if the SuppressIcon
1014      option is set. PR 21668.  [Jesse Tie-Ten-Quee <highos highos.com>]
1015
1016   *) mod_include no longer allows an ETag header on 304 responses.
1017      PR 19355. [Geoffrey Young <geoff apache.org>, André Malo]
1018
1019   *) EBCDIC: Convert header fields to ASCII before sending (broken
1020      since 2.0.44). [Martin Kraemer]
1021
1022   *) Fix the inability to log errors like exec failure in
1023      mod_ext_filter/mod_cgi script children.  This was broken after 
1024      such children stopped inheriting the error log handle.  
1025      [Jeff Trawick]
1026
1027   *) Fix mod_info to use the real config file name, not the default
1028      config file name.  [Aryeh Katz <aryeh secured-services.com>]
1029
1030   *) Set the scoreboard state to indicate logging prior to running 
1031      logging hooks so that server-status will show 'L' for hung loggers
1032      instead of 'W'.  [Jeff Trawick]
1033
1034 Changes with Apache 2.0.48
1035
1036   *) SECURITY [CAN-2003-0789]: mod_cgid: Resolve some mishandling of
1037      the AF_UNIX socket used to communicate with the cgid daemon and
1038      the CGI script.  [Jeff Trawick]
1039
1040   *) SECURITY [CAN-2003-0542]: Fix buffer overflows in mod_alias and 
1041      mod_rewrite which occurred if one configured a regular expression 
1042      with more than 9 captures.  [André Malo]
1043
1044   *) mod_include: fix segfault which occured if the filename was not
1045      set, for example, when processing some error conditions.
1046      PR 23836.  [Brian Akins <bakins web.turner.com>, André Malo]
1047
1048   *) fix the config parser to support <Foo>..</Foo> containers (no
1049      arguments in the opening tag) supported by httpd 1.3. Without
1050      this change mod_perl 2.0's <Perl> sections are broken.
1051      ["Philippe M. Chiasson" <gozer cpan.org>]
1052
1053   *) mod_cgid: fix a hash table corruption problem which could
1054      result in the wrong script being cleaned up at the end of a
1055      request.  [Jeff Trawick]
1056
1057   *) Update httpd-*.conf to be clearer in describing the connection
1058      between AddType and AddEncoding for defining the meaning of
1059      compressed file extensions. [Roy Fielding]
1060
1061   *) mod_rewrite: Don't die silently when failing to open RewriteLogs.
1062      PR 23416.  [André Malo]
1063
1064   *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send
1065      rewritten request using "proxy:". The code was adding multiple "proxy:"
1066      fields in the rewritten URI. PR: 13946.
1067      [Eider Oliveira <eider bol.com.br>]
1068
1069   *) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and
1070      expires as directed in RFC 2616. [Thomas Castelle <tcastelle generali.fr>]
1071
1072   *) Ensure that ssl-std.conf is generated at configure time, and switch
1073      to using the expanded config variables to work the same as
1074      httpd-std.conf PR: 19611
1075      [Thom May]
1076
1077   *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
1078      [Hartmut Keil <Hartmut.Keil adnovum.ch>]
1079
1080   *) mod_autoindex: If a directory contains a file listed in the
1081      DirectoryIndex directive, the folder icon is no longer replaced
1082      by the icon of that file. PR 9587.
1083      [David Shane Holden <dpejesh yahoo.com>]
1084
1085   *) Fixed mod_usertrack to not get false positive matches on the
1086      user-tracking cookie's name.  PR 16661.
1087      [Manni Wood <manniwood planet-save.com>]
1088
1089   *) mod_cache: Fix the cache code so that responses can be cached
1090      if they have an Expires header but no Etag or Last-Modified
1091      headers. PR 23130.
1092      [<bjorn exoweb.net>]
1093
1094   *) mod_log_config: Fix %b log format to write really "-" when 0 bytes
1095      were sent (e.g. with 304 or 204 response codes).  [Astrid Keßler]
1096
1097   *) Modify ap_get_client_block() to note if it has seen EOS.
1098      [Justin Erenkrantz]
1099
1100   *) Fix a bug, where mod_deflate sometimes unconditionally compressed the
1101      content if the Accept-Encoding header contained only other tokens than
1102      "gzip" (such as "deflate"). PR 21523.  [Joe Orton, André Malo]
1103
1104   *) Avoid an infinite recursion, which occured if the name of an included
1105      config file or directory contained a wildcard character. PR 22194.
1106      [André Malo]
1107
1108   *) mod_ssl: Fix a problem setting variables that represent the
1109      client certificate chain.  PR 21371  [Jeff Trawick]
1110
1111   *) Unix: Handle permissions settings for flock-based mutexes in 
1112      unixd_set_global|proc_mutex_perms().  Allow the functions to be
1113      called for any type of mutex.  PR 20312  [Jeff Trawick]
1114
1115   *) ab: Work over non-loopback on Unix again. PR 21495. [Jeff Trawick]
1116
1117   *) Fix a misleading message from the some of the threaded MPMs when 
1118      MaxClients has to be lowered due to the setting of ServerLimit.  
1119      [Jeff Trawick]
1120
1121   *) Lower the severity of the "listener thread didn't exit" message
1122      to debug, as it is of interest only to developers.  PR 9011
1123      [Jeff Trawick]
1124
1125   *) MPMs: The bucket brigades subsystem now honors the MaxMemFree setting.
1126      [Cliff Woolley, Jean-Jacques Clar]
1127
1128   *) Install config.nice into the build/ directory to make
1129      minor version upgrades easier. [Joshua Slive]
1130
1131   *) Fix mod_deflate so that it does not call deflate() without checking
1132      first whether it has something to deflate. (Currently this causes
1133      deflate to generate a fatal error according to the zlib spec.)
1134      PR 22259. [Stas Bekman]
1135
1136   *) mod_ssl: Fix FakeBasicAuth for subrequest.  Log an error when an
1137      identity spoof is encountered.
1138      [Sander Striker]
1139
1140   *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory
1141      containing the .htaccess file is requested without a trailing slash.
1142      PR 20195.  [André Malo]
1143
1144   *) ab: Overlong credentials given via command line no longer clobber
1145      the buffer.  [André Malo]
1146
1147   *) mod_deflate: Don't attempt to hold all of the response until we're
1148      done.  [Justin Erenkrantz]
1149
1150   *) Assure that we block properly when reading input bodies with SSL.
1151      PR 19242.  [David Deaves <David.Deaves dd.id.au>, William Rowe]
1152
1153   *) Update mime.types to include latest IANA and W3C types.  [Roy Fielding]
1154
1155   *) mod_ext_filter: Set additional environment variables for use by
1156      the external filter.  PR 20944.  [Andrew Ho, Jeff Trawick]
1157
1158   *) Fix buildconf errors when libtool version changes.  [Jeff Trawick]
1159
1160   *) Remember an authenticated user during internal redirects if the
1161      redirection target is not access protected and pass it
1162      to scripts using the REDIRECT_REMOTE_USER environment variable.
1163      PR 10678, 11602.  [André Malo]
1164
1165   *) mod_include: Fix a trio of bugs that would cause various unusual
1166      sequences of parsed bytes to omit portions of the output stream.
1167      PR 21095. [Ron Park <ronald.park cnet.com>, André Malo, Cliff Woolley]
1168
1169   *) Update the header token parsing code to allow LWS between the
1170      token word and the ':' seperator.  [PR 16520]
1171      [Kris Verbeeck <kris.verbeeck advalvas.be>, Nicel KM <mnicel yahoo.com>]
1172
1173   *) Eliminate creation of a temporary table in ap_get_mime_headers_core()
1174      [Joe Schaefer <joe+gmane sunstarsys.com>]
1175
1176   *) Added FreeBSD directory layout. PR 21100.
1177      [Sander Holthaus <info orangexl.com>, André Malo]
1178
1179   *) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
1180      response. PR 21085. [Glenn Nielsen <glenn apache.org>, André Malo]
1181
1182   *) mod_rewrite: Perform child initialization on the rewrite log lock.
1183      This fixes a log corruption issue when flock-based serialization
1184      is used (e.g., FreeBSD).  [Jeff Trawick]
1185
1186   *) Don't respect the Server header field as set by modules and CGIs.
1187      As with 1.3, for proxy requests any such field is from the origin
1188      server; otherwise it will have our server info as controlled by
1189      the ServerTokens directive.  [Jeff Trawick]
1190
1191 Changes with Apache 2.0.47
1192
1193   *) SECURITY [CAN-2003-0192]: Fixed a bug whereby certain sequences
1194      of per-directory renegotiations and the SSLCipherSuite directive
1195      being used to upgrade from a weak ciphersuite to a strong one
1196      could result in the weak ciphersuite being used in place of the
1197      strong one.  [Ben Laurie]
1198
1199   *) SECURITY [CAN-2003-0253]: Fixed a bug in prefork MPM causing
1200      temporary denial of service when accept() on a rarely accessed port
1201      returns certain errors.  Reported by Saheed Akhtar
1202      <S.Akhtar talis.com>.  [Jeff Trawick]
1203
1204   *) SECURITY [CAN-2003-0254]: Fixed a bug in ftp proxy causing denial
1205      of service when target host is IPv6 but proxy server can't create
1206      IPv6 socket.  Fixed by the reporter.  [Yoshioka Tsuneo
1207      <tsuneo.yoshioka f-secure.com>]
1208
1209   *) SECURITY [VU#379828] Prevent the server from crashing when entering
1210      infinite loops. The new LimitInternalRecursion directive configures
1211      limits of subsequent internal redirects and nested subrequests, after
1212      which the request will be aborted.  PR 19753 (and probably others).
1213      [William Rowe, Jeff Trawick, André Malo]
1214
1215   *) core_output_filter: don't split the brigade after a FLUSH bucket if
1216      it's the last bucket.  This prevents creating unneccessary empty
1217      brigades which may not be destroyed until the end of a keepalive
1218      connection.
1219      [Juan Rivera <Juan.Rivera citrix.com>]
1220
1221   *) Add support for "streamy" PROPFIND responses.
1222      [Ben Collins-Sussman <sussman collab.net>]
1223
1224   *) mod_cgid: Eliminate a double-close of a socket.  This resolves
1225      various operational problems in a threaded MPM, since on the
1226      second attempt to close the socket, the same descriptor was
1227      often already in use by another thread for another purpose.
1228      [Jeff Trawick]
1229
1230   *) mod_negotiation: Introduce "prefer-language" environment variable,
1231      which allows to influence the negotiation process on request basis
1232      to prefer a certain language.  [André Malo]
1233
1234   *) Make mod_expires' ExpiresByType work properly, including for
1235      dynamically-generated documents.  [Ken Coar, Bill Stoddard]
1236
1237 Changes with Apache 2.0.46
1238
1239   *) SECURITY [CAN-2003-0245]: Fixed a bug causing apr_pvsprintf() to crash 
1240      by sending an overly long string.  This can be triggered remotely 
1241      through mod_dav, mod_ssl, and other mechanisms.  Reported by David
1242      Endler <DEndler iDefense.com>.
1243      [Joe Orton <jorton redhat.com>]
1244
1245   *) SECURITY [CAN-2003-0189]: Fixed a denial-of-service vulnerability
1246      affecting basic authentication on Unix platforms related to
1247      thread-safety in apr_password_validate().  The problem was reported
1248      by John Hughes <john.hughes entegrity.com>.
1249
1250   *) Fix for mod_dav.  Call the 'can_be_activity' callback, if provided,
1251      when a MKACTIVITY request comes in.
1252      [Ben Collins-Sussman <sussman collab.net>]
1253
1254   *) Perform run-time query in apxs for apr and apr-util's includes.
1255      [Justin Erenkrantz]
1256
1257   *) run libtool from the apr install directory (in case that is different
1258      from the apache install directory) [Jeff Trawick]
1259
1260   *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez]
1261
1262   *) If mod_mime_magic does not know the content-type, do not attempt to
1263      guess.  PR 16908.  [Andrew Gapon <agapon telcordia.com>]
1264
1265   *) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
1266      caching. PR 17864.
1267      [Andreas Leimbacher <andreasl67 yahoo.de>, Madhusudan Mathihalli]
1268
1269   *) Add a delete flag to htpasswd.
1270      [Thom May]
1271
1272   *) Fix mod_rewrite's handling of absolute URIs. The escaping routines
1273      now work scheme dependent and the query string will only be
1274      appended if supported by the particular scheme.  [André Malo]
1275
1276   *) Add another check for already compressed content in mod_deflate.
1277      PR 19913. [Tsuyoshi SASAMOTO <nazonazo super.win.ne.jp>]
1278
1279   *) Fixes for VPATH builds; copying special.mk and any future .mk files 
1280      from the source tree as well as the build tree (now creates a usable
1281      configuration for apxs), and eliminated redundant -I'nclude paths.
1282      [William Rowe]
1283
1284   *) Code fixes, constness corrections and ssl_toolkit_compat.h updates
1285      for SSLC and OpenSSL toolkit compatibility.  Still work remains to
1286      be done to cripple features based on the limitations of RSA's binary 
1287      distribution of their SSL-C toolkit.
1288      [William Rowe, Madhusudan Mathihalli, Jeff Trawick]
1289
1290   *) Linux 2.4+: If Apache is started as root and you code 
1291      CoreDumpDirectory, coredumps are enabled via the prctl() syscall.
1292      [Greg Ames]
1293
1294   *) ap_get_mime_headers_core: allocate space for the trailing null
1295      when folding is in effect.
1296      PR 18170 [Peter Mayne <PeterMayne SPAM_SUX.ap.spherion.com>]
1297
1298   *) Fix --enable-mods-shared=most and other variants.  [Aaron Bannert]
1299
1300   *) mod_log_config: Add the ability to log the id of the thread 
1301      processing the request via new %P formats.  [Jeff Trawick]
1302
1303   *) Use appropriate language codes for Czech (cs) and Traditional Chinese
1304      (zh-tw) in default config files. PR 9427.  [André Malo]
1305
1306   *) mod_auth_ldap: Use generic whitespace character class when parsing
1307      "require" directives, instead of literal spaces only. PR 17135.
1308      [André Malo]
1309
1310   *) Hook mod_rewrite's type checker before mod_mime's one. That way the
1311      RewriteRule [T=...] Flag should work as expected now. PR 19626.
1312      [André Malo]
1313
1314   *) htpasswd: Check the processed file on validity. If a line is not empty
1315      and not a comment, it must contain at least one colon. Otherwise exit
1316      with error code 7. [Kris Verbeeck <Kris.Verbeeck ubizen.com>, Thom May]
1317
1318   *) Fix a problem that caused httpd to be linked with incorrect flags
1319      on some platforms when mod_so was enabled by default, breaking 
1320      DSOs on AIX.  PR 19012  [Jeff Trawick]
1321
1322   *) By default, use the same CC and CPP with which APR was built.
1323      The user can override with CC and CPP environment variables.
1324      [Jeff Trawick]
1325
1326   *) Fix ap_construct_url() so that it surrounds IPv6 literal address
1327      strings with [].  This fixes certain types of redirection.
1328      PR 19207.  [Jeff Trawick]
1329
1330   *) forward port of buffer overflow fixes for htdigest. [Thom May]
1331
1332   *) Added AllowEncodedSlashes directive to permit control of whether
1333      the server will accept encoded slashes ('%2f') in the URI path.
1334      Default condition is off (the historical behaviour).  This permits
1335      environments in which the path-info needs to contain encoded
1336      slashes.  PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639.  [Ken Coar]
1337
1338   *) When using Redirect in directory context, append requested query
1339      string if there's no one supplied by configuration. PR 10961.
1340      [André Malo]
1341
1342   *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise
1343      the pattern will not always match as desired. PR 12596.
1344      [André Malo]
1345
1346   *) mod_autoindex now emits and accepts modern query string parameter
1347      delimiters (;). Thus column headers no longer contain unescaped
1348      ampersands. PR 10880  [André Malo]
1349
1350   *) Enable ap_sock_disable_nagle for Windows. This along with the 
1351      addition of APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle 
1352      to be disabled for Windows. [Allan Edwards]
1353
1354   *) Correct a mis-correlation between mpm_common.c and mpm_common.h;
1355      This patch reverts us to pre-2.0.46 behavior, using the 
1356      ap_sock_disable_nagle noop macro, because ap_sock_disable_nagle 
1357      was never compiled on Win32. [Allan Edwards, William Rowe]
1358
1359   *) Fix a build problem with passing unsupported --enable-layout
1360      args to apr and apr-util.  This broke binbuild.sh as well as
1361      user-specified layout parameters.  PR 18649 [Justin Erenkrantz,
1362      Jeff Trawick]
1363
1364   *) If a Date response header was already set in the headers array,
1365      this value was ignored in favour of the current time. This meant
1366      that Date headers on proxied requests where rewritten when they
1367      should not have been. PR: 14376 [Graham Leggett]
1368
1369   *) Add code to buildconf that produces an httpd.spec file from
1370      httpd.spec.in, using build/get-version.sh from APR.
1371      [Graham Leggett]
1372
1373   *) Fixed a segfault when multiple ProxyBlock directives were used.
1374      PR: 19023 [Sami Tikka <sami.tikka f-secure.com>]
1375
1376   *) SECURITY [CAN-2003-0134] OS2: Fix a Denial of Service vulnerability 
1377      identified and reported by Robert Howard <rihoward rawbw.com> that 
1378      where device names faulted the running OS2 worker process.
1379      The fix is actually in APR 0.9.4.  [Brian Havard]
1380
1381   *) Forward port: Escape special characters (especially control
1382      characters) in mod_log_config to make a clear distinction between
1383      client-supplied strings (with special characters) and server-side
1384      strings. This was already introduced in version 1.3.25.
1385      [André Malo]
1386
1387   *) mod_deflate: Check also err_headers_out for an already set
1388      Content-Encoding: gzip header. This prevents gzip compressed content
1389      from a CGI script from being compressed once more. PR 17797.
1390      [André Malo]
1391
1392 Changes with Apache 2.0.45
1393
1394   *) Fix possible segfaults under obscure error conditions within the
1395      cgid daemon.  [Jeff Trawick, William Rowe]
1396
1397   *) SECURITY [CAN-2003-0132]: Close a Denial of Service vulnerability
1398      identified by David Endler <DEndler iDefense.com> on all platforms.
1399      An unlimited stream of newlines were acceptable between requests
1400      where each <lf> would allocate an 80 byte buffer, leading very
1401      quickly to memory exahustion.  [Brian Pane]
1402
1403   *) Added an rpm build script.
1404      [Graham Leggett, Joe Orton <jorton redhat.com>]
1405
1406   *) Simpler, faster code path for request header scanning  [Brian Pane]
1407
1408   *) SECURITY:  Eliminated leaks of several file descriptors to child
1409      processes, such as CGI scripts.  This fix depends on the APR library 
1410      release 0.9.2 or later (0.9.3 was distributed with the httpd 
1411      source tarball for Apache 2.0.45.)  PR 17206
1412      [Christian Kratzer <ck cksoft.de>, Bjoern A. Zeeb <bz zabbadoz.net>]
1413
1414   *) Fix path handling of mod_rewrite, especially on non-unix systems.
1415      There was some confusion between local paths and URL paths.
1416      PR 12902.  [André Malo]
1417
1418   *) Prevent endless loops of internal redirects in mod_rewrite by
1419      aborting after exceeding a limit of internal redirects. The
1420      limit defaults to 10 and can be changed using the RewriteOptions
1421      directive. PR 17462.  [André Malo]
1422
1423   *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when
1424      all worker threads are busy. 
1425      [Igor Nazarenko <igor_nazarenko hotmail.com>]
1426
1427   *) Keep the subrequest filter in place when a subrequest is 
1428      redirected.  PR 15423.  [Jeff Trawick]
1429
1430   *) you can now specify the compression level for mod_deflate. 
1431      [Ian Holsman, Stephen Pierzchala <stephen pierzchala.com>, 
1432      Michael Schroepl <Michael.Schroepl telekurs.de>]
1433
1434   *) mod_deflate: Extend the DeflateFilterNote directive to
1435      allow accurate logging of the filter's in- and outstream.
1436      [André Malo]
1437
1438   *) Allow SSLMutex to select/use the full range of APR locking
1439      mechanisms available to it. Also, fix the bug that SSLMutex uses
1440      APR_LOCK_DEFAULT no matter what.  PR 8122  [Jim Jagielski,
1441      Martin Kutschker <martin.t.kutschker blackbox.net>]
1442
1443   *) Restore the ability of htdigest.exe to create files that contain
1444      more than one user. PR 12910.  [André Malo]
1445
1446   *) Improve binary compatibility of the core between debug (aka
1447      maintainer-mode) and a non-debug compile.
1448      [Sander Striker]
1449
1450   *) mod_usertrack: don't set the cookie in subrequests. This works
1451      around the problem that cookies were set twice during fast internal
1452      redirects. PR 13211.  [André Malo]
1453
1454   *) mod_autoindex no longer forgets output format and enabled version
1455      sort in linked column headers.  [André Malo]
1456
1457   *) Use .sv instead of .se as extension for Swedish documents in the
1458      default configuration. PR 12877.  [André Malo]
1459
1460   *) Updated mod_ldap and mod_auth_ldap to support the Novell LDAP SDK SSL
1461      and standardized the LDAP SSL support across the various LDAP SDKs.  
1462      Isolated the SSL functionality to mod_ldap rather than speading it 
1463      across mod_auth_ldap and mod_ldap.  Also added LDAPTrustedCA
1464      and LDAPTrustedCAType directives to mod_ldap to allow for a more 
1465      common method of specifying the SSL certificate.
1466      [Dave Ward, Brad Nicholes]
1467
1468   *) Fixed mod_ssl's SSLCertificateChain initialization to no longer 
1469      skip the first cert of the chain by default.  This misbehavior 
1470      was introduced in 2.0.34.  PR 14560  [Madhusudan Mathihalli]
1471
1472   *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
1473      be started on Unix because of such problems as bad permissions,
1474      bad shebang line, etc.  [Jeff Trawick]
1475
1476   *) Fix 64-bit problem in mod_ssl input logic.  
1477      [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
1478
1479   *) Fix potential memory leaks in mod_deflate on malformed data.  PR 16046.
1480      [Justin Erenkrantz]
1481
1482   *) Rewrite ap_xml_parse_input to use bucket brigades.  PR 16134.
1483      [Justin Erenkrantz]
1484
1485   *) Fix segfault which occurred when a section in an included
1486      configuration file was not closed. PR 17093.  [André Malo]
1487
1488   *) Enhance the behavior of mod_isapi's WriteClient() callback to
1489      provide better emulation for isapi modules that presume that the
1490      first WriteClient() call may send status and headers.  An example
1491      of WriteClient() abuse is the foxisapi module, which relies on
1492      that assumpion and now works.  [William Rowe, Milan Kosina]
1493
1494   *) Check the return value of ap_run_pre_connection(). So if the
1495      pre_connection phase fails (without setting c->aborted)
1496      ap_run_process_connection is not executed. [Stas Bekman]
1497
1498   *) Fixed a problem with mod_ldap which caused it to fault when caching
1499      was disabled.  Needed to make sure that the code did not
1500      attempt to use the cache if it didn't exist. Also fixed some memory
1501      leaks which were due to not releasing LDAP resources on error
1502      conditions.  [Brad Nicholes]
1503      
1504   *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by
1505      mod_rewrite proxied URLs will not be escaped accidentally by
1506      mod_proxy's fixup. PR 16368  [André Malo]
1507
1508   *) While processing filters on internal redirects, remember seen EOS
1509      buckets also in the request structure of the redirect issuer(s). This
1510      prevents filters (such as mod_deflate) from adding garbage to the
1511      response. PR 14451.  [André Malo]
1512
1513   *) suexec: Be more pedantic when cleaning environment. Clean it
1514      immediately after startup. PR 2790, 10449.
1515      [Jeff Stewart <jws purdue.edu>, André Malo]
1516
1517   *) Fix apxs to insert LoadModule directives only outside of sections.
1518      PR 8712, 9012.  [André Malo]
1519
1520   *) Fix suexec compile error under SUNOS4, where strerror() doesn't
1521      exist. PR 5913, 9977.
1522      [Jonathan W Miner <Jonathan.W.Miner lmco.com>]
1523
1524   *) Fix If header parsing when a non-mod_dav lock token is passed to it.
1525      PR 16452.  [Justin Erenkrantz]
1526
1527   *) mod_auth_digest no longer tries to guess AuthDigestDomain, if it's
1528      not specified. Now it assumes "/" as already documented. PR 16937.
1529      [André Malo]
1530
1531   *) Try to log an error if a piped log program fails.  Try to
1532      restart a piped log program in more failure situations.  Fix an
1533      existing problem with error handling in piped_log_spawn().  Use
1534      new APR apr_proc_create() features to prevent Apache from starting
1535      on Unix* in most cases where a piped log program can be started,
1536      and add log messages for the other situations.  *Other platforms
1537      already failed Apache initialization if a piped log program
1538      couldn't be started.  PR 15761  [Jeff Trawick]
1539
1540   *) Fix mod_cern_meta to not create empty metafiles when the
1541      metafile searched for does not exist.  PR 12353
1542      [Owen Rees <owen_rees hp.com>]
1543
1544   *) Introduce debugging symbols for Win32 release builds, both .pdb 
1545      and .dbg files (older debuggers and Dr. Watson-type utilities 
1546      on WinNT or Win9x don't support the newer .pdb flavor.)
1547      [Allen Edwards, William Rowe]
1548  
1549   *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME
1550      information (and more). Related to PR 9076.  [André Malo]
1551
1552   *) mod_file_cache: fix segfault serving mmaped cached files.
1553      [Bill Stoddard]
1554
1555   *) mod_file_cache: fixed a segfault when multiple MMapFile directives
1556      were used.  PR 16313.  [Cliff Woolley]
1557
1558   *) Fix a nasty segfault in mmap_bucket_setaside() caused by passing
1559      an incompatible pointer type to mmap_bucket_destroy(void*).
1560      [Gerard Eviston <geviston bigpond.net.au>]
1561
1562   *) Enable the -n name parameter on NetWare to allow the
1563      administrator to rename the Apache console screen
1564      [Brad Nicholes]
1565      
1566   *) Fixed piped access logs on Win32 by disabling OTHER_CHILD
1567      support by default in APR.  More development is required
1568      to deploy OTHER_CHILD on Win32.  [William Rowe]
1569
1570   *) Use saner default config values for suexec. PR 15713.
1571      [Thom May <thom planetarytramp.net>]
1572
1573   *) mod_rewrite: Allow "RewriteEngine Off" even if no "Options FollowSymlinks"
1574      (or SymlinksIfOwnermatch) is set. PR 12395.  [André Malo]
1575
1576   *) apxs: Include any special APR ld flags when linking the DSO.
1577      This resolves problems on AIX when building a DSO with apxs+gcc.
1578      [Jeff Trawick]
1579
1580   *) Added character set support to mod_auth_LDAP to allow it to 
1581      convert extended characters used in the user ID to UTF-8 
1582      before authenticating against the LDAP directory. The new
1583      directive AuthLDAPCharsetConfig is used to specify the config
1584      file that contains the character set conversion table.
1585      [Brad Nicholes]
1586
1587   *) Don't remove the Content-Length from responses in mod_proxy
1588      PR: 8677 [Brian Pane]
1589
1590   *) Ensure LDAP version is set to v3 on every bind. PR 14235.
1591      [Sergey A. Lipnevich <sergeyli pisem.net>]
1592
1593   *) Fix mod_ldap to open an existing shared memory file should one
1594      already exist. PR 12757. [Scooter Morris <scooter gene.com>,
1595      Graham Leggett]
1596
1597   *) Fix the ulimit command used by apachectl on Tru64.  PR 13609.
1598      [Joseph Senulis <Joseph.Senulis dnr.state.wi.us>, Jeff Trawick]
1599
1600   *) Change the ulimit command used by apachectl on AIX so that it
1601      works in all locales.  [Jeff Trawick]
1602
1603   *) mod_ext_filter: Fix a problem building argument lists which 
1604      occasionally caused exec to fail.  PR 15491.  [Jeff Trawick]
1605
1606 Changes with Apache 2.0.44
1607
1608   *) mod_autoindex: Bring forward the IndexOptions IgnoreCase option
1609      from Apache 1.3.  PR 14276
1610      [David Shane Holden <dpejesh yahoo.com>, William Rowe]
1611
1612   *) mod_mime: Workaround to prevent a segfault if r->filename=NULL
1613      [Brian Pane]
1614  
1615   *) Reorder the definitions for mod_ldap and mod_auth_ldap within
1616      config.m4 to make sure the parent mod_ldap is defined first.
1617      This ensures that mod_ldap comes before mod_auth_ldap in the
1618      httpd.conf file, which is necessary for mod_auth_ldap to load.
1619      PR 14256  [Graham Leggett]
1620
1621   *) Fix the building of cgi command lines when the query string
1622      contains '='.  PR 13914  [Ville Skyttä <ville.skytta iki.fi>,
1623      Jeff Trawick]
1624
1625   *) Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. Move
1626      implementation of MCacheMaxStreamingBuffer from mod_cache to
1627      mod_mem_cache. MCacheMaxStreamingBuffer now defaults to the
1628      lesser of 100,000 bytes or MCacheMaxCacheObjectSize. This should 
1629      eliminate the need for explicitly coding MCacheMaxStreamingBuffer
1630      in most configurations. [Bill Stoddard]
1631
1632   *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when
1633      a redirect occurs. The code was passing a format string and
1634      integer to apr_pstrcat. Changed to apr_psprintf.
1635      [Paul J. Reder]
1636
1637   *) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
1638      as set by apr-util in util_ldap.c. This should allow mod_ldap
1639      to work with the Netscape/Mozilla LDAP library. [Øyvin Sømme
1640      <somme oslo.westerngeco.slb.com>, Graham Leggett]
1641
1642   *) Fix critical bug in new --enable-v4-mapped configure option
1643      implementation which broke IPv4 listening sockets on some
1644      systems.  [hiroyuki hanai <hanai imgsrc.co.jp>]
1645
1646   *) mod_setenvif: Fix BrowserMatchNoCase support for non-regex
1647      patterns [André Malo <nd perlig.de>]
1648
1649   *) Add version string to provider API.  [Justin Erenkrantz]
1650  
1651   *) build: './configure && make' now works without an in-tree
1652      apr and apr-util. [Wilfredo Sanchez]
1653
1654   *) mod_negotiation: Set the appropriate mime response headers
1655      (Content-Type, charset, Content-Language and Content-Encoding)
1656      for negotated type-map "Body:" responses (such as the error
1657      pages.)  [André Malo <nd perlig.de>]
1658
1659   *) mod_log_config: Allow '%%' escaping in CustomLog format
1660      strings to insert a literal, single '%'.
1661      [André Malo <nd perlig.de>]
1662
1663   *) mod_autoindex: AddDescription directives for directories
1664      now work as in Apache 1.3, where no trailing '/' is
1665      specified on the directory name.  Previously, the trailing
1666      '/' *had* to be specified, which was incompatible with
1667      Apache 1.3.  PR 7990  [Jeff Trawick]
1668
1669   *) Fix for PR 14556. The expiry calculations in mod_cache were
1670      trying to perform "now + ((date - lastmod) * factor)" where
1671      date == lastmod resulting in "now + 0". The code now follows
1672      the else path (using the default expiration) if date is
1673      equal to lastmod. [Sergey <rx armstrike.com>, Paul J. Reder]
1674
1675   *) Use AP_DECLARE in the debug versions of ap_strXXX in case the
1676      default calling convention is not the same as the one used by
1677      AP_DECLARE.  [Juan Rivera <Juan.Rivera citrix.com>]
1678
1679   *) mod_cache: Don't cache response header fields designated
1680      as hop-by-hop headers in HTTP/1.1 (RFC 2616 Section 13.5.1).
1681      [Estrade Matthieu <estrade-m ifrance.com>, Brian Pane]
1682
1683   *) mod_cgid: Handle environment variables containing newlines.
1684      PR 14550  [Piotr Czejkowski <apache czarny.eu.org>, Jeff
1685      Trawick]
1686
1687   *) Move mod_ext_filter out of experimental and into filters.
1688      [Jeff Trawick]
1689
1690   *) Fixed a memory leak in mod_deflate with dynamic content.
1691      PR 14321  [Ken Franken <kfranken decisionmark.com>]
1692
1693   *) Add --[enable|disable]-v4-mapped configure option to control
1694      whether or not Apache expects to handle IPv4 connections
1695      on IPv6 listening sockets.  Either setting will work on 
1696      systems with the IPV6_V6ONLY socket option.  --enable-v4-mapped
1697      must be used on systems that always allow IPv4 connections on
1698      IPv6 listening sockets.  PR 14037 (Bugzilla), PR 7492 (Gnats)
1699      [Jeff Trawick]
1700
1701   *) This fixes a problem where the underlying cache code
1702      indicated that there was one more element on the cache
1703      than there actually was. This happened since element 0
1704      exists but is not used. This code allocates the correct
1705      number of useable elements and reports the number of
1706      actually used elements. The previous code only allowed
1707      MCacheMaxObjectCount-1 objects to be stored in the
1708      cache. [Paul J. Reder]
1709
1710   *) mod_setenvif: Add SERVER_ADDR special keyword to allow
1711      envariable setting according to the server IP address
1712      which received the request.  [Ken Coar]
1713
1714   *) mod_cgid: Terminate CGI scripts when the client connection 
1715      drops.  PR 8388  [Jeff Trawick]
1716
1717   *) Rearrange OpenSSL engine initialization to support RAND 
1718      redirection on crypto accelerator. 
1719      [Frederic DONNAT <frederic.donnat zencod.com>]
1720
1721   *) Always emit Vary header if mod_deflate is involved in the
1722      request.  [Andre Malo <nd perlig.de>]
1723
1724   *) mod_isapi: Stop unsetting the 'empty' query string result with
1725      a NULL argument in ecb->lpszQueryString, eliminating segfaults
1726      for some ISAPI modules.  PR 14399
1727      [Detlev Vendt <detlev.vendt brillit.de>]
1728
1729   *) mod_isapi: Fix an issue where the HSE_REQ_DONE_WITH_SESSION
1730      notification is received before the HttpExtensionProc() returns 
1731      HSE_STATUS_PENDING.  This only affected isapi .dll's configured 
1732      with the ISAPIFakeAsync on directive.  PR 11918
1733      [John DeSetto <jdesetto radiantsystems.com>, William Rowe]
1734
1735   *) mod_isapi: Fix the issue where all results from mod_isapi would
1736      run through the core die handler resulting in invalid responses
1737      or access log entries.  PR 10216 [William Rowe]
1738
1739   *) Improves the user friendliness of the CacheRoot processing
1740      over my last pass. This version avoids the pool allocations
1741      but doesn't avoid all of the runtime checks. It no longer
1742      terminates during post-config processing. An error is logged
1743      once per worker, indicating that the CacheRoot needs to be set.
1744      [Paul J. Reder]
1745
1746   *) Fix a bug where we keep files open until the end of a 
1747      keepalive connection, which can result in:
1748      (24)Too many open files: file permissions deny server access
1749      especially on threaded servers.  [Greg Ames, Jeff Trawick]
1750
1751   *) Fix a bug in which mod_proxy sent an invalid Content-Length
1752      when a proxied URL was invoked as a server-side include within
1753      a page generated in response to a form POST.  [Brian Pane]
1754
1755   *) Added code to process min and max file size directives and to
1756      init the expirychk flag in mod_disk_cache. Added a clarifying
1757      comment to cache_util.   [Paul J. Reder]
1758
1759   *) The value emitted by ServerSignature now mimics the Server HTTP
1760      header as controlled by ServerTokens.  [Francis Daly <deva daoine.org>]
1761
1762   *) Gracefully handly retry situations in the SSL input filter,
1763      by following the SSL libraries' retry semantics.
1764      [William Rowe]
1765
1766   *) Terminate CGI scripts when the client connection drops.  This
1767      fix only applies to some normal paths in mod_cgi.  mod_cgid
1768      is still busted.  PR 8388  [Jeff Trawick]
1769
1770   *) Fix a bug where 416 "Range not satisfiable" was being
1771      returned for content that should have been redirected.
1772      [Greg Ames]
1773
1774   *) Fix memory leak in mod_ssl from internal SSL library allocations
1775      within SSL_get_peer_certificate and X509_get_pubkey.
1776      [Zvi Har'El <rl math.technion.ac.il>
1777       Madhusudan Mathihalli <madhusudan_mathihalli hp.com>].
1778
1779   *) mod_ssl uses free() inappropriately in several places, to free
1780      memory which has been previously allocated inside OpenSSL.
1781      Such memory should be freed with OPENSSL_free(), not with free().
1782      [Nadav Har'El <nyh math.technion.ac.il>,
1783       Madhusudan Mathihalli <madhusudan_mathihalli hp.com>].
1784
1785   *) Emit a message to the error log when we return 404 because
1786      the URI contained '%2f'.  (This was previously nastily silent
1787      and difficult to debug.)  [Ken Coar]
1788
1789   *) Fix streaming output from an nph- CGI script.  CGI:IRC now
1790      works.  PR 8482  [Jeff Trawick]
1791
1792   *) More accurate logging of bytes sent in mod_logio when
1793      the client terminates the connection before the response
1794      is completely sent  [Bojan Smojver <bojan rexursive.com>]
1795
1796   *) Fix some problems in the perchild MPM.  
1797      [Jonas Eriksson <jonas webkonsulterna.com>]
1798
1799   *) Change the CacheRoot processing to check for a required
1800      value at config time. This saves a lot of wasted processing
1801      if the mod_disk_cache module is loaded but no CacheRoot
1802      was provided. This fix also adds code to log an error
1803      and avoid useless pallocs and procesing when the computed
1804      cache file name cannot be opened. This also updates the
1805      docs accordingly.  [Paul J. Reder]
1806
1807   *) Introduce the EnableSendfile directive, allowing users of NFS 
1808      shares to disable sendfile mechanics when they either fail
1809      outright or provide intermitantly corrupted data.  PR 
1810      [William Rowe]
1811
1812   *) Resolve the error "An operation was attempted on something 
1813      that is not a socket.  : winnt_accept: AcceptEx failed. 
1814      Attempting to recover." for users of various firewall and
1815      anti-virus software on Windows.  PR 8325  [William Rowe]
1816
1817   *) Add the ProxyBadHeader directive, which gives the admin some
1818      control on how mod_proxy should handle bogus HTTP headers from
1819      proxied servers. This allows 2.0 to "emulate" 1.3's behavior if
1820      desired. [Jim Jagielski]
1821
1822   *) Change the LDAP modules to export their symbols correctly
1823      during a Windows build. Add dsp files for Windows. Update
1824      README.ldap file for Windows build instructions.
1825      [Andre Schild <A.Schild aarboard.ch>]
1826
1827   *) Performance improvements for the code that generates HTTP
1828      response headers  [Brian Pane]
1829
1830   *) Add -S as a synonym for -t -DDUMP_VHOSTS.
1831      [Thom May <thom planetarytramp.net>]
1832
1833   *) Fix a bug with dbm rewrite maps which caused the wrong value to
1834      be used when the key was not found in the dbm.  PR 13204
1835      [Jeff Trawick]
1836
1837   *) Fix a problem with streaming script output and mod_cgid.
1838      [Jeff Trawick]
1839
1840   *) Add ap_register_provider/ap_lookup_provider API.
1841      [John K. Sterling <john sterls.com>, Justin Erenkrantz]
1842
1843 Changes with Apache 2.0.43
1844
1845   *) SECURITY [CVE-2002-0840]: HTML-escape the address produced by 
1846      ap_server_signature() against this cross-site scripting 
1847      vulnerability exposed by the directive 'UseCanonicalName Off'.  
1848      Also HTML-escape the SERVER_NAME environment variable for CGI 
1849      and SSI requests.  It's safe to escape as only the '<', '>', 
1850      and '&' characters are affected, which won't appear in a valid 
1851      hostname.  Reported by Matthew Murphy <mattmurphy kc.rr.com>.
1852      [Brian Pane]
1853
1854   *) Fix a core dump in mod_cache when it attemtped to store uncopyable
1855      buckets. This happened, for instance, when a file to be cached
1856      contained SSI tags to execute a CGI script (passed as a pipe
1857      bucket). [Paul J. Reder]
1858
1859   *) Ensure that output already available is flushed to the network
1860      when the content-length filter realizes that no new output will
1861      be available for a while.  This helps some streaming CGIs as
1862      well as some other dynamically-generated content.  [Jeff Trawick]
1863
1864   *) Fix a mutex problem in mod_ssl session cache support which
1865      could lead to an infinite loop.  PR 12705  
1866      [Amund Elstad <amund.elstad ergo.no>, Jeff Trawick]
1867
1868   *) SECURITY [CVE-2002-1156] (cve.mitre.org):
1869      Fix the exposure of CGI source when a POST request is sent to 
1870      a location where both DAV and CGI are enabled. [Ryan Bloom]
1871
1872   *) Allow the UserDir directive to accept a list of directories.
1873      This matches what Apache 1.3 does.  Also add documentation for
1874      this feature. [Jay Ball <jay veggiespam.com>]
1875
1876   *) New Module: mod_logio. adds the ability to log bytes sent and
1877      received. [Bojan Smojver <bojan rexursive.com>]
1878
1879   *) SuExec needs to use the same default directory as the rest of
1880      server, namely /usr/local/apache2.  
1881      [SangBeom han <sbhan os.korea.ac.kr>]
1882
1883   *) Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN.
1884      [Thomas Bennett <thomas.bennett eds.com>, Graham Leggett]
1885
1886   *) Make sure the contents of the WWW-Authenticate header is
1887      passed on a 4xx error by proxy. Previously all headers
1888      were dropped, resulting in the browser being unable to
1889      authenticate. [Dr Richard Reiner <rreiner fscinternet.com>,
1890      Richard Danielli <rdanielli fscinternet.com>, Graham Wiseman
1891      <gwiseman fscinternet.com>, David Henderson
1892      <dhenderson fscinternet.com>]
1893
1894   *) Make mod_cache's CacheMaxStreamingBuffer directive work
1895      properly for virtual hosts that override server-wide mod_cache
1896      setttings.  [Matthieu Estrade <estrade-m ifrance.com>]
1897
1898   *) Add -p option to apxs to allow programs to be compiled with apxs.
1899      [Justin Erenkrantz]
1900
1901 Changes with Apache 2.0.42
1902
1903   *) mod_dav: Check for versioning hooks before using them.
1904      [Greg Stein]
1905
1906 Changes with Apache 2.0.41
1907
1908   *) The protocol version (eg: HTTP/1.1) in the request line parsing
1909      is now case insensitive. [Jim Jagielski]
1910
1911   *) Allow AddOutputFilterByType to add multiple filters per directive.
1912      [Justin Erenkrantz]
1913
1914   *) Remove warnings with Sun's Forte compiler.  [Justin Erenkrantz]
1915
1916   *) Fixed mod_disk_cache's generation of 304s
1917      [Kris Verbeeck <Kris.Verbeeck ubizen.com>]
1918
1919   *) Add support for using fnmatch patterns in the final path
1920      segment of an Include statement (eg.. include /foo/bar/*.conf).
1921      and remove the noise on stderr during config dir processing.
1922      [Joe Orton <jorton redhat.com>]
1923
1924   *) mod_cache: cache_storage.c. Add the hostname and any request
1925      args to the key generated for caching. This provides a unique
1926      key for each virtual host and for each request with unique
1927      args. [Paul J. Reder, args code provided by Kris Verbeeck]
1928
1929   *) mod_cache: Do not cache responses to GET requests with query
1930      URLs if the origin server does not explicitly provide an
1931      Expires header on the response (RFC 2616 Section 13.9)
1932      [Kris Verbeeck <krisv be.ubizen.com>]
1933
1934   *) Fix memory leak in core_output_filter.  [Justin Erenkrantz]
1935
1936   *) Update OpenSSL detection to work on Darwin.
1937      [Sander Temme <sctemme covalent.net>]
1938
1939   *) Update the xslt and css to give the documentation a more
1940      modern style.
1941      [André Malo <nd perlig.de>, Gernot Winkler <greh o3media.de>]
1942
1943   *) Fix some bucket memory leaks in the chunking code
1944      [Joe Schaefer <joe+apache sunstarsys.com>]
1945
1946   *) Add ModMimeUsePathInfo directive.  [Justin Erenkrantz]
1947
1948   *) mod_cache: added support for caching streamed responses (proxy,
1949      CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane]
1950
1951   *) Add image/x-icon to httpd.conf PR 10993.
1952      [Ian Holsman, Peter Bieringer <pb bieringer.de>]
1953
1954   *) Fix FileETags none operation.  PR 12207.
1955      [Justin Erenkrantz, Andrew Ho <andrew tellme.com>]
1956
1957   *) Restored the experimental leader/followers MPM to working
1958      condition and converted its thread synchronization from
1959      mutexes to atomic CAS.  [Brian Pane]
1960
1961   *) Fix Logic on non-html file removal in mod_deflate
1962      [Kris Verbeeck <Kris.Verbeeck ubizen.com>]
1963
1964   *) Fix "ab -g"'s truncated year: the last digit was cut off.
1965      [Leon Brocard <acme astray.com>]
1966
1967   *) mod_rewrite can now sets cookies in err_headers, uses the correct
1968      expiry date, and can now set the path as well
1969      PR 12132,12181,12172.
1970      [Ian Holsman / Rob Cromwell <apachechangelog robcromwell.com>]
1971
1972   *) The content-length filter no longer tries to buffer up
1973      the entire output of a long-running request before sending
1974      anything to the client.  [Brian Pane]
1975
1976   *) Win32: Lower the default stack size from 1MB to 256K. This will
1977      allow around 8000 threads to be started per child process. 
1978      'EDITBIN /STACK:size apache.exe' can be used to change this 
1979      value directly in the apache.exe executable.
1980      [Bill Stoddard]
1981
1982   *) Win32: Implement ThreadLimit directive in the Windows MPM.
1983      [Bill Stoddard]
1984
1985   *) Remove CacheOn config directive since it is set but never checked.
1986      No sense wasting cycles on unused code. Besides, the only truly
1987      bug free code is deleted code. :)   [Paul J. Reder]
1988
1989   *) BufferLogs are now run-time enabled, and the log_config now has 2 new
1990      callbacks to allow a 3rd party module to actually do the writing of the
1991      log file [Ian Holsman]
1992
1993   *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs.
1994      [André Malo, Astrid Keßler <kess kess-net.de>]
1995
1996   *) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck ubizen.com>]
1997
1998   *) Fix a null pointer dereference in the merge_env_dir_configs
1999      function of the mod_env module. PR 11791
2000      [Paul J. Reder]
2001
2002   *) New option to ServerTokens 'maj[or]'. Only show the major version
2003      Also Surfaced this directive in the standard config (default FULL)
2004      [Ian Holsman]
2005
2006   *) Change mod_rewrite to use apr-util's dbm support for dbm rewrite
2007      maps.  The dbm type (e.g., ndbm, gdbm) can be specified on the
2008      RewriteMap directive.  PR 10644  [Jeff Trawick]
2009
2010   *) Fixed mod_rewrite's RewriteMap prg: support so that request/response
2011      pairs will no longer get out of sync with each other.  PR 9534
2012      [Cliff Woolley]
2013
2014   *) Fixes required to get quoted and escaped command args working in
2015      mod_ext_filter. PR 11793 [Paul J. Reder]
2016
2017   *) mod-proxy: handle proxied responses with no status lines
2018      [JD Silvester <jsilves uwo.ca>, Brett Huttley <brett huttley.net>]
2019
2020   *) Fix bug where environment or command line arguments containing 
2021      non-ASCII-7 characters would cause the Win32 child process creation
2022      to fail.  PR 11854  [William Rowe]
2023
2024   *) Bug #11213.. make module loading error messages more informative 
2025      [Ian Darwin <Ian779 darwinsys.com>]
2026
2027   *) thread safety & proxy-ftp [Alexey Panchenko <alexey liwest.ru>, Ian Holsman]
2028
2029   *) mod_disk_cache works much better. This module should still
2030      be considered experimental. [Eric Prud'hommeaux]
2031
2032   *) Performance improvement for keepalive requests: when setting
2033      aside a small file for potential concatenation with the next
2034      response on the connection, set aside the file descriptor rather
2035      than copying the file into the heap.  [Brian Pane]
2036
2037   *) Modified version check on openssl so that it finds the executable
2038      first and then performs a check of the version, only warning the
2039      user if they chose, or we selected, an old version of OpenSSL.
2040      This change also allows the code to work for non-openssl libraries
2041      selected via the --with-ssl=dir option, which can override the
2042      automated library check in any case.  [Roy Fielding]
2043
2044 Changes with Apache 2.0.40
2045
2046   *) SECURITY [CAN-2002-0661] (cve.mitre.org): 
2047      Close a very significant security hole that 
2048      applies only to the Win32, OS2 and Netware platforms.  Unix was not 
2049      affected, Cygwin may be affected.  Certain URIs will bypass security
2050      and allow users to invoke or access any file depending on the system 
2051      configuration.  Without upgrading, a single .conf change will close 
2052      the vulnerability.  Add the following directive in the global server
2053      httpd.conf context before any other Alias or Redirect directives;
2054          RedirectMatch 400 "\\\.\."
2055      Reported by Auriemma Luigi <bugtest sitoverde.com>.
2056      [Brad Nicholes]
2057
2058   *) SECURITY [CAN-2002-0654] (cve.mitre.org):
2059      Close a path-revealing exposure in multiview type
2060      map negotiation (such as the default error documents) where the
2061      module would report the full path of the typemapped .var file when
2062      multiple documents or no documents could be served based on the mime
2063      negotiation.  Reported by Auriemma Luigi <bugtest sitoverde.com>.
2064      [William Rowe]
2065
2066   *) SECURITY [CAN-2002-0654] (cve.mitre.org):
2067      Close a path-revealing exposure in cgi/cgid when we 
2068      fail to invoke a script.  The modules would report "couldn't create 
2069      child process /path-to-script/script.pl" revealing the full path
2070      of the script.  Reported by Jim Race <jrace qualys.com>.
2071      [Bill Stoddard]
2072
2073   *) Set aside the apr-iconv and apr_xlate() features for the Win32
2074      build of 2.0.40 so development can be completed.  A patch, from
2075      <http://www.apache.org/dist/httpd/patches/apply_to_2.0.40/>
2076      will be available for those that wish to work with apr-iconv.
2077      [William Rowe]
2078
2079   *) Fix proxy so that it is possible to access ftp: URLs via a proxy
2080      chain. [Peter Van Biesen <peter.vanbiesen vlafo.be>]
2081
2082   *) mod-deflate now checks to make sure that 'gzip-only-text/html' is
2083      set to 1, so we can exclude things from the general case with
2084      browsermatch. [Ian Holsman, Andre Schild <A.Schild aarboard.ch>]
2085   
2086   *) Accept multiple leading /'s for requests within the DocumentRoot.
2087      PR 10946  [William Rowe, David Shane Holden <dpejesh yahoo.com>]
2088
2089   *) Solved the reports of .pdf byterange failures on Win32 alone.
2090      APR's sendfile for the win32 platform collapses header and trailer
2091      buffers into a single buffer.  However, we destroyed the pointers
2092      to the header buffer if a trailer buffer was present.  PR 10781
2093      [William Rowe]
2094
2095   *) mod_ext_filter: Add the ability to enable or disable a filter via
2096      an environment variable.  Add the ability to register a filter of
2097      type other than AP_FTYPE_RESOURCE.  [Jeff Trawick]
2098
2099   *) Restore the ability to specify host names on Listen directives.
2100      PR 11030.  [Jeff Trawick, David Shane Holden <dpejesh yahoo.com>]
2101
2102   *) When deciding on the default address family for listening sockets, 
2103      make sure we can actually bind to an AF_INET6 socket before
2104      deciding that we should default to AF_INET6.  This fixes a startup
2105      problem on certain levels of OpenUNIX.  PR 10235.  [Jeff Trawick]
2106
2107   *) Replace usage of atol() to parse strings when we might want a
2108      larger-than-long value with apr_atoll(), which returns long long.
2109      This allows HTTPD to deal with larger files correctly.
2110      [Shantonu Sen <ssen apple.com>]
2111
2112   *) mod_ext_filter: Ignore any content-type parameters when checking if
2113      the response should be filtered.  Previously, "intype=text/html"
2114      wouldn't match something like "text/html;charset=8859_1".
2115      [Jeff Trawick]
2116
2117   *) mod_ext_filter: Set up environment variables for external programs.
2118      [Craig Sebenik <craig netapp.com>]
2119
2120   *) Modified the HTTP_IN filter to immediately append the EOS (end of
2121      stream) bucket for C-L POST bodies, saving a roundtrip and allowing
2122      the caller to determine that no content remains without prefetching
2123      additional POST body.  [William Rowe]
2124
2125   *) Get proxy ftp to work over IPv6.  [Shoichi Sakane <sakane kame.net>]
2126
2127   *) Look for OpenSSL libraries in /usr/lib64.  [Peter Poeml <poeml suse.de>]
2128
2129   *) Update SuSE layout.  [Peter Poeml <poeml suse.de>]
2130
2131   *) Changes to the internationalized error documents:
2132      Comment them out in the default config file to make the default
2133      install as simple as possible; Correct the english 500 error to
2134      be more understandable; Add a Swedish translation.
2135      [Thomas Sjogren <thomas northernsecurity.net>, 
2136       Erik Abele <erik codefaktor.de>, Rich Bowen, Joshua Slive]
2137      
2138   *) Increase the limit on file descriptors per process in apachectl.
2139      [Brian Pane]
2140
2141   *) Fix a dependency error when building ApacheMonitor, so that Win32
2142      and MSVC now trust that the project is current (when it is).
2143      [James Cox <imajes php.net>]
2144
2145   *) mod_ext_filter: don't segfault if content-type is not set.  PR 10617.
2146      [Arthur P. Smith <apsmith aps.org>, Jeff Trawick]
2147
2148   *) APR-Util Renames pending have been completed [Thom May]
2149
2150   *) Performance improvements for the code that reads request
2151      headers (ap_rgetline_core() and related functions)  [Brian Pane]
2152
2153   *) Add a new directive: MaxMemFree.  MaxMemFree makes it possible
2154      to configure the maximum amount of memory the allocators will
2155      hold on to for reuse.  Anything over the MaxMemFree threshold
2156      will be free()d.  This directive is useful when uncommon large
2157      peaks occur in memory usage.  It should _not_ be used to mask
2158      defective modules' memory use.  [Sander Striker]
2159
2160   *) Fixed the Content-Length filter so that HTTP/1.0 requests to CGI
2161      scripts would not result in a truncated response.
2162      [Ryan Bloom, Justin Erenkrantz, Cliff Woolley]
2163
2164   *) Add a filter_init parameter to the filter registration functions
2165      so that a filter can execute arbitrary code before the handlers
2166      are invoked.  This resolves a problem where mod_include requests
2167      would incorrectly return a 304.  [Justin Erenkrantz]
2168
2169   *) Fix a long-standing bug in 2.0, CGI scripts were being called
2170      with relative paths instead of absolute paths.  Apache 1.3 used
2171      absolute paths for everything except for SuExec, this brings back
2172      that standard.  [Ryan Bloom]
2173
2174   *) Fix infinite loop due to two HTTP_IN filters being present for
2175      internally redirected requests.  PR 10146.  [Justin Erenkrantz]
2176
2177   *) Switch conn_rec->keepalive to an enumeration rather than a bitfield.
2178      [Justin Erenkrantz]
2179
2180   *) Fix mod_ext_filter to look in the main server for filter definitions
2181      when running in a vhost if the filter definition is not found in
2182      the vhost.  PR 10147  [Jeff Trawick]
2183
2184   *) Support WinNT CGI invocation through ScriptInterpreterSource 
2185      'registry' for script interpreter paths and names with non-ascii
2186      characters in the executable filepath.  [William Rowe]
2187
2188   *) Support the -w flag on to keep the Win32 console open on error.
2189      [William Rowe]
2190
2191   *) Normalize the hostname value in the request_rec to all-lowercase
2192      [Perry Harrington <pedward webcom.com>]
2193
2194   *) Fix WinNT cgi 500 errors when QUERY_ARGS or other strings include
2195      extended characters (non US-ASCII) in non-utf8 format.  This brings
2196      Win32 back into CGI/1.1 compliance, and leaves charset decoding up
2197      to the cgi application itself.  [William Rowe]
2198
2199   *) Major overhaul of mod_dav, mod_dav_fs and the experimental/cache
2200      modules to bring them up to the current apr/apr-util APIs.
2201      [William Rowe]
2202
2203   *) Fix segfault in mod_mem_cache most frequently observed when
2204      serving the same file to multiple clients on an MP machine.
2205      [Bill Stoddard]
2206
2207   *) mod_rewrite can now set cookies  (RewriteRule (.*) - [CO=name:$1:.domain])
2208      [Brian Degenhardt <bmd mp3.com>, Ian Holsman]
2209
2210   *) Fix perchild to work with apachectl by adding -k support to perchild.
2211      PR 10074  [Jeff Trawick]
2212
2213   *) Fix a silly htpasswd.c logic error that incorrectly reported that
2214      both -c and -n had been used.  PR 9989  [Cliff Woolley]
2215
2216   *) Fixed a mod_include error case in which no HTTP response was sent
2217      to the client if an shtml document contained an unterminated SSI
2218      directive [Brian Pane]
2219
2220   *) Improve ap_get_client_block implementation by using APR-util brigade
2221      helper functions and relying on current filter assumptions.
2222      [Justin Erenkrantz]
2223
2224 Changes with Apache 2.0.39
2225
2226   *) Fixed a build problem in htpasswd.c on Win32.
2227      [Guenter Knauf <eflash gmx.net>, Cliff Woolley]
2228
2229 Changes with Apache 2.0.38
2230
2231   *) Rewrite htpasswd to use APR.  The removes the annoying warning about
2232      tmpnam being unsafe.   [Ryan Bloom]
2233
2234   *) We must set the MIME-type for .shtml files to text/html if we want them
2235      to be parsed for SSI tags.  Add the config for that to the default 
2236      config file so that it is easier to enable .shtml parsing.
2237      [Dave Dyer <ddyer real-me.net>]
2238
2239   *) Fixed a problem with 'make install' on ReliantUnix.
2240      [Jean-frederic Clere <jfrederic.clere fujitsu-siemens.com>]
2241
2242   *) Make the default_handler catch all requests that aren't served by
2243      another handler.  This also gets us to return a 404 if a directory
2244      is requested, there is no DirectoryIndex, and mod_autoindex isn't
2245      loaded.  [Justin Erenkrantz]
2246
2247   *) Fixed the handling of nested if-statements in shtml files.
2248      PR 9866  [Brian Pane]
2249
2250   *) Allow 'make install DESTDIR=/path'.  This allows packagers to install
2251      into a directory different from the one that was configured.  This 
2252      also mirrors the root= feature from 1.3.  We cannot use prefix=,
2253      because both APR and APR-util resolve their installation paths at 
2254      configuration time.  This means that there is no variable prefix 
2255      to replace.  [Andreas Hasenack <andreas netbank.com.br>]
2256
2257   *) AIX 4.3.2 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
2258      These levels of AIX don't have a thundering herd problem with
2259      accept().  [Jeff Trawick]
2260
2261   *) prefork MPM: Ignore mutex errors during graceful restart.  For
2262      certain types of mutexes (particularly SysV semaphores), we
2263      should expect to occasionally fail to obtain or release the
2264      mutex during restart processing.  [Jeff Trawick]
2265
2266   *) Fix install-bindist.sh so that it finds any perl instead of just
2267      early perl 5.x versions.  This is consistent with a build/install
2268      from source, and it allows the perl scripts installed by a bindist 
2269      to work on systems with perl 5.6.  [Jeff Trawick]
2270
2271   *) Fix apxs so that the makefile created by "apxs -g" works on AIX and
2272      Tru64 (and probably some other platforms).  [Jeff Trawick]
2273
2274   *) Allow CGI scripts to return their Content-Length.  This also fixes a
2275      hang on HEAD requests seen on certain platforms (such as FreeBSD).
2276      [Justin Erenkrantz]
2277
2278   *) Added log rotation based on file size to the RotateLog support
2279      utility. [Brad Nicholes]
2280
2281   *) Fix some casting in mod_rewrite which broke random maps.
2282      PR 9770  [Allan Edwards, Greg Ames, Jeff Trawick]
2283
2284 Changes with Apache 2.0.37
2285
2286   *) allow POST method over SSL when per-directory client cert
2287      authentication is used with 'SSLOptions +OptRenegotiate' enabled
2288      and a client cert was found in the ssl session cache.
2289
2290   *) 'SSLOptions +OptRengotiate' will use client cert in from the ssl
2291      session cache when there is no cert chain in the cache.  prior to
2292      the fix this situation would result in a FORBIDDEN response and
2293      error message "Cannot find peer certificate chain"
2294      [Doug MacEachern]
2295
2296   *) ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
2297      one was already sent.  PR 9644  [Jeff Trawick]
2298
2299   *) Fix the display of the default name for the mime types config
2300      file.  PR 9729  [Matthew Brecknell <mbrecknell orchestream.com>]
2301
2302   *) Fix the working directory *for WinNT/2K/XP services only* to
2303      change to the Apache directory (one level above the location 
2304      of Apache.exe, in the case that Apache.exe resides in bin/.)
2305      Solves the case of ServerRoot /foo paths where /foo was not
2306      on the same drive as /winnt/system32.  [William Rowe]
2307
2308   *) Make 2.0's "AcceptMutex" startup message now "completely"
2309      match how 1.3 does it. [Jim Jagielski]
2310
2311   *) Implement a fixed size memory cache using a priority queue
2312      [Ian Holsman]
2313
2314   *) Fix apxs to allow "apxs -q installbuilddir" and to allow
2315      querying certain other variables from config_vars.mk.  PR 9316  
2316      [Jeff Trawick]
2317
2318   *) Added the "detached" attribute to the cgi_exec_info_t internals
2319      so that Win32 and Netware won't create a new window or console
2320      for each CGI invoked.  PR 8387
2321      [Brad Nicholes, William Rowe]
2322
2323   *) Consolidated the command line parameters and attributes that are 
2324      manipulated by the optional function ap_cgi_build_command() in
2325      mod_cgi into a single structure.
2326      [Brad Nicholes]
2327
2328   *) Get rid of uninitialized value errors with "apxs -q" on certain
2329      variables.  [Stas Bekman <stas stason.org>]
2330
2331   *) Fix apxs to allow it to work when the build directory is somewhere
2332      besides server-root/build.  PR 8453  
2333      [Jeff Trawick and a host of others]
2334
2335   *) Allow ap_discard_request_body to be called multiple times in the
2336      same request.  Essentially, ap_http_filter keeps track of whether
2337      it has sent an EOS bucket up the stack, if so, it will only ever
2338      send an EOS bucket for this request.  
2339      [Ryan Bloom, Justin Erenkrantz, Greg Stein]
2340
2341   *) Remove all special mod_ssl URIs.  This also fixes the bug where
2342      redirecting (.*) will allow an SSL protected page to be viewed
2343      without SSL.  [Ryan Bloom]
2344
2345   *) Fix the binary build install script so that the build logic
2346      created by "apxs -g" will work when the user has a binary
2347      build.  [Jeff Trawick]
2348
2349   *) Allow instdso.sh to work with full paths to the shared module.
2350      [Justin Erenkrantz]
2351
2352   *) NetWare: Enabled CGI functionality and added mod_cgi as a built
2353      in module for NetWare  [Brad Nicholes]
2354
2355   *) Changed cgi and piped log behavior to accept 65536 characters
2356      on Win32 (matching Linux) before deadlocking between outputing
2357      client stdin, slurping the output from stdout and then the stderr
2358      stream.  PR 8179  [William Rowe]
2359
2360   *) Fixed Win32 wintty.exe support to assure the window title is valid.
2361      Elimiates possible gpfault or garbage title without the -t option.
2362      [William Rowe]
2363
2364   *) Rewrite mod_cgi, mod_cgid, and mod_proxy input handling to use
2365      brigades and input filters.  [Justin Erenkrantz]
2366
2367   *) Allow ap_http_filter (HTTP_IN) to return EOS when there is no request
2368      body.  [Justin Erenkrantz]
2369     
2370   *) NetWare: Piping log entries through RotateLogs using the 
2371      CustomLogs directive is finally supported now that we have 
2372      the pipes and spawning functionality working.
2373      [Brad Nicholes]
2374
2375   *) SECURITY [CVE-2002-0392] (cve.mitre.org) [CERT VU#944335]:
2376      Detect overflow when reading the hex bytes forming a chunk line.
2377      [Aaron Bannert]
2378
2379   *) Allow RewriteMap prg:'s to take command-line arguments.  PR 8464.
2380      [James Tait <JTait wyrddreams.demon.co.uk>]
2381
2382   *) Correctly return 413 when an invalid chunk size is given on
2383      input.  Also modify ap_discard_request_body to not do anything
2384      on sub-requests or when the connection will be dropped.
2385      [Justin Erenkrantz]
2386
2387   *) Fix the TIME_* SSL var lookups to be threadsafe.  PR 9469.
2388      [Cliff Woolley]
2389
2390   *) Ensure that apr_brigade_write() flushes in all of the cases that
2391      it should to avoid conditions in some modules that could cause
2392      large amounts of data to be buffered.  [Cliff Woolley]
2393
2394   *) Fix problem where mod_cache/mod_disk_cache was incorrectly
2395      stripping the content_type from cached responses.
2396      [Bill Stoddard]
2397
2398   *) apachectl passes through any httpd options.  Note: apachectl
2399      should be used in preference to httpd since it ensures that any
2400      appropriate environment variables have been set up.
2401      [Jeff Trawick]
2402
2403   *) Fix the combination of mod_cgid, mod_setuexec, and mod_userdir.
2404      PR 7810  [Colm MacCarthaigh <colmmacc redbrick.dcu.ie>]
2405
2406   *) Fix suexec execution of CGI scripts from mod_include.
2407      PR 7791, 8291  [Colm MacCarthaigh <colmmacc redbrick.dcu.ie>]
2408
2409   *) Fix segfaults at startup on some platforms when mod_auth_digest,
2410      mod_suexec, or mod_ssl were used as DSO's due to the way they
2411      were tracking the current init phase since DSO's get completely
2412      unloaded and reloaded between phases.  PR 9413.
2413      [Tsuyoshi Sasamoto <nazonazo super.win.ne.jp>, Brad Nicholes]
2414
2415   *) Fix mod_include's handling of regular expressions in
2416      "<!--#if" directives [Julius Gawlas <julius_gawlas hp.com>]
2417
2418   *) Fix the worker MPM deadlock problem  [Brian Pane]
2419
2420   *) Modify the module documentation to allow for translations.
2421      [Yoshiki Hayashi, Joshua Slive]
2422
2423   *) Fix a file permissions problem which prevented mod_disk_cache
2424      from working on Unix.  [Jeff Trawick]
2425
2426   *) Add "-k start|restart|graceful|stop" support to httpd for the Unix 
2427      MPMs.  These have semantics very similar to the old apachectl 
2428      commands of the same name.  [Justin Erenkrantz, Jeff Trawick]
2429
2430   *) Make sure that the runtime dir is created by make install.
2431      PR 9233.  [Jeff Trawick]
2432
2433   *) Fix an unusual set of ./configure arguments that could cause
2434      mod_http to be built as a DSO, which it currently doesn't
2435      support.  PR 9244.
2436      [Cliff Woolley, Robin Johnson <robbat2 orbis-terrarum.net>]
2437
2438   *) Win32: Fix bug in apr_sendfile() that caused incorrect operation
2439      of the %X, %b and %B logformat options. PR 8253, 8996.
2440      [Bill Stoddard]
2441
2442   *) If content-encoding is already present, do not run deflate (PR 9222)
2443      [Kazuhisa ASADA <kaz asada.sytes.net>]
2444
2445   *) The APLOG_NOERRNO flag to ap_log_[r]error() is now deprecated.
2446      It is currently ignored and it will be removed in a future release
2447      of Apache.  [Jeff Trawick]
2448
2449   *) Removed documentation references to the no-longer-supported
2450      "make certificate" feature of mod_ssl for Apache 1.3.x.  Test
2451      certificates, if truly desired, can be generated using openssl
2452      commands.  PR 8724.  [Cliff Woolley]
2453
2454   *) Remove SSLLog and SSLLogLevel directives in favor of having
2455      mod_ssl use the standard ErrorLog directives.  [Justin Erenkrantz]
2456
2457   *) OS/390: LIBPATH no longer has to be manually uncommented in
2458      envvars to get apachectl to set up httpd properly.  [Jeff Trawick]
2459
2460   *) mod_isapi: All mod_isapi directives, excluding ISAPICacheFile,
2461      may now be specified to the <File/Directory > container, rather
2462      than by vhost.  [William Rowe]
2463
2464   *) mod_isapi: Experimental support for faux async support for ISAPI
2465      modules.  [William Rowe]
2466
2467   *) mod_isapi: Major refactoring of the code to rely on apr internals
2468      rather than MS APIs (using our own mod_isapi.h headers for ISAPI
2469      symbol definitions.)  [William Rowe]
2470
2471   *) mod_isapi: Fixed the return string length from GetServerVariable
2472      callback, it was not including the trailing null in the consumed
2473      buffer size.  This was particularly bad for Delphi 6.0 users.
2474      PR 8934  [Sebastian Hantsch <sebastian.hantsch gmx.de>]
2475
2476   *) Fixed Win32 builds for Microsoft VisualStudio 7.0 (.net).
2477      [William Rowe]
2478
2479   *) Make apxs look in the correct directory for envvars.  It was
2480      broken when sbindir != bindir.  PR 8869
2481      [Andreas Sundström <sunkan zappa.cx>]
2482   
2483   *) Fix mod_deflate corruption when using multiple buckets.  PR 9014.
2484      [Asada Kazuhisa <kaz asada.sytes.net>]
2485
2486   *) Performance enhancements for access logger when using
2487      default timestamp formatting  [Brian Pane]
2488
2489   *) Added EnableMMAP config directive to enable the server
2490      administrator to disable memory-mapping of delivered files
2491      on a per-directory basis.  [Brian Pane]
2492
2493   *) Performance enhancements for mod_setenvif  [Brian Pane]
2494
2495   *) Fix a mod_ssl build problem on OS/390.  [Jeff Trawick]
2496
2497   *) Fixed If-Modified-Since on Win32, which would give false positives
2498      because of the sub-second resolution of file timestamps on that
2499      platform.  [Cliff Woolley]
2500
2501   *) Reverse the hook ordering for mod_userdir and mod_alias so
2502      that Alias/ScriptAlias will override Userdir.  PR 8841
2503      [Joshua Slive]
2504
2505   *) Move mod_deflate out of experimental and into filters.
2506      [Justin Erenkrantz]
2507
2508   *) Get proxy CONNECT basically working.  [Jeff Trawick]
2509
2510   *) Fix mod_rewrite hang when APR uses SysV Semaphores and
2511      RewriteLogLevel is set to anything other than 0.  PR: 8143
2512      [Aaron Bannert, Cliff Woolley]
2513
2514   *) Fix byterange requests from returning 416 when using dynamic data
2515      (such as filters like mod_include).  [Justin Erenkrantz]
2516
2517   *) Allow mod_rewrite's set of "int:" internal RewriteMap functions
2518      to be extended by third-party modules via an optional function.
2519      [Tahiry Ramanamampanoharana <nomentsoa hotmail.com>, Cliff Woolley]
2520
2521   *) Fix mod_include expression parser's handling of unquoted strings
2522      followed immediately by a closing paren.  PR 8462.  [Brian Pane]
2523
2524   *) Remove autom4te.cache in 'make distclean'.
2525      [Thom May <thom planetarytramp.net>]
2526
2527   *) Fix generated httpd.conf to respect layout for LoadModule lines.
2528      PR 8170.  [Thom May <thom planetarytramp.net>]
2529
2530   *) Win32: During a graceful restart, threads in the new process
2531      were accessing scoreboard slots still in use by active threads in 
2532      the old process. [Bill Stoddard]
2533
2534 Changes with Apache 2.0.36
2535
2536   *) Fix some minor formatting issues with ab. Part of this is
2537      in reference to PR 8544, the rest I noticed while testing
2538      the PR fix. [Paul J. Reder]
2539
2540   *) Fix a case where an invalid pass phrase is entered and an
2541      error message is given, but the prompt is not shown again.
2542      This left the user in an ambiguous state. PR 8320 [Paul J. Reder]
2543
2544   *) Close sockets on worker MPM when doing a graceless restart.
2545      [Aaron Bannert]
2546
2547   *) Reverted a minor optimization in mod_ssl.c that used the vhost ID
2548      as the session id context rather that a MD5 hash of that vhost ID,
2549      because it caused very long vhost id's to be unusable with mod_ssl.
2550      PR 8572.  [Cliff Woolley]
2551
2552   *) Fix the link to the description of the CoredumpDirectory 
2553      directive in the server-wide document.  PR 8643.  [Jeff Trawick]
2554
2555   *) Fixed SHMCB session caching.  [Aaron Bannert, Cliff Woolley]
2556
2557   *) Synced with remaining changes from mod_ssl 2.8.8-1.3.24:
2558      - Avoid SIGBUS on sparc machines with SHMCB session caches
2559      - Allow whitespace between the pipe and the name of the
2560      program in SSLLog "| /path/to/program".  [Cliff Woolley]
2561
2562   *) Introduce mod_ext_filter and mod_deflate experimental modules
2563      to the Win32 build (zlib sources must be in srclib\zlib.)
2564      [William Rowe]
2565
2566   *) Changes to the worker MPM's queue management and thread
2567      synchronization code to reduce mutex contention  [Brian Pane]
2568
2569   *) Don't install *.in configuration files since we already install
2570      *-std.conf files.  [Aaron Bannert]
2571
2572   *) Many improvements to the threadpool MPM.  [Aaron Bannert]
2573
2574   *) Fix subreqs that are promoted via fast_redirect from having invalid
2575      frec->r structures.  This would cause subtle errors later on in
2576      request processing such as seen in PR 7966.  [Justin Erenkrantz]
2577
2578   *) More efficient pool recycling logic for the worker MPM [Brian Pane]
2579
2580   *) Modify the worker MPM to not accept() new connections until
2581      there is an available worker thread. This prevents queued
2582      connections from starving for processing time while long-running
2583      connections were hogging all the available threads.  [Aaron Bannert]
2584
2585   *) Convert the worker MPM's fdqueue from a LIFO back into a FIFO.
2586      [Aaron Bannert]
2587
2588   *) Get basic HTTP proxy working on EBCDIC machines.  [Jeff Trawick]
2589
2590   *) Allow mod_unique_id to work on systems with no IPv4 address
2591      corresponding to their host name.  [Jeff Trawick]
2592
2593   *) Fix suexec behavior with user directories.  PR 7810.
2594      [Colm <colmmacc redbrick.dcu.ie>]
2595
2596   *) Reject a blank UserDir directive since it is ambiguous.  PR 8472.
2597      [Justin Erenkrantz]
2598
2599   *) Make mod_mime use case-insensitive matching when examining
2600      extensions on all platforms.  PR 8223.  [Justin Erenkrantz]
2601
2602   *) Add an intelligent error message should no proxy submodules be
2603      valid to handle a request. PR 8407 [Graham Leggett]
2604
2605   *) Major improvements in concurrent processing for AB by enabling
2606      non-blocking connect()s and preventing APR from doing blocking
2607      read()s. Also implement fatal error checking for apr_recv().
2608      [Aaron Bannert]
2609
2610   *) Fix Win32 NTFS Junctions (symlinks).  PR 8014  [William Rowe]
2611
2612   *) Fix Win32 'short name' aliases in httpd.conf directives.
2613      PR 8009  [William Rowe]
2614
2615   *) Fix generation of default httpd.conf when the layout paths are
2616      disjoint.  PR 7979, 8227.  [Justin Erenkrantz]
2617
2618   *) Swap downgrade-1.0 and force-response-1.0 conditional checks so
2619      that downgraded responses can have force-response.  PR 8357.
2620      [Justin Erenkrantz]
2621
2622   *) Fix perchild MPM so that it can be configured with the move to the
2623      experimental directory.  [Scott Lamb <slamb slamb.org>]
2624
2625   *) Fix perchild MPM so that it uses ap_gname2id for groups instead of
2626      ap_uname2id. [Scott Lamb <slamb slamb.org>]
2627
2628   *) Fix AcceptPathInfo. PR 8234  [Cliff Woolley]
2629
2630   *) SECURITY: Added the APLOG_TOCLIENT flag to ap_log_rerror() to
2631      explicitly tell the server that warning messages should be sent 
2632      to the client in addition to being recorded in the error log. 
2633      Prior to this change, ap_log_rerror() always sent warning 
2634      messages to the client. In one case, a faulty CGI script caused
2635      the server to send a warning message to the client that contained
2636      the full path to the CGI script. This could be considered a
2637      minor security exposure. [Bill Stoddard]
2638
2639   *) mod_autoindex output when SuppressRules was specified would
2640      omit the first carriage return so the first item in the list
2641      would appear to the right of the column headings instead of
2642      underneath them. PR 8016  [David Shane Holden <dpejesh yahoo.com>]
2643
2644   *) Moved the call to apr_mmap_dup outside the error branch so
2645      that it would actually get called. This fixes a core dump
2646      at init everytime you use the MMapFile directive. PR 8314
2647      [Paul J. Reder]
2648
2649   *) Trigger an error when a LoadModule directive attempts to
2650      load a module which is built-in.  This is a common error when
2651      switching from a DSO build to a static build.  [Jeff Trawick]
2652
2653   *) Change instdso.sh to use libtool --install everywhere and then
2654      clean up some stray files and symlinks that libtool leaves around
2655      on some platforms.  This gets subversion building properly since
2656      it needed a re-link to be performed by libtool at install time,
2657      and the old instdso.sh logic to simply cp the DSO didn't handle
2658      that requirement.  [Sander Striker]
2659
2660   *) Allow VPATH builds to succeed when configured from an empty
2661      directory.  [Thom May <thom planetarytramp.net>]
2662
2663   *) Fix 'control reaches end of non-void function' warning in
2664      server/log.c.  [Ben Collins-Sussman <sussman collab.net>]
2665
2666   *) Perchild MPM is now correctly deemed as experimental and is now
2667      located in server/mpm/experimental.  [Justin Erenkrantz]
2668
2669   *) Fix segfault in mod_mem_cache when garabge collecting an expired
2670      cache entry.  [Bill Stoddard]
2671
2672   *) Introduced -E startup_logfile_name option to httpd to allow admins
2673      to begin logging errors immediately.  This provides Win32 users 
2674      an alternative to sending startup errors to the event viewer, and
2675      allows other daemon tool authors an alternative to logging to stderr.
2676      [William Rowe] 
2677      
2678   *) Fix subreqs with non-defined Content-Types being served improperly.
2679      [Justin Erenkrantz]
2680
2681   *) Merge in latest GNU config.guess and config.sub files.  PR 7818.
2682      [Justin Erenkrantz]
2683
2684   *) Move 100 - Continue support to the HTTP_IN filter so that filters
2685      are guaranteed to support 100 - Continue logic without any
2686      intervention.  [Justin Erenkrantz]
2687
2688   *) Add HTTP chunked input trailer support.  [Justin Erenkrantz]
2689
2690   *) Rename and export get_mime_headers as ap_get_mime_headers.
2691      [Justin Erenkrantz]
2692
2693   *) Allow empty Host: header arguments.  PR 7441.  [Justin Erenkrantz]
2694
2695   *) Properly substitute sbindir as httpd's location in apachectl.  PR 7840.
2696      [Andreas Hasenack <andreas netbank.com.br>]
2697
2698   *) Allow Win32 shebang scripts to follow the path (or omit the .exe
2699      suffix from the shebang command), and allow ScriptInterpreterSource
2700      Registry or RegistryStrict to override shebang lines, as 1.3 did.
2701      PR 8004  [William Rowe]
2702
2703   *) worker MPM: Fix a situation where a child exited without releasing
2704      the accept mutex.  Depending on the OS and mutex mechanism this 
2705      could result in a hang.  [Jeff Trawick]
2706
2707   *) Update the instructions for how to get started with mod_example.
2708      [Stas Bekman]
2709   
2710   *) Fix PidFile to default to rel_runtimedir instead of
2711      rel_logfiledir.  PR 7841.  [Andreas Hasenack <andreas netbank.com.br>]
2712
2713   *) Win32: Fix problem that caused rapid performance degradation
2714      when number of connecting clients exceeded ThreadsPerChild.
2715      [Bill Stoddard]
2716
2717   *) Fixed a segfault parsing large SSIs on non-mmap systems.
2718      [Brian Havard]
2719
2720   *) Proxy was bombing out every second keepalive request, caused by a
2721      stray CRLF before the second response's status line. Proxy now
2722      tries to read one more line if it encounters a CRLF where it
2723      expected a status. PR 10010 [Graham Leggett]
2724
2725   *) Deprecated the apr_lock.h API. Please see the following files
2726      for the improved thread and process locking and signaling: 
2727      apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h,
2728      apr_thread_cond.h, and apr_global_mutex.h.  [Aaron Bannert]
2729
2730   *) Change mod_status to use scoreboard accessor functions so it can
2731      be used in any MPM without having to be recompiled.
2732      [Ryan Morgan <rmorgan covalent.net>]
2733
2734   *) Fix parsing of some AP_DECLARE_DATA declarations so that the filter
2735      handle declarations are recognized.  This fixes problems loading 
2736      mod_autoindex on some platforms.  [Brian Havard]
2737
2738   *) add optional fixup hook to proxy [Daniel Lopez <daniel covalent.net>]
2739
2740   *) Remind the admin about the User and Group directives when we are
2741      unable to set permissions on a semaphore.  PR 7812  [Jeff Trawick]
2742
2743   *) fix possible compilation problem in ssl_engine_kernel.c. PR 7802
2744      [Doug MacEachern]
2745
2746   *) fix possible infinite loop in mod_ssl triggered by certain
2747      netscape clients [Doug MacEachern]
2748
2749   *) fix ProxyPass when frontend is https and backend is http
2750      [Doug MacEachern]
2751
2752   *) Add DASL support to mod_dav
2753      [Sung Kim <hunkim cse.ucsc.edu>]
2754
2755 Changes with Apache 2.0.35
2756
2757   *) mod_rewrite: updated to use the new APR global mutex type.
2758      [Aaron Bannert]
2759
2760   *) Fixes for mod_include errors on boundary conditions in which
2761      "<!--#" occurs at the very end of a bucket
2762      [Paul Reder, Brian Pane]
2763
2764   *) worker, prefork, perchild, beos MPMs: Add -DFOREGROUND switch to 
2765      cause the Apache parent process to run in the foreground (similar to
2766      -DNO_DETACH except that it doesn't switch session ids).  
2767      [Jeff Trawick]
2768
2769   *) Added support for Posix semaphore mutex locking (AcceptMutex posixsem)
2770      for those platforms that support it. If using the default
2771      implementation, this is between pthread and sysvsem in priority.
2772      This implies it's the new default for Darwin. [Jim Jagielski]
2773
2774   *) AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPE
2775      environment variables in the envvars file.  [Jeff Trawick]
2776
2777   *) worker MPM: Don't create a listener thread until we have a worker
2778      thread.  Otherwise, in situations where we'll have to wait a while
2779      to take over scoreboard slots from a previous generation, we'll be
2780      accepting connections we can't process yet.  [Jeff Trawick]
2781
2782   *) Allow worker MPM to build on systems without pthread_kill().
2783      [Pier Fumagalli, Jeff Trawick]
2784
2785   *) Prevent ap_add_output_filters_by_type from being called in
2786      ap_set_content_type if the content-type hasn't changed.
2787      [Justin Erenkrantz]
2788
2789   *) Performance: implemented the bucket allocator made possible by the
2790      API change in 2.0.34.  [Cliff Woolley]
2791
2792   *) Don't allow initialization to succeed if we can't get a socket
2793      corresponding to one of the Listen statements.  [Jeff Trawick]
2794
2795 Changes with Apache 2.0.34
2796
2797   *) Allow all Perchild directives to accept either numerical UID/GID
2798      or logical user/group names.  [Scott Lamb <slamb slamb.org>]
2799
2800   *) Make Perchild compile cleanly and serve pages again. [Ryan Bloom]
2801
2802   *) implement ssl proxy to support ProxyPass / https:// and the
2803      SSLProxy* directives [Doug MacEachern]
2804
2805   *) Update mod_cgid to not do single-byte socket reads for CGI headers
2806      [Brian Pane]
2807
2808   *) Made AB's use of the Host: header rfc2616 compliant
2809      by Taisuke Yamada <tai iij.ad.jp> [Dirk-Willem van Gulik].
2810
2811   *) The old, legacy (and unused) code in which the scoreboard was totally
2812      and completely contained in a file (SCOREBOARD_FILE) has been
2813      removed. This does not affect scoreboards which are *mapped* to
2814      files using named-shared-memory. [Jim Jagielski]
2815
2816   *) Change bucket brigades API to allow a "bucket allocator" to be
2817      passed in at certain points.  This allows us to implement freelists
2818      so that we can stop using malloc/free so frequently.
2819      [Cliff Woolley, Brian Pane]
2820
2821   *) Add support for macro expansion within the variable names in
2822      <!--#echo--> and <!--#set--> directives [Brian Pane]
2823
2824   *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes]
2825
2826   *) Update the "RedHat" Layout to match Red Hat Linux version 7. PR BZ-7422
2827      [Joe Orton] 
2828
2829   *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl
2830      [Jon Travis, John Barbee, William Rowe, Ryan Bloom, Doug MacEachern]
2831
2832   *) Add a new parameter to the quick_handler hook to instruct
2833      quick handlers to optionally do a lookup rather than actually 
2834      serve content. This is the first of several changes required fix
2835      several problems with how quick handlers work with subrequests.
2836      [Bill Stoddard]
2837
2838   *) worker MPM: Get MaxRequestsPerChild to work again.  [Jeff Trawick]
2839
2840   *) [APR-related] The ordering of the default accept mutex method has
2841      been changed to better match what's done in Apache 1.3. The ordering 
2842      is now (highest to lowest): pthread -> sysvsem -> fcntl -> flock.
2843      [Jim Jagielski]
2844
2845   *) Ensure that the build/ directory is created when using VPATH.
2846      [Justin Erenkrantz]
2847
2848   *) Add some popular types to the mime magic file.  PR 7730.
2849      [Linus Walleij <triad df.lth.se>, Justin Erenkrantz]
2850
2851   *) Remove the single-byte socket reads for CGI headers [Brian Pane]
2852
2853   *) When a proxied site was being served, Apache was replacing
2854      the original site Server header with it's own, which is not
2855      allowed by RFC2616. Fixed. [Graham Leggett]
2856
2857   *) Fix a mod_cgid problem that left daemon processes stranded
2858      in some server restart scenarios.  [Jeff Trawick]
2859
2860   *) Added exp_foo and rel_foo variables to config_vars.mk for
2861      all Apache and Autoconf path variables (like --sysconfdir,
2862      --sbindir, etc). exp_foo is the "expanded" version, which means
2863      that all internal variable references have been interpolated.
2864      rel_foo is the same as $exp_foo, only relative to $prefix if they
2865      share a common path.  [Aaron Bannert]
2866
2867   *) Fix some restart/terminate problems in the worker MPM.  Don't
2868      drop connections during graceful restart.  [Jeff Trawick]
2869
2870   *) Change the header merging behaviour in proxy, as some headers
2871      (like Set-Cookie) cannot be unmerged due to stray commas in
2872      dates. [Graham Leggett]
2873
2874   *) Be more vocal about what AcceptMutex values we allow, to make
2875      us closer to how 1.3 does it. [Jim Jagielski]
2876
2877   *) Get nph- CGI scripts working again.  PRs 8902, 8907, 9983
2878      [Jeff Trawick]
2879
2880   *) Upgraded PCRE library to latest version 3.9 [Brian Pane]
2881
2882   *) Add accessor function to set r->content_type. From now on,
2883      ap_rset_content_type() should be used to set r->content_type.
2884      This change is required to properly implement the 
2885      AddOutputFilterByType configuration directive.
2886      [Bill Stoddard, Sander Striker, Ryan Bloom]
2887
2888   *) Add new M_FOO symbols for the WebDAV/DeltaV methods specified by
2889      RFC 3253. Improved the method name/number mapping functions.
2890      [Greg Stein]
2891
2892   *) remove sock_enable_linger from connection.c [Ian Holsman]
2893
2894   *) Fix for virtual host processing where the requested hostname
2895      has a '.' at the end (PR 9187) [Ryan Cruse <ryan estara.com>]
2896
2897   *) mod_dav's APIs for REPORT response handling was changed so that
2898      providers can generate the content directly into the output filter
2899      stack, rather than buffering the response into memory. [Greg Stein]
2900
2901   *) Fix a hang condition with graceful restart and prefork MPM
2902      in the situation where MaxClients is very high but
2903      much fewer servers are actually started at the time of the
2904      restart.  [Jeff Trawick]
2905
2906   *) Small performance fixes for mod_include [Brian Pane]
2907
2908   *) Performance improvement for the error logger [Brian Pane]
2909
2910   *) Change configure so that Solaris 8 and above have 
2911      SINGLE_LISTEN_UNSERIALIZED_ACCEPT defined by default.
2912      according to sun people solaris 8+ doesn't have a thundering
2913      herd problem [Ian Holsman]
2914
2915   *) Allow URIs specifying CGI scripts to include '/' at the end
2916      (e.g., /cgi-bin/printenv/) on AIX and Solaris (and other OSs
2917      which ignore '/' at the end of the names of non-directories).
2918      PR 10138  [Jeff Trawick]
2919
2920   *) implement SSLSessionCache shmht and shmcb based on apr_rmm and
2921      apr_shm.  [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
2922
2923   *) Fix apxs -g handling.  Move config_vars.mk from the top build
2924      directory to the build directory.  PR 10163  [Jeff Trawick]
2925
2926   *) Fix some mod_include problems which broke evaluation of some
2927      expressions.  PR 10108  [Jeff Trawick]
2928
2929   *) Fix the calculation of request time in mod_status.  [Stas Bekman]
2930
2931   *) Fix the calculation of thread_num in the worker score structure.
2932      [Stas Bekman]
2933
2934   *) Use apr_atomic operations in managing the mod_mem_cache
2935      cache_objects for SMP scalability. (see USE_ATOMICS
2936      preprocessor directive in mod_file_cache)
2937      [Bill Stoddard]
2938
2939   *) Add filehandle caching to mod_mem_cache. (see CACHE_FD
2940      preprocessor directive in mod_file_cache)
2941      [Bill Stoddard]
2942
2943   *) Implement prototype mod_disk_cache for use with mod_cache.
2944      [Bill Stoddard]
2945
2946   *) Add a missing manualdir entry in the Debian config.layout.
2947      [Thom May <thom planetarytramp.net>]
2948
2949   *) Stop installing libtool for APR and tell APR where it should place
2950      its copy of libtool (via our installbuildpath layout variable).
2951      [Justin Erenkrantz]
2952
2953   *) New directive ProxyIOBufferSize. Sets the size of the buffer used
2954      when reading from a remote HTTP server in proxy. [Graham Leggett]
2955
2956   *) Modify receive/send loop in proxy_http and proxy_ftp so that
2957      should it be necessary, the remote server socket is closed before
2958      transmitting the last buffer (set by ProxyIOBufferSize) to the
2959      client. This prevents the backend server from being forced to hang
2960      around while the last few bytes are transmitted to a slow client.
2961      Fix the case where no error checking was performed on the final
2962      brigade in the loop. [Graham Leggett]
2963
2964   *) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change
2965      CacheMaxExpire and CacheDefaultExpire to use seconds rather than
2966      hours. [Graham Leggett, Bill Stoddard]
2967
2968   *) New Directive SSIUndefinedEcho. to change the '(none)' echoed
2969      for a undefined variable. [Ian Holsman]
2970
2971   *) Proxy HTTP and CONNECT: Keep trying other addresses from the DNS
2972      when we can't get a socket in the specified address family.  We may
2973      have gotten back an IPv6 address first and yet our system is not
2974      configured to allow IPv6 sockets.  [Jeff Trawick]
2975
2976   *) Be more careful about recursively removing CVS directories. Make
2977      sure that we aren't cd'ing to their home directory first. PR: 9993
2978      [Aaron Bannert, James LewisMoss <dres lewismoss.net>]
2979
2980   *) Add a missing errordir entry in the Debian config.layout. PR: 10067
2981      [Dirk-Jan Faber <dirk-jan selwerd.nl>, Aaron Bannert,
2982       Thom May <thom planetarytramp.net>]
2983
2984   *) Rename the filter ordering priorities.  The recent filtering fixes
2985      have showcased problems with their usage.  Therefore, we need to
2986      rename them to increase the clarity.  (CONTENT->RESOURCE,
2987      HTTP_HEADER->CONTENT_SET/PROTOCOL)  [Justin Erenkrantz]
2988
2989 Changes with Apache 2.0.33
2990
2991   *) Fix a problem in the new --enable-layout functionality where
2992      it wouldn't allow overrides from variables like --prefix,
2993      --bindir, etc.  [Thom May <thom planetarytramp.net>]
2994
2995   *) Fix a bug in the core input filter for AP_MODE_EXHAUSTIVE. It
2996      no longer hangs around waiting for the socket to close before
2997      returning exhaustive data.  [Aaron Bannert]
2998
2999   *) rename apr_exploded_time_t to apr_time_exp_t (as per renames pending)
3000      [Thom May <thom planetarytramp.net>]
3001
3002   *) Change mod_ssl to always do a full startup/teardown on restarts.
3003      this allows mod_ssl to be added to a server that is already
3004      running and makes it possible to add/change certs/keys after the
3005      server has been started.  [Doug MacEachern]
3006
3007   *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl.
3008      This pipe must be a bidirectional 'console' style relay, which
3009      mod_ssl prints all prompts to the pipe's stdin, and reads the
3010      passphrases from the pipe's stdout.  [William Rowe]
3011
3012   *) Fix bug where --sysconfdir and --localstatedir were being
3013      ignored.  [Thom May <thom planetarytramp.net>, Aaron Bannert]
3014      PR 9888
3015
3016   *) Fix --enable-layout to work again. Caution: When specifying
3017      --enable-layout, common arguments like --prefix, --exec-prefix,
3018      etc. will be ignored and the settings from the layout will be
3019      used instead.  [Thom May <thom planetarytramp.net>, Aaron Bannert]
3020      PR 9124, 9873, 9885
3021
3022   *) New Directive for mod_proxy: ProxyRemoteMatch. This provides
3023      regex pattern matching for the determination of which requests
3024      to use the remote proxy for. [Jim Jagielski]
3025
3026   *) Fix CustomLog bytes-sent with HTTP 0.9.  [Justin Erenkrantz]
3027
3028   *) Prevent Apache from ignoring SIGHUP due to some lingering 1.3
3029      cruft in piped logs and rewritemap child processes.
3030      [William Rowe]
3031
3032   *) All instances of apr_lock_t have been removed and converted
3033      to one of the following new lock APIs: apr_thread_mutex.h,
3034      apr_proc_mutex.h, or apr_global_mutex.h. No new code should
3035      use the apr_lock.h API, as the old API will soon be deprecated.
3036      [Aaron Bannert]
3037
3038   *) Merged in changes to mod_ssl up through 2.8.7-1.3.23.
3039      [Ralf S. Engelschall, Cliff Woolley]
3040
3041   *) mod-include: make it handle flush'es and fix the 'false-alarm'
3042      [Justin Erenkrantz, Brian Pane, Ian Holsman]
3043
3044   *) ap_get_*_filter_handle() functions to allow 3rd party modules
3045      to lookup filter handles so they can bypass the filter name
3046      lookup when adding filters to a request (via ap_add_*_filter_handle())
3047      [Ryan Morgan <rmorgan covalent.net>]
3048
3049   *) Fix for multiple file buckets on Win32, where the first file
3050      bucket would cause the immediate closure of the socket on any
3051      non-keepalive requests.  [Ryan Morgan <rmorgan covalent.net>]
3052
3053   *) Correct Win32 failure of mmap of a segment beyond start of the
3054      file; fixes large SSL and similar transfers.  [William Rowe]
3055      PR 9898
3056
3057   *) Implement apr_proc_detach changes and allow -DNO_DETACH in the
3058      multi-process mode to not "daemonize" while detaching from the
3059      controlling terminal. This is necessary for Apache to work with
3060      process-management tools like AIX's "System Resource Controller"
3061      as well as Dan Bernstein's "daemontools".
3062      [Jos Backus <josb cncdsl.com>, Aaron Bannert]
3063
3064   *) Convert mod_auth_digest to use the new apr_global_mutex_t
3065      type.  [Aaron Bannert]
3066
3067   *) fix bug in mod-include where it wouldn't send a unmatched
3068      part if it was at the end of a bucket [Ian Holsman]
3069
3070   *) worker MPM: Improve logging of errors with the interface between
3071      the listener thread and worker threads.  [Jeff Trawick]
3072
3073   *) Some browsers ignore cookies that have been merged into a
3074      single Set-Cookie header. Set-Cookie and Set-Cookie2 headers
3075      are now unmerged in the http proxy before being sent to the
3076      client. [Graham Leggett]
3077
3078   *) Fix a problem with proxy where each entry of a duplicated
3079      header such as Set-Cookie would overwrite and obliterate the
3080      previous value of the header, resulting in multiple header
3081      values (like cookies) going missing.
3082      [Graham Leggett, Joshua Slive]
3083
3084   *) Add the server-limit and thread-limit values to the scoreboard
3085      for the sake of third-party applications.
3086      [Adam Sussman <myddryn vishnu.vidya.com>]
3087
3088   *) Fix segfault when proxy recieves an invalid HTTP response [Ian Holsman]
3089
3090   *) OS/390: Get make install to properly copy DSO modules.
3091      [Jeff Trawick]
3092
3093   *) Win32: Fix bug in mod_status with displaying "Restart Time"
3094      and "Server uptime".
3095      [Bill Stoddard]
3096
3097   *) Fix IPv6 name-based virtual hosts.  [Jeff Trawick]
3098
3099   *) Introduce AddOutputFilterByType directive.  [Justin Erenkrantz]
3100
3101   *) Fix DEBUG_CGI support in mod_cgi.  PR 9670, 9671.
3102      [David MacKenzie <djm pix.net>]
3103
3104   *) Fix incorrect check for script_in in mod_cgi.  PR 9669.
3105      [David MacKenzie <djm pix.net>]
3106
3107   *) Fix segfault and display error when SSLMutex file can not be
3108      created.  [Adam Sussman <myddryn vishnu.vidya.com>]
3109
3110   *) Add reference counting to mod_mem_cache cache objects to
3111      better manage removing objects from the cache.
3112      [Bill Stoddard]
3113
3114   *) Change the verbage on the ScoreBoardFile in our default configs.
3115      Also change the default to be commented out (unspecified) so we
3116      get anonymous shared memory by default.  [Aaron Bannert]
3117
3118   *) Implement new ScoreBoardFile directive logic. This affects how
3119      we create the scoreboard's shared memory segment. If the directive
3120      is present, a name-based segment is created. If the directive is
3121      not present, first an anonymous segment is created, and if that
3122      fails, a name-based segment is created from a file of the name
3123      DEFAULT_SCOREBOARD. This gives third-party applications the
3124      ability to access our scoreboard.  [Aaron Bannert]
3125
3126   *) Allow mod_deflate to work with non-GET requests and properly send
3127      Content-Lengths.  [Sander Striker <striker apache.org>]
3128
3129   *) Fix ap_directory_merge() to correctly merge configs when there is
3130      no <Directory /> block.  [Justin Erenkrantz, William Rowe]
3131
3132   *) Remove spurious debug messsages that are normal under HTTP
3133      keep-alive logic.  [Jeff Trawick, Justin Erenkrantz]
3134
3135   *) Fix a bug in mod_cgid that would prevent proper shutdown death
3136      of the cgid process.  [Aaron Bannert]
3137
3138   *) Add signal handling back in to the worker MPM for the one_process
3139      (-X, -DDEBUG, -DONE_PROCESS) case.  [Aaron Bannert]
3140
3141   *) Performance: Reuse per-connection transaction pools in the
3142      worker MPM, rather than destroying and recreating them.  [Brian Pane]
3143
3144   *) Remove all signals from the worker MPM's child process.  Instead,
3145      the parent uses the Pipe of Death for all communication with the
3146      child processes.  [Ryan Bloom]
3147
3148 Changes with Apache 2.0.32
3149
3150   *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the
3151      default if the directive is not specified.  This mirrors older
3152      behavior without changes to the httpd.conf.  [William Rowe]
3153
3154   *) Win32: solve the win32 service problems in 2.0.31-alpha, by fixing
3155      the service, mpm and logging code, and bugs in apr_file_open_stderr 
3156      and apr_file_dup2 functions.  Win2K/XP services have no handles 
3157      associated for stdin/out/err, which caused unpredictable behavior
3158      in the prior release.  [William Rowe, Bill Stoddard]
3159
3160   *) Win32: simplify the Application Event Log messages, since there isn't
3161      likely to be 'more information in the error log' before an error log
3162      has been opened.  [William Rowe]
3163
3164   *) Win32: substantial cleanup to the mpm_winnt code for legibility and
3165      to follow the program flow of other MPMs.  [Ryan Bloom, William Rowe]
3166
3167   *) Win32: apache -k shutdown now behaves like apache -k stop.
3168      [Bill Stoddard]
3169
3170   *) Fix prefork to not kill the parent if a child hits a resource shortage
3171      on accept().  [Greg Ames]
3172
3173   *) Fix seg faults that occur when what should be the httpd request line
3174      starts with \r\n followed by garbage.  [Greg Ames]
3175
3176   *) Allow statically linked support binaries with the new
3177      --enable-static-support flag, and enable this behavior in
3178      the binbuild script. Also add a new --enable-static-htdbm
3179      flag.  [Aaron Bannert]
3180
3181   *) Allow mod_autoindex to serve symlinks if permitted and attempt to
3182      do only one stat() call when generating the directory listings.
3183      [Justin Erenkrantz]
3184
3185   *) Fix resolve_symlink to save the original symlink name if known.
3186      [Justin Erenkrantz]
3187
3188   *) Be a bit more sane with regard to CanonicalNames.  If the user has
3189      specified they want to use the CanonicalName, but they have not
3190      configured a port with the ServerName, then use the same port that 
3191      the original request used. [Ryan Bloom and Ken Coar]
3192
3193   *) In core_input_filter, check for an empty brigade after 
3194      APR_BRIGADE_NORMALIZE().  Otherwise, we can get segfaults if a
3195      client says it will post some data but we get FIN before any
3196      data arrives.  [Jeff Trawick]
3197
3198   *) Not being able to bind to the socket is a fatal error.  We should
3199      print an error to the console, and return a non-zero status code.
3200      With these changes, all of the Unix MPMs do that correctly.
3201      [Ryan Bloom]
3202
3203   *) suexec: Allow HTTPS and SSL_* environment variables to be passed
3204      through to CGI scripts. PR 9163
3205      [Brian Reid <breid customlogic.com>, 
3206       Zvi Har'El <rl math.technion.ac.il>]
3207
3208   *) binbuild.sh: Make sure that we use the expat from our source
3209      tree so that there aren't any surprises on the target machine.
3210      [Jeff Trawick]
3211
3212   *) mod_cgid: Add retry logic for when the daemon can't fork fast
3213      enough to keep up with new requests.  Start using 
3214      HTTP_SERVER_UNAVAILABLE instead of HTTP_INTERNAL_SERVER_ERROR
3215      when we can't talk to the daemon.  [Jeff Trawick]
3216
3217   *) apxs: LTFLAGS envvar can override default libtool options.  Try
3218      "LTFLAGS=' ' apxs -c mod_foo.c" to see what libtool does under
3219      the covers.  [Jeff Trawick]
3220
3221   *) The Location: response header field, used for external
3222      redirect, *must* be an absoluteURI.  The Redirect directive
3223      tested for that, but RedirectMatch didn't -- it would allow
3224      almost anything through.  Now it will try to turn an abs_path
3225      into an absoluteURI, but it will correctly varf like Redirect
3226      if the final redirection target isn't an absoluteURI.  [Ken Coar]
3227
3228 Changes with Apache 2.0.31
3229
3230   *) Create the scoreboard (in the parent) in a global pool context,
3231      so it survives graceful restarts. This fixes a SEGV during
3232      graceful restarts.  [Aaron Bannert]
3233
3234   *) Add a timeout option to the proxy code 'ProxyTimeout' 
3235      [Ian Holsman]
3236
3237   *) FTP directory listings are now always retrieved in ASCII mode.
3238      The FTP proxy properly escapes URI's and HTML in the generated
3239      listing, and escapes the path components when talking to the FTP
3240      server. It is now possible to browse the root directory by using
3241      a url like:   ftp://user@host/%2f/ (ported from apache_1.3.24)
3242      Also, the last path component may contain wildcard characters
3243      '*' and '?', and if they do, a directory listing is created instead
3244      of a file retrieval. Example: ftp://user@host/httpd/server/*.c
3245      [Martin Kraemer]
3246
3247   *) Added single-listener unserialized accept support to the
3248      worker MPM [Brian Pane]
3249
3250   *) New Directive for mod_proxy: 'ProxyPreserveHost'. This passes
3251      the incoming host header through to the proxied server
3252      [Geoff <g.russell ieee.org>]
3253
3254   *) New Directive Option for ProxyPass. It now can block a location
3255      from being proxied [Jukka Pihl <jukka.pihl entirem.com>]
3256
3257   *) Don't let the default handler try to serve a raw directory.  At
3258      best you get gibberish.  Much worse things can happen depending
3259      on the OS.  [Jeff Trawick]
3260      
3261   *) Change the pre_config hook to return a value. Modules can now emit
3262      an error message and then cause the server to quit gracefully during
3263      startup. This required a bump to the MMN.  [Aaron Bannert]
3264
3265   *) Fix some unix socket descriptor leaks in the handler side of
3266      mod_cgid (the part that runs in the server process).  Whack a
3267      silly "close(-1)" in the handler too.  [Jeff Trawick]
3268
3269   *) Change the pre_mpm hook to return a value, so that scoreboard
3270      init errors percolate up to code that knows how to exit 
3271      cleanly.  This required a bump to the MMN.  [Jeff Trawick]
3272
3273   *) Add the socket back to the conn_rec and remove the create_connection
3274      hook. The create_connection hook had a design flaw that did not 
3275      allow creating connections based on vhost info. [Bill Stoddard]
3276
3277   *) Fixed PATH_INFO and QUERY_STRING from mod_negotiation results.
3278      Resolves the common case of using negotation to resolve the request
3279      /script/foo for /script.cgi/foo.  [William Rowe]
3280
3281   *) Added new functions ap_add_(input|output)_filter_handle to
3282      allow modules to bypass the usual filter name lookup when
3283      adding hard-coded filters to a request [Brian Pane]
3284
3285   *) caching should now work on subrequests (still very experimental)
3286      [Ian Holsman]
3287   
3288   *) The Win32 mpm_winnt now has a shared scoreboard.  [William Rowe]
3289
3290   *) Change ap_get_brigade prototype to use apr_off_t instead of apr_off_t*.
3291      [Justin Erenkrantz]
3292
3293   *) Refactor ap_rgetline so that it does not use an internal brigade.
3294      Change ap_rgetline's prototype to return errors.  [Justin Erenkrantz]
3295
3296   *) Remove mod_auth_db.  [Justin Erenkrantz]
3297
3298   *) Do not install unnecessary pcre headers like config.h and internal.h.
3299      [Joe Orton <joe manyfish.co.uk>]
3300
3301   *) Change in quick_hanlder behavior for subrequests. it now passes DONE
3302      (as it does for a normal request). quick_handled sub-requests now work
3303      in mod-include [Ian Holsman]
3304
3305   *) Change SUBREQ_CORE so that it is a 'HTTP_HEADER' filter instead of
3306      'CONTENT' one, as it needs to run AFTER all content headers
3307
3308   *) Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
3309      [Lars Eilebrecht]
3310
3311   *) Split out blocking from the mode in the input filters.
3312      [Justin Erenkrantz]
3313
3314   *) Fix a segfault in mod_include.  [Justin Erenkrantz, Jeff Trawick]
3315
3316   *) Cause Win32 to capture all child-worker process errors in
3317      Apache to the main server error log, until the child can
3318      open its own error logs.  [William Rowe]
3319
3320   *) HPUX 11.*: Do not kill the child process when accept() 
3321      returns ENOBUFS on HPUX 11.*. (ported from th 1.3 patch)
3322      [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>, Bill Stoddard]
3323
3324   *) Fix a problem in the parsing of the <Proxy foo> directive.
3325      [Jeff Trawick]
3326
3327   *) rewrite of mod_ssl input filter for better performance and less
3328      memory usage [Doug MacEachern]
3329
3330   *) allow quick_handler to be run on subrequests. [Ian Holsman]
3331
3332   *) mod_dav now asks its provider to place content directly into the
3333      filter stack when handling a GET request. The mod_dav/provider
3334      API has changed, so providers need to be updated. [Greg Stein]
3335
3336   *) Clear the output socket descriptor in unixd_accept() to make sure
3337      we don't supply a bogus socket to the caller if the accept fails.
3338      This caused problems with the worker MPM, which tried to process
3339      the returned socket if it was non-NULL.  [Brian Pane]
3340
3341   *) Move a check for an empty brigade to the start of core input filter
3342      to avoid segfaults.  [Justin Erenkrantz, Jeff Trawick]
3343
3344   *) Add FileETag directive to allow configurable control of what
3345      data are used to form ETag values for file-based URIs.  MMN
3346      bumped to 20020111 because of fields added to the end of
3347      the core_dir_config structure.  [Ken Coar]
3348
3349   *) Fix a segfault in mod_rewrite's logging code caused by passing the
3350      wrong config to ap_get_remote_host().  [Jeff Trawick]
3351
3352   *) Allow mod_cgid to work from a binary distribution install by
3353      using 755 for the permissions on the log directory instead of
3354      750.  [Jeff Trawick]
3355
3356   *) Fixed a segfault that happened during graceful shutdown (or when
3357      the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
3358
3359   *) Split all Win32 modules [excluding the core components mod_core, 
3360      mod_so, mod_win32 and the winnt mpm] into individual loadable
3361      modules, so the administrator may individually disable the former
3362      compiled-in modules by simply commenting out their LoadModule
3363      directives.  [William Rowe]
3364
3365   *) Saved Win32 module authors and porters many future headaches, by
3366      duplicating the appropriate .h files such as os.h into the include
3367      directory, including in the build tree.  [William Rowe]
3368
3369   *) mod_ssl adjustments to help with using toolkits other than OpenSSL:
3370       Use SSL functions/macros instead of directly dereferencing SSL
3371       structures wherever possible.
3372       Add type-casts for the cases where functions return a generic pointer.
3373       Add $SSL/include to configure search path.
3374      [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
3375
3376   *) Moved several pointers out of the shared Scoreboard so it is
3377      more portable, and will present the vhost name across server
3378      generation restarts.  [William Rowe]
3379
3380   *) Fix SSLPassPhraseDialog exec: and SSLRandomSeed exec:
3381      [Doug MacEachern]
3382
3383 Changes with Apache 2.0.30
3384
3385   *) Fix the main bug for FreeBSD and threaded MPM's. There are
3386      still issues (see STATUS) but at least the server will now
3387      run without crashing the machine.
3388      [David Reid, Aaron Bannert, Justin Erenkrantz]
3389
3390   *) Fix a typo in mod_deflate's m4 config section.
3391      [albert chin <china thewrittenword.com>]
3392
3393   *) Fix a couple of mod_proxy problems forwarding HTTP connections
3394      and handling CONNECT:
3395      (1) PR #9190  Proxy failed to connect to IPv6 hosts.
3396      (2) Proxy failed to connect when the first IP address returned by 
3397          the resolver was unreachable but a secondary IP address was.  
3398      [Jeff Trawick]
3399
3400   *) Fix the module identifer as shown in the docs for various core
3401      modules (e.g., the identifer for mod_log_config was previously
3402      listed as config_log_module).  PR #9338
3403      [James Watson <ap2bug sowega.org>]
3404
3405   *) Fix LimitRequestBody directive by placing it in the HTTP
3406      filter.  [Justin Erenkrantz]
3407
3408   *) Fix mod_proxy seg fault when the proxied server returns 
3409      an HTTP/0.9 response or a bogus status line.
3410      [Adam Sussman]
3411
3412   *) Prevent mod_proxy from truncating one character off the
3413      end of the status line returned from the proxied server.
3414      [Adam Sussman, Bill Stoddard]
3415
3416   *) Eliminate loop in ap_proxy_string_read().
3417      [Adam Sussman, Bill Stoddard]
3418
3419   *) Provide $0..$9 results from mod_include regex parsing.
3420      [William Rowe]
3421
3422   *) Allow mod-include to look for alternate start & end tags [Ian Holsman]
3423
3424   *) Introduced the ForceLanguagePriority directive, to prevent
3425      returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases,
3426      when using Multiviews.  [William Rowe]
3427
3428   *) Fix a problem which prevented mod_cgid and suexec from working
3429      together reliably [Greg Ames]
3430
3431   *) Remove the call to exit() from within mod_auth_digest's post_config
3432      phase.  [Aaron Bannert]
3433
3434   *) Fix a problem in mod_auth_digest that could potentially cause
3435      problems with initialized static data on a system that uses DSOs.
3436      [Aaron Bannert]
3437
3438   *) Fix a segfault in the worker MPM that could happen during
3439      child process exits.  [Brian Pane, Aaron Bannert]
3440
3441   *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
3442
3443   *) Fix matching of vhosts by ip address so we find IPv4
3444      vhost address when target address is v4-mapped form of
3445      that address.  [Jeff Trawick]
3446
3447   *) More performance tweaks to the BNDM string-search algorithm
3448      used to find "<!--#" tokens in mod_include [Brian Pane]
3449
3450   *) Miscellaneous small performance fixes: optimized away various
3451      string copy operations and removed large temp buffers from
3452      the stack [Brian Pane]
3453
3454   *) Fixed startup segfault that occurred when a VirtualHost
3455      directive had a port but no address [Brian Pane]
3456
3457   *) Allow htdbm to work with multiple DBM types [Ian Holsman]
3458
3459   *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
3460      if oslevel < WINNT.  This should fix several problems reported
3461      Against 2.0.28 on Windows 98 [Bill Stoddard]
3462
3463   *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
3464      to fail. [Bill Stoddard]
3465
3466   *) Change core code to allow an MPM to set hard thread/server
3467      limits at startup.  prefork, worker, and perchild MPMs now have 
3468      directives to set these limits.  [Jeff Trawick]
3469
3470   *) Win32: The async AcceptEx() event should be autoreset upon
3471      successful completion of a wait (WaitForSingleObject). This
3472      eliminates a number of spurious
3473      setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed." messages.
3474      [Bill Stoddard]
3475
3476   *) Move any load library path environment variables out of 
3477      apachectl and into a separate environment variable file which
3478      can be more easily tailored by the admin.  The environment
3479      variable file as built by Apache may have additional system-
3480      specific settings.  For example, on OS/390 we tailor the heap
3481      settings to allow lots of threads.  [Jeff Trawick]
3482     
3483   *) Use the new APR pool code to reduce pool-related lock
3484      contention in the worker MPM.  [Sander Striker]
3485
3486   *) The POD no longer assumes the child is listening on 127.0.0.1
3487      and now pulls the first hostname in the list of listeners to
3488      perform the dummy connect on. This fixes a bug when the user
3489      had configured the Listen directive for an IP other than
3490      127.0.0.1. This would result in undead children and error
3491      messages such as "Connection refused: connect to listener".
3492      [Aaron Bannert]
3493
3494   *) The worker MPM now respects the LockFile setting, needed to
3495      avoid locking problems with NFS.  [Jeff Trawick]
3496
3497   *) Fix segfault when worker MPM receives SIGHUP.
3498      [Ian Holsman, Aaron Bannert, Justin Erenkrantz]
3499
3500   *) Fix bug that could potentially prevent the perchild MPM from
3501      working with more than one vhost/uid.  [Aaron Bannert]
3502
3503   *) Change make install and apxs -i processing of DSO modules to 
3504      perform special handling on platforms where libtool doesn't install 
3505      mod_foo.so.  This fixes some wonkiness on HP-UX, Tru64, and AIX 
3506      which prevented standard LoadModule statements from working.
3507      [Jeff Trawick]
3508
3509   *) Whenever mod_so is enabled (not just when there are DSOs for
3510      our modules), do whatever special magic is required for compiling/
3511      loading third-party modules.  This allows third-party DSOs to
3512      be used on an AIX build when there were no built-in modules
3513      built as DSOs.  (This should help on OS/390 and BeOS as well.)
3514      [Jeff Trawick]
3515
3516   *) Allow apxs to be used to build DSOs on AIX without requiring the
3517      user to hard-code the list of import files.  (This should help
3518      on OS/390 and BeOS as well.)  [Jeff Trawick]
3519      
3520   *) Resolved segfault in mod_isapi when configuring with ISAPICacheFile.
3521      PR 8563, 8919  [William Rowe]
3522   
3523   *) Get binary builds working when libapr and libaprutil are built
3524      shared [Greg Ames]
3525
3526   *) Get shared builds of libapr and libaprutil, as well as Apache DSOs,
3527      working on AIX.  [Aaron Bannert, Dick Dunbar <RLDunbar pacbell.net>,
3528      Gary Hook <ghook us.ibm.com>, Victor Orlikowski, Jeff Trawick]
3529
3530   *) Fix the handling of SSI directives in which the ">" of the
3531      terminating "-->" is the last byte in a file [Brian Pane]
3532
3533   *) Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"
3534      message that we had back in apache-1.3 and still have scattered
3535      throughout our docs.  [Aaron Bannert]
3536
3537   *) Prevent the Win32 port from continuing after encountering an
3538      error in the command line args to apache.  [William Rowe]
3539
3540   *) On a error in the proxy, make it write a line to the error log
3541      [Ian Holsman]
3542
3543   *) Various mod_ssl performance improvements [Doug MacEachern]
3544
3545 Changes with Apache 2.0.29
3546
3547   *) Add buffering in core_output_filter to ensure that long
3548      lists of small buckets don't cause small packet writes.
3549      [Brian Pane, Ryan Bloom]
3550
3551   *) Fix the installation target to make sure that the manual is 
3552      installed in the correct location.
3553      [Yoshifumi Hiramatsu <hiramatu boreas.dti.ne.jp> and
3554       Gomez Henri <hgomez slib.fr>]
3555
3556   *) Fix the cmd command for mod_include.  When we are processing
3557      a cmd command, we do not want to use the r->filename to set
3558      the command name.  The command comes from the SSI tag.  To do this,
3559      I added a variable to the function that builds the command line
3560      in mod_cgi.  This allows the include_cmd function to specify
3561      the command line itself. [Ryan Bloom]
3562
3563   *) Change open_logs hook to return a value, allowing you
3564      to flag a error while opening logs
3565      [Ian Holsman, Doug MacEachern]
3566
3567   *) Change post_config hook to return a value, allowing you
3568      to flag a error post config
3569      [Ian Holsman, Jeff Trawick]
3570
3571   *) Allow SUEXEC_BIN (the path to the suexec binary that is
3572      hard-coded into the server) to be specified to the configure
3573      script by the --with-suexec-bin parameter.  [Aaron Bannert]
3574
3575   *) Fix segv in worker MPM following accept on pipe-of-death
3576      [Brian Pane]
3577
3578   *) Add mod_deflate to experimental.  
3579      [Ian Holsman, Justin Erenkrantz]
3580
3581   *) Bail out at configure time if an invalid MPM was specified.
3582      [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
3583
3584   *) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
3585      configured [John Sterling <sterling covalent.net>]
3586
3587   *) Fix apxs to use sbindir.  [Henri Gomez <hgomez slib.fr>]
3588
3589   *) Fix a problem with IPv6 vhosts.  PR #8118  [Jeff Trawick]
3590
3591   *) Optimization for the BNDM string-search function in
3592      mod_include.  [Brian Pane]
3593
3594   *) Fixed the behavior of the XBitHack directive.
3595      [Taketo Kabe <kabe sra-tohoku.co.jp>, Cliff Woolley] PR#8804
3596
3597   *) The threaded MPM for Unix has been removed.  Use the worker
3598      MPM instead.  [various]
3599
3600   *) APR-ize the resolver logic in mod_unique_id.  This fixes a bug
3601      in logging the error from a failed DNS lookup.  [Jeff Trawick]
3602
3603   *) Added the missing macros AP_INIT_TAKE13 and AP_INIT_TAKE123.
3604      [Cliff Woolley]
3605
3606   *) Get mod_cgid killed when a MPM exits due to a fatal error.
3607      [Jeff Trawick]
3608
3609   *) Fix a file descriptor leak in mod_include.  When we include a
3610      file, we use a sub-request, but we didn't destroy the sub-request
3611      immediately, instead we waited until the original request was
3612      done.  This patch closes the sub-request as soon as the data is
3613      done being generated.  [Brian Pane <bpane pacbell.net>]
3614
3615   *) Allow modules that add sockets to the ap_listeners list to
3616      define the function that should be used to accept on that
3617      socket.  Each MPM can define their own function to use for
3618      the accept function with the MPM_ACCEPT_FUNC macro.  This
3619      also abstracts out all of the Unix accept error handling
3620      logic, which has become out of synch across Unix MPMs.
3621      [Ryan Bloom]
3622
3623   *) Fix a bug which would cause the response headers to be omitted
3624      when sending a negotiated ErrorDocument because the required
3625      filters were attached to the wrong request_rec.
3626      [John Sterling <sterling covalent.net>]
3627
3628   *) Remove commas from the end of the macros that define
3629      directives that are used by MPMs.  Prior to this patch,
3630      you would use these macros without commas, which was unlike
3631      the macros for any other directives.  Now, the caller provides
3632      the comma rather than the macro providing it.  This makes
3633      the macros look more like the rest of the directives.
3634      [Ryan Bloom and Cliff Woolley]
3635
3636   *) Add 'redirect-carefully' environment option to disable sending
3637      redirects under special circumstances.  This is helpful for 
3638      Microsoft's WebFolders when accessing a directory resource via
3639      DAV methods.  [Justin Erenkrantz]
3640
3641   *) Begin to abstract out the underlying transport layer.
3642      The first step is to remove the socket from the conn_rec,
3643      the server now lives in a context that is passed to the
3644      core's input and output filters. This forces us to be very
3645      careful when adding calls that use the socket directly,
3646      because the socket isn't available in most locations.
3647      [Ryan Bloom]
3648
3649   *) Really reset the MaxClients value in worker and threaded
3650      when the configured value is not a multiple of the number 
3651      of threads per child.  We said we did previously but we 
3652      forgot to. [Jeff Trawick]
3653
3654   *) Add Debian layout.  [Daniel Stone <daniel sfarc.net>]
3655
3656   *) If shared modules are requested and mod_so is not available,
3657      produce a fatal config-time error.  [Justin Erenkrantz]
3658
3659   *) Improve http2env's performance by cutting the work it has to
3660      do.  [Brian Pane <bpane pacbell.net>]
3661
3662   *) use new 'apr_hash_merge' function in mod_mime (performance fix)
3663      [Brian Pane <bpane pacbell.net>]
3664
3665 Changes with Apache 2.0.28
3666
3667   *) Fix infinite loop in mod_cgid.c.  
3668      [Dale Ghent <daleg elemental.org>, Brian Pane <bpane pacbell.net>]
3669
3670   *) When no port is given in a "ServerName host" directive, the
3671      server_rec->port is now set to zero, not 80. That allows for
3672      run-time deduction of the correct server port (depending on
3673      SSL/plain, and depending also on the current setting of
3674      UseCanonicalName). This change makes redirections
3675      work, even with https:// connections. As in Apache-1.3, the
3676      connection's actual port number is never used, only the ServerName
3677      setting or the client's Host: setting. Documentation updated
3678      to reflect the change. [Martin Kraemer]
3679
3680   *) Add a '%{note-name}e' argument to mod-headers, which works in
3681      the same way as mod_log_confg.  [Ian Holsman]
3682
3683   *) Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
3684      AP_MPMQ_MAX_REQUESTS_DAEMON macros in ap_mpm.h and all standard
3685      MPMs.  [Cliff Woolley]
3686
3687   *) Introduce htdbm, a user management utility for db/dbm authorization
3688      databases.  [Mladen Turk <mturk mappingsoft.com>]
3689
3690   *) Optimize usage of strlen and strcat in ap_directory_walk.
3691      [Brian Pane <bpane pacbell.net>]
3692
3693 Changes with Apache 2.0.27
3694
3695   *) Introduce an Apache mod_ssl initial configuration template 
3696      (ssl.conf, generated from ssl-std.conf).  [Ralf S. Engelschall]
3697
3698   *) Fixed a memory leak in the getline parsing code that could
3699      be triggered by arbitrarily large header lines. Requests
3700      from the core input filter for single lines are now limited
3701      to HUGE_STRING_LEN (8192 bytes).  [Aaron Bannert]
3702
3703   *) Fix a truncation bug in how we print the port on the Via: header. 
3704      The routine that prints the Via: header now takes a length for
3705      the port string.  [Zvi Har'El <rl math.technion.ac.il>]
3706
3707   *) Some syntax errors in mod_mime_magic's magic file can result
3708      in a 500 error, which previously was unlogged.  Now we log the
3709      error.  [Jeff Trawick]
3710
3711   *) Add the support/checkgid helper app, which checks the run-time
3712      validity of group identifiers usable in the Group directive.
3713      [Ken Coar]
3714
3715   *) Various --enable-so options have been fixed: --enable-so is
3716      treated as "static"; explicit --enable-so=shared issues an error;
3717      and explicit --enable-so fails with error on systems without
3718      APR_HAS_DSO.  [Aaron Bannert]
3719
3720   *) Fix a segfault in the core input filter when the client socket
3721      gets disconnected unexpectedly.  [Cliff Woolley]
3722
3723   *) Fix the reporting for child processes that die.  This removes
3724      all of the non-portable W* macros from Apache. 
3725      [Jeff Trawick and Ryan Bloom]
3726
3727   *) Win32: Track and display "Parent Server Generation:" in
3728      mod_status output. The generation will be bumped at
3729      server graceful restart, when the child process exits
3730      by hitting MaxRequestsPerChild or if the child 
3731      process exits abnormally. [Bill Stoddard]
3732
3733   *) Win32: Fix problem where MaxRequestsPerChild directive was
3734      not being picked up in favor of the default. Enable
3735      the parent to start up a new child process immediately upon
3736      the old child starting shutdown.
3737      [Bill Stoddard]
3738
3739   *) Fix some bungling of the remote port in rfc1413.c so that 
3740      IdentityCheck retrieves the proper user id instead of failing
3741      and thus always returning "nobody."  
3742      [Dick Streefland <Dick.Streefland xs4all.nl>]
3743
3744   *) Introduced thread saftey for mod_rewrite's internal cache.
3745      [Brian Pane <bpane pacbell.net>]
3746
3747   *) Simplified mod_env's directives to behave as most directives are
3748      expected, in that UnsetEnv will not unset a SetEnv and PassEnv 
3749      directive following that UnsetEnv within the same container.
3750      Also provides a runtime startup warning if a PassEnv configured 
3751      environment value is undefined.  [William Rowe]
3752
3753   *) The worker MPM is now completely ported to APR's new lock API. It
3754      uses native APR types for thread mutexes, cross-process mutexes,
3755      and condition variables.  [Aaron Bannert]
3756
3757   *) Sync up documentation to remove all references to the now deprecated
3758      Port directive.  [Justin Erenkrantz]
3759
3760   *) Moved all ldap modules from the core to httpd-ldap sub-project
3761      [Ryan Bloom]
3762
3763   *) Exit when we can't listen on any of the configured ports.  This
3764      is the same behavior as 1.3, and it avoids having the MPMs to
3765      deal with bogus ap_listen_rec structures.  [Jeff Trawick]
3766
3767   *) Cleanup the proxy code that creates a request to the origin
3768      server.  This change adds an optional hook, which allows modules
3769      to gain control while the request is created if the proxy module
3770      is loaded.  The purpose of this hook is to allow modules to add
3771      input and/or output filters to the request to the origin.  While
3772      I was at it, I made the core use this hook, so that proxy request
3773      creation uses some of the code from the core.  This can still be
3774      greatly improved, but this is a good start.  [Ryan Bloom]
3775
3776 Changes with Apache 2.0.26
3777
3778   *) Port the MaxClients changes from the worker MPM to the threaded
3779      MPM.  [Ryan Bloom]
3780
3781   *) Fix mod_proxy so that it handles chunked transfer-encoding and works
3782      with the new input filtering system.  [Justin Erenkrantz]
3783
3784   *) Introduce the MultiviewsMatch directive, to allow the operator
3785      to be flexible in recognizing Handlers and Filters filename
3786      extensions as part of the Multiviews matching logic, strict with
3787      MultiviewsMatch NegotiatedOnly to accept only filename extentions 
3788      that designate negotiated parameters, (content type, charset, etc.)
3789      or MultiviewsAll for the 1.3 behavior of matching any files, even
3790      if they have unregistered extensions.  [William Rowe]
3791
3792   *) Fixed the configure script to add a LoadModule directive to
3793      the default httpd.conf for any module that was compiled
3794      as a DSO.  [Aaron Bannert <aaron clove.org>]
3795
3796   *) rewrite mod_ssl input filtering to work with the new input filtering
3797      system.  [Justin Erenkrantz]
3798
3799   *) prefork: Don't segfault when we are able to listen on some but
3800      not all of the configured ports.  [Jeff Trawick]
3801
3802   *) Build mod_so even if no core modules are built shared.
3803      [Aaron Bannert <aaron clove.org>]
3804
3805   *) Introduce ap_directory_walk rewrite (with further optimizations
3806      required) to adapt to the ap_process_request_internal() changes.
3807      Optimized so subrequests and redirects now reuse previous section 
3808      merges, until we mismatch with the original directory_walk, and
3809      precomputed r->finfo results will cause directory_walk to skip
3810      the most expensive phases of the function.  [William Rowe]
3811
3812   *) Allow ApacheMonitor to connect to and control Apache on other 
3813      WinNT/2K machines.   [Mladen Turk <mturk mappingsoft.com>]
3814
3815   *) Remove the Port directive.  In it's place, the Listen directive
3816      is now a required directive, which tells Apache what port to
3817      listen on.  The ServerName directive has also been extended
3818      to accept an optional port.  If the port is specified to the
3819      ServerName, the server will report that port whenever it
3820      reports the port that it is listening on.  This change was
3821      made to ease configuration errors that stem from having a Port
3822      directive, and a Listen directive.  In that situation, the server
3823      would only listen to the port specified by the Listen command,
3824      which caused a lot of confusion to users.  [Ryan Bloom]
3825
3826   *) Added mod_mime_magic, mod_unique_id and mod_vhost_alias to the Win32
3827      build, as loadable modules.  [William Rowe]
3828
3829   *) Fix --enable-mods-shared processing.  If most is specified,
3830      then all modules that can be compiled as shared modules are.
3831      [Aaron Bannert <aaron clove.org>]
3832
3833   *) Update the mime.types file to map video/vnd.mpegurl to mxu
3834      and add commonly used audio/x-mpegurl for m3u extensions.        
3835      [Heiko Recktenwald <uzs106 uni-bonn.de>, Lars Eilebrecht]
3836
3837   *) Eliminate the depreciated r->content_language, in favor of the array
3838      r->content_languages introduced many years ago.  Module authors must
3839      substantially overhaul their modules, so this needs to be upgraded
3840      if the module still relied on backwards-brokeness.  [William Rowe]
3841
3842   *) Allow configure help strings to work with autoconf 2.50+ and 2.13.
3843      [Justin Erenkrantz]
3844
3845   *) Rewrite the input filtering mechanisms to consolidate and reorganize
3846      code.  In short, core_input_filter does something now and
3847      ap_http_filter is now only concerned with HTTP.  [Justin Erenkrantz]
3848
3849   *) Update the Win32 build to re-absorb mod_proxy and family.
3850      [William Rowe]
3851
3852   *) Resolved the build failure on Win32 using MSVC 5.0 (without the
3853      current SDK.)  [William Rowe]
3854
3855   *) Some style changes to the code that does ProxyErrorOverride. Fixed
3856      config merge behaviour. [Graham Leggett]
3857
3858   *) Allow support programs to be compiled against a static version
3859      of libapr.  This allows the smaller support programs to be 
3860      relocated.  [Aaron Bannert <aaron clove.org>]
3861
3862   *) Update the mime.types file to the registered media types as
3863      of 2001-09-25, and add mapping for xsl extension [Mark Cox]
3864
3865   *) Fix MaxClients in the Worker MPM, so that it specifies the maximum
3866      number of clients that can connect at the same time, instead of
3867      specifying the maximum number of child processes.
3868      [Aaron Bannert <aaron clove.org>]
3869
3870   *) Switch proc_pthread AcceptMutex configuration directive to pthread to 
3871      be consistent with 1.3.  [Justin Erenkrantz]
3872
3873   *) Cache apr_explode_localtime() value for 15 seconds.
3874      [Brian Pane <bpane pacbell.net>]
3875
3876   *) Fix mod_include to not return ETag or Last-Modified headers.
3877      [Ian Holsman <ianh cnet.com>]
3878
3879   *) Fix worker MPM's scoreboard logic.  [Aaron Bannert <aaron clove.org>]
3880
3881   *) Eliminate the wasteful run-time conversion of method names from strings 
3882      to numbers in places where the methods are known at compile time.  
3883      [Brian Pane <bpane pacbell.net>]
3884
3885   *) Turn the worker MPM's queue into a LIFO.  This may
3886      improve cache-hit performance under some conditions.
3887      [Aaron Bannert <aaron clove.org>]
3888
3889   *) Switch back to SIGUSR1 for graceful restarts on all platforms that
3890      support it.  [Justin Erenkrantz]
3891
3892   *) Cleanup the worker MPM.  We no longer re-use transaction
3893      pools.  This incurs less overhead than shuffling the pools
3894      around so that they can be re-used.  Remove one of the
3895      queue's condition variables.  We just redefined the API to
3896      state that you can't try to add more stuff than you allocated
3897      segments for.  [Aaron Bannert <aaron clove.org>]
3898
3899   *) Fix SSL VPATH builds [Cody Sherr <csherr covalent.net>]
3900
3901   *) Fixed persistent connections when a request contains a body.
3902      [Greg Stein]
3903
3904   *) mod_dav uses a new API to speak to the backend provider for dead
3905      property management. [Greg Stein]
3906
3907   *) Remove the Win32 script-processing exception from mod_cgi, and
3908      roll build_command_line/build_argv_list into a unified, overrideable
3909      ap_cgi_build_command optional function.  [William Rowe]
3910
3911   *) Rewrite find_start_sequence to use a better search algorithm
3912      to find the start tag.  [Justin Erenkrantz]
3913
3914   *) Fix a seg fault in mod_include.  When we are generating an
3915      internal redirect, we must set r->uri to "", not a bogus
3916      string, and not NULL.  [Ryan Bloom]
3917
3918   *) Optimized location_walk, so subrequests, redirects and second passes
3919      now reuse previous section merges on a <Location > by <Location >
3920      basis, until we mismatch with the original location_walk. 
3921      [William Rowe]
3922
3923   *) Back out the 1.45 change to util_script.c.  This change made
3924      us set the environment variable REQUEST_URI to the redirected
3925      URI, instead of the originally requested URI.
3926      [Taketo Kabe <kabe sra-tohoku.co.jp>]
3927
3928   *) Make mod_include do lazy evaluation of potentially expensive to
3929      compute variables.  [Brian Pane <bpane pacbell.net>]
3930
3931   *) Fix logging of bytes sent for HEAD requests.  %b and %B should
3932      log either - or 0, before this patch, they were both logging
3933      the file size.  [Taketo Kabe <kabe sra-tohoku.co.jp>]
3934
3935   *) Make mod_include check for BYTE_CHECK_THRESHOLD per bucket rather 
3936      than per character.  [Brian Pane <bpane pacbell.net>]
3937
3938   *) Normalize the primary request, redirects and sub-requests to
3939      run the same ap_process_request_internal for consistency in
3940      robustness, behavior and security.  [William Rowe]
3941
3942   *) Fix a segfault with mod_include when r->path_info is not set
3943      (which is the case with mod_proxy).  [Ian Holsman <ianh cnet.com>]
3944
3945   *) Add -X functionality back.  This indicates to all MPMs and any other
3946      part of Apache that it should run in "debug" mode.  [Justin Erenkrantz]
3947
3948   *) Some initial support for the cygwin platform [prefork only].
3949      This is not to be confused with support for the WinNT/Win32
3950      platform, which is the recommended configuration for native
3951      Win32 users.  The cygwin platform support is recommended for
3952      cygwin platform users. [Stipe Tolj <tolj wapme-systems.de>]
3953
3954   *) Changed syntax of Set{Input|Output}Filter.  The list of filters
3955      must be semicolon delimited (if more than one filter is given.)
3956      The Set{Input|Output}Filter directive now overrides a parent
3957      container's directive (e.g. SetInputFilter in <Directory /web/foo>
3958      will override any SetInputFilter directive in <Directory /web>.)
3959      This new syntax is more consistent with Add{Input|Output}Filter
3960      directives defined in mod_mime.  Also cures a bug in prior releases
3961      where the Set{Input|Output}Filter directive would corrupt the 
3962      global configuration if the multiple directives were nested.
3963      [William Rowe]
3964
3965   *) Cured what's ailed mime for quite some time.  If an AddSomething
3966      was given in the configuration (Language, Charset, Handler or
3967      Encoding) Apache would set the content type as given by AddType, 
3968      but refused to check the mime.types file if AddType wasn't given 
3969      for that specific extension.  Setting the AddHandler for .html 
3970      without setting the AddType text/html html would cause Apache to 
3971      use the default content type.  [William Rowe]
3972
3973   *) Added some bulletproofing to memory allocation in the LDAP cache
3974      code. [Graham Leggett]
3975
3976 Changes with Apache 2.0.25
3977
3978   *) Move the installed /manual directory out of the /htdocs/ tree, so
3979      that it can be kept more independently from the remaining document
3980      root. The "Alias /manual ..." already allowed for easy projection
3981      into existing private document trees. [Martin Kraemer]
3982
3983   *) Add specified user attributes to the environment when using
3984      mod_auth_ldap. This allows you to use mod_include to embed specified
3985      user attributes in a page like so:
3986      Hello <!--#echo var="AUTHENTICATE_CN"-->, how are you?
3987      [Graham Leggett]
3988
3989   *) Fix a performance problem with the worker MPM.  We now create
3990      transaction pools once, and re-use them for each connection.
3991      [Aaron Bannert <aaron clove.org>]
3992
3993   *) Modfied mod_mime to prevent mod_negotation from serving a multiview
3994      of a 'handler' or 'filter', so that any filename extension that does 
3995      not contribute to the negotiated metadata can't be served without
3996      an explicit request.  E.g., if the .Z extension is associated with
3997      an unzip filter, the user request somefile.Z.html, mod_negotiation
3998      won't serve it.  It can serve somefile.Z.html when somefile.Z is
3999      requested, since the .Z extension is explictly requested, if the
4000      .html extension is associated with ContentType text/html.
4001      [William Rowe]
4002
4003   *) Introduce the AddInputFilter filter[;filter...] ext [ext...]
4004      and corresponding AddOutputFilter syntax, to insert one or more 
4005      filters by mod_mime filename extension processing.
4006      [William Rowe]
4007
4008   *) Fix a growing connection pool in core_output_filter() for 
4009      keepalive requests.  [Jeff Trawick]
4010
4011   *) Moved split_and_pass_pretag_buckets back to being a
4012      macro at Ryans's request. Removed the return from it
4013      by setting and returning a return code instead. Updated
4014      the code to check the return code from the macro and
4015      do the right thing. [Paul J. Reder]
4016
4017   *) Fix a segfault when a numeric value was received for Host:.
4018      [Jeff Trawick]
4019
4020   *) Add a function ap_remove_input_filter.  This is to match
4021      up with ap_remove_output_filter.  [Ryan Bloom]
4022
4023   *) Clean up location_walk, so that this step performs a minimum
4024      amount of redundant effort (it must be run twice, but it will no
4025      longer reparse all <Location > blocks when the request uri
4026      hadn't changed.)  [William Rowe]
4027
4028   *) Eliminate proxy: (and all other 'special') processing from the
4029      ap_directory_walk() phase.  Modules that want to use special
4030      walk logic should refer to the mod_proxy map_to_location example,
4031      with it's proxy_walk and proxysection implementation.  This makes
4032      either directory_walk flavor much more legible, since that phase
4033      only runs against real <Directory > blocks.
4034      [William Rowe]
4035
4036   *) SECURITY: Fix a security problem in mod_include which would allow
4037      an SSI document to be passed to the client unparsed.
4038      [Cliff Woolley, Brian Pane]
4039
4040   *) Introduce the map_to_storage hook, which allows modules to bypass
4041      the directory_walk and file_walk for non-file requests.  TRACE
4042      shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
4043      directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
4044      [William Rowe]
4045
4046   *) Add the ability for mod_include to add the INCLUDES filter
4047      if the file is configured for the server-parsed handler.
4048      This makes the configuration for .shtml files much easier
4049      to understand, and allows mod_include to honor Apache 1.3
4050      config files.   Based on Doug MacEachern's patch to PHP
4051      to do the same thing.  [Ryan Bloom]
4052
4053   *) force OpenSSL to ignore process local-caching and to always
4054      get/set/delete sessions using mod_ssl's callbacks
4055      [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>,
4056       Geoff Thorpe <geoff geoffthorpe.net>]
4057
4058   *) Make the worker MPM shutdown and restart cleanly.  This also
4059      cleans up some race conditions, and gets the worker using
4060      pools more cleanly.  [Aaron Bannert <aaron clove.org>]
4061
4062   *) Implement CRYPTO_set_locking_callback() in terms of apr_lock
4063      for mod_ssl
4064      [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
4065
4066   *) Fix for mod_include. Ryan's patch to check error
4067      codes put a return in the wrong place. Also, the
4068      include handler return code wasn't being checked.
4069      I don't like macros with returns, so I converted
4070      SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
4071      [Paul J. Reder <rederpj raleigh.ibm.com>]
4072
4073   *) fix segv in mod_mime if no AddTypes are configured
4074      [John Sterling <sterling covalent.net>]
4075
4076   *) Enable ssl client authentication at SSL_accept time
4077      [Madhusudan Mathihalli <madhusudan_mathihalli hp.com>]
4078
4079   *) Fix a segfault in mod_include when the original request has no
4080      associated filename (e.g., we're filtering the error document for
4081      a bad URI).  [Jeff Trawick]
4082
4083   *) Fix a storage leak (a strdup() call) in mod_mime_magic.  [Jeff Trawick]
4084
4085   *) The prefork and OS/2 MPMs are overwriting the pid file when a second copy
4086      of httpd is started and shuts down due to socket conflict. Moving the
4087      call to ap_log_pid solves the problem.
4088
4089   *) Changed the late-1.3 log_config substitution %c to %X, to log the
4090      status of the closed connection, as it conflicts with the far more
4091      common, historical ssl logging directive %...{var}c.  [William Rowe]
4092
4093   *) Added the common error/ tree to the build/install targets 
4094      (similar to the common icons/ tree) for the multi-language error 
4095      messages that Lars committed earlier.  [William Rowe]
4096
4097   *) Added a multi process, multi threaded OS/2 MPM mpmt_os2.  [Brian Havard]
4098
4099   *) Added a default commented-out mod_ldap and mod_auth_ldap
4100      configuration to httpd-std.conf and httpd-win.conf
4101      [Graham Leggett]
4102
4103   *) Added documentation for mod_ldap and mod_auth_ldap.
4104      [Graham Leggett]
4105
4106   *) Enabled negative caching on attribute comparisons in the LDAP cache.
4107      Fixed a problem where the default cache TTL was set in milliseconds
4108      not microseconds causing the cache to time out almost immediately.
4109      [Graham Leggett]
4110
4111   *) Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
4112      module code to follow APR. [Graham Leggett]
4113
4114   *) Fixed LDAP cleanup on graceful restarts. LDAP connections are now
4115      cleaned up when the connection pool pool is cleaned up.
4116      [Graham Leggett]
4117
4118   *) Fix a minor issue with Jeff Trawick's mod_include
4119      patch. Without this patch, the code will just allocate
4120      more bytes in get_combined_directive than are needed.
4121      [Paul Reder]
4122
4123   *) Added the LDAP authentication module mod_auth_ldap.
4124      [Dave Carrigan <dave rudedog.org>, Graham Leggett]
4125
4126   *) Added the LDAP cache and connection pooling module mod_ldap.
4127      [Dave Carrigan <dave rudedog.org>, Graham Leggett]
4128
4129   *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
4130      by allowing a module to disable itself if its prerequisites are not
4131      met.  [Justin Erenkrantz]
4132
4133 Changes with Apache 2.0.24
4134
4135   *) Fix a couple of issues in mod_include when the tag appeared at
4136      offsets near 8192 in the file being parsed.  [Jeff Trawick]
4137
4138   *) Fix an assertion failure in mod_ssl when the keepalive timeout is  
4139      reached.  [Jeff Trawick]
4140
4141   *) Numerous improvements to the Win32 build system.  Introduced command line
4142      builds without requiring .mak files for MSVC 6.0 and later versions.
4143      Improved .dsp file compatibility for both Visual Studio 5.0 and 6.0 users.
4144      [William Rowe]
4145
4146   *) Assorted corrections and improvements to the winnt_mpm startup code.  Better
4147      reporting of uninstalled services and other error conditions, and changed the 
4148      default service name to Apache2.  [William Rowe]
4149
4150   *) Numerous improvements to the Win32 ApacheMonitor utility, including winnt_mpm 
4151      compatibility with existing Apache 1.3 Win32 Apache management utilites.  
4152      [Mladen Turk <mturk mappingsoft.com>, William Rowe]
4153
4154   *) Fixed the segfaults in mod_mime introduced by hash tables in 2.0.20.
4155      [William Rowe, Greg Ames]
4156
4157   *) Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage
4158      and RemoveCharset directives.  [William Rowe]
4159
4160   *) The Unix MPMs other than perchild now allow child server 
4161      processes to use the accept mutex when starting as root and 
4162      using SysV sems for the accept mutex.  Previously, this 
4163      combination would lead to fatal errors in the child server 
4164      processes.  perchild can't use SysV sems because of security
4165      issues.  [Jeff Trawick, Greg Ames]
4166
4167   *) Added Win32 revision stamp resources to all http binaries
4168      (including modules/ and support/ tools.)  PR7322  [William Rowe]
4169
4170   *) Fix ap_rvprintf to support more than 4K of data at one time.
4171      [Cody Sherr <csherr covalent.net>]
4172
4173   *) We have always used the obsolete/deprecated Netscape syntax
4174      for our tracking cookies; now the CookieStyle directive
4175      allows the Webmaster to choose the Netscape, RFC2109, or
4176      RFC2965 format.  The new CookieDomain directive allows the
4177      setting of the cookie's Domain= attribute, too.  PR #s 5006,
4178      5023, 5920, 6140 [Ken Coar]
4179
4180   *) Tweak server/Makefile so that the rules for generating exports.c
4181      are compatible with make utilities which don't expand wildcards
4182      in a dependency list (e.g., OS/390 make, certain levels of GNU
4183      make).  [Jeff Trawick]
4184
4185   *) Install the SSL headers.  [John Sterling <sterling covalent.net>]
4186
4187   *) Begin to sanitize the MPM configuration directives.  Now, all
4188      MPMs use the same functions for all common MPM directives.  This
4189      should make it easier to catch all bugs in these directives once.
4190      [Cody Sherr <csherr covalent.net>]
4191
4192   *) Close a major resource leak.  Every time we had issued a
4193      graceful restart, we leaked a socket descriptor.
4194      [Ryan Bloom]
4195
4196   *) Fix a problem with the new method code.  We need to cast
4197      the 1 to an apr_int64_t or it will be treated as a 32-bit
4198      integer, and it will wrap after being shifted 32 times.
4199      [Cody Sherr <csherr covalent.net> and Ryan Morgan <rmorgan covalent.net>]
4200
4201   *) Fix a bug in mod_expires.  Previous to this patch, if you
4202      told mod_expires to add 604800 seconds to the last-modified
4203      time, it actually added 604800 usec's to the last-modified time,
4204      so that when looking at the response it looked like nothing
4205      had been done.  The root of the problem was that we always compute
4206      time in usec's, but we ask users to input sec's.  This means we
4207      need to convert to usec's before using those values.
4208      [Ryan Bloom]
4209
4210   *) The worker MPM now handles shutdown and restart requests.  It
4211      definitely isn't perfect, but we do stop the servers correctly.
4212      The biggest problem right now is that SIGHUP causes the server to
4213      just die.  [Ryan Bloom]
4214
4215 Changes with Apache 2.0.23
4216
4217   *) Use the prefork MPM by default on Unix.  [various]
4218
4219   *) Added a systray icon monitor application for Win32.
4220      [Mladen Turk <mturk mappingsoft.com>]
4221
4222   *) mod_rewrite: Fix the line ending on some non-Unix systems for 
4223      messages written to the rewrite log.  
4224      [Richard Labennett <rlabenn us.ibm.com>]
4225
4226   *) All mod_autoindex query parsing is now quietly quashed with the 
4227      IndexOption IgnoreClient.  The IndexOption SuppressColumnSorting 
4228      still drops the column sort <a href>'s for the column headers, but 
4229      IgnoreClient is required to ignore these Query options entirely.  
4230      [William Rowe]
4231
4232   *) Introduced new mod_autoindex query argument parsing for F=[0|1|2]
4233      to allow the client to select plain, FancyIndexing or HTMLTable
4234      formatting, V=[0|1] to inhibit or enable version sorting, and 
4235      P=pattern to return only specific files.  The old Query Arguments
4236      were reorganized as C=f for sorting column 'f' (same N, D, S, or M
4237      as before), and O=A|D for ordering ascending or descending.  
4238      [William Rowe]
4239
4240   *) Fixed an error in mod_include's directive parsing routines which
4241      caused #if, #elif, and #else expressions containing backslashes
4242      to be improperly evaluated.  [Cliff Woolley]
4243
4244   *) Introduced new mod_autoindex IndexOptions flags: SuppressIcon to 
4245      drop the icon column, SuppressRules to drop the <hr> elements, 
4246      and HTMLTable to create rudimentary HTML table listings (implies 
4247      FancyIndexing).  [William Rowe]
4248
4249   *) Re-introduced the mod_autoindex IndexOptions flag TrackModified
4250      from Apache 1.3.15.  This is needed for two reasons, first, given
4251      multiple machines within a server farm, ETags and Last-Modified 
4252      stamps won't correspond from machine to machine, and second, many 
4253      Unixes don't capture changes to the date or time stamp of existing 
4254      files, since these don't modify the dirent itself.  [William Rowe]
4255
4256   *) Re-introduced the mod_autoindex IndexOptions flag FoldersFirst 
4257      and DirectoryWidth options from Apache 1.3.10. 
4258      [William Rowe, Ken Coar]
4259
4260   *) Eliminated FancyIndexing directive, deprecated early in Apache
4261      1.3 by the IndexOptions FancyIndexing syntax.  [William Rowe]
4262
4263   *) mod_autoindex now excludes any file names that would result in
4264      an error, other than a success or redirect.  Also optimized
4265      the parent directory, always included except in the URI '/'.
4266      [William Rowe]
4267
4268   *) Refactored mod_negotiation and mod_mime to help mod_dir accept
4269      negotiated index pages, and prevent the server from defaulting
4270      to an autoindex of the directory.  mod_negotiation will now die
4271      with a 500 Internal Error if it could match some filenames 
4272      (e.g. for mod_dir) but none can be served.  mod_negotation now
4273      refuses to serve any file with an extention that mod_mime doesn't
4274      recognize, and wasn't part of the request.  [William Rowe]
4275
4276   *) Eliminate mod_cgi's handling of .exe files without the .exe file
4277      extension.  This is already handled by multiviews, if the admin
4278      wishes to AddHandler .exe or define a content type handler and 
4279      associate .exe files with that content type.  Multiviews must be
4280      enabled to allow these to be served.  [William Rowe]
4281
4282   *) Speed up the server's response to a spike in incoming workload
4283      or restarts by assigning empty scoreboard slots to new processes
4284      when they are available.  [Greg Ames]
4285
4286   *) Add a handler to mod_includes.c.  This handler is designed to
4287      implement the XbitHack directive.  This can't be done with a
4288      fixup, because we need to check the content-type, which is
4289      only available in the handler phase.  [Ryan Bloom]
4290
4291   *) Make the includes filter check return codes from filters lower in
4292      the filter chain.  If a lower level filter returns an error, then
4293      the request needs to stop immediately.  This allows mod_include to
4294      stop parsing data once a lower filter recognizes an error.
4295      [Ryan Bloom]
4296
4297   *) Add the ability to extend the methods that Apache understands
4298      and have those methods <limit>able in the httpd.conf. It uses 
4299      the same bit mask/shifted offset as the original HTTP methods 
4300      such as M_GET or M_POST, but expands the total bits from an int to 
4301      an ap_int64_t to handle more bits for new request methods than 
4302      an int provides.  [Cody Sherr <csherr covalent.net>]
4303
4304   *) Fix broken mod_mime behavior in merging its arguments.  Possible
4305      cause of unexplicable crashes introduced in 2.0.20.  [William Rowe]
4306
4307   *) Solve many mod_ssl porting issues (too many to detail) with 
4308      help from the whole team, but most notably [Ralf S. Engelschall, 
4309      Madhusudan Mathihalli <madhusudan_mathihalli hp.com>, 
4310      Doug MacEachern, William Rowe, Cliff Woolley]
4311
4312   *) More stall fixes for the threaded & worker mpm's.
4313      Make mod_status output more accurate.  Don't
4314      count workers in processes which aren't actively
4315      serving requests. [Greg Ames]
4316      
4317   *) Win32: Get SSI exec cgi tag working. [Bill Stoddard]
4318
4319   *) Add a single listener/multiple worker MPM.  This MPM is
4320      definately not fully correct, but it allows us to solve many
4321      of the problems that exist in the threaded MPM.  This is a 
4322      modified version of the threaded MPM.  [Ryan Bloom]
4323
4324   *) Improve content generation throughout Apache, providing closer
4325      compliance with HTML 3.2, HTML 4.01 Transitional and XHTML 1.0
4326      Transitional specifications.  [William Rowe]
4327
4328 Changes with Apache 2.0.22
4329   
4330   *) Fix a problem where the threaded MPM stalls after restarts or
4331      segfaults.  Also prevent multiple active processes from using
4332      the same scoreboard slot.  [Greg Ames]
4333
4334   *) Apache/Win32 now fills in the service description with Apache's
4335      server version string, including loaded and advertised modules.
4336      [William Rowe]
4337
4338   *) Improved support for the Win32 build, to recover gracefully from
4339      missing apr or apr-util directories or the awk interpreter, 
4340      create the proper cgi-bin examples, including a test-cgi.bat, and 
4341      fix the perl shebang line for printenv.pl, when installing from 
4342      the build environment.  [William Rowe]
4343
4344   *) Fix a segfault in threaded.c caused by passing uninitialized
4345      apr_thread_t * to apr_thread_join().  [Jeff Trawick]
4346
4347   *) Use new APR number conversion functions to reduce CPU consumption 
4348      when setting the content length, and in mod_log_config.
4349      [Brian Pane]
4350      
4351   *) Fix problem reported by Taketo Kabe <kabe sra-tohoku.co.jp>
4352      where HEAD response headers were being repeated twice for
4353      files greater than 32K bytes (4*AP_MIN_BYTES_TO_WRITE). This
4354      problem in the http_header filter was exposed by the recent rewrite
4355      of the content_length filter. [Taketo Kabe, Bill Stoddard]
4356
4357   *) Fix seg faults in mod_status with ExtendedStatus enabled, after
4358      restarts.  A garbage pointer to a vhost's server_rec from the
4359      previous generation was being left around under certain
4360      conditions. [Greg Ames]
4361
4362   *) Fix a cosmetic problem with mod_include.  Non-existant SSI vars
4363      used to appear as '(none', without the closing paren.
4364      [Günter Knauf <eflash gmx.net>]
4365
4366   *) Improve the exports generating awk script.  In the past, we had
4367      work around problems in the awk script by avoiding some #if and
4368      #ifdefs.  This has bitten us many times in generating the exports.c
4369      file.  This improvement allows corrects the header file parsing.
4370      [Sander Striker <striker apache.org>]
4371
4372 Changes with Apache 2.0.21
4373
4374   *) Resolve the Win32 htpasswd bug, where a file that existed would be
4375      overwritten, regardless of the -c flag.
4376      [William Rowe, Mladen Turk <mladen.turk mail.inet.hr>]
4377
4378   *) Introduce connection sub-pools into ab.  Truncating the lifetime
4379      of these allocations means that ab no longer perpetually grows
4380      its working set, running out of memory on large request attempts.
4381      [William Rowe]
4382
4383   *) Make scoreboard creation a hook.  This allows management
4384      modules to have access to the scoreboard at the time that it is
4385      created, and at every restart request.  
4386      [Cody Sherr <csherr covalent.net>]
4387
4388   *) Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
4389      added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
4390      daemon index actually used in the scoreboard. I also
4391      updated the pertinent calls. [Paul J. Reder]
4392
4393   *) Win32: Prevent listening sockets from being inherited by
4394      the Apache child process, CGI scripts, rotatelog process
4395      etc.  If the Apache child process segfaults, any processes 
4396      that the child started are not reaped. Prior to this fix,
4397      these processes inherited the listening sockets which sometimes
4398      prevented the restarted Apache child process from accepting
4399      connections (ie, the server would hang). 
4400      [Bill Stoddard]
4401
4402   *) Provide vhost and request strings when ExtendedStatus is on.
4403      [Greg Ames]
4404
4405   *) Fix some issues with the pod and prefork: check the pod *after*
4406      processing a connection so that a server processing a time-
4407      consuming request bails out as soon as practical; when the
4408      parent process wakes up a server process via connect(), use an
4409      APR timeout on the connect() so that we don't hang for a long
4410      time if there aren't server processes around to do accept().
4411      [Jeff Trawick, Greg Ames]
4412
4413   *) Performance improvement to mod_mime.c. find_ct() in mod_mime, 
4414      spends a lot of time in apr_table_get calls.  Using the default 
4415      httpd.conf, the tables for languages and charsets are somewhat
4416      large, so the time spent scanning them on each request is
4417      significant. Replacing the tables with hash tables provides
4418      a nice speedup. [Brian Pane <bpane pacbell.net>]
4419
4420   *) Add two functions to allow modules to access random parts of the
4421      scoreboard.  This allows modules compiled for one MPM to access the
4422      scoreboard, even if it the server was compiled for another MPM.
4423      [Harrie Hazewinkel <harrie covalent.net>]
4424
4425 Changes with Apache 2.0.20
4426
4427   *) Fix problem in content-length filter where the filter would
4428      buffer all the output from a CGI before sending any bytes
4429      down the filter stack to the network. This problem would cause
4430      significant memory consumption if the CGIs generated
4431      lots of bytes. [Bill Stoddard]
4432   
4433   *) Get non-blocking CGI pipe reads working with the bucket brigades.
4434      [Bill Stoddard]
4435
4436   *) Fix seg fault on Windows when serving files cached with mod_file_cache.
4437      [Bill Stoddard]
4438
4439   *) Fix a bug in the threaded MPM that would cause it to kill off all
4440      workers immediately after starting if the number of workers started
4441      was above a certain threshold.  [Ryan Bloom, Bill Stoddard]
4442
4443 Changes with Apache 2.0.19
4444
4445   *) Fix problem with threaded MPM.  The problem was that if each child
4446      process was busy serving a single long-lived request and the server
4447      was sent a graceful restart signal, the server would stop serving
4448      requests.  This would happen because each child process would wait to
4449      die until the last thread was done, and the parent wouldn't spawn any
4450      new children until a process died.  Now, the parent looks at the fact
4451      that the children are dying gracefully, and starts new children.
4452      Those new children only start enough threads to compliment the number
4453      of threads in the other child process that shares the same spot in
4454      the scoreboard.  In this way, we make sure to never go over
4455      MaxClients.  [Ryan Bloom]
4456
4457   *) modified mod_negotiation and mod_autoindex to speed up by almost a
4458      factor of two on apr_dir_read()-enhanced platforms, such as Win32
4459      and OS2, by calling ap_sub_request_lookup_dirent() with the results
4460      already provided by apr_dir_read().  [William Rowe]
4461
4462   *) mod_file_cache is now more robust to filtering and serves requests
4463      slightly more efficiently.  [Cliff Woolley]
4464
4465   *) Fix problem handling FLUSH bucket in the chunked encoding filter.
4466      Module was calling ap_rwrite() followed by ap_rflush() but the 
4467      served content was not being displayed in the browser. Inspection
4468      of the output stream revealed that the first data chunk was
4469      missing the trailing CRLF required by the RFC.  [Bill Stoddard]
4470
4471   *) apxs no longer generates ap_send_http_header() in the example handler
4472
4473   *) Fix an ab problem which could cause a divide-by-zero exception
4474      with certain invocations (e.g., ab -k -c 6 -n 100 localhost/).
4475      [Ian Holsman <ianh cnet.com>]
4476
4477   *) Solve case-insensitive platforms' confusion about negotiated
4478      filenames, allowing files of differnt case to match in choosing
4479      the document to serve.  [William Rowe]
4480
4481   *) Fix brokenness when ThreadsPerChild is higher than the built-in
4482      limit.  We left ap_threads_per_child at the higher value which
4483      led to segfaults when doing certain scoreboard operations.
4484      [Jeff Trawick]
4485
4486   *) Fix seg faults and/or missing output from mod_include.  The
4487      default_handler was using the subrequest pool for files and
4488      MMAPs, even though the associated APR structures typically 
4489      live longer than the subrequest. [Greg Ames]
4490   
4491   *) Extend mod_setenvif to support specifying regular expressions
4492      on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
4493      Example:  SetEnvIf ^TS*  [a-z].* HAVE_TS 
4494      will cause HAVE_TS to be set if any of the request headers begins 
4495      with "TS" and has a value that begins with any character in the
4496      set [a-z]. [Bill Stoddard]
4497
4498   *) httpd children now re-bind themselves to a random CPU on
4499      multiprocessor systems on AIX via bindprocessor() in 2.0.
4500      [Victor J. Orlikowski]
4501
4502   *) Fix htdigest. It would go into a loop in getline when adding 
4503      a second user. [Bill Stoddard]
4504
4505   *) Win32 platforms now fully support mod_userdir options.  [Will Rowe]
4506
4507   *) Automatically generate httpd.exp for AIX.
4508      DSOs now work again on AIX in 2.0
4509      [Victor J. Orlikowski]
4510
4511   *) Add a new request hook, error_log.  This phase allows modules
4512      to act on the error log string _after_ it has been written
4513      to the error log.  The goal for this hook is to allow monitoring
4514      modules to send the error string to the monitoring agent.
4515      [Ryan Bloom]
4516
4517   *) Modify mod_echo to make it use filters for input and output.
4518      [Ryan Morgan <rmorgan covalent.net>]
4519
4520   *) Extend mod_headers to support conditional driven Header 
4521      add, append and set. Use SetEnvIf to set an envar and conditionally
4522      add/append/set headers based on this envar thusly:
4523
4524      SetEnvIf TSMyHeader value HAVE_TSMyHeader
4525      Header add MyHeader "%t %D" env=HAVE_TSMyHeader
4526
4527      If the request contains header "TSMyHeader: value" then header
4528      MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.
4529      [Bill Stoddard]
4530
4531   *) Extend mod_headers to support using format specifiers on Header
4532      add, append and set header values. Two format specifiers are supported:
4533
4534      %t - reports, in UTC microseconds since the epoch, when the
4535           request was received.
4536
4537      %D - reports the time, in microseconds, between when the request was 
4538           received and the response sent. 
4539
4540      Examples:
4541      Header add MyHeader "This request served in %D microseconds. %t"
4542
4543      results in a header being added to the response that looks like this:
4544      
4545      MyHeader: This request served in D=5438 microseconds. t=991424704447256
4546
4547      [Bill Stoddard]
4548
4549   *) Fix reset_filter().  We need to be careful how we remove filters.
4550      If we set r->output_filters to NULL, we also have to reset the
4551      connection's filters.  [John Sterling]
4552
4553   *) Optimise reset_filter() in http_protocol.c. [Greg Stein]
4554
4555   *) Add a check to ap_die() to make sure the filter stack is sane and
4556      contains the correct basic filters when an error occurs. This fixes
4557      a problem where headers are not being sent on error. [John Sterling]
4558
4559   *) New Header directive 'echo' option. "Header echo regex" will
4560      cause any headers received on the request that match regex to be
4561      echoed to (included in) the response headers.
4562      [Bill Stoddard]
4563
4564   *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H.
4565      This prevented the inclusion of apr_compat.h.  PR #7773
4566      [Oleg Broytmann <phd phd.pp.ru>]
4567
4568   *) Moved util_uri to the apr-util library.  This required a bunch of
4569      apr_name changes for the uri utility functions.  [Justin Erenkrantz]
4570
4571   *) Move the addition of default AP_HTTP_HTTP_HEADER filters to the
4572      insert_filter phase so that other filters are not bypassed by default.
4573      [Graham Leggett]
4574
4575   *) Reimplement mod_headers as an output filter. mod_headers can now
4576      add custom headers to inbound requests using the RequestHeader directive
4577      and to responses using the same old Header directive.  [Graham Leggett]
4578
4579 Changes with Apache 2.0.18
4580
4581   *) Fix command-line processing so that if a bad argument is specified
4582      Apache will exit.  [Jeff Trawick]
4583
4584   *) Change the make targets and rules to be consistent in all of the
4585      Apache-owned source trees.  [Roy Fielding]
4586      
4587   *) Fix processing of the TRACE method.  Previously we passed bogus
4588      parms to form_header_field() and it overlaid some vhost structures,
4589      resulting in a segfault in check_hostalias(). 
4590      [Greg Ames, Jeff Trawick]
4591
4592   *) Win32: Add support for reliable piped logs. If the logging process
4593      goes down, Apache will automatically restart it. This function has 
4594      been part of Apache on Unix/Linux/BSD since the early v1.3 releases.
4595      [Bill Stoddard]
4596
4597   *) Do not start piped log processes during the config file 
4598      preflight.  This change also circumvents a problem on 
4599      Windows where the rotatelog processes created during preflight
4600      was not getting cleaned up properly.
4601      [Bill Stoddard]
4602
4603   *) add "Request Phase Participation" info to mod_info
4604      [Doug MacEachern]
4605
4606   *) Make first phase changes to the scoreboard data structures in
4607      preparation for the rewriting of the scoreboard per my posted
4608      design notes. [Paul J. Reder]
4609
4610   *) Fix httpd's definition of LTFLAGS to be consistent with that of apr
4611      and apr-util, allow it to be overridden by the configure command-line
4612      (default="--silent") and introduce LT_LDFLAGS to replace what we were
4613      formerly abusing as LTFLAGS.  [Roy Fielding]
4614
4615   *) Clean up the reporting of incorrect closing container tags.
4616      [Barrie Slaymaker <barries slaysys.com>]
4617
4618   *) Simplify the configure process by moving all libtool stuff to APR
4619      and moving hints.m4 inline.  [Roy Fielding]
4620
4621   *) Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types
4622      of functions used by mod_proxy for export in the DLL 
4623      [Ian Holsman <IanH cnet.com>]
4624
4625   *) Prevent a hang when a cgi handled by mod_cgid tries to read a
4626      request body from its stdin but no reqest body is being written to 
4627      the cgi.  [Jeff Trawick]
4628
4629   *) mod_log_config: %c connection status incorrectly logged
4630      as "-" (non-keepalive) when MaxKeepAliveRequests is set to 0.
4631      [Bill Stoddard]
4632
4633   *) Get mod_cern_meta working under Windows
4634      [Bill Stoddard]
4635
4636   *) Create Files, and thus MMAPs, out of the request pool, not the
4637      connection pool.  This solves a small resource leak that had us
4638      not closing files until a connection was closed.  In order to do
4639      this, at the end of the core_output_filter, we loop through the
4640      brigade and convert any data we have into a single HEAP bucket
4641      that we know will survive clearing the request_rec.
4642      [Ryan Bloom, Justin Erenkrantz <jerenkrantz ebuilt.com>,
4643       Cliff Woolley]
4644
4645   *) Completely revamp configure so that it preserves the standard make
4646      variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
4647      the configure additions to EXTRA_* variables.  Also, allow the user
4648      to specify NOTEST_* values for all of the above, which eliminates the
4649      need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM.  Fix the setting
4650      of INCLUDES and EXTRA_INCLUDES.  Check flags as they are added to
4651      avoid pointless duplications.  Fix the order in which flags are given
4652      on the compile and link lines.  Remove obsolete macros APR_DOEXTRA,
4653      AC_ADD_LIBRARY, AC_CHECK_DEFINE, APACHE_PASSTHRU, and APACHE_ONCE.
4654      Added APR_SAVE_THE_ENVIRONMENT and APR_RESTORE_THE_ENVIRONMENT macros.
4655      Renamed AC_TYPE_RLIM_T macro to APACHE_TYPE_RLIM_T.  [Roy Fielding]
4656
4657   *) Get mod_tls to compile/work better on Windows.  PR #7612
4658      [Bernhard Schrenk <b.schrenk improx.com>]
4659
4660   *) Fix shutdown/restart hangs in the threaded MPM.
4661      [Jeff Trawick, Greg Ames, Ryan Bloom]
4662   
4663   *) Removed the keptalive boolean from conn_rec because it is now only
4664      used by a single routine and can be replaced by a local variable.
4665      [Greg Stein, Ryan Bloom, Roy Fielding]
4666
4667   *) Patch prefork to put enough of the signal processing back in so that
4668      signals are all handled properly now. The previous patch fixed the
4669      deadlock race condition, but broke the user directed signal handling.
4670      This fixes it to work the way it did before my previous prefork patch
4671      (primarily, SIGTERM is now working).
4672  
4673   *) Change how input filters decide how much data is returned to the
4674      higher filter.  We used to use a field in the conn_rec, with this
4675      change, we use an argument to ap_get_brigade to determine how much
4676      data is retrieved. [Ryan Bloom]
4677
4678   *) Fix seg fault at start-up introduced by Ryan's change to enable
4679      modules to specify their own logging tags. mod_log_config
4680      registers an optional function, ap_register_log_handler().
4681      ap_register_log_handler() was being called by http_core before
4682      the directive hash table was created. This patch creates the
4683      directive hash table before ap_register_log_handler() is
4684      registered as an optional function.
4685      [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
4686
4687   *) Add ap_set_int_slot() function
4688      [John K. Sterling <sterling covalent.net>]
4689
4690   *) Under certain circumstances, Apache did not supply the
4691      right response headers when requiring authentication.
4692      [Gertjan van Wingerde <Gertjan.van.Wingerde cmg.nl>] PR#7114
4693      (This is a port of the change that went into Apache 1.3.19.)
4694
4695   *) Allow modules to specify their own logging tags.  This basically
4696      allows a module to tell mod_log_config that when %x is encountered
4697      a specific function should be called.  Currently, x can be any single
4698      character.  It may be more useful to make this a string at some point.
4699      [Ryan Bloom]
4700
4701 Changes with Apache 2.0.17
4702
4703   *) If a higher-level filter handles the byterange aspects of a
4704      request, then the byterange filter should not try to redo the
4705      work.  The most common case of this happening, is a byterange
4706      request going through the proxy, and the origin server handles
4707      the byterange request.  The proxy should ignore it.
4708      [Graham Leggett <minfrin sharp.fm>]
4709
4710   *) Changed the threaded mpm to have child_main join to each of the
4711      worker threads to make sure the kids are all gone before child_main
4712      exits after a signal (cleanup from perform_idle_server_maintenance).
4713      This is an extension of Ryans recent commit to make the child_main
4714      the signal thread.
4715
4716   *) Add more options to the ap_mpm_query function.  This also allows MPMs to
4717      report if their threads are dynamic or static.  Finally, this also
4718      implements a new API, ap_show_mpm, which returns the MPM that was
4719      required into the core. [Harrie Hazewinkel <harrie covalent.net>]
4720
4721   *) Do not install the binaries from the support directory twice.
4722      [jun-ichiro hagino <itojun iijlab.net>]
4723
4724   *) The ap_f* functions should flush data to the filter that is passed
4725      in, not the filter after the one passed in.
4726      [Ryan Morgan <rmorgan covalent.net>]
4727
4728   *) Make ab work again by changing its native types to apr types and formats.
4729      [Justin Erenkrantz <jerenkrantz ebuilt.com>]
4730
4731   *) Move the byterange filter and all of the supporting functions back
4732      to the HTTP module.  The byterange filter turned out to be very
4733      HTTP specific, and it belongs in the HTTP module.  [Greg Stein]
4734
4735   *) Make clean, distclean, and extraclean consistently according to the
4736      Gnu makefile guidelines.  [Justin Erenkrantz <jerenkrantz ebuilt.com>]
4737
4738   *) Fix errors in the renaming of the apr_threadattr_detach_xxx functions.
4739      This may have been causing problems stopping processes in the threaded
4740      mpm's. [Greg Ames]
4741
4742   *) Fix content-length in mod_negotiation to a long int representation.
4743      [William Rowe]
4744
4745   *) Remove BindAddress from the default config file.
4746      [<giles nemeton.com.au>]
4747
4748   *) Allow module authors to add a module to their Apache build using
4749      --with-module, without re-running buildconf.  The syntax is:
4750          --with-module=module_type:/path/to/module.c
4751      The configure script will copy the module.c file to 
4752      modules/module_type, and it will be added to the relevant Makefiles.
4753      currently, this only works for static modules.  [Ryan Bloom]
4754
4755   *) Changes required to make prefork clean up idle children properly.
4756      There was a window during which a starting worker deadlocks when
4757      an idle cleanup arrives before it completes init. Apache then keeps
4758      trying to cleanup the same deadlocked worker forever (until higher
4759      pids come along, but it still will never reduce below the deadlocked
4760      pid). Thus the number of children would not reduce to the correct
4761      idle level. [Paul J. Reder]
4762
4763 Changes with Apache 2.0.16
4764
4765   *) Change the default installation directory to /usr/local/apache2,
4766      as now defined by the "Apache" layout in config.layout. [Marc Slemko]
4767
4768   *) OS/2: Added support for building loadable modules as OS/2 DLLs. 
4769      [Brian Havard]
4770
4771   *) Get MaxRequestsPerChild working with the Windows MPM.
4772      [Bill Stoddard]
4773
4774   *) Make generic hooks to work, with mod_generic_hook_import/export
4775      experimental modules.  [Ben Laurie, Will Rowe]
4776
4777   *) Fix segfaults for configuration file syntax errors such as
4778      "<Directory>" followed by "</Directory" and
4779      "<Directory>" followed by "</Directoryz>".  [Jeff Trawick]
4780
4781   *) Cleanup the --enable-layout option of configure.  This makes
4782      us use a consistent location for the config.layout file, and it
4783      makes configure more portable.
4784      [jun-ichiro hagino <itojun iijlab.net>]
4785
4786   *) Changes to 'ab'; fixed int overrun's, added statistics, output in
4787      csv/gnuplot format, rudimentary ssl support and various other tweaks
4788      to make results more true to what is measured. The upshot of this it
4789      turns out that 'ab' has often underreported the true performance of
4790      apache. Often by a order of magnitude :-) See talk/paper of Sander 
4791      Temme at April ApacheCon 2001 for details.
4792      [Dirk-Willem van Gulik]
4793
4794   *) Clean up mod_cgid's temporary request pool.  Besides fixing a
4795      storage leak this ensures that some unnecessary pipes are closed.
4796      [Jeff Trawick]
4797
4798   *) Performance: Add quick_handler hook. This hook is called at the
4799      very beginning of the request processing before location_walk,
4800      translate_name, etc.  This hook is useful for URI keyed content
4801      caches like Mike Abbott's Quick Shortcut Cache.
4802      [Bill Stoddard]
4803
4804   *) top_module global variable renamed to ap_top_module [Perl]
4805
4806   *) Move ap_set_last_modified to the core.  This is a potentially 
4807      controversial change, because this is kind of HTTP specific.  However
4808      many protocols should be able to take advantage of this kind of
4809      information.  I expect that headers will need one more layer of
4810      indirection for multi-protocol work, but this is a small step in
4811      the right direction.  [Ryan Bloom]
4812
4813   *) Enable mod_status by default.  This matches what Apache 1.3 does.
4814      [Ed Korthof]
4815
4816   *) Add a ScriptSock directive to the default config file.  This is
4817      only enabled when mod_cgid is used.  
4818      [Taketo Kabe <kabe sra-tohoku.co.jp>]
4819
4820 Changes with Apache 2.0.15
4821
4822   *) Untangled the buildconf script and eliminated the need for build's
4823      aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other
4824      libtool muck that is now under srclib/apr/build.  [Roy Fielding]
4825
4826   *) Win32: Don't accept more connections than we have worker threads
4827      to handle.
4828      [Bill Stoddard]
4829
4830   *) Fix bug in the Unix threaded.c MPM that allowed child processes
4831      to fork() new child processes. 
4832      [Bill Stoddard]
4833
4834   *) SECURITY: Fix a major security problem with double-reverse lookup 
4835      checking.  Previously, a client connecting over IPv4 would not be 
4836      matched properly when the server had an IPv6 listening socket.  
4837      PR #7407   [Taketo Kabe <kiabe sra-tohoku.co.jp>]
4838
4839   *) Change the way the beos MPM handles polling to allow it to stop and
4840      restart.  Problem was the sockets being polled were being reset by
4841      the select call, so once it had accepted a connection it was no
4842      longer listening on the UDP socket we use for shutdown instructions.
4843      APR needs to be altered, patch on it's way. [David Reid]
4844
4845   *) Empty out the brigade shared by ap_getline()/ap_get_client_block()
4846      on error exit from ap_getline().  Some other code got upset because
4847      the wrong data was in the brigade.  [Greg Ames, Jeff Trawick]
4848
4849   *) Handle ap_discard_request_body() being called more than once.
4850      [Greg Ames, Jeff Trawick]
4851
4852   *) Get rid of an inadvertent close of file descriptor 2 in
4853      mod_mime_magic.  [Greg Ames, Jeff Trawick]
4854
4855   *) Add a hook, create_request.  This hook allows modules to modify
4856      a request while it is being created.  This hook is called for all
4857      request_rec's, main request, sub request, and internal redirect.
4858      When this hook is called, the r->main, r->prev, r->next
4859      pointers have been set, so modules can determine what kind of
4860      request this is.  [Ryan Bloom]
4861
4862   *) Cleanup the build process a bit more.  The Apache configure
4863      script no longer creates its own helper scripts, it just
4864      uses APR's.  
4865      [jean-frederic clere <jfrederic.clere fujitsu-siemens.com>]
4866
4867   *) Stop the forced downgrade of the connection to HTTP/1.0 for
4868      proxy requests.  [Graham Leggett]
4869
4870   *) Avoid using sscanf to determine the HTTP protocol number in
4871      the common case because sscanf is a performance hog. From
4872      Mike Abbot's Accelerating Apache patch number 6.
4873      [Mike Abbot <mja trudge.engr.sgi.com>, Bill Stoddard]
4874
4875   *) SECURITY: Fix a security exposure in mod_access.  Previously when 
4876      IPv6 listening sockets were used, allow/deny-from-IPv4-address rules 
4877      were not evaluated properly (PR #7407).  Also, add the ability to 
4878      specify IPv6 address strings with optional prefix length on Allow 
4879      and Deny.  [Jeff Trawick]
4880
4881   *) Enhance rotatelogs so that a UTC offset can be specified, and
4882      the logfile name can be formatted using strftime(3).  (Brought
4883      forward from 1.3.)  [Ken Coar]
4884
4885   *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling 
4886      DuplicateHandle on an IOCompletionPort (a practice which
4887      MS "discourages"). The new model does not rely on associating
4888      the completion port with the listening sockets, thus the
4889      completion port can be completely managed within the child 
4890      process.  A dedicated thread accepts connections off the network,
4891      then calls PostQueuedCompletionStatus() to wake up worker
4892      threads blocked on the completion port.
4893      [Bill Stoddard]
4894
4895   *) Bring forward the --suexec-umask option which allows the
4896      builder to preset the umask for suexec processes.  [Ken Coar]
4897
4898   *) Add a -V flag to suexec, which causes it to display the
4899      compile-time settings with which it was built.  (Only
4900      usable by root or the AP_HTTPD_USER username.)  [Ken Coar]
4901
4902   *) Mod_include should always unset the content-length if the file is
4903      going to be passed through send_parsed_content.  There is no to
4904      determine if the content will change before actually scanning the
4905      entire content.  It is far safer to just remove the C-L as long
4906      as we are scanning it.  [Ryan Bloom]
4907
4908   *) Make sure Apache sends WWW-Authenticate during a reverse proxy
4909      request and not Proxy-Authenticate.
4910      [Graham Leggett <minfrin sharp.fm>]
4911
4912 Changes with Apache 2.0.14
4913
4914   *) Fix content-length computation.  We ONLY compute a content-length if
4915      We are not in a 1.1 request and we cannot chunk, and this is a keepalive
4916      or we already have all the data.  [Ryan Bloom]
4917
4918   *) Report unbounded containers in the config file.  Previously, a typo
4919      in the </container> directive could result in the rest of the config
4920      file being silently ignored, with undesired defaults used.
4921      [Jeff Trawick]
4922
4923   *) Make the old_write filter use the ap_f* functions for the buffering.
4924      [Ryan Bloom]
4925
4926   *) Move more code from the http module into the core server.  This
4927      is core code, basically the default handler, the default input
4928      and output filters, and all of the core configuration directives.
4929      All of this code is required in order for the server to work, with or
4930      without HTTP.  The server is closer to working without the HTTP
4931      module, although there is still more to do.  [Ryan Bloom]
4932
4933   *) Fix a number of SGI compile warnings throughout the server.  Fix some
4934      bad parameters to apr_bucket_read().  Fix a bad statement in 
4935      ap_method_in_list().  For the mod_rewrite cache use apr_time_t 
4936      consistently; we were mixing apr_time_t and time_t in invalid ways 
4937      before.  In load_file(), call apr_dso_error() instead of 
4938      apr_strerror() so that we get a more specific string on some platforms.
4939      PR #6980  [Jeff Trawick]
4940
4941   *) Allow modules to query the MPM about it's execution profile.  This
4942      query API can and should be extended in the future, but for now,
4943      max_daemons, and threading or forking is a very good start.
4944      [Jon Travis <jtravis covalent.net>]
4945
4946   *) Modify mod_include to send blocks of data no larger than 9k.
4947      Without this, mod_include will wait until the whole file is parsed,
4948      or the first tag is found to send any data to the client.
4949      [Paul J. Reder <rederpj raleigh.ibm.com>]
4950
4951   *) Fix mod_info, so that <Directory> and <Location> directives are
4952      not displayed twice when displaying the current configuration.
4953      [Ryan Morgan <rmorgan covalent.net>]
4954
4955   *) Add config directives to override DEFAULT_ERROR_MSG and
4956      DEFAULT_TIME_FORMAT.  This was sent in as PR 6193.
4957      [Dan Rench <drench xnet.com>]
4958
4959   *) Get mod_info building and loading on Win32.  [William Rowe]
4960
4961   *) Begin to move protocol independant functions out of mod_http.  The goal
4962      is to have only functions that are HTTP specific in the http directory.
4963      [Ryan Bloom]
4964
4965 Changes with Apache 2.0.13
4966
4967   *) Don't assume that there will always be multiple calls to the byterange 
4968      filter.  It is possible that we will need to do byteranges with only
4969      one call to the filter.  [Ryan Morgan <rmorgan covalent.net>]
4970
4971   *) Move the error_bucket definition from the http module to the
4972      core server.  Every protocol will need this ability, not just
4973      HTTP.  [Ryan Bloom]
4974
4975 Changes with Apache 2.0.12
4976
4977   *) Modify mod_file_cache to save pre-formatted strings for 
4978      content-length and last-modified headers for performance. 
4979      [Mike Abbot <mja trudge.engr.sgi.com>]
4980
4981   *) Namespace protect IOBUFSIZ since it is exposed in the API.
4982      [Jon Travis <jtravis covalent.net>]
4983
4984   *) Use "Basic" authentication instead of "basic" in ab, as the spec
4985      says we should.  [Andre Breiler <andre.breiler rd.bbc.co.uk>]
4986
4987   *) Fix a seg fault in mod_userdir.c.  We used to use the pw structure
4988      without ever filling it out.  This fixes PR 7271.
4989      [Taketo Kabe <kabe sra-tohoku.co.jp> and 
4990       Cliff Woolley <cliffwoolley yahoo.com>]
4991
4992   *) Add a couple of GCC attribute tags to printf style functions.
4993      [Jon Travis <jtravis covalent.net>]
4994
4995   *) Add the correct language tag for interoperation with the Taiwanese
4996      versions of MSIE and Netscape. [Clive Lin <clive CirX.ORG>] PR#7142
4997
4998   *) Migrate the perchild MPM to use the new apr signal child, and 
4999      APR thread functions.  [Ryan Bloom]
5000
5001   *) Close one copy of the CGI's stdout before creating the new process.
5002      The CGI will still have stdout, because we have already dup'ed it.
5003      This keeps Apache from waiting forever to send the results of a CGI
5004      process that has forked a long-lived child process.
5005      [Taketo Kabe <kabe sra-tohoku.co.jp>]
5006
5007   *) Remove the rest of the pthreads functions from the threaded MPM.
5008      This requires the APR support for a signal thread that was just
5009      added.  [Ryan Bloom]
5010
5011   *) Make mod_dir use a fixup for sending a redirect to the browser.
5012      Before this, we were using a handler, which doesn't make much
5013      sense, because the handler wasn't generating any data, it would
5014      either return a redirect error code, or DECLINED.  This fits the
5015      current hooks better.  [Ryan Morgan <rmorgan covalent.net>]
5016
5017   *) Make the threaded MPM use APR threads instead of pthreads.
5018      [Ryan Bloom]
5019
5020   *) Get mod_tls to the point where it actually appears to work in all cases.
5021      [Ben Laurie]
5022
5023   *) implement --enable-modules and --enable-mods-shared for "all" and
5024      "most".  [Greg Stein]
5025
5026   *) Move the threaded MPM to use APR locks instead of pthread locks.
5027      [Ryan Bloom]
5028
5029   *) Rename mpmt_pthread to threaded.  This is more in line with the
5030      fact that mpmt_pthread shouldn't be using pthreads directly, and
5031      it is a smaller name that doesn't tie into anything.
5032      [Ryan Bloom]
5033
5034   *) Rename the module structures so that the exported symbol matches
5035      the file name, and it is easier to automate the installation
5036      process (generating LoadModule directives from the module filenames).
5037      [Martin Kraemer]
5038
5039   *) Remove the coalesce filter.  With the ap_f* functions, this filter
5040      is no longer needed. [Ryan Bloom]
5041
5042 Changes with Apache 2.0.11
5043
5044   *) Remove the dexter MPM.  Perchild is the same basic idea, but it has the
5045      added feature of allowing a uid/gid per child process.  If no
5046      uid/gid is specified, then Perchild behaves exactly like dexter.
5047      [Ryan Bloom]
5048
5049   *) Get perchild building again. [Ryan Bloom]
5050
5051   *) Don't disable threads just because we are using the prefork MPM.
5052      If somebody wants to compile without threads, they must now add
5053      --disable-threads to the configure command line.  [Ryan Bloom]
5054
5055   *) Begin to move the calls to update_child_status into common code, so
5056      that each individual MPM does not need to update the scoreboard itself.
5057      [Ryan Bloom]
5058
5059   *) Allow mod_tls to compile under Unix boxes where openssl has been
5060      installed to the system include files.
5061      [Gomez Henri <new-httpd slib.fr>]
5062
5063   *) Cleanup the mod_tls configure process.  This should remove any need
5064      to hand-edit any files.  We require OpenSSL 0.9.6 or later, but 
5065      configure doesn't check that yet.  [Ryan Bloom]
5066
5067   *) Add a very early prototype of SSL support (in mod_tls.c). It is
5068      vital that you read modules/tls/README before attempting to build
5069      it. [Ben Laurie]
5070
5071   *) Fix a potential seg fault on all platforms.  David Reid fixed this
5072      on BEOS, but the problem could happen anywhere, so we don't want
5073      to #ifdef it. [Cliff Woolley <cliffwoolley yahoo.com>]
5074  
5075   *) Add new LogFormat directive, %D, to log time it takes to serve a
5076      request in microseconds. [Bill Stoddard]
5077
5078   *) Change AddInputFilter and AddOutputFilter to SetInputFilter and
5079      SetOutputFilter.  This corresponds nicely with the other Set 
5080      directives, which operate on containers while the Add* directives
5081      tend to work directly on extensions.  [Ryan Bloom]
5082
5083   *) Cleanup the header handling a bit.  This uses the apr_brigade_*
5084      functions for the buffering so that we don't need to compute
5085      the length of the headers before we actually create the header
5086      buffer.  [Ryan Bloom]
5087
5088   *) Allow filters to buffer data using the ap_f* functions.  These have
5089      become macros that resolve directly to apr_brigade_*.  
5090      [Ryan Bloom]
5091
5092   *) Get the Unix MPM's to do a graceful restart again.  If we are going
5093      to register a cleanup with ap_cleanup_scoreboard, then we have to
5094      kill the cleanup with the same function,  and that function can't be
5095      static.  [Ryan Bloom]
5096
5097   *) Install all required header files.  Without these, it was not
5098      possible to compile some modules outside of the server.
5099      [Ryan Bloom]
5100
5101   *) Fix the AliasMatch directive in Apache 2.0.  When we brought a patch
5102      forward from 1.3 to 2.0, we missed a single line, which broke regex
5103      aliases.  [Ryan Bloom]
5104
5105   *) We have a poor abstraction in the protocol.  This is a temporary
5106      hack to fix the bug, but it will need to be fixed for real.  If
5107      we find an error while sending out a custom error response, we back
5108      up to the first non-OK request and send the data.  Then, when we send
5109      the EOS from finalize_request_protocol, we go to the last request,
5110      to ensure that we aren't sending an EOS to a request that has already
5111      received one.  Because the data is sent on a different request than
5112      the EOS, the error text never gets sent down the filter stack.  This
5113      fixes the problem by finding the last request, and sending the data
5114      with that request.  [Ryan Bloom]
5115
5116   *) Make the server status page show the correct restart time, and
5117      thus the proper uptime. [Ryan Bloom]
5118
5119   *) Move the CGI creation logic from mod_include to mod_cgi(d).  This
5120      should reduce the amount of duplicate code that is required to
5121      create CGI processes.
5122      [Paul J. Reder <rederpj raleigh.ibm.com>]
5123
5124   *) ap_new_connection() closes the socket and returns NULL if a socket
5125      call fails.  Usually this is due to a connection which has been 
5126      reset.  [Jeff Trawick]
5127
5128   *) Move the Apache version information out of httpd.h and into release.h.
5129      This is in preparation for the first tag with the new tag and release
5130      system.  [Ryan Bloom]
5131
5132   *) Begin restructuring scoreboard code to enable adding back in
5133      the ability to use IPC other than shared memory.
5134      Get mod_status working on Windows again. [Bill Stoddard]
5135
5136   *) Make mod_status work with 2.0.  This will work for prefork,
5137      mpmt_pthread, and dexter.  [Ryan Bloom]
5138
5139   *) Correct a typo in httpd.conf.
5140      [Kunihiro Tanaka <tanaka apache.or.jp>] PR#7154 
5141
5142   *) Really fix mod_rewrite map lookups this time. [Tony Finch]
5143
5144   *) Get the correct IP address if ServerName isn't set and we can't
5145      find a fully-qualified domain name at startup.
5146      PR#7170 [Danek Duvall <dduvall eng.sun.com>]
5147
5148   *) Make mod_cgid work with SuExec.  [Ryan Bloom]
5149
5150   *) Adopt apr user/group name features for mod_rewrite.  Eliminates some
5151      'extra' stat's for user/group since they should never occur, and now
5152      resolves the SCRIPT_USER and SCRIPT_GROUP, including on WinNT NTFS
5153      volumes.  [William Rowe]
5154
5155   *) Adopt apr features to simplify mod_includes.  This changes the
5156      behavior of the USER_NAME variable, unknown uid's are now reported
5157      as USER_NAME="<unknown>" rather than the old user#000 result.
5158      WinNT now resolves USER_NAME on NTFS volumes.  [William Rowe]
5159
5160   *) Adopt apr features for simplifing mod_userdir, and accept the new
5161      Win32/OS2 exceptions without hiccuping.  [William Rowe]
5162
5163   *) Replace configure --with-optim option by using and saving the
5164      environment variable OPTIM instead.  This is needed because configure
5165      options do not support multiple flags separated by spaces.
5166      [Roy Fielding]
5167
5168   *) Fix some byterange handling.  If we get a byte range that looks like
5169      "-999999" where that is past the end of the file, we should return 
5170      a PARTIAL CONTENT status code, and return the whole file as one big
5171      byterange.  This matches the 1.3 handling now.  [Ryan Bloom]
5172
5173   *) Make the error bucket a real meta-data bucket.  This means that the
5174      bucket length is 0, and a read returns NULL data.  If one of these
5175      buckets is passed down after the headers are sent, this data will
5176      just be ignored.  [Greg Stein]
5177
5178   *) The prefork MPM wasn't killing child processes correctly if a restart
5179      signal was received while the process was serving a request.  The child
5180      process would become the equivalent of a second parent process.  If
5181      we break out of the accept loop, then we need to do die after cleaning
5182      up after ourselves.  [Ryan Bloom]
5183
5184   *) Change the Prefork MPM to use SIGWINCH instead of SIGUSR1 for graceful
5185      restarts.  [Ryan Bloom]
5186
5187   *) Modify the apr_stat/lstat/getfileinfo calls within apache to use
5188      the most optimal APR_FINFO_wanted bits.  This spares Win32 from
5189      performing very expensive owner, group and permission lookups
5190      and allows the server to function until these apr_finfo_t fields
5191      are implemented under Win32.  [William Rowe]
5192
5193   *) Support for typedsafe optional functions - that is functions exported by
5194      optional modules, which, therefore, may or may not be present, depending
5195      on configuration. See the experimental modules mod_optional_fn_{ex,im}port
5196      for sample code. [Ben Laurie]
5197
5198   *) filters can now report an HTTP error to the server.  This is done
5199      by sending a brigade where the first bucket is an error_bucket.
5200      This bucket is a simple bucket that stores an HTTP error and
5201      a string.  Currently the string is not used, but it may be needed
5202      to output an error log.  The http_header_filter will find this
5203      bucket, and output the error text, and then return 
5204      AP_FILTER_ERROR, which informs the server that the error web page
5205      has already been sent.  [Ryan Bloom]
5206
5207   *) If we get an error, then we should remove all filters except for
5208      those critical to serving a web page.  This fixes a bug, where
5209      error pages were going through the byterange filter, even though
5210      that made no sense.  [Ryan Bloom]
5211
5212   *) Relax the syntax checking of Host: headers in order to support
5213      iDNS. PR#6635 [Tony Finch]
5214
5215   *) Cleanup the byterange filter to use the apr_brigade_partition
5216      and apr_bucket_copy functions.  This removes a lot of very messy
5217      code, and hopefully makes this filter more stable.
5218      [Ryan Bloom]
5219
5220   *) Remove AddModule and ClearModuleList directives.  Both of these
5221      directives were used to ensure that modules could be enabled
5222      in the correct order.  That requirement is now gone, because
5223      we use hooks to ensure that modules are in the correct order.
5224      [Ryan Bloom]
5225
5226   *) When SuExec is specified, we need to add it to the list of
5227      targets to be built.  If we don't, then any changes to the
5228      configuration won't affect SuExec, unless 'make suexec' is
5229      specifically run.  [Ryan Bloom]
5230
5231   *) Cleaned out open_file from mod_file_cache, as apr now accepts
5232      the APR_XTHREAD argument to open a file for consumption by
5233      parallel threads on win32.  [William Rowe]
5234
5235   *) Correct a bug in determining when we follow symlinks.  The code
5236      expected a stat -1 result, not an apr_status_t positive error.
5237      Also check if the APR_FINFO_USER fields are valid before we
5238      follow the link.  [William Rowe]
5239
5240   *) Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
5241      mpm_common.c.  These functions are only valid on some platforms,
5242      so they should not be in the main-line code. [Ryan Bloom]
5243
5244   *) Remove ap_chdir_file().  This function is not thread-safe,
5245      and nobody is currently using it.  [Ryan Bloom]
5246
5247   *) Do not try to run make depend if there are no .c files in the
5248      current directory, doing so makes `make depend` fail.
5249      [Ryan Bloom]
5250
5251    *) Update highperformance.conf to work with either prefork or
5252       pthreads mpms.  [Greg Ames] 
5253
5254   *) Stop checking to see if this is a pipelined request if we know
5255      for a fact that it isn't.  Basically, if r->connection->keepalive == 0.
5256      This keeps us from making an extra read call when serving a 1.0
5257      request.  [Ryan Bloom and Greg Stein]
5258
5259   *) Fix the handling of variable expansion look-ahead in mod_rewrite,
5260      i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of
5261      more complicated nested RewriteMap lookups. PR#7087 [Tony Finch]
5262
5263   *) Fix the RFC number mentioned when complaining about a missing
5264      Host: header. PR#7079 [Alexey Toptygin <alexeyt wam.umd.edu>]
5265
5266   *) Fix an endless loop in ab which occurred when ab was posting
5267      and the server dropped the connection unexpectedly.
5268      [Jeff Trawick]
5269
5270   *) Fix a segfault while handling request bodies in ap_http_filter().  
5271      This problem has been seen with mod_dav usage as well as with 
5272      requests where the body was just being discarded.  [Jeff Trawick]
5273
5274   *) Some adjustment on the handling and automatic setting (via
5275      hints.m4) of various compilation flags (eg: CFLAGS). Also,
5276      add the capability to specify flags (NOTEST_CFLAGS and
5277      NOTEST_LDFLAGS) which are used to compile Apache, but
5278      not used during the configuration process. Useful for
5279      flags like "-Werror". [Jim Jagielski]
5280
5281   *) Stop using environment variables to force debug mode or
5282      no detach.  We now use the -D command line argument to 
5283      specify the correct mode.  -DONE_PROCESS and -DNO_DETACH.
5284      [Greg Stein, Ryan Bloom]
5285
5286   *) Change handlers to use hooks. [Ben Laurie]
5287
5288   *) Stop returning copies of filenames from both apr_file_t and
5289      apr_dir_t.  We pstrdup the filenames that we store in the
5290      actual structures, so we don't need to pstrdup the strings again.
5291      [Ryan Bloom]
5292
5293   *) mod_cgi: Fix some problems where the wrong error value was being
5294      traced.  [Jeff Trawick]
5295
5296   *) EBCDIC: Fix some missing ASCII conversion on some protocol data.
5297      [Jeff Trawick]
5298
5299   *) Add generic hooks. [Ben Laurie]
5300
5301   *) Use a real pool to dup the error log descriptor.  [Ryan Bloom]
5302
5303   *) Fix a segfault caused by mod_ext_filter when the external filter 
5304      program does not exist. [Jeff Trawick]
5305
5306   *) Fix an output truncation error when on an HTTP >= 1.0 request an
5307      object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE 
5308      was served through mod_charset_lite (or anything else that would
5309      create a transient bucket in this size range).  ap_bucket_make_heap()
5310      silently failed (fixed), transient_setaside() discovered it, but
5311      ap_save_brigade() ignored it (fixed). [Jeff Trawick]
5312      
5313   *) Ignore \r\n or \n when using PEEK mode for input filters.  The problem
5314      is that some browsers send extra lines at the end of POST requests, and
5315      we don't want to delay sending data back to the user just because the
5316      browser isn't well behaved. [Ryan Bloom]
5317
5318   *) Get SuEXEC working again.  We can't send absolute paths to suExec
5319      because it refuses to execute those programs.  SuEXEC also wasn't
5320      always recognizing configuration changes made using the autoconf
5321      setup.  [Ryan Bloom]
5322
5323   *) Allow the buildconf process to find the config.m4 files in the correct
5324      order.  Basically, we can now name config.m4 files as config\d\d.m4,
5325      and we will sort them correctly when inserting them into the build
5326      process.  [Ryan Bloom]
5327
5328   *) Get mod_cgid to use apr calls for creating the actual CGI process.
5329      This also allows mod_cgid to use ap_os_create_priviledged_process,
5330      thus allowing for SuExec execution from mod_cgid.  Currently, we do
5331      not support everything that standard SuExec supports, but at least
5332      it works minimally now. [Ryan Bloom]
5333
5334   *) Allow SuExec to be configured from the ./configure command line.
5335      [Ryan Bloom]
5336
5337   *) Update some of the docs in README and INSTALL to reflect some of
5338      the changes in Apache 2.0 [Cliff Woolley <cliffwoolley yahoo.com>]
5339
5340   *) If we get EAGAIN returned from the call to apr_sendfile, then we
5341      need to call sendfile again.  This gets us serving large files
5342      such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]
5343
5344   *) Get the support programs building cleanly again.
5345      [Cliff Woolley <cliffwoolley yahoo.com>]
5346
5347   *) The Apache/Win32 Apache.exe and dll's now live in bin.  The 
5348      current directory logic now backs up over bin/ to determine the
5349      server root from the Apache.exe path.
5350
5351   *) Apache/Win32 now follows the standard conventions of mod_foo.so
5352      loadable modules, dynamic libs are all named libfoo.dll, and the
5353      makefile.win populates the include, lib and libexec directories.
5354
5355   *) Apache is now IPv6-capable.  On systems where APR supports IPv6,
5356      Apache gets IPv6 listening sockets by default.  Additionally, the
5357      Listen, NameVirtualHost, and <VirtualHost> directives support IPv6
5358      numeric address strings (e.g., "Listen [fe80::1]:8080").
5359      [Jeff Trawick]
5360
5361   *) Modify the install directory layout.  Modules are now installed in
5362      modules/.  Shared libraries should be installed in libraries/, but
5363      we don't have any of those on Unix yet.  All install directories
5364      are modifyable at configure time. [Ryan Bloom]
5365
5366   *) Install all header files in the same directory on Unix. [Ryan Bloom]
5367
5368   *) Get the functions in server/linked into the server, regardless of
5369      which modules linked into the server.  This uses the same hack 
5370      for Apache that we use for APR and apr-util to ensure all of the
5371      necessary functions are linked.  As a part of thise, the CHARSET_EBCDIC
5372      was renamed to AP_CHARSET_EBCDIC for namespace protection, and to make
5373      the scripts a bit easier.
5374      [Ryan Bloom]
5375
5376   *) Rework the RFC1413 handling to make it thread-safe, use a timeout
5377      on the query, and remove IPv4 dependencies.  [Jeff Trawick]
5378
5379   *) Get all of the auth modules to the point that they will install and
5380      be loadable into the server.  Our new build/install mechanism expects
5381      that all modules will have a common name format.  The auth modules 
5382      didn't use that format, so we didn't install them properly.
5383      [Ryan Bloom]
5384
5385   *) API routines ap_pgethostbyname() and ap_pduphostent() are no longer
5386      available.  Use apr_getaddrinfo() instead.  [Jeff Trawick]
5387
5388   *) Get "NameVirtualHost *" working in 2.0.  [Ryan Bloom]
5389
5390   *) Return HTTP_RANGE_NOT_SATISFIABLE if the every range requested starts
5391      after the end of the response. [Ryan Bloom]
5392
5393   *) Get byterange requests working with responses that do not have a
5394      content-length.  Because of the way byterange requests work, we have to
5395      have all of the data before we can actually do the byterange, so we
5396      can compute the content-length in the byterange filter.
5397      [Ryan Bloom]
5398
5399   *) Get exe CGI's working again on Windows.
5400      [Allan Edwards]
5401
5402   *) Get mod_cgid and mod_rewrite to work as DSOs by changing the way
5403      they keep track of whether or not their  post config hook has been
5404      called before.  Instead of a static variable (which is replaced when 
5405      the DSO is loaded a second time), use userdata in the process pool.
5406      [Jeff Trawick]
5407
5408 Changes with Apache 2.0a9
5409
5410   *) Win32 now requires perl to complete the final install step for users
5411      to build + install on Win32.  Makefile.win now rewrites @@ServerRoot@
5412      and installs the conf, htdocs and htdocs/manual directories.
5413      [William Rowe]
5414
5415   *) Make mod_include use a hash table to associate directive tags with
5416      functions.  This allows modules to implement their own SSI tags easily.
5417      The idea is simple enough, a module can insert it's own tag and function
5418      combination into a hash table provided by mod_include.  While mod_include
5419      parses an SSI file, when it encounters a tag in the file, it does a
5420      hash lookup to find the function that implements that tag, and passes
5421      all of the relevant data to the function.  That function is then
5422      responsible for processing the tag and handing the remaining data back
5423      to mod_include for further processing.
5424      [Paul J. Reder <rederpj raleigh.ibm.com>]
5425
5426   *) Get rid of ap_new_apr_connection().  ap_new_connection() now has 
5427      fewer parameters: the local and remote socket addresses were removed
5428      from the parameter list because all required information is available
5429      via the APR socket.  [Jeff Trawick]
5430
5431   *) Distribution directory structure reorganized to reflect a
5432      normal source distribution with external install targets.
5433      [Roy Fielding]
5434
5435   *) The MPMs that need multiple segments of shared memory now create
5436      two apr_shmem_t variables, one for each shared memory allocation.
5437      the problem is that we can't determine how much memory will be required
5438      for shared memory allocations once we try to allocate more than one
5439      variable.  The MM code automatically aligns the shared memory allocations,
5440      so we end up needing to pad the amount of shared memory we want based
5441      on how many variables will be allocated out of the shared memory segment.
5442      It is just easier to create a second apr_shmem_t variable, and two
5443      shmem memory blocks.
5444      [Ryan Bloom]
5445
5446   *) Cleanup the export list a bit.  This creates a single unified list of
5447      functions exported by APR.  The export list is generated at configure
5448      time, and that list is then used to generate the exports.c file.
5449      Because of the way the export list is generated, we only export those
5450      functions that are valid on the platform we are building on.
5451      [Ryan Bloom]
5452
5453   *) Enable logging the cookie with mod_log_config
5454      [Sander van Zoest <sander covalent.net>]
5455
5456   *) Fix a segfault in mod_info when it reaches the end of the configuration.
5457      [Jeff Trawick]
5458
5459   *) Added lib/aputil/ as a placeholder for utility functions which are not
5460      specific to the Apache HTTP Server (but do not make sense with APR).
5461      The first utility is "apu_dbm": a set of functions to work with DBM
5462      files. This first version can be compiled for SDBM or GDBM databases.
5463      [Greg Stein]
5464
5465   *) Complete re-write of mod_include.  This makes mod_include a filter that
5466      uses buckets directly.  This has now served the FAQ correctly.
5467      [Paul Reder <rederpj raleigh.ibm.com>]
5468
5469   *) Allow modules to specify the first filter in a sub_request when
5470      making the sub_request.  This keeps modules from having to change the
5471      output_filter immediately after creating the sub-request, and therefore
5472      skip the sub_req_output_filter.  [Ryan Bloom]
5473
5474   *) Update ab to accept URLs with IPv6 literal address strings (in the
5475      format described in RFC 2732), and to build Host header fields in
5476      the same format.  This allows IPv6 literal address strings to be
5477      used with ab.  This support has been tested against Apache 1.3 with 
5478      the KAME patch, but Apache 2.0 does not yet work with this format
5479      of the Host header field.  [Jeff Trawick]
5480
5481   *) Accomodate an out-of-space condition in the piped logs and the
5482      rotatelogs.c code, and no longer churn log processes for this
5483      condition.  [Victor J. Orlikowski]
5484
5485   *) Add support for partial writes with apr_sendfile() to core_output_filter.
5486      [Greg Ames] 
5487
5488 Changes with Apache 2.0a8
5489
5490   *) Add a directive to mod_mime so that filters can be associated with
5491      a given mime-type.
5492      [Ryan Bloom]
5493
5494   *) Get multi-views working again.  We were setting the path_info
5495      field incorrectly if we couldn't find the specified file.
5496      [Ryan Bloom]
5497
5498   *) Fix 304 processing.  The core should never try to send the headers
5499      down the filter stack.  Always, just setup the table in the request
5500      record, and let the header filter convert it to data that is ready
5501      for the network.
5502      [Ryan Bloom]
5503
5504   *) More fixes for the proxy.  There are still bugs in the proxy code,
5505      but this has now proxied www.yahoo.com and www.ntrnet.net (my ISP)
5506      successfully.
5507      [Ryan Bloom]
5508
5509   *) Fix params for apr_getaddrinfo() call in connect proxy handler.
5510      [Chuck Murcko]
5511
5512   *) APR: Add new apr_getopt_long function to handle long options.
5513      [B. W. Fitzpatrick <fitz red-bean.com>]
5514
5515   *) APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.
5516      Add generic apr_create_socket().  Add apr_getaddrinfo() for doing
5517      hostname resolution/address string parsing and building
5518      apr_sockaddr_t.  Add apr_get_sockaddr() for getting the address
5519      of one of the apr_sockaddr_t structures for a socket.  Change
5520      apr_bind() to take apr_sockaddr_t.  [David Reid and Jeff Trawick]
5521
5522   *) Remove the BUFF from the HTTP proxy.  This is still a bit ugly, but
5523      I have proxied pages with it, cleanup will commence soon.
5524      [Ryan Bloom]
5525
5526   *) Make the proxy work with filters.  This isn't perfect, because we
5527      aren't dealing with the headers properly.  [Ryan Bloom]
5528
5529   *) Do not send a content-length iff the C-L is 0 and this is a head
5530      request.  [Ryan Bloom]
5531
5532   *) Make cgi-bin work as a regular directory when using mod_vhost_alias
5533      with no VirtualScriptAlias directives. PR#6829 [Tony Finch]
5534
5535   *) Remove BUFF from the PROXY connect handling. [Ryan Bloom]
5536
5537   *) Get the default_handler to stop trying to deal with HEAD requests.
5538      The idea is to let the content-length filter compute the C-L before
5539      we try to send the data.  If we can get the C-L correctly, then we
5540      should send it in the HEAD response.
5541      [Ryan Bloom]
5542      
5543   *) The Header filter can now determine if a body should be sent based
5544      on r->header_only.  The general idea of this is that if we delay
5545      deciding to send the body, then we might be able to compute the
5546      content-length correctly, which will help caching proxies to cache
5547      our data better.  Any handler that doesn't want to try to compute
5548      the content-length can just send an EOS bucket without data and
5549      everything will just work.
5550      [Ryan Bloom]
5551
5552   *) Add the referer to the error log if one is available.
5553      [Markus Gyger <mgyger itr.ch>]
5554
5555   *) Mod_info.c has now been ported to Apache 2.0.  As a part of this
5556      change, the root of the configuration tree has been exposed to modules
5557      as ap_conftree.
5558      [Ryan Morgan <rmorgan covalent.net>]
5559
5560   *) Get the core_output_filter to use the bucket interface directly.
5561      This keeps us from calling the content-length filter multiple times
5562      for a simple static request.
5563      [Ryan Bloom]
5564
5565   *) We are sending the content-type correctly now.
5566      [Ryan Bloom and Will Rowe]
5567
5568   *) APR on FreeBSD: Fix a bug in apr_sendfile() which caused us to report
5569      a bogus bytes-sent value when the only thing being sent was trailers
5570      and writev() returned an error (or EAGAIN).  [Jeff Trawick]
5571
5572   *) Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again.  This uses the
5573      hints file to determine which platforms define 
5574      SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
5575      [Ryan Bloom]
5576
5577   *) APR: add apr_get_home_directory()  [Jeff Trawick]
5578
5579   *) Initial import of 1.3-current mod_proxy. [Chuck Murcko]
5580
5581   *) Not all platforms have INADDR_NONE defined by default.  Apache
5582      used to make this check and define INADDR_NONE if appropriate,
5583      but APR needs the check too, and I suspect other applications will
5584      as well.  APR now defines APR_INADDR_NONE, which is always a valid
5585      value on all platforms.
5586      [Branko Èibej <brane xbc.nu>]
5587
5588   *) Destroy the pthread mutex in lock_intra_cleanup() for PR#6824.
5589      [Shuichi Kitaguchi <ki hh.iij4u.or.jp>] 
5590
5591   *) Relax the syntax checking of Host: headers in order to support
5592      iDNS. PR#6635 [Tony Finch]
5593
5594   *) When reading from file buckets we convert to an MMAP if it makes
5595      sense.  This also simplifies the default handler because the
5596      default handler no longer needs to try to create MMAPs.
5597      [Ryan Bloom]
5598
5599   *) BUFF has been removed from the main server.  The BUFF code will remain
5600      in the code until it has been purged from the proxy module as well.
5601      [Ryan Bloom]
5602
5603   *) Byteranges have been completely re-written to be a filter.  This
5604      has been tested, and I believe it is working correctly, but it could
5605      doesn't work for the Adobe Acrobat plug-in.  The output almost matches
5606      the output from 1.3, the only difference being that 1.3 includes
5607      a content-length in the response, and this does not.
5608      [Ryan Bloom]
5609
5610   *) APR read/write functions and bucket read functions now operate
5611      on unsigned integers, instead of signed ones.  It doesn't make
5612      any sense to use signed ints, because we return the error codes,
5613      so if we have an error we should report 0 bytes read or written.
5614      [Ryan Bloom]
5615
5616   *) Always compute the content length, whether it is sent or not.
5617      The reason for this, is that it allows us to correctly report
5618      the bytes_sent when logging the request.  This also simplifies
5619      content-length filter a bit, and fixes the actual byte-reporing
5620      code in mod_log_config.c
5621      [Ryan Bloom]
5622
5623   *) Remove AP_END_OF_BRIGADE definition.  This does not signify what
5624      it says, because it was only used by EOS and FLUSH buckets.  Since
5625      neither of those are required at the end of a brigade, this was
5626      really signifying FLUSH_THE_DATA, but that can be determined better
5627      by checking AP_BUCKET_IS_EOS() or AP_BUCKET_IS_FLUSH.  EOS and FLUSH
5628      buckets now return a length of 0, which is actually the amount of data
5629      read, so they make more sense.
5630      [Ryan Bloom]
5631
5632   *) Allow the core_output_filter to save some data past the end of a
5633      request.  If we get an EOS bucket, we only send the data if it 
5634      makes sense to send it.  This allows us to pipeline request
5635      responses.  As a part of this, we also need to allocate mmap
5636      buckets out of the connection pool, not the request pool.  This
5637      allows the mmap to outlive the request.
5638      [Ryan Bloom]
5639
5640   *) Make blocking and non-blocking bucket reads work correctly for
5641      sockets and pipes.  These are the only bucket types that should
5642      have non-blocking reads, because the other bucket types should
5643      ALWAYS be able to return something immediately.
5644      [Ryan Bloom]
5645
5646   *) In the Apache/Win32 console window, accept Ctrl+C to stop the 
5647      server, but use Ctrl+Break to initiate a graceful restart 
5648      instead of duplicating behavior. [John Sterling]
5649
5650   *) Patch mod_autoindex to set the Last-Modified header based on
5651      the directory's mtime, and add the ETag header.  [William Rowe]
5652
5653   *) Merge the 1.3 patch to add support for logging query string in 
5654      such a way that "%m %U%q %H" is the same as "%r".
5655      [Bill Stoddard]
5656
5657   *) Port three log methods from mod_log_config 1.3 to 2.0: 
5658      CLF compliant '-' byte count, method and protocol.
5659      [Bill Stoddard]
5660
5661   *) Add a new LogFormat directive, %c, that will log connection
5662      status at the end of the response as follows:
5663      'X' - connection aborted before the response completed.
5664      '+' - connection may be kept-alive by the server.
5665      '-' - connection will be closed by the server.
5666      [Bill Stoddard]
5667
5668   *) Expand APR for WinNT to fully accept and return utf-8 encoded
5669      Unicode file names and paths for Win32, and tag the Content-Type 
5670      from mod_autoindex to reflect that charset if the feature
5671      macro APR_HAS_UNICODE_FS is true.  [William Rowe]
5672
5673   *) Compute the content length (and add appropriate header field) for
5674      the response when no content length is available and we can't use 
5675      chunked encoding.  [Jeff Trawick]
5676
5677   *) Changed ap_discard_request_body() to use REQUEST_CHUNKED_DECHUNK,
5678      so that content input filters get dechunked data when using
5679      the default handler. Also removed REQUEST_CHUNKED_PASS.
5680      [Sascha Schumann]
5681      
5682   *) Add mod_ext_filter as an experimental module.  This module allows
5683      the administrator to use external programs as filters.  Currently,
5684      only filtering of output is supported.  [Jeff Trawick]
5685
5686   *) Most Apache functions work on EBCDIC machines again, as protocol
5687      data is now translated (again).  [Jeff Trawick]
5688
5689   *) Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
5690      the EBCDIC support.  They are noops on ASCII machines, so this
5691      type of translation doesn't have to be surrounded by #ifdef
5692      CHARSET_EBCDIC.  [Jeff Trawick]
5693
5694   *) Fix mod_include.  tag commands work again, and the server will
5695      send the FAQ again.  This also allows mod_include to set aside
5696      buckets that include partial buckets.
5697      [Ryan Bloom and David Reid]
5698
5699   *) Add suexec support back.  [Manoj Kasichainula]
5700
5701   *) Lingering close now uses the socket directly instead of using
5702      BUFF.  This has been tested, but since all we can tell is that it
5703      doesn't fail, this needs to be really hacked on.
5704      [Ryan Bloom]
5705
5706   *) Allow filters to modify headers and have those headers be sent to
5707      the client.  The idea is that we have an http_header filter that
5708      actually sends the headers to the network.  This removes the need
5709      for the BUFF to send headers.
5710      [Ryan Bloom]
5711
5712   *) Charset translation: mod_charset_lite handles translation of
5713      request bodies.  Get rid of the xlate version of ap_md5_digest()
5714      since we don't compute digests of filtered (e.g., translated) 
5715      response bodies this way anymore.  (Note that we don't do it at
5716      all at the present; somebody needs to write a filter to do so.)
5717      [Jeff Trawick]
5718
5719   *) Input filters and ap_get_brigade() now have a input mode parameter 
5720      (blocking, non-blocking, peek) instead of a length parameter.
5721      [hackathon]
5722
5723   *) Update the mime.types file to the registered media types as
5724      of 2000-10-19. PR#6613 [Carsten Klapp <carsten.klapp home.net>,
5725      Tony Finch]
5726
5727   *) Namespace protect some macros declared in ap_config.h
5728      [Ryan Bloom]
5729
5730   *) Support HTTP header line folding with input filtering.
5731      [Greg Ames]
5732
5733   *) Mod_include works again.  This should still be re-written, but at
5734      least now we can serve an SHTML page again.
5735      [Ryan Bloom]
5736
5737   *) Begin to remove BUFF from the core.  Currently, we keep a pointer
5738      to both the BUFF and the socket in the conn_rec.  Functions that
5739      want to use the BUFF can, functions that want to use the socket,
5740      can.  They point to the same place.
5741      [Ryan Bloom]
5742
5743   *) apr_psprintf doesn't understand %lld as a format.  Make it %ld.
5744      [Tomas "Ögren" <stric ing.umu.se>]
5745
5746   *) APR pipes on Unix and Win32 are now cleaned up automatically when the 
5747      associated pool goes away.  (APR pipes on OS/2 were already had this
5748      logic.)  This resolvs a fatal file descriptor leak with CGIs.  
5749      [Jeff Trawick]
5750
5751   *) The final line of the config file was not being read if there was
5752      no \n at the end of it.  This was caused by apr_fgets returning 
5753      APR_EOF even though we had read valid data.  This is solved by
5754      making cfg_getline check the buff that was returned from apr_fgets.
5755      If apr_fgets return APR_EOF, but there was data in the buf, then we
5756      return the buf, otherwise we return NULL.
5757      [Ryan Bloom]
5758
5759   *) Piped logs work again in the 2.0 series.
5760      [Ryan Bloom]
5761
5762   *) Restore functionality broken by the mod_rewrite security fix:
5763      rewrite map lookup keys and default values are now expanded
5764      so that the lookup can depend on the requested URI etc.
5765      PR #6671 [Tony Finch]
5766
5767   *) SECURITY: Tighten up the syntax checking of Host: headers to fix a
5768      security bug in some mass virtual hosting configurations
5769      that can allow a remote attacker to retrieve some files
5770      on the system that should be inaccessible. [Tony Finch]
5771
5772   *) Add a pool bucket type.  This bucket is used for data allocated out
5773      of a pool.  If the pool is cleaned before the bucket is destroyed, then
5774      the data is converted to a heap bucket, allowing it to survive the
5775      death of the pool.
5776      [Ryan Bloom]
5777
5778   *) Add a flush bucket.  This allows modules to signal that the filters
5779      should all flush whatever data they currently have.  There is no way
5780      to actually force them to do this, so if a filter ignores this bucket,
5781      that's life, but at least we can try with this.
5782      [Ryan Bloom]
5783
5784   *) Add an output filter for sub-requests.  This filter just strips the
5785      EOS bucket so that we don't confuse the main request's core output
5786      filter by sending multiple EOS buckets.  This change also makes sub
5787      requests start to send EOS buckets when they are finished.
5788      [Ryan Bloom]
5789
5790   *) Make ap_bucket_(read|destroy|split|setaside) into macros.  Also
5791      makes ap_bucket_destroy a return void, which is okay because it
5792      used to always return APR_SUCCESS, and nobody ever checked its
5793      return value anyway.
5794      [Cliff Woolley <cliffwoolley yahoo.com>]
5795
5796   *) Remove the index into the bucket-type table from the buckets
5797      structure.  This has now been replaced with a pointer to the
5798      bucket_type.  Also add some macros to test the bucket-type.
5799      [Ryan Bloom]
5800
5801   *) Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
5802      for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
5803      and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
5804      All _VAR_ flavors changes to _DATA to be absolutely clear.
5805      [William Rowe]
5806
5807   *) Add support for /, //, //servername and //server/sharename 
5808      parsing of <Directory> blocks under Win32 and OS2.
5809      [Tim Costello, William Rowe, Brian Harvard]
5810
5811   *) Remove the function pointers from the ap_bucket type.  They have been
5812      replaced with a global table.  Modules are allowed to register bucket
5813      types and use then use those buckets.
5814      [Ryan Bloom]
5815
5816   *) mod_cgid: In the handler, shut down the Unix socket (only for write) 
5817      once we finish writing the request body to the cgi child process; 
5818      otherwise, the client doesn't hit EOF on stdin.  Small request bodies 
5819      worked without this change (for reasons I don't understand), but large 
5820      ones didn't.  [Jeff Trawick]
5821
5822   *) Remove file bucket specific information from the ap_bucket type.
5823      This has been moved to a file_bucket specific type that hangs off
5824      the data pointer in the ap_bucket type.
5825      [Ryan Bloom]
5826
5827   *) Input filtering now has a third argument.  This is the amount of data
5828      to read from lower filters.  This argument can be -1, 0, or a positive
5829      number.  -1 means give me all the data you have, I'll deal with it and
5830      let you know if I need more.  0 means give me one line and one line
5831      only.  A positive number means I want no more than this much data.
5832
5833      Currently, only 0 and a positive number are implemented.  This allows
5834      us to remove the remaining field from the conn_rec structure, which
5835      has also been done.
5836      [Ryan Bloom] 
5837     
5838   *) Big cleanup of the input filtering.  The goal is that http_filter
5839      understands two conditions, headers and body.  It knows where it is
5840      based on c->remaining.  If c->remaining is 0, then we are in headers,
5841      and http_filter returns a line at a time.  If it is not 0, then we are
5842      in body, and http_filter returns raw data, but only up to c->remaining
5843      bytes.  It can return less, but never more.
5844      [Greg Ames, Ryan Bloom, Jeff Trawick]
5845
5846   *) mod_cgi: Write all of the request body to the child, not just what
5847      the kernel would accept on the first write.  [Jeff Trawick]
5848
5849   *) Back out the change that moved the brigade from the core_output_filters
5850      ctx to the conn_rec.  Since all requests over a given connection
5851      go through the same core_output_filter, the ctx pointer has the
5852      correct lifetime.
5853      [Ryan Bloom]
5854
5855   *) Fix another bug in the send_the_file() read/write loop. A partial
5856      send by apr_send would cause unsent data in the read buffer to
5857      get clobbered. Complete making send_the_file handle partial
5858      writes to the network.
5859      [Bill Stoddard]
5860
5861   *) Fix a couple of type fixes to allow compilation on AIX again
5862      [Victor J. Orlikowski <v.j.orlikowski gte.net>]
5863
5864   *) Fix bug in send_the_file() which causes offset to be ignored
5865      if there are no headers to send.
5866      [Bill Stoddard]
5867
5868   *) Handle APR_ENOTIMPL returned from apr_sendfile in the core
5869      filter. Useful for supporting Windows 9* with a binary
5870      compiled on Windows NT.
5871      [Bill Stoddard]
5872
5873 Changes with Apache 2.0a7
5874
5875   *) Reimplement core_output_filter to buffer/save bucket brigades
5876      across multiple calls to the core_filter. The brigade will be
5877      sent when either MIN_BYTES_TO_SEND or MAX_IOVEC_TO_WRITE
5878      thresholds are hit or the EOS bucket is received.
5879      [Bill Stoddard]
5880
5881   *) Create experimental filter (buffer_filter) that coalesces bytes 
5882      into one large buffer before invoking the next filter in the
5883      chain. This filter is particularly useful with the current 
5884      implementation of mod_autoindex when it inserted above the
5885      chunk_filter. mod_autoindex generates a lot of brigades that
5886      containing buckets holding just a few bytes each. The
5887      buffer_filter coalesces these buckets into a single large bucket.
5888      [Bill Stoddard]
5889
5890   *) Add apr_sendfile() support into the core_output_filter.
5891      [Bill Stoddard]
5892
5893   *) Add apr_sendv() support into the core_output_filter.
5894      [Bill Stoddard]
5895
5896   *) Fix mod_log_config so that it compiles cleanly with BUFFERED_LOGS
5897      [Mike Abbott <mja sgi.com>]
5898
5899   *) Remove ap_send_fb.  This is no longer used in Apache, and it doesn't
5900      make much sense, because Apache uses buckets instead of BUFFs now.
5901      [Ryan Bloom]
5902
5903   *) send_the_file now falls back to a read/write loop on platforms that
5904      do not have sendfile.
5905      [Ryan Bloom and Brian Havard]
5906
5907   *) Install apachectl correctly, and substitute the proper values so
5908      that it works again.  [Ryan Bloom]
5909
5910   *) Better(??) handle platforms that lack sendfile().
5911      [Jim Jagielski]
5912
5913   *) APR now has UUID generation/formatting/parsing support.
5914      [Greg Stein]
5915
5916   *) Begin the http_filter.  This is an input filter that understands
5917      the absolute basic amount required to parse an HTTP Request.  The
5918      goal is to be able to split headers from request body before passing
5919      the data back to the other filters.
5920      [Ryan Bloom]
5921
5922   *) Bring forward from 1.3.13 the config directory implementation
5923      [Jim Jagielski]
5924
5925   *) install apxs if it is created
5926      [Ryan Bloom]
5927
5928   *) Added APR_IS_STATUS_condition test macros to eliminate canonical error
5929      conversions.  [William Rowe]
5930
5931   *) Now that we have ap_add_input_filter(), rename ap_add_filter() to 
5932      ap_add_output_filter().  [Jeff Trawick]
5933
5934   *) Multiple build and configuration fixes
5935     Build process:
5936
5937       -add datadir and localstatedir substitutions
5938       -fix layout name
5939       -fix logfilename misspelling
5940       -fix evaluation of installation dir variables and
5941       -replace $foobar by $(foobar) to be usefull in the makefile
5942     
5943     Cross compile:
5944     
5945       -add rules for cross-compiling in rules.mk. Okay, rule to check for
5946        $CC_FOR_BUILD is still missing
5947       -use CHECK_TOOL instead of CHECK_PROG for ranlib
5948       -add missing "AR=@AR@" to severaly Makefile.in's
5949       -cache result for "struct rlimit"
5950       -compile all helper programs with native and cross compiler
5951        and use the native version to generate header file
5952      ["Rüdiger" Kuhlmann <Tadu gmx.de>]
5953
5954   *) Prepare our autoconf setup for autoconf 2.14a and for cross-
5955      compiling.
5956      ["Rüdiger" Kuhlmann <Tadu gmx.de>]
5957
5958   *) Fix a bug where a client which only sends \n to delimit header
5959      lines (netcat) gets a strange looking HTTP_NOT_IMPLEMENTED 
5960      message.  Start working on ebcdic co-existance with input 
5961      filtering.
5962      [William Rowe, Greg Ames]
5963
5964   *) If mod_so is enabled in the server always create libexec, even
5965      if there are no modules installed in this directory.  This is a
5966      requirement for APXS to work correctly.
5967      [Ryan Bloom]
5968
5969   *) Connection oriented output filters are now stored in the 
5970      conn_rec instead of the request_rec.  This allows us to add the
5971      output filter in the pre-connection phase instead of the
5972      post_read_request phase, which keeps us from trying to write an
5973      error page before we have a filter to write to the network.
5974      [Ryan Bloom, Jeff Trawick, and Greg Ames]
5975
5976   *) Cleaning up an mmap bucket no longer deletes the mmap.  An
5977      mmap can be used across multiple buckets (default_handler with
5978      byte ranges, mod_file_cache, mod_mmap_static), so cleanup of
5979      the mmap itself can't be associated with the bucket.
5980      [Jeff Trawick]
5981
5982   *) Add .dll caching directive ISAPICacheFile to mod_isapi.
5983      [William Rowe]
5984
5985   *) Radical surgery to improve mod_isapi support under Win32.
5986      Includes a number of newer ServerSupportFunction calls, support
5987      for ReadClient (in order to retrieve POSTs greater than 48KB),
5988      and general bug fixes to more reliably load ISAPI .dll's and
5989      prevent leaking handle resources.  Note: There are still 
5990      discrepancies between IIS's and Apache's ServerVariables, and
5991      async calls are still not supported.  Additional warnings are
5992      logged to facilitate debugging of unsupported ISAPI calls.
5993      [William Rowe]
5994
5995   *) Add input filtering to Apache.  The basic idea for the input
5996      filters is the same as the ideas for output filters.  The biggest
5997      difference is that instead of calling ap_pass_brigade, ap_get_brigade
5998      should be called, and the order of execution for the filter itself is
5999      different.  When writing an output filter, a brigade is passed in,
6000      and filters operate directly on that brigade, when done, they call
6001      ap_pass_brigade.  Input filters are the exact opposite.  Because input
6002      is not a push operation, filters first call ap_get_brigade.  When this
6003      function returns, the input filter will be left with a valid brigade.
6004      The input filter should then operate on the brigade, and return.
6005      [Ryan Bloom]
6006
6007   *) Fix building on BSD/OS using its native make. The build system
6008      falls back to the BSD .include directive on that host platform.
6009      [Sascha Schumann]
6010
6011   *) Expand dbmmanage to allow -d -m -s -p options for Crypt, MD5,
6012      SHA1 and plaintext password encodings.  Make feature tests a
6013      bit more flexible.  [William Rowe]
6014
6015   *) Charset translation: mod_charset_lite handles output content 
6016      translation in a filter.  mod_charset_lite no longer ignores 
6017      subrequests.  A bunch of cruft related to BUFF's support for
6018      translating request and response bodies was removed.  
6019      [Jeff Trawick]
6020
6021   *) Move the addition of the CORE filter to the post_read_request
6022      hook in http_core.c.  This removes the need to add the filter in
6023      multiple places and allows for an SSL module to be added much
6024      simpler. [Ryan Bloom]
6025
6026   *) SECURITY [CVE-2000-0913] (cve.mitre.org):
6027      Fix a security problem that affects certain configurations of
6028      mod_rewrite. If the result of a RewriteRule is a filename that
6029      contains expansion specifiers, especially regexp backreferences
6030      $0..$9 and %0..%9, then it may be possible for an attacker to
6031      access any file on the web server. [Tony Finch]
6032
6033   *) Fix a bug where errors that are detected during early request parsing
6034      don't produce visible HTTP error messages at the browser, because
6035      the core_filter wasn't present.  [Greg Ames]
6036
6037   *) Provide apr_socklen_t as a portability aid. 
6038      [Victor  J. Orlikowski]
6039
6040   *) Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)
6041      as well as a comment arg to the add, adduser and update cmds.
6042      update allows the user to clear or preserve pw/groups/comment.
6043      Fixed a bug in dbmmanage that prevented the check option from 
6044      parsing a password followed by :group... text.  Corrected the
6045      seed calcualation for Win32 systems, and added -lsdbm support.
6046      [William Rowe]
6047
6048   *) Configured mod_auth_dbm to compile with sdbmlib under Win32.
6049      [William Rowe]
6050
6051   *) Avoid a segfault when parsing .htaccess files.  An 
6052      uninitialized tree pointer was passed to ap_build_config().
6053      [Jeff Trawick]
6054
6055   *) Change the way that inet_addr & inet_network are checked for
6056      in APR's configure process to allow BeOS BONE to correctly
6057      find them. With this change BeOS BONE now builds from source
6058      with no problems.  [David Reid]
6059
6060   *) Fix a bug in apr_create_process() for Unix.  The NULL signifying
6061      the end of the parameters to execve() was stored in the wrong
6062      location, overlaying the storage beyond the newargs[] array and 
6063      also passing uninitialized storage to execve(), which would 
6064      sometimes fail with EFAULT.  [Jeff Trawick]
6065
6066   *) Fix a bug parsing configuration file containers.  With a sequence
6067      like this in the config file
6068
6069        <IfModule mod_kilroy.c>
6070        any stuff
6071        </IfModule>
6072        <IfModule mod_lovejoy.c>
6073        (blank line)
6074        any stuff
6075        </IfModule>
6076
6077      the second container would be terminated at the blank line due to
6078      sediment in the buffer from reading the prior </IfModule> and an 
6079      error message would be generated for the real </IfModule> for the
6080      second container.  Also due to this problem, any two characters 
6081      could be used for "</" in the close of a container.  
6082      [Jeff Trawick]
6083
6084   *) ap_add_filter prototype changed to remove the ctx pointer.  The
6085      pointer still remains in the filter structure, but it can not be
6086      a part of the ap_add_filter prototype.  The reason is that when
6087      the core uses AddFilter to add a filter to the stack it doesn't
6088      know how to allocate the ctx pointer, or even how much memory should
6089      be allocated.  The filters will have to be responsible for allocating
6090      the ctx memory when they need it.
6091      [Ryan Bloom]
6092
6093   *) Add an AddFilter directive.  This directive takes a list of filters
6094      that should be activated for the requested resource.
6095      [Ryan Bloom]
6096
6097   *) apr_snprintf(): Get quad format strings working on OS/390 (and perhaps
6098      some other platforms).  [Jeff Trawick]
6099
6100   *) Modify mod_include to be a filter.  Currently, it has only been tested
6101      on actual files, but it should work for CGI scripts too.
6102      [Ryan Bloom]
6103
6104   *) apr_putc(), apr_puts() for Unix: handle buffered files and interrupted
6105      writes.  apr_flush() for Unix: handle interrupted writes.
6106      [Jeff Trawick]
6107
6108   *) NameVirtualHost can now take "*" as an argument instead of
6109      an IP address. This allows you to create a purely name-based
6110      virtual hosting server that does not have any IP addresses in
6111      the configuration file and which ignores the local address
6112      of any connections. PR #5595, PR #4455 [Tony Finch]
6113
6114   *) Fix some compile warnings in mod_mmap_static.c
6115      [Mike Abbott <mja sgi.com>]
6116
6117   *) Fix chunking problem with CGI scripts.  The general problem was that
6118      the CGI modules were adding an EOS bucket and then the core added an
6119      EOS bucket.  The chunking filter finalizes the chunked response when it
6120      encounters an EOS bucket.  Because two EOS buckets were sent, we
6121      finalized the response twice.  The fix is to make sure we only send one
6122      EOS, by utilizing a flag in the request_rec.
6123      [Ryan Bloom]
6124
6125   *) apr_put_os_file() now sets up the unget byte appropriately on Unix
6126      and Win32.  Previously, the first read from an apr_file_t set up via
6127      apr_put_os_file() would return a '\0'.  [Jeff Trawick]
6128
6129   *) Mod_cgid now creates a single element bucket brigade, with a pipe
6130      bucket, instead of using BUFF's and ap_r*.
6131      [Ryan Bloom]
6132
6133   *) APRVARS.in no longer overwrites the EXTRA_LIBS variable.
6134      [Mike Abbott <mja sgi.com>]
6135
6136   *) Remove ap_bopenf from buff code.  This required modifying the file_cache
6137      code to use APR file's directly instead of going through BUFFs.
6138      [Ryan Bloom]
6139
6140   *) Fix compile break on some platforms for mod_mime_magic.c
6141      [John K. Sterling <sterling covalent.net>]
6142
6143   *) Fix merging of AddDefaultCharset directive.
6144      PR #5872 (1.3) [Jun Kuriyama <kuriyama imgsrc.co.jp>]
6145
6146   *) Minor revamp of the rlimit sections of code. We now test
6147      explicitly for setrlimit and getrlimit. Also, unixd_set_rlimit()
6148      is now "available" even if the platform doesn't support
6149      the rlimit family (it's just a noop though). [Jim Jagielski]
6150
6151   *) Migrate the pre-selection of which MPM to use for specific
6152      platforms to hints.m4, which contains (or should contain)
6153      all platform specific "hints". [Jim Jagielski]
6154
6155   *) Remove IOLs from Apache.  With filtering, IOLs are no longer necessary
6156      [Ryan Bloom]
6157
6158   *) Add tables with non-string/binary values to APR.
6159      [Ken Coar]
6160
6161   *) Fix some bad calls to ap_log_rerror() in mod_rewrite. 
6162      [Jeff Trawick]
6163
6164   *) Update PCRE to version 3.2.  [Ryan Bloom]
6165
6166   *) Change the way buckets' destroy functions are called so that
6167      they can be more directly used when changing the type of a
6168      bucket in place. [Tony Finch]
6169
6170   *) Add generic support for reference-counting the resources used by
6171      buckets, and alter the HEAP and MMAP buckets to use it. Change
6172      the way buckets are initialised to support changing the type of
6173      buckets in place, and use it when setting aside TRANSIENT buckets.
6174      Change the implementation of TRANSIENT buckets so that it can be
6175      mostly shared with IMMORTAL buckets, which are now implemented.
6176      [Tony Finch]
6177
6178 Changes with Apache 2.0a6
6179
6180   *) Add support to Apache and APR for dsos on OS/390.  [Greg Ames]
6181
6182   *) Add a chunking filter to Apache.  This brings us one step closer
6183      to removing BUFF. [Ryan Bloom]
6184
6185   *) ap_add_filter now adds filters in a LIFO fashion.  The first filter
6186      added to the stack is the last filter to be called.  [Ryan Bloom]
6187
6188   *) Apache 2.0 has been completely documented using Scandoc.  The
6189      docs can be generated by running 'make docs'.  [Ryan Bloom]
6190
6191   *) Add filtered I/O to Apache.  This is based on bucket brigades,
6192      Currently the buckets still use BUFF under the covers, but that
6193      should change quickly.  The only currently written filter is the
6194      core filter which just calls ap_bwrite.  [The Apache Group]
6195
6196   *) APR locks on Unix: Let APR_LOCKALL locks work when APR isn't
6197      built with thread support.  [Jeff Trawick]
6198
6199   *) Abort configuration if --with-layout was specified and there's
6200      no layout definition file.  [Ken Coar]
6201
6202   *) Add support for '--with-port=n' option to configure.  [Ken Coar]
6203
6204   *) Add support for extension methods for the Allow response header
6205      field, and an API routine for accessing r->allowed and the
6206      list of extension methods in a unified manner.  [Ken Coar]
6207
6208   *) mod_cern_meta: fix broken file reading loop in scan_meta_file().
6209      [Rob Simonson <simo us.ibm.com>]
6210
6211   *) Get xlate builds working again.  The apr renaming in 2.0a5 broke
6212      APACHE_XLATE builds.  [Jeff Trawick]
6213
6214   *) A configuration file parsing problem was fixed.  When the 
6215      configuration file started with an IfModule/IfDefine container, 
6216      only the last statement in the container would be retained.  
6217      [Jeff Trawick]
6218
6219 Changes with Apache 2.0a5
6220
6221   *) Perchild is serving pages after passing them to different child
6222      processes.  There are still a lot of bugs, but this does work.  I
6223      have made requests against the same installation of Apache, and had
6224      different servers use different user IDs to serve the responses.
6225      This change moves to using socketpair instead of an AF_UNIX socket.
6226      [Ryan Bloom]
6227
6228   *) Perchild MPM still doesn't work perfectly, but it is serving pages.
6229      It can't seem to pass between child processes yet, but I think we
6230      are closer now than before.  This moves us back to using Unix
6231      Domain Sockets.  [Ryan Bloom]
6232
6233   *) libapr functions and types renamed with apr_ prefix.
6234      #include "apr_compat.h" for 1.3.x backwards compat
6235      [Perl]
6236
6237   *) Fix problems with APR sockaddr handling on Win32.  It didn't always
6238      return the right information on the local socket address.
6239      [Gregory Nicholls <gnicholls level8.com>]
6240
6241   *) ap_recv() on Win32: Set bytes-read to 0 on error.  
6242      [Gregory Nicholls <gnicholls level8.com>]
6243
6244   *) Add an option to not detach from the controlling terminal without
6245      going into single process mode.  This allows for much easier
6246      debugging of the process startup code. [Ryan Bloom]
6247
6248   *) ab: don't use perror() to report the failure of an APR function.
6249      [Jeff Trawick]
6250
6251   *) Make dexter, mpmt_pthread, and perchild MPMs not destroy the
6252      scoreboard on graceful restarts.
6253      [Ryan Bloom]
6254
6255   *) Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.
6256      An invalid ap_proc_t was passed to ap_create_process().
6257      [Jeff Trawick]
6258
6259   *) Allow modules to register filters.  Those filters are still
6260      never called, but this is a step in the right direction.
6261      [Ryan Bloom and Greg Stein]
6262
6263   *) Register the mod_cgid daemon process for cleanup so that it is
6264      killed at termination if it does not die when the parent gets
6265      SIGTERM.  This change is to fix occasional problems where the
6266      process stays around.  Bugs in similar logic in mod_rewrite and
6267      mod_include were also fixed.  [Jeff Trawick]
6268
6269   *) Fix a bug in the time handling.  Basically, we were imploding a time
6270      in ap_parseHTTPdate, but it had bogus data in the exploded time format.
6271      Namely, tm_usec and tm_gmtoff were not filled out.  ap_implode_time
6272      uses those two fields to adjust the time value.  Because of the HTTP
6273      spec, both of those values can be zero'ed out safely.  This fixes
6274      the bug correctly.  [Ryan Bloom]
6275
6276   *) Fix a couple of place in the Windows code where the wrong error
6277      code was being returned. [Gregory Nicholls <gnicholls level8.com>]
6278
6279   *) Fix POOL_DEBUG (at least for prefork mpm). [Dean Gaudet]
6280
6281   *) Added the APR_EOL_STR macro for platform dependent differences in 
6282      logfiles and other raw text (such as all APR files).  Fixes logfiles
6283      not terminated with cr/lf sequences in Win32.  [William Rowe]
6284
6285   *) Move all strings functions in APR to src/lib/apr/strings and create
6286      apr_strings.h for the prototypes. [Ryan Bloom]
6287
6288   *) APR lock fixes: when using SysV sems, flock(), or fcntl(), be sure
6289      to repeat the syscall until we stop getting EINTR.  I noticed a
6290      related problem at termination (SIGTERM) on FreeBSD when using
6291      fcntl().  Apache 1.3 had these new loops too.  Also, make the flock() 
6292      implementation work properly with child init.  Previously, ap_lock()
6293      was essentially a no-op because all children were using different
6294      locks and thus nobody ever blocked.  [Jeff Trawick]
6295
6296   *) The htdocs/ tree has been moved out of the CVS source tree into
6297      a separate area for easier development.  This has NO EFFECT on
6298      end-users or Apache installations.  [Ken Coar]
6299
6300   *) Integrate the mod_dav module for WebDAV protocol handling. This
6301      adds the dav and dav_fs modules, the SDBM library, and additional
6302      XML handling utilities. [Greg Stein]
6303
6304   *) Clean out obsolete names (from httpd.h) for the HTTP Status Codes
6305      [Greg Stein]
6306
6307   *) Update the lib/expat-lite/ library (bring forward changes from
6308      the Apache 1.3 repository). [Greg Stein]
6309
6310   *) If sizeof(long long) == sizeof(long), then prefer long in APR
6311      configure.in.  [Dave Hill <ddhill zk3.dec.com>]
6312
6313   *) Add ap_sendfile for Tru64 Unix.  Also, add an error message for
6314      machines where sendfile is detected, but nobody has written ap_sendfile.
6315      [Dave Hill <ddhill zk3.dec.com>]
6316
6317   *) Compile fixes in mod_mmap_static.  [Victor J. Orlikowski]
6318
6319   *) ab would start up more connections than needed, then quit when the
6320      desired number were finished. Also fixed a logic error involving
6321      ab keepalives.  [Victor J. Orlikowski]
6322
6323   *) WinNT: Implement non-blocking pipes with timeouts to communicate
6324      with CGIs. Apache 2.0a4 had non-blocking pipes but without 
6325      timeouts (i.e, if a timeout was specified, the pipe reverted to
6326      a full blocking pipe). Now the behaviour is more in line with
6327      Unix non-blocking pipes.
6328      [Bill Stoddard]
6329
6330   *) WinNT: Implement accept socket reuse. Using mod_file_cache to
6331      cache open file handles along with accept socket reuse enables
6332      Apache 2.0 to serve non-keepalive requests for static files at
6333      3x the rate of Apache 1.3.(e.g, Apache 1.3 will serve 400 rps
6334      and Apache 2.0 will serve almost 1200 rps on my system).
6335      [Bill Stoddard]
6336
6337   *) Merge mod_mmap_static function into mod_file_cache. mod_file_cache
6338      supports two config directives, mmapfile (same behavious as
6339      mod_mmap_static) and cachefile. Use the cachefile directive
6340      to cache open file handles. This directive only works on systems
6341      that have implemented the ap_sendfile API. cachefile works today
6342      on Windows NT, but has not been tested on any flavors of Unix.
6343      [Bill Stoddard]
6344
6345   *) Cleanup the configuration.  With the last few changes the
6346      configuration process automatically:
6347          inherits information about how to build from APR.  Allowing
6348          APR to inform Apache that it should or should not use -ldl
6349         
6350          Detects which mod_cgi should be used mod_cgi or mod_cgid,
6351          based on the threading model
6352
6353          Apache calls APR's configure process before finishing it's
6354          configuration processing, allowing for more information flow
6355          between the two.
6356      [Ryan Bloom]
6357          
6358
6359   *) Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCK
6360      with non-zero argument makes the socket non-blocking.  BeOS and
6361      OS/2 already worked this way.  [Jeff Trawick]
6362
6363   *) ap_close() now calls ap_flush() for buffered files, so write
6364      operations work a whole lot better on buffered files.
6365      [Jeff Trawick]
6366
6367   *) Fix error messages issued from MPMs which explain where to change
6368      compiled-in limits (e.g., ThreadsPerChild, MaxClients, StartTreads).
6369      [Greg Ames]
6370
6371   *) ap_create_pipe() now leaves pipes in blocking state.  (This helps 
6372      reduce the number of syscalls on Unix.)  ap_set_pipe_timeout() is
6373      now the way that the blocking state of a pipe is manipulated.
6374      ap_block_pipe() is gone.  [Jeff Trawick]
6375
6376   *) Correct the problem where the only local host name that the IP stack
6377      can discover are 'undotted' private names.  If no fully qualified
6378      domain name can be identified, the default ServerName will be set to
6379      the machine's IP address string. A warning is always provided if the
6380      ServerName not specified, but assumed.  Solves PR6215 [William Rowe]
6381
6382   *) Repair problems with config file processing which caused segfault
6383      at init when virtual hosts were defined and which caused ServerName to
6384      be ignored when there was no valid DNS setup.  [Jeff Trawick]
6385
6386   *) Removed pointless ap_is_aborted macro function. [Roy Fielding]
6387
6388   *) Add ap_sendfile implementation for AIX
6389      [Victor J. Orlikowski]
6390
6391   *) Repair C++ compatibility in ap_config.h, apr_file_io.h, 
6392      apr_network_io.h, and apr_thread_proc.h.  
6393      [Tyler J. Brooks <tylerjbrooks home.com>, Jeff Trawick]
6394
6395   *) Bring the allocation and pool debugging code back into a working
6396      state.  This will need to be tested as so far it's only been used on
6397      BeOS. [David Reid]
6398
6399   *) Change configuration command setup to be properly typesafe when in
6400      maintainer mode. Note that this requires a compiler that can initialise
6401      unions. [Ben Laurie]
6402
6403   *) Turn on buffering for config file reads.  Part of this was to
6404      repair buffered I/O support in Unix and implement buffered
6405      ap_fgets() for all platforms.  [Brian Havard, Jeff Trawick]
6406
6407   *) Win32: Fix problem where UTC offset was not being set correctly
6408      in the access log. Problem reported on news group by Jerry Baker.
6409      [Bill Stoddard]
6410
6411   *) Fix segfault when reporting this type of syntax error:
6412      "</container> without matching <container> section", where
6413      container is VirtualHost or Directory or whatever.
6414      [Jeff Trawick]
6415
6416   *) SECURITY [CAN-2000-1204] (cve.mitre.org):
6417      Prevent the source code for CGIs from being revealed when 
6418      using mod_vhost_alias and the CGI directory is under the document root
6419      and a user makes a request like http://www.example.com//cgi-bin/cgi
6420      as reported in <news:960999105.344321 ernani.logica.co.uk>
6421      [Tony Finch]
6422
6423   *) Add support for the new Beos NetwOrking Environment (BONE)
6424      [David Reid]
6425
6426   *) xlate: ap_xlate_conv_buffer() now tells the caller when the
6427      final input char is incomplete; ap_bwrite_xlate() now handles
6428      incomplete final input chars.  [Jeff Trawick]
6429
6430   *) Yet another update to saferead/halfduplex stuff -- need to ensure
6431      that a bhalfduplex call occurs before logging or else DNS and
6432      such can delay the last packet of the response.  [Dean Gaudet]
6433
6434   *) Some syscall reduction in APR on unix -- don't seek when setting
6435      up an mmap; and don't fcntl() more than once per socket.
6436      [Dean Gaudet]
6437
6438   *) When mod_cgid is started as root, the cgi daemon now switches 
6439      to the configured User/Group (like other httpd processes) 
6440      instead of continuing as root.  [Jeff Trawick]
6441
6442   *) The prefork MPM now uses an APR lock for the accept() mutex.
6443      It has not been getting a lock at all recently.  httpd -V now 
6444      displays APR's selection of the lock mechanism instead of the 
6445      symbols previously respected by prefork.  [Jeff Trawick]
6446
6447   *) Change the mmap() feature test to check only for existence.
6448      The previous check required features not used by Apache.
6449      [Greg Ames]
6450
6451   *) Fix a couple of bugs in mod_cgid:  The cgi arguments were
6452      sometimes mangled.  The len parm to accept() was not 
6453      initialized, leading sometimes to an endless loop of failed
6454      accept() calls on OS/390 and anywhere else that failed the call
6455      if the len was negative.  Use <sys/un.h> for struct sockaddr_un
6456      instead of declaring it ourselves to fix a compilation problem
6457      on Solaris.  [Jeff Trawick]
6458
6459   *) Add Resource limiting code back into Apache 2.0. [Ryan Bloom]
6460
6461   *) Fix zombie process problem with mod_cgi.  [Jeff Trawick]
6462
6463   *) Port mod_mmap_static to 2.0.  Make it go faster.  [Greg Ames]
6464
6465   *) Fix storage overlay when loading dsos.  Symptom: Apache dies at
6466      initialization if ALLOC_DEBUG is defined; no known symptom 
6467      otherwise.  [Jeff Trawick]
6468
6469   *) Fix typo in configure script when checking for mod_so.  bash
6470      doesn't seem to have a problem but /bin/sh on Solaris does.
6471      Symptom: "./configure: test: unknown operator =="
6472      [Jeff Trawick]
6473    
6474   *) Rebind the Win32 NT and 9x services control into the MPM.  
6475      All console, WinNT SCM and Win9x pseudo-service control code is
6476      now wrapped within the WinNT MPM.
6477      [William Rowe]
6478
6479   *) Make a copy of getenv("PATH") before storing for later use.  Some
6480      getenv() implementations use the same storage for successive calls.
6481      CGIs on OS/390 had a bad PATH due to this.  [Jeff Trawick]
6482
6483   *) Server Tokens work in 2.0 again.  This also propogates the change
6484      to allow just the product name in the server string using
6485      PRODUCT_ONLY.
6486      [Ryan Bloom]
6487
6488 Changes with Apache 2.0a4
6489
6490   *) EBCDIC: Rearrange calls to ap_checkconv() so that most handlers
6491      won't need to call it.  [Greg Ames, Jeff Trawick]
6492
6493   *) Move pre_config hook call to between configuration read and config
6494      tree walk.  This allows all modules to implement pre_config hooks
6495      and know that they will be called at an appropriate time.
6496      [Ryan Bloom] 
6497
6498   *) mod_cgi, mod_cgid: Make ScriptLog directive work again.  
6499      [Jeff Trawick]
6500
6501   *) Add pre-config hooks back to all modules.
6502      [Ryan Bloom]
6503
6504   *) Fix a SIGSEGV in ap_md5digest(), which is used when you have
6505      ContentDigest enabled and we can't/don't mmap the file. 
6506      [Jeff Trawick]
6507
6508   *) We now report the correct line number for syntax errors in config
6509      files.  [Ryan Bloom, Greg Stein, Jeff Trawick]
6510
6511   *) Brought mod_auth_digest up to synch with 1.3, fixed ap_time_t-
6512      related bugs, and changed shmem/locking to use apr API. Shared-mem
6513      is currently disabled, however, because of problems with graceful
6514      restarts. [Ronald Tschalär]
6515
6516   *) Fix corruption of IFS variable in --with-module= handling.  
6517      Depending on the user's shell or customization thereof, there 
6518      would be errors generating ap_config_auto.h later in the configure
6519      procedure.  [Jeff Trawick]
6520
6521   *) mod_cgi: Restore logging of stderr from child process when ScriptLog 
6522      isn't used (as in 1.3), except that on Unix it is now logged via 
6523      ap_log_rerror() instead of by the child having STDERR_FILENO refer
6524      to the error log.  [Greg Ames, Jeff Trawick]
6525
6526   *) Add '-D' argument processing for run time configuration defines.
6527      [William Rowe]
6528
6529   *) Organize http_main.c as independent code, such that no code or
6530      global data is exported from it.  WIN32 will dynamically link it
6531      to the server core, so this will prevent mutual dependency.
6532      [William Rowe]
6533
6534   *) Add separate dynamic linkage tags APR_EXPORT(), APR_EXPORT_NONSTD()
6535      and APR_VAR_EXPORT to correctly resolve apr functions and globals.
6536      [William Rowe]
6537
6538   *) Add Win9x service execution and Ctrl+C/Ctrl+Break/Shutdown handlers.
6539      [William Rowe, Jan Just Keijser <KEIJSERJJ logica.com>]
6540
6541   *) Add mod_charset_lite for configuring character set translation.
6542      [Jeff Trawick]
6543
6544   *) Add '-n' option to htpasswd to make it print its user:pw record
6545      on stdout rather than having to frob a text file.  [Ken Coar]
6546
6547   *) Fix saferead.  Basically, we flush the output buffer if a read on the
6548      input will block.
6549      [Ryan Bloom]
6550  
6551   *) APR: Add ap_xlate_get_sb() so that an app can find out whether or not
6552      a conversion is single-byte only. [Jeff Trawick]
6553
6554   *) BEOS: ap_shutdown should return APR_SUCCESS or errno. Note that
6555      the BeOS 5.0 documentation says that shutdown doesn't work yet.
6556      [Roy Fielding]
6557
6558   *) Fix some minor errors where pid was being manipulated as an int
6559      instead of the portable pid_t.  [Roy Fielding]
6560
6561   *) Fix some error log prints that were printing the pointer to a
6562      structure rather than the pid within the structure.
6563      [Jeff Trawick, Roy Fielding]
6564
6565   *) ab: Fix a command-line processing bug; track bad headers in 
6566      err_response; support reading headers up to 2K. 
6567      [Ask Bjoern Hansen <ask valueclick.com>]
6568
6569   *) Fix ap_resolve_env() so that it handles new function added in a prior
6570      alpha (see "Added the capability to do ${ENVVAR} constructs in the
6571      config file.") as well as the constructs used by mod_rewrite.
6572      [Paul Reder <rederpj raleigh.ibm.com>]
6573
6574   *) Apache 2.0 builds and runs on OS/390. [Jeff Trawick, Greg Ames]
6575
6576   *) Change the EBCDIC support in functions for MD5, SHA1, and base 64 to use
6577      APR to perform translation, instead of accessing the hard-coded tables
6578      in 1.3's ebcdic.c. [Jeff Trawick]
6579
6580   *) Fix some bugs (mostly lost 1.3 code) in ab's command-line processing. 
6581      [Jeff Trawick]
6582
6583   *) Add the ability to hook into the config file reading phase.  Basically
6584      if a directive is specified EXEC_ON_READ, then when that directive is
6585      read from the config file, the assocaited function is executed.  This
6586      should only be used for those directives that must muck with HOW the
6587      server INTERPRETS the config.  This should not be used for directives
6588      that re-order or replace items in the config tree.  Those changes should
6589      be made in the pre-config step.
6590      [Ryan Bloom]
6591
6592   *) Add mod_example to the build system.
6593      [Tony Finch]
6594
6595   *) APR: Add ap_xlate_conv_byte() to convert one char between single-
6596      byte character sets. [Jeff Trawick]
6597
6598   *) Pick up various EBCDIC fixes from 1.3 (from Martin
6599      Kraemer and Oliver Reh originally according to the change log).
6600      [Jeff Trawick]
6601
6602   *) Fix a couple of problems in RFC1413 support (controlled by the
6603      IdentityCheck directive).  Apache did not build the request string
6604      properly and more importantly Apache would loop forever if the 
6605      would-be ident server dropped the connection before sending a
6606      properly terminated response. [Jeff Trawick]
6607
6608   *) apxs works in 2.0.
6609      [Ryan Bloom]
6610
6611   *) Reliable piped logs work in 2.0.
6612      [Ryan Bloom]
6613
6614   *) Introduce a hash table implementation into APR to be used for
6615      replacing tables and other random data structures in Apache.
6616      [Tony Finch]
6617
6618   *) Add some more error reporting to htpasswd in the case of problems
6619      generating or accessing the temporary file.  Also, pass in a
6620      buffer if the implementation knows how to use it (i.e., if L_tmpnam
6621      is defined).  [Ken Coar]
6622
6623   *) Configure creates config.nice now containing your configure
6624      options. Syntax: ./config.nice [--more-options]
6625      [Sascha Schumann]
6626
6627   *) Fix various return code problems in APR on Win32.  For most of
6628      these, APR was returning APR_EEXIST instead of GetLastError()/
6629      WSAGetLastError().  [Jeff Trawick]
6630
6631   *) Make piped logs work again in version 2.0
6632      [Ryan Bloom]
6633
6634   *) Add VPATH support to UNIX build system of Apache and APR.
6635      [Sascha Schumann]
6636
6637   *) Fix ap_tokenize_to_argv to respect the const arguments that are
6638      passed to it.
6639      [Ryan Bloom]
6640
6641   *) Fix mm's memcpy/memset macros, pointer arithmetic was broken.
6642      Patch submitted to author.
6643      [Sascha Schumann]
6644
6645   *) Fix mm configuration on Solaris 8 x86 and OS/390.  Don't require
6646      /sbin in PATH on FreeBSD (all submitted to rse previously) 
6647      [Jeff Trawick]
6648
6649   *) Fix building Pthread-based MPMs on OpenBSD
6650      [Sascha Schumann] PR#26
6651
6652   *) Fix ap_readdir() problem on systems where d_name[] field in
6653      struct dirent is declared with only one byte.  (This problem only 
6654      affected multithreaded builds.)  This caused a segfault during
6655      pool cleanup with mod_autoindex on Solaris (Solaris 8 x86, at 
6656      least). [Jeff Trawick]
6657
6658   *) Fix some make-portability problems on at least Tru64, Irix
6659      and UnixWare.
6660      [Sascha Schumann] PR#18, PR#39
6661
6662   *) Add ap_sigwait() to support old-style sigwait() on systems
6663      like OS/390 and UnixWare.
6664      [Sascha Schumann] 
6665
6666   *) Add POSIX-thread flags for more platforms.
6667      [Sascha Schumann]
6668
6669   *) Fix some minor bugs in ap_strerror().  Teach ap_strerror()
6670      (on Unix, at least) to handle resolver errors.  Fix a bug in
6671      the definition of APR_ENOMEM so that ap_strerror() can spit
6672      out the correct error message for it.
6673      [Jeff Trawick]
6674
6675 Changes with Apache 2.0a3
6676
6677   *) mod_so reports ap_os_dso_error() if ap_dso_load() fails
6678      [Doug MacEachern]
6679
6680   *) API: *HOOK* macros now have an AP_ prefix
6681      [Doug MacEachern]
6682
6683   *) Win32: Eliminate redundant calls to initialize winsock.
6684      [Tim Costello <timcostello ozemail.com.au>]
6685
6686   *) Fix bugs initializing ungetchar for pipes. 
6687      [Chia-liang Kao <clkao CirX.ORG>]
6688
6689   *) The ab program in the src/support directory is now portable using
6690      APR.
6691      [Ryan Bloom]
6692
6693   *) Support directory is being compiled when the server is built
6694      [Ryan Bloom]
6695
6696   *) The configure option --with-program-name has been added to allow
6697      developers to rename the executable at configure time.  This also
6698      changes the name of the config files to match the executable's name.
6699      [Ryan Bloom]
6700
6701   *) mod_autoindex: Add `IndexOptions +VersionSort', to nicely sort filenames
6702      containing version numbers. [Martin Pool]
6703
6704   *) ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 on
6705      Unix; access_log and error_log now created with these perms; non-
6706      Unix is unaffected [Jeff Trawick]
6707      
6708   *) Finished move of ap_md5 routines to apr_md5.  Removed ap_md5.h.
6709      Replaced more magic numbers with MD5_DIGESTSIZE.
6710      [William Rowe, Roy Fielding]
6711
6712   *) Win32: Get mod_auth_digest compiling and added to the Windows
6713      build environment. Not tested and I'd be suprised if it 
6714      actually works. [Bill Stoddard]
6715
6716   *) Revamp the Win32 make environment. Makefiles have been removed and
6717      Apache.dsw created to bring together all the pieces. Create new file
6718      os/win32/BaseAddr.ref to define module base addresses (to prevent
6719      dll relocation at start-up).
6720      [William Rowe, Greg Marr, Tim Costello, Bill Stoddard]
6721
6722   *) [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3.  This replaces most
6723      of the \015, \012, and \015\012 constants with macros.
6724      [Greg Ames]
6725      
6726   *) Add ap_xlate_open() et al for translation of text between different 
6727      character sets.  The initial implementation requires iconv().
6728      [Jeff Trawick]
6729
6730   *) More FAQs and answers from comp.infosystems.www.servers.unix.
6731      [Joshua Slive <slive finance.commerce.ubc.ca>]
6732
6733   *) CGI output is being timed out now.
6734      [Ryan Bloom]
6735
6736   *) Fix the problem with dieing quietly.  dupfile now takes a pool which
6737      is used by the new apr file.  There is no reason to create a new file
6738      with the same lifetime as the original file.
6739      [Ryan Bloom] 
6740
6741   *) Win32: Attempt to eliminate dll relocation at start-up by specifying
6742      module base addresses. This will help shooting seg faults
6743      in the field. [William Rowe <wrowe lnd.com>]
6744
6745   *) Update Apache on Windows documentation. Add new document
6746      describing how to compile Apache on Windows.
6747      [William Rowe <wrowe lnd.com>]
6748
6749   *) ap_set_pipe_timeout(), ap_poll(), and APR_SO_TIMEOUT now take 
6750      microseconds instead of seconds.  Some storage leaks and other
6751      minor bugs in related code were fixed.  [Jeff Trawick]
6752
6753   *) Win32: First cut at getting mod_isapi working under 2.0
6754      [William Rowe <wrowe lnd.com>]
6755
6756   *) First stab at getting mod_auth_digest working under 2.0
6757      quick change summary:
6758      - moved the random byte generation (ap_generate_random_bytes) into APR
6759      - now uses ap_time_t
6760      - compiles and runs on linux
6761      - tested with amaya
6762      [Brian Martin <bmartin penguincomputing.com>]
6763
6764   *) Win32: Move the space stripping of physical service names
6765      fix up from Apache 1.3. #include'ing "ap_mpm.h" fixes up an
6766      unresolved symbol. Add dependency checking to the
6767      CreateService call to ensure TCPIP and AFP (winsock) is started
6768      before Apache.
6769      [William Rowe <wrowe lnd.com>]
6770
6771   *) Win32: Add code to perform latebinding on functions that may
6772      not exist on all levels of Windows where Apache runs. This
6773      is needed to allow Apache to start-up on Win95/98. All calls
6774      to non portable functions should be protected with
6775      ap_oslevel checks to prevent runtime segfaults. 
6776      [William Rowe <wrowe lnd.com>]
6777
6778   *) Fix fallback default values for SHM_R and SHM_W [Martin Kraemer]
6779
6780   *) Get lingering_close() working again. [Dean Gaudet, Jeff Trawick]
6781
6782   *) Win32: Get non-blocking CGI pipe reads working under Windows NT.
6783      This addresses PR 1623. Still need to address timing out runaway
6784      CGI scripts. [Bill Stoddard]
6785  
6786   *) Win32: Make ap_stat Windows 95/98 friendly
6787      [William Rowe <wrowe lnd.com>]                                            
6788
6789   *) Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() to 
6790      always fail. Need to initialise the dwOSVersionInfoSize member of the 
6791      OSVERSIONINFO struct before calling GetVersionEx, so GetVersionEx 
6792      always fails. 
6793
6794      The patch also enhances ap_get_oslevel (and the associated enum) to 
6795      handle selected service packs for NT4, and adds recognition for 
6796      Windows 2000. This is useful, eg. if we can recognise NT4 SP2 then 
6797      we can use ReadFileScatter and WriteFileGather in readwrite.c. 
6798      [Tim Costello <Tim.Costello BTFinancialgroup.com>]
6799
6800   *) Get mod_rewrite building and running, and mod_status building for Win NT
6801      [Allan Edwards <ake raleigh.ibm.com>]
6802
6803   *) Patch to port mod_auth_db to the 2.0 api and also to support 
6804      Berlekey DB 3.0. It works for me with both Berkeley DB 3.0.55 and 
6805      2.7.7.  It should work with version 1 as well but I haven't tested it.  
6806      [Brian Martin <bmartin penguincomputing.com>]
6807
6808   *) Get APR DSO code working under Windows. Includes cross platform
6809      fixes to mod_so.c.
6810      [<Tim.Costello BTFinancialgroup.com>]
6811
6812   *) Fix some of the Windows APR time functions.
6813      [William Rowe]
6814
6815   *) FAQ changes related to tidying up historical documents on the web site.
6816      [Joshua Slive <slive finance.commerce.ubc.ca>]
6817
6818   *) Move Windows DSO code into APR.
6819      [Bill Stoddard]
6820
6821   *) Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
6822      Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw
6823      at build time. At this point, the server will not compile on Windows because
6824      of the recent DSO commits. Fixing those next.
6825      [Bill Rowe & Bill Stoddard]
6826
6827   *) Added error checking for file I/O APR routines.
6828      [Jon Travis <jtravis covalent.net>]
6829
6830   *) APR: Don't use the values of resolver error codes for the 
6831      corresponding APR error codes.  On Unix and Win32, return the 
6832      proper APR error code after a resolver error. [Jeff Trawick]
6833
6834 Changes with Apache 2.0a2
6835
6836   *) Renamed the executable back to httpd on all platforms other 
6837      than Win32
6838      [Ryan Bloom]
6839
6840   *) Allow BeOS to survive restarts, log properly and a few
6841      small things it had problems with due to the way it setup
6842      users and groups. [David Reid]
6843
6844   *) Get mod_rewrite working with APR locks
6845      [Paul Reder <rederpj raleigh.ibm.com>]
6846
6847   *) Actually remove the sempahore when the lock cleanup routine
6848      is called on BeOS. [David Reid]
6849
6850   *) Clear hook registrations between reads of the config file.
6851      When DSOs are unloaded and re-loaded the old hook pointers may
6852      no longer be valid. This fix eliminates potential segfaults.
6853      [Allan Edwards <ake raleigh.ibm.com>]
6854
6855   *) Fix a problem with Sigfunc not being defined or bypassed
6856      if sigaction() wasn't found. [Jim Jagielski]
6857
6858   *) Fix the locking mechanism on BSD variants.  They now use fcntl
6859      locks.  This allows the server to start and serve pages.
6860      [Ryan Bloom]
6861
6862   *) First cut at getting the Win32 installer to work
6863      [William Rowe <wrowe lnd.com>]
6864
6865   *) Get htpasswd compiling under Windows
6866      [William Rowe <wrowe lnd.com>]
6867
6868   *) Change the log message for a bind() failure to show the
6869      interface and port number. [Jeff Trawick]
6870
6871   *) Import the documentation from 1.3.12 and bring parts of it
6872      up-to-date with respect to the changes that have occurred
6873      in 2.0.
6874      [Tony Finch]
6875
6876   *) BeOS MPM updated.  CGI bug on BeOS fixed.  IP addresses
6877      now logged correctly on BeOS.
6878      [David Reid]
6879
6880   *) Create one makefile for all Win32 distributions (NT/2000/95/98).
6881      Makefile.win includes the same user interface as the old 
6882      Makefile.nt 
6883      [William Rowe <wrowe lnd.com>, Jeff Trawick <trawick us.ibm.com>]
6884
6885   *) Win32 exec now uses COMSPEC environment string for command 
6886      shell path resolution.
6887      [William Rowe <wrowe lnd.com>] PR#3715
6888
6889   *) Win32: ap_connect() was not returning correct error condition
6890      PR5866
6891      [Allen Prescott <allen clanprescott.com>]
6892
6893   *) Win32: ap_open() was broken on Win9x because an NT-specific
6894      flag was passed to CreateFile.  ap_puts() added an unnecessary
6895      '\n'.
6896      [Jeff Trawick <trawick us.ibm.com>]
6897
6898   *) Put in Korean and Norwegian index.html pages (2.0 and 1.3)
6899      which where donated by Lee Kuk Hyun and Lorant Czaran. 'Fixed'
6900      confusing ee/et name and made all extensions language/dialect
6901      rather than country reflecting. Changed example files to
6902      explicit reflect the ISO charset and added a few common 
6903      ones to the example config [dirkx]
6904
6905   *) Extend external module capability.  To use this, you call
6906      configure with --with-module=path/to/mod1,path/to/mod2,etc.
6907      [Ryan Bloom]
6908
6909   *) Backported the various "default charset" fixes from 1.3.12,
6910      including the AddDefaultCharset directive. [Jim Jagielski]
6911
6912   *) Added the capability to do ${ENVVAR} constructs in the
6913      config file. E.g. 'ServerAdmin ${POSTMASTER}'. As commited
6914      it does this on a line by line basis; i.e. if the envvar
6915      expands to something with spaces you have to protect it
6916      by adding quotes around it (Unless of course you expect it
6917      to contains more than one argument. Alternatively you
6918      can compile it on a per token basis; which is what people
6919      usually expect by setting RESOLVE_ENV_PER_TOKEN. But this
6920      hampers fancier hacks.
6921      [Dirk-Willem van Gulik]
6922
6923   *) Changed the 'ErrorDocument' syntax in that it NO longer
6924      supports the asymetric
6925
6926                 ErrorDocument 301 "Some message
6927
6928      Note the opening " quote, without a closing quote. It now
6929      has either the following syntaxes
6930
6931                 ErrorDocument XXX /local/uri
6932                 ErrorDocument XXX http://valid/url
6933                 ErrorDocument XXX "Some Message"
6934
6935      The recognition heuristic is: if it has a space it
6936      is a message. If it has no spaces and starts with a /
6937      or is a valid URL then treat it that way. Otherwise it
6938      is assumed to be a message.
6939
6940      This breaks backward compatibility but makes live a hell
6941      of a lot easier for GUI's and config file parsers.
6942      [Dirk-Willem van Gulik]
6943
6944   *) Changed 'CacheNegotiatedDocs' from its present/not-present
6945      syntax into a 'on' or 'off' syntax. As it currently is the
6946      only non nesting token which uses NO_ARGS and thus is an
6947      absolute pain for any config interface automation. This
6948      breaks backward compatibility. [Dirk-Willem van Gulik]
6949
6950   *) Add ability to add external modules to the build process.  This is
6951      done with --with-module=/path/to/module.  Modules can only be added
6952      as static modules at this point.
6953      [Ryan Bloom]
6954
6955 Changes with Apache 2.0a1
6956
6957   *) Fix FreeBSD 3.3 core dump.
6958      Basically, ap_initialize() needs to get called before 
6959      create_process(), since create_process() passes op_on structure
6960      to semop() to get a lock, but op_on isn't initialized until 
6961      ap_initialize() calls setup_lock().  Here is a slight
6962      rearrangement to main() which calls ap_initialize() earlier...
6963      [Jeff Trawick <trawick us.ibm.com>]
6964
6965   *) Enable Apache to use sendfile/TransmitFile API
6966      [Bill Stoddard, David Reid, Paul Reder]
6967
6968   *) Re-Implement Win32 APR network I/O APIs and most of the file I/O
6969      APIs.
6970      [Bill Stoddard]
6971
6972   *) Make file I/O and network I/O writev/sendv APIs consistent.
6973      Eliminate use of ap_iovec_t and use Posix struct iovec.
6974      Use seperate variable on ap_writev to set the number of iovecs
6975      passed in and number of bytes written.
6976      [Bill Stoddard]
6977
6978   *) Adapt file iol to use APR functions. Replaced ap_open_file() 
6979      with ap_create_file_iol(). ap_create_file_iol() requires that 
6980      the file be opened prior to the call using ap_open().
6981      [Bill Stoddard]
6982
6983   *) Port mod_include and mod_cgi to 2.0
6984      [Paul Reder, Bill Stoddard]
6985
6986   *) ap_send{,v}, ap_recv, ap_sendfile API clarification --
6987      bytes_read/bytes_written is always valid (never -1).  Plus
6988      some fixes to buff.c to correct problems introduced by the
6989      errno => ap_status_t changes a while back.  Plus a fix to
6990      chunked encoding introduced right at the beginning of 2.0.
6991      [Dean Gaudet]
6992
6993   *) Revamped UNIX build system to use autoconf and libtool.
6994      [Manoj Kasichainula, Sascha Schumann]
6995
6996   *) port mod_rewrite to 2.0. [Paul J. Reder <rederpj raleigh.ibm.com>]
6997
6998   *) SECURITY: More rigorous checking of Host: headers to fix security 
6999      problems with mass name-based virtual hosting (whether using mod_rewrite
7000      or mod_vhost_alias).
7001      [Ben Hyde, Tony Finch]
7002   
7003   *) Add back support for UseCanonicalName in <Directory> containers.
7004      [Manoj Kasichainula]
7005
7006   *) Added APLOG_STARTUP log type.  This allows us to write an error
7007      message without any of the date and time information.  As a part
7008      of this change, I also removed all of the calls to fprintf(stderr
7009      and replaced them with calls to ap_log_error using APLOG_STARTUP
7010      writing to stderr is no longer portable, because we don't direct 
7011      stderr to the error log on all platforms.
7012      [Ryan Bloom] 
7013  
7014   *) Convert error logging functions to take errno as an argument.
7015      This makes our error logs more portable, because some Windows API's 
7016      don't set errno.  This change allows us to still output a valid
7017      message on all of our platforms.
7018      [Ryan Bloom]
7019
7020   *) mod_mime_magic runs in 2.0-dev now.
7021      [Paul Reder <rederpj raleigh.ibm.com>]
7022
7023   *) sendfile has been added to APR.
7024      [John Zedlewski <zedlwski Princeton.EDU>]
7025
7026   *) buff.c has been converted to no longer use errno.
7027      [Manoj Kasichainula]
7028
7029   *) mod_speling runs in 2.0-dev now: a bug in readdir_r handling and
7030      interface adaption to APR functions did it. [Martin Kraemer]
7031
7032   *) Support DSOs properly on 32-bit HP-UX 11.0
7033      [Dilip Khandekar <dilip cup.hp.com>]
7034
7035   *) Updated MM in APR source tree from version 1.0.8 to 1.0.11
7036      [Ralf S. Engelschall]
7037
7038   *) Cleaned APR build environment integration and bootstrap APR 
7039      automatically for developers from src/Configure.
7040      [Ralf S. Engelschall]
7041
7042   *) Fixed building of src/support/htpasswd.c
7043      [Ralf S. Engelschall]
7044
7045   *) When generating the Location: header, mod_speling forgot
7046      to escape the spelling-fixed uri. (Forw-Port from 1.3)
7047      [Martin Kraemer]
7048
7049   *) Moved mod_auth_digest.c from experimental to standard. [Roy Fielding]
7050
7051   *) Change all pools to APR contexts.  This is the first step to
7052      incorporating APR into Apache. [Ryan Bloom]
7053
7054   *) Move "handler not found" warning message to below the check
7055      for a wildcard handler.  [Dirk <dirkm teleport.com>, Roy Fielding]
7056      PR#2584, PR#2751, PR#3349, PR#3436, PR#3548, PR#4384, PR#4795, PR#4807
7057
7058   *) Support line-continuation feature in config.option file and
7059      allow the loading of multiple option sections at once via
7060      ``--with-option=<section1>,<section2>,...''
7061      [Ralf S. Engelschall]
7062
7063   *) Rebuilt CVS repository with Apache 1.3.9 as basis.  [Roy Fielding]
7064
7065 Changes with Apache MPM
7066
7067   *) Use asynchronous AcceptEx() and a completion port to accept and
7068      dispatch connections to threads in Windows NT/2000. 
7069      [Bill Stoddard]
7070
7071   *) Implement WINNT Win32 MPM from original Win32 code in http_main.c
7072      [Bill Stoddard]  
7073
7074   *) Implement the APACI --with-option facility 
7075      (per default used the config.option file).
7076      [Ralf S. Engelschall]
7077
7078   *) MPM BEOS port.  [David Reid <abb37 dial.pipex.com>]
7079
7080   *) Start to implement module-defined hooks that are a) fast and b) typesafe.
7081      Replace pre_connection module call with a register_hook call and
7082      implement pre_connection as a hook. The intent is that these hooks will
7083      be extended to allow Apache to be multi-protocol, and also to allow the
7084      calling order to be specified on a per-hook/per-module basis.
7085      [Ben Laurie]
7086
7087   *) Implement mpm_* methods as "modules". Each method gets its own
7088      subdir in src/modules (eg: src/modules/prefork). Selection
7089      of method uses Rule MPM_METHOD.  [Jim Jagielski]
7090
7091   *) Port the hybrid server from the apache-apr repository as
7092      mpm_mpmt_pthread.  [Manoj Kasichainula]
7093
7094   *) os/unix/unixd.[ch]: detach, setuid, setgid, stuff which will be common
7095      amongst the unix MPMs.
7096
7097   *) mpm_prefork: throw away all the alarm/timeout crud; and clean up the
7098      signal handling for the new world order.  [Dean Gaudet]
7099
7100   *) Crude ap_thread_mutex abstraction so that we get the pthread stuff out
7101      of alloc.c for now.  [Dean Gaudet]
7102
7103   *) Handle partial large writes correctly.  [Ben Laurie]
7104
7105   *) Eliminate conn_rec's pointer to server. All it knows is the base server
7106      based on IP/port.  [Ben Laurie]
7107
7108   *) Port a bunch of modules to the new module structure.
7109      ["Michael H. Voase" <mvoase midcoast.com.au>]
7110
7111   *) I/O layering and BUFF revamp.  See docs/buff.txt.  [Dean Gaudet]
7112
7113   *) Basic restructuring to introduce the MPM concept; includes various
7114      changes to the module API... better described by
7115      docs/initial_blurb.txt.  [Dean Gaudet]
7116
7117 Changes with Apache pthreads
7118
7119   *) New buff option added: BO_TIMEOUT. It describes the timeout for
7120      buff operations (generally over a network).
7121      [Dean Gaudet, Ryan Bloom, Manoj Kasichainula]
7122
7123   *) Created http_accept abstraction. Added 4 new functions (not exported):
7124      init_accept(), begin_accepting_requests(), get_request(), 
7125      stop_accepting_requests() [Bill Stoddard]
7126
7127   *) Fix to ap_rprintf call that allows mod_info to work properly.
7128      [James Morris <jmorris intercode.com.au>]
7129
7130   *) user and ap_auth_type fields were moved from connection_rec to 
7131      request_rec. [Ryan Bloom] 
7132
7133   *) Removed the ap_block_alarms and ap_unblock_alarm calls.  These aren't
7134      needed in a threaded server.
7135
7136   *) Initial pthread implementation from from Dean's apache-nspr code.
7137      [Bill Stoddard, Ryan Bloom]
7138
7139
7140 Changes with Apache 1.3.9
7141
7142   *) Remove bogus error message when a redirect doesn't set Location.
7143      Instead, use an empty string to avoid coredump if the error message
7144      was supposed to include a location.  [Roy Fielding]
7145
7146   *) Don't allow configure to include mod_auth_digest unless it is
7147      explicitly requested, even if the user asked for all modules.
7148      [Roy Fielding]
7149
7150   *) Translate module names to dll names for OS/2 so that they are no more
7151      than 8 characters long and have an extension of "dll" instead of "so".
7152      [Brian Havard]
7153
7154   *) Print out pointer to Rule DEV_RANDOM when truerand lib not found.
7155      Fix test-compile check to check for randbyte instead of trand32.
7156      Use ap_base64encode_binary/decode instead of copy in mod_auth_digest.c
7157      and tweak to make Amaya happier.  [Ronald Tschalär]
7158
7159   *) Ensure that the installed expat include files are world readable,
7160      just like the other header files.  [Martin Kraemer]
7161
7162   *) Fixed generated AddModule adjustments in APACI's `configure' script
7163      in order to allow (new) modules like mod_vhost_alias to be handled
7164      correctly (which was touched by the adjustments for mod_alias).
7165      [Ralf S. Engelschall]
7166
7167   *) For binary builds, add -R flag to apachectl to work around the lack of
7168      an absolute path to the ./libexec directory where the libhttp.ep file
7169      is needed for SHARED_CORE architectures.  [Randy Terbush]
7170
7171   *) WIN32: Create the CGI script process as DETACHED.  This may solve the
7172      problem observed by some Win95/98 users where they get CGI script
7173      output sent to the console.  [Bill Stoddard]
7174
7175   *) Fix (re)naming in the uuencode/decode section. The ap/ap_
7176      routines are now called ap_base64* and are 'plain' (i.e., no 
7177      pool access or anything clever). Inside util.c the routines acting
7178      like pstrdup are called ap_pbase64encode() and ap_pbase64decode().
7179      The oddly named ap_uuencode(), ap_uudecode() are kept around for
7180      now but deprecated.  [dirkx]
7181
7182   *) Clean up the base64 and SHA1 additions and make sure they are
7183      represented in the ApacheCore.def, ApacheCoreOS2.def, and httpd.exp
7184      files.  [Roy Fielding]
7185
7186   *) WIN32: Migrate to InstallShield 5.5 and provide a bit more error
7187      checking.  Allow compiling on VS 6.0.  [Randy Terbush]
7188
7189   *) Fixed assumption of absolute paths in binbuild.sh.  [Tony Finch]
7190
7191   *) Use TestCompile to search for the truerand library (rather than blindly
7192      assuming its existence). If it is not found, complain (but do not
7193      exit - yet).  [Martin Kraemer]
7194
7195   *) We forgot to add the new exported function names to
7196      src/support/httpd.exp.  [Bill Stoddard, Randy Terbush]
7197
7198   *) Add description of -T command-line option to usage().
7199      [Ralf S. Engelschall]
7200
7201   *) For "some" platforms (notably, EBCDIC based ones), libos needs to be
7202      searched only AFTER libap has been searched, because libap needs
7203      some symbols from libos.  [Martin Kraemer]
7204
7205   *) Fix conflict with original mod_digest related to the symbol of the
7206      module dispatch list (which has to be unique for DSO and follow the
7207      usual conventions for the installation procedure).
7208      [Ralf S. Engelschall]
7209
7210   *) Add a dbm-library check for the "usual places" (-ldbm, -lndbm, -ldb)
7211      for other platforms as well.  [Martin Kraemer]
7212
7213   *) Make ap_sha1.c compile for EBCDIC platforms: replace remaining LONG
7214      types by AP_LONG and replace reference to renamed variable 'ubuf'
7215      by 'buffer'.  [Martin Kraemer]
7216
7217 Changes with Apache 1.3.8 [not released]
7218
7219   *) Flush the output buffer immediately after sending an error or redirect
7220      response, since the result may be needed by the client to abort a
7221      long data transfer or restart a series of pipelined requests.
7222      [Tom Vaughan <tvaughan aventail.com>, Roy Fielding]
7223
7224   *) PORT: Improved compilation and DSO support on Sequent DYNIX/ptx.
7225      [Ian Turner <iant sequent.com>] PR#4735
7226
7227   *) Local struct mmap in http_core.c conflicted with system structure
7228      name on DYNIX -- changed to mmap_rec.  [Roy Fielding] PR#4735
7229
7230   *) Added updated mod_digest as modules/experimental/mod_auth_digest.
7231      [Ronald Tschalär <ronald innovation.ch>]
7232
7233   *) Fix a memory leak where the module counts were getting messed
7234      up across restarts.  [David Harris <dharris drh.net>]
7235
7236   *) CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled
7237      properly in mod_access.
7238      ["Paul J. Reder" <rederpj raleigh.ibm.com>] PR#4770
7239
7240   *) RewriteLock/RewriteMap didn't work properly with virtual hosts.
7241      [Dmitry Khrustalev <dima bog.msu.su>] PR#3874
7242
7243   *) PORT: Support for compaq/tandem/com.
7244      [Michael Ottati <michael.ottati compaq.com>, dirkx]
7245
7246   *) Added SHA1 password encryption support to easy migration from 
7247      Netscape servers. See support/SHA1 for more information.
7248      Caused the separation of ap_md5.c into md5, sha1 and a general
7249      ap_checkpass.c with just a validate_passwd routine. Added a
7250      couple of flags to support/htpasswd. Some reuse of the to64()
7251      function; hence renamed to ap_to64().
7252      [Dirk-Willem van Gulik, Clinton Wong <clintdw netcom.com>]
7253
7254   *) Change for EBCDIC platforms (TPF and BS2000) to correctly deal
7255      with ASCII/EBCDIC conversions in "ident" query.
7256      [David McCreedy <McCreedy us.ibm.com>]
7257
7258   *) Get rid of redefinition warning on MAC_OS_X_SERVER platform.
7259      Change "Power Macintosh" to Power* so if uname prints "Power Book"
7260      we're still happy on Rhapsody platforms.  [Wilfredo Sanchez]
7261
7262   *) Fix SIGSEGV on some systems because the Vary fix below included
7263      a call to table_do with a variable argument list that was not
7264      NULL terminated.  Replaced with better implementation. [Roy Fielding]
7265
7266 Changes with Apache 1.3.7 [not released]
7267
7268   *) The "Vary" response header field is now sanitised right before
7269      the header is sent back to the client.  Multiple "Vary" fields
7270      are combined, and duplicate tokens (e.g., "Vary: host, host" or
7271      "Vary: host, negotiate, host, accept-language") are reduced to
7272      single instances.  This is a better solution than the force-no-vary
7273      one (which is still valid for clients that can't cope with Vary
7274      at all).  PR#3118 [Dean Gaudet, Roy Fielding, Ken Coar]
7275
7276   *) Portability changes for BeOS. [David Reid <abb37 dial.pipex.com>]
7277
7278   *) Link DSO's with "gcc -shared" instead of "ld -Bshareable" at 
7279      least on Linux and FreeBSD for now.  
7280      [Rasmus Lerdorf]
7281
7282   *) Win32: More apache -k restart work. Restarts are now honored
7283      immediately and connections in the listen queue are -not- lost.
7284      This is made possible by the use of the WSADuplicateSocket()
7285      call.  The listeners are opened in the parent, duplicated, then
7286      the duplicates are passed to the child. The original listen sockets 
7287      are not closed by the parent across a restart, thus the listen queue 
7288      is preserved.
7289      [Bill Stoddard <stoddard raleigh.ibm.com>]
7290
7291   *) Fix handling of case when a client has sent "Expect: 100-continue"
7292      and we are going to respond with an error, but get stuck waiting to
7293      discard the body in the pointless hope of preserving the connection.
7294      [Roy Fielding, Joe Orton <jeo101 york.ac.uk>] PR#4499, PR#3806
7295
7296   *) Fix 'configure' to work correctly with SysV-based versions of
7297      'tr' (consistent with Configure's use as well). [Jim Jagielski]
7298
7299   *) apxs: Add "-S var=val" option which allows for override of CFG_*
7300      built-in values. Add "-e" option which works like -i but doesn't
7301      install the DSO; useful for editing httpd.conf with apxs. Fix
7302      editing code so that multiple invocations of apxs -a will not
7303      create duplicate LoadModule/AddModule entries; apxs can now be
7304      used to re- enable/disable a module.  [Wilfredo Sanchez]
7305
7306   *) Win32: Update the server to use Winsock 2. Specifically, link with
7307      ws2_32.lib rather than wsock32.lib.  This gives us access to 
7308      WSADuplcateSocket() in addition to some other enhanced comm APIs.
7309      Win 95 users may need to update their TCP/IP stack to pick up
7310      Winsock 2. (See http://www.microsoft.com/windows95/downloads/)
7311      [Bill Stoddard <stoddard raleigh.ibm.com>]
7312
7313   *) Win32: Redirect CGI script stderr (script debug info) into the 
7314      error.log when CGI scripts fail. This makes Apache on Win32 
7315      behave more like Unix.      
7316      [Bill Stoddard <stoddard raleigh.ibm.com>]
7317
7318   *) Fixed `httpd' usage display: -D was missing.
7319      [Ralf S. Engelschall] PR#4614
7320
7321   *) Fix `make r' test procedure in src/regex/: ap_isprint was not found.
7322      [Ralf S. Engelschall] PR#4561, PR#4562
7323
7324   *) OS/2: Fix problem with accept lock semaphores where server would die with
7325      "OS2SEM: Error 105 getting accept lock. Exiting!" 
7326      [Brian Havard] PR#4505
7327
7328   *) Add DSO support for DGUX 4.x using gcc. Tested on x86 platforms.
7329      [Randy Terbush <randy covalent.net>]
7330  
7331   *) Add the new mass-vhost module (mod_vhost_alias.c) developed and
7332      used by Demon Internet, Ltd. [Tony Finch <fanf demon.net>]
7333
7334   *) Better GCC detection for DSO flags under Solaris 2 where the `cc' 
7335      command potentially _is_ GCC. [Ralf S. Engelschall]
7336
7337   *) Fix apxs build issues on AIX 
7338      [Rasmus Lerdorf <rasmus raleigh.ibm.com>]
7339
7340   *) DocumentRoot Checking: Under previous versions, when Apache
7341      first started up, it used to do a stat of each DocumentRoot to
7342      see if it existed and was a directory. If not, then an error
7343      message was printed. THIS HAS BEEN DISABLED. If DocumentRoot
7344      does not exist, you will get error messages in error_log. If
7345      the '-t' command line option is used (to check the configuration)
7346      the check of DocumentRoot IS performed. An additional command
7347      line option, '-T', has been added if you want to avoid the
7348      DocumentRoot check even when checking the configuration.
7349      [Jim Jagielski]
7350
7351   *) Win32: The query switch "apache -S" didn't exit after showing the
7352      vhost settings. That was inconsistent with the other query functions.
7353      [Bill Stoddard - Fixed by Martin on Unix in 1.3.4]
7354
7355   *) Win32: Changed behaviour of apache -k restart. 
7356      Previously, the server would drain all connections in the stack's
7357      listen queue before honoring the restart. On a busy server, this
7358      could take hours.  Now, a restart is honored almost immediately. 
7359      All connections in Apache's queues are handled but connections in 
7360      the stack's listen queue are discarded. Restart triggered by 
7361      MaxRequestPerChild is unchanged.
7362      [Bill Stoddard <stoddard raleigh.ibm.com>]
7363
7364   *) Win32: Eliminated unnecessary call to wait_for_multiple_objects in
7365      the accept loop. Good for a 5% performance boost. Cleaned up 
7366      parent/child process management code. 
7367      [Bill Stoddard <stoddard raleigh.ibm.com>]
7368
7369   *) Added ceiling on file size for memory mapped files.
7370      [John Giannandrea <jg meer.net>] PR#4122
7371
7372   *) Fix ndbm.h include problems with brain-dead glibc >= 2.1 which 
7373      has ndbm.h in a non-standard db1/ subdir. PR#4431, PR#4528
7374      [Henri Gomez <gomez slib.fr>, Ralf S. Engelschall] 
7375
7376   *) Determine AP_BYTE_ORDER for ap_config_auto.h and already
7377      use this at least for Expat. [Ralf S. Engelschall]
7378
7379   *) Allow .module files to specify libraries with Lib:.
7380      [Ben Laurie]
7381
7382   *) Allow SetEnvIf[NoCase] to test environment variables as well
7383      as header fields and request attributes.  [Ken Coar]
7384
7385   *) Fix mod_autoindex's handling of ScanHTMLTitles when file
7386      content-types are "text/html;parameters".  PR#4524  [Ken Coar]
7387
7388   *) Remove "mxb" support from mod_negotiation -- it was a draft feature
7389      never accepted into any standard, and it opens up certain DoS
7390      attacks.  [Koen Holtman <Koen.Holtman cern.ch>]
7391
7392   *) TestCompile updated. We can now run programs and output the
7393      results during the Configure process. [ Jim Jagielski]
7394
7395   *) The source is now quad (long long) aware as needed. Specifically,
7396      the Configure process determines the correct size of off_t and
7397      *void. When the OS/platform/compiler supports quads, ap_snprintf()
7398      provides for the 'q' format qualifier (if quads are not available,
7399      'q' is silently "demoted" to long). [Jim Jagielski]
7400
7401   *) When the username or password fed to htpasswd is too long, include the
7402      size limit in the error message.  Also report illegal characters
7403      (currently only ':') in the username.  Add the size restrictions
7404      to the man page.  [Ken Coar]
7405
7406   *) Fixed the configure --without-support option so it doesn't result in
7407      an infinite loop.  [Marc Slemko]
7408
7409   *) Piped error logs could cause a segfault if an error occured
7410      during configuration after a restart.
7411      [Aidan Cully <aidan panix.com>] PR#4456
7412
7413   *) If a "Location" field was stored in r->err_headers_out rather
7414      than r->headers_out, redirect processing wouldn't find it and
7415      the server would core dump on ap_escape_html(NULL).  Check both
7416      tables and raise HTTP_INTERNAL_SERVER_ERROR with a log message
7417      if Location isn't set.  [Doug MacEachern, Ken Coar]
7418
7419   *) Add RULE_EXPAT, the src/lib/ directory structure, and a modified copy
7420      of the Expat 1.0.2 distribution. [Greg Stein]
7421
7422   *) Replace regexec() calls with calls to a new API stub function
7423      ap_regexec().  This solves problems with DSO modules which use the regex
7424      library. [Jens-Uwe Mager <jum helios.de>, Ralf S. Engelschall]
7425
7426   *) Add 'Request_Protocol' special keyword to mod_setenvif so that
7427      environment variables can be set according to the protocol version
7428      (e.g., HTTP/0.9 or HTTP/1.1) of the request.  [Ken Coar]
7429
7430   *) Add DSO support for OpenStep (Mach 4.2) platform.
7431      [Ralf S. Engelschall, Rex Dieter <rdieter math.unl.edu>] PR#3997
7432
7433   *) Fix sed regex for generating ap_config_auto.h in src/Configure.
7434      [Jan Gallo <gallo pvt.sk>] PR#3690, PR#4373
7435  
7436   *) Switch to /bin/sh5 in APACI on Ultrix and friends to avoid problems with
7437      their brain-dead /bin/sh. [Ralf S. Engelschall] PR#4372
7438
7439   *) Better DSO flags recognition on NetBSD platforms using ELF.
7440      [Todd Vierling <tv pobox.com>] PR#4310
7441
7442   *) Always log months in english format for %t in mod_log_config.
7443      [Petr Lampa <lampa fee.vutbr.cz>] PR#4366, 679
7444
7445   *) Support for server-parsed and multiview-determined ReadmeName and
7446      HeaderName files in mod_autoindex. Removed the restriction on
7447      "/"s in ReadmeName and HeaderName directives since the *sub_req*
7448      routines will deal with the access issues. (It's now possible to
7449      have {site|group|project|customer|...} wide readmes and headers.)
7450      [Raymond S Brand <rsbx rsbx.net>, Ken Coar] PR#1574, 3026, 3529,
7451      3569, 4256
7452
7453   *) When stat() fails, don't assume anything about the contents of
7454      the struct stat.  [Ed Korthof <ed bitmechanic.com>]
7455
7456   *) It's OK for a semop to return EINTR, just loop around and try
7457      again.  [Dean Gaudet]
7458
7459   *) Fix configuration engine re-entrant hangups, which solve a
7460      handful of problems seen with mod_perl <Perl> configuration sections
7461      [Salvador Ortiz Garcia <sog msg.com.mx>]
7462
7463   *) Mac OS and Mac OS X Server now use the appropriate custom layout
7464      by default when building with APACI; allow for platform-specific
7465      variable defaults in configure. [Wilfredo Sanchez]
7466
7467   *) Do setgid() before initgroups() in http_main; some platforms
7468      zap the grouplist when setgid() is called.  This was fixed in
7469      suexec earlier, but the main httpd code missed the change.
7470      [Rob Saccoccio <robs InfiniteTechnology.com>]  PR#2579
7471
7472   *) Add recognition of .tgz as a gzipped tarchive.
7473      [Bertrand de Singly <bertrand.de-singly polytechnique.fr>]  PR#2364
7474
7475   *) mod_include's fsize/flastmod should allow only relative paths, just
7476      like "include file".  [Jaroslav Benkovsky <benkovsk pha.pvt.cz>]
7477
7478   *) OS/2: Add support for building loadable modules using DLLs.
7479      [Brian Havard]
7480
7481   *) Add iconsdir, htdocsdir, and cgidir to config.layout.
7482      [Wilfredo Sanchez]
7483
7484   *) Fix minor but annoying bug with the test for Configuration.tmpl
7485      being newer than Configuration so that it is less likely to fail
7486      when using APACI and shadow sources. [Wilfredo Sanchez]
7487
7488   *) PORT: Add initial support for Mac OS (versions 10.0 and
7489      greater). Use Mac OS X Server layout for now. Clean up dyld code
7490      in unix/os.c, and don't install the dyld error handlers, which
7491      are no longer needed in Mac OS. [Wilfredo Sanchez]
7492
7493   *) Rename Rhapsody layout to "Mac OS X Server". Change install
7494      locations to appropriate ones for user-built (as opposed to
7495      system) installs. [Wilfredo Sanchez]
7496
7497   *) Modify mod_autoindex's handling of AddDescription so that the
7498      behaviour matches the documentation.  [Ken Coar] PR#1898, 3072.
7499
7500   *) Add functionality to the install-bindist.sh script created by
7501      binbuild.sh to use tar when copying distribution files to the
7502      serverroot. This allows upgrading an existing installation
7503      without nesting the new distribution in the old.
7504
7505      install-bindist.sh now detects the local perl5 path to install
7506      apxs and dbmmanage with proper path to perl interpreter.
7507
7508      Add an install-binsupport target which copies the source files
7509      for apxs and dbmmanage to bindist to allow these scripts to
7510      be properly installed relative to the destination serverroot.
7511      [Randy Terbush, Covalent Technologies, <randy covalent.net>]
7512
7513   *) Fix intermittent SEGV in ap_proxy_cache_error() in
7514      src/modules/proxy_util.c where a NULL filepointer and
7515      temporary filename were closed and unlinked.
7516      [Graham Leggett <minfrin sharp.fm>,
7517      Tim Costello <tjcostel socs.uts.edu.au>] PR#3178
7518
7519   *) Fix inconsistent error messages reported by mod_proxy.
7520      [Graham Leggett <minfrin sharp.fm>]
7521
7522   *) OS/2: Fix terminating CGIs that aren't compiled by EMX GCC when a 
7523      connection is aborted.  [Brian Havard]
7524
7525   *) Force the LANG envariable to the known state of "C" so that we
7526      have assurance about how string manipulators (e.g., tr) will
7527      function.  [Ken Coar]  PR#1630
7528
7529   *) Add a directive to allow customising of the tracking cookie name.
7530      [Ken Coar]  PR#2921, 4303
7531
7532   *) Add "force-no-vary" envariable to allow servers to work around
7533      clients that choke on "Vary" fields in the response header.
7534      [Ken Coar, Dmitry Khrustalev <dima zippy.machaon.ru>]  PR#4118
7535
7536   *) Fixed a bug in mod_dir that causes a child process will infinitely
7537      recurse when it attemps to handle a request for a directory wnd the
7538      value of the DirectoryIndex directive is a single dot. Also likely
7539      to happen for anyother values of DirectoryIndex that will map back
7540      to the same directory. The handler now only considers regular files
7541      as being index candidates. No PR#s found.
7542      [Raymond S Brand <rsbx rsbx.net>]
7543
7544   *) Ease configuration debugging by making TestCompile fall back to
7545      using "make" if the $MAKE variable is unset [Martin Kraemer]
7546
7547   *) Fixed the ServerSignature directive to work as documented.
7548      [Raymond S Brand <rsbx rsbx.net>] PR#4248
7549
7550   *) Add "opt" (SysV-style) layout to config.layout. [Raymond S Brand
7551      <rsbx rsbx.net>]
7552
7553   *) Add APACI --without-execstrip option which can be used to disable the
7554      stripping of executables on installation.  This is very important for DSO
7555      and debugging situations. [Ralf S. Engelschall]
7556
7557   *) Add support for OS/2 (case insenstive filesystem, .exe suffix, etc)
7558      to APACI files and related scripts. 
7559      [Yitzchak Scott-Thoennes <sthoenna efn.org>, Ralf S. Engelschall] PR#4269
7560
7561   *) Add support for standalone mode in TPF
7562      [Joe Moenich <moenich us.ibm.com>]
7563
7564   *) Fix number of bytes copied by read_connection() in src/support/ab.c
7565      [Jim Cox <jc superlink.net>] PR#4271
7566
7567   *) Fix special RewriteCond "-s" pattern matching.
7568      [Bob Finch <bob nas.com>]
7569
7570   *) Fix value quoting in src/Configure script for ap_config_auto.h 
7571      [Paul Sutton <paul awe.com>]
7572
7573   *) Make sure RewriteLock can be used only in the global context, (i.e.
7574      outside of any <VirtualHost> sections) because it's a global facility of
7575      the rewrite engine. [Ralf S. Engelschall]
7576
7577   *) Fix the ownership delegation for proxy directory under `make install'.
7578      [Ralf S. Engelschall]
7579
7580   *) APACI would not correctly build suexec. [Maria Verina
7581      <mariav icgeb.trieste.it>] PR#4260
7582
7583   *) mod_mime_magic passed only the first 4k of a file to
7584      uncompress/gzip, but those tools sometimes do not produce
7585      any output unless a sufficient portion of the compressed
7586      file is input.  Change to pass the entire file -- but
7587      only read 4k of output.
7588      [Marcin Cieslak <saper system.pl>] PR#4097
7589
7590   *) "IndexOptions None" generated extra spaces at the end of each
7591      line.  [<inkling firstnethou.com>] PR#3770
7592
7593   *) The "100 Continue" response wasn't being sent after internal
7594      redirects. [Jose KAHAN <kahan w3.org>] PR#3910, 3806, 3575
7595
7596   *) When padding the name with spaces for display, mod_autoindex would
7597      count &, <, and > in their escaped width, messing up the display.
7598      [Dean Gaudet] PR#4075, 3758
7599
7600   *) PORT: fixed a compilation problem on NEXT.
7601      [Jacques Distler <distler golem.ph.utexas.edu>] PR#4130
7602
7603   *) r->request_time wasn't being set properly in certain error conditions.
7604      [Dean Gaudet] PR#4156
7605
7606   *) PORT: deal with UTS compiler error in http_protocol.c
7607      [Dave Dykstra <dwd bell-labs.com>] PR#4189
7608
7609   *) Add ap_vrprintf() function.  [John Tobey <jtobey banta-im.com>] PR#4246
7610
7611   *) Fix the mod_mime hash table to work properly with locales other
7612      than C.  [Dean Gaudet] PR#3427
7613
7614   *) Fix a memory leak which is exacerbated by certain configurations.
7615      [Dean Gaudet] PR#4225
7616
7617   *) Prevent clobbering saved IFS values in APACI. [Jim Jagielski]
7618
7619   *) Fix buffer overflows in ap_uuencode and ap_uudecode pointed out
7620      by "Peter 'Luna' Altberg <peter altberg.nu>" and PR#3422
7621      [Peter 'Luna' Altberg <peter altberg.nu>, Ronald Tschalär]
7622
7623   *) Make {Set,Unset,Pass}Env per-directory instead of per-server.
7624      [Ben Laurie]
7625
7626   *) Correct an apparent typo: on the Windows and MPE platforms, the
7627      htpasswd utility was limiting passwords to only 8 characters.
7628      [Ken Coar]
7629
7630   *) EBCDIC platforms: David submitted patches for two bugs in the
7631      MD5 digest port for EBCDIC machines:
7632      a) the htdigest utility overwrote the old contents of the digest file
7633      b) the Content-MD5 header value (ContentDigest directive) was wrong
7634      when the returned file was not converted from EBCDIC, but was a
7635      binary (e.g., image file) in the first place.
7636      [David McCreedy <mccreedy us.ibm.com>]
7637
7638   *) support/htpasswd now permits the password to be specified on the
7639      command line with the '-b' switch.  This is useful when passwords
7640      need to be maintained by scripts -- particularly in the Win32
7641      environment.  [Ken Coar]
7642
7643   *) Win32: Win32 multiple services patch. Added capability to install and
7644      run multiple copies of apache as individual services.
7645
7646      Example 1:
7647      apache -n apache1 -i -f c:/httpd.conf
7648         Installs apache as service 'apache1' and associates c:/httpd.conf
7649         with that service.
7650      net start apache1
7651         Starts apache1 service.
7652      net stop apache1
7653         Stops apache1 service
7654
7655      Example 2:
7656      apache -n apache2 -i
7657         Installs apache as service 'apache2'. httpd.conf is located under
7658         the default server root (/apache/conf/httpd.conf).
7659      net start apache2
7660         Starts apache2 service.
7661
7662      Example 3:
7663      apache -n apache3 -i -d c:/program files/apache
7664         Install apache as service 'apache3' and sets server root to
7665         c:/program files/apache.
7666
7667      Example 4:
7668      apache -n apache2 -k restart
7669         Restart apache2 service 
7670
7671      [Keith Wannamaker, Ken Parzygnat, Bill Stoddard]
7672
7673   *) Correct the signed/unsigned character handling for the MD5 routines;
7674      mismatches were causing compilation problems with gcc -pedantic and
7675      in the TPF cross-compilation.  [Ken Coar]
7676
7677   *) OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving
7678      a roughly 5 fold speed up. [Brian Havard]
7679
7680   *) proxy ftp: instead of using the hardwired string "text/plain" as
7681      a fallback type for files served by the ftp proxy, use the
7682      ap_default_type() function to determine the configured type.
7683      This allows for special configurations like
7684         <Directory proxy:ftp://some.host>
7685         DefaultType gargle/blurb
7686         </Directory>
7687      Additionally, add the Content-Encoding: header to FTP proxy replies
7688      when the encoding is defined (by the AddEncoding directive).
7689      Because it was missing, it was almost impossible to browse compressed
7690      files using the FTP proxy (works now perfectly in Communicator).
7691      The ftp proxy now also returns the Date: and Server: header lines (if not
7692      much else... This code is "somewhat" broken) like normal requests do.
7693      [Martin Kraemer]
7694
7695   *) Be more smart in APACI's configure script when determining the UID/GID
7696      for User/Group directives and use the determined UID/GID to initialize
7697      the permissions on the proxycachedir.
7698      [Dirk-Willem van Gulik, Ralf S. Engelschall]
7699
7700   *) Changed the forking-prior-to-cleanup in the proxy module to first
7701      check wether it actually needs to collect garbage. This reduces 
7702      the number of fork()s from one/request to just the odd one an hour.
7703      [Dirk-Willem van Gulik]
7704
7705   *) Added proxy, auth and header support to src/support/ab.c. Added a
7706      README file to src/support/
7707      [Dirk-Willem van Gulik]
7708
7709   *) Don't hard-code the path to AWK in --shadow bootstrapping Makefile.
7710      [Ralf S. Engelschall] PR#4050
7711
7712   *) Add support for DSO module compilation on BSD/OS 3.x.
7713      [Randy Terbush, Covalent Technologies]
7714
7715   *) Fix sed-substitutions in `make install': path elements like `httpd/conf'
7716      (for instance from an APACI configure --sysconfdir=/etc/httpd/conf
7717      option) were substituted with $(TARGET).conf, etc. Same for other strings
7718      with dots where the dot wasn't matched as plain text. 
7719      [Ralf S. Engelschall]
7720
7721   *) PORT: Add support for FreeBSD 4.x [Ralf S. Engelschall]
7722
7723   *) Fix verbose output of APACI configure (option -v) 
7724      [Martin Kraemer, Ralf S. Engelschall]
7725
7726 Changes with Apache 1.3.6
7727
7728   *) Removed new PassAllEnv code due to DSO problems. [Lars Eilebrecht]
7729
7730 Changes with Apache 1.3.5 [not released]
7731
7732   *) M_INVALID needed a value within the scope of METHODS so that unknown
7733      methods can be access controlled.  [Roy Fielding] PR#3821
7734
7735   *) Added PassAllEnv; makes server's entire environment available
7736      to CGIs and SSIs executed within directive's scope.  [Ken Coar]
7737
7738   *) ap_uuencode() always added two trailing '='s and encoding of
7739      8 bit characters on a machine with signed char may produced
7740      incorrect results. Additionally ap_uuencode() should now
7741      work correctly on EBCDIC platforms.
7742      [Ronald Tschalär <ronald innovation.ch>] PR#3411
7743
7744   *) WIN32: Binary installer now runs the configuration DLL before
7745      the reboot prompt (which is only given if MSVCRT.DLL system
7746      DLL is new or updated). This should avoid the configuration
7747      directory being empty after installation. [Paul Sutton]
7748      PR#3767, 3800, 3827, 3850, 3900, 3953, 3988
7749
7750   *) WIN32: Binary installer now creates Start menu options to start
7751      and stop Apache as a console application and to uninstall
7752      the Apache service on NT. [Paul Sutton] PR#3741
7753
7754   *) WIN32: Apache.exe now contains an icon. [Paul Sutton]
7755
7756   *) PORT: Switch back to using fcntl() locking on Linux -- instabilities
7757      have been reported with flock() locking (probably related to kernel
7758      version).  [Dean Gaudet] PR#2723, 3531
7759
7760   *) Using APACI, the main config file (usually httpd.conf) was
7761      not being adjusted as $(TARGET).conf. [Wilfredo Sanchez
7762      <wsanchez apple.com>]
7763
7764   *) PORT: AIX does not require the SHARED_CODE "hack"
7765      [Ryan Bloom <rbb raleigh.ibm.com>]
7766
7767   *) Set-Cookie headers were being doubled up for some CGIs by the O(n^2)
7768      avoidance code added in 1.3.3.
7769      [Dean Gaudet, Jeff Lewis <lewis stanford.edu>] PR#3872
7770
7771   *) ap_isxdigit was somehow neglected when adding the ap_isfoo() macros
7772      for 8-bit safeness.  [Dean Gaudet]
7773
7774   *) PORT: Use -fPIC instead of -fpic on Solaris and SunOS for compiling DSOs
7775      because SPARCs have a small machine-specific maximum size for the Global
7776      Offset Table which is often exceeded when compiling one of the larger
7777      third-party modules with Apache. [Peter Urban <Peter.Urban epfl.ch>] PR#3977
7778
7779   *) Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the
7780      DSO/DLL section because it's a directive from mod_status and isn't
7781      available before the DLL of mod_status is loaded.
7782      [Martin POESCHL <mpoeschl gmx.net>] PR#3936
7783
7784   *) SECURITY: Fix a bug in the calculation of the buffer size for the line 
7785      continuation facility in Apache's configuration files which could 
7786      lead to a buffer overflow situation.
7787      [Thomas Devanneaux <Thomas.Devanneaux enst.fr>] PR#3617
7788
7789   *) Make documentation and error messages of APACI's --activate-module=FILE 
7790      option more clear. [Jan Wolter <janc wwnet.net>] PR#3995
7791
7792   *) Fix the gcc version check (for enabling the `inline' facility) to 
7793      really support all future gcc versions >= 2.7 until we know more.
7794      [John Tobey <jtobey banta-im.com>] PR#3983
7795
7796   *) Let APACI's configure script correctly complain for unknown --enable-XXX
7797      and --disable-XXX options. [Ralf S. Engelschall] PR#3958
7798
7799   *) Link the shared core bootstrap program (``Rule SHARED_CORE=yes'') also
7800      against libap.a and use its ap_snprintf() instead of sprintf() to avoid
7801      possible buffer overflows. [Ralf S. Engelschall]
7802
7803   *) Remove no longer used non-API function ap_single_module_init().
7804      [Ralf S. Engelschall]
7805
7806   *) Add Apple's Mac OS X Server Layout "Rhapsody" to config.layout.
7807      [Wilfredo Sanchez]
7808
7809   *) Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order
7810      to make platform installations easier.  [Wilfredo Sanchez]
7811
7812   *) In configure, do not append the target name to the directory path if
7813      the path already contains "apache".  [Ralf S. Engelschall]
7814
7815   *) SIGPIPE is now ignored by the server core.  The request write routines
7816      (ap_rputc, ap_rputs, ap_rvputs, ap_rwrite, ap_rprintf, ap_rflush) now
7817      correctly check for output errors and mark the connection as aborted.
7818      Replaced many direct (unchecked) calls to ap_b* routines with the
7819      analogous ap_r* calls.  [Roy Fielding]
7820
7821   *) Enhanced mod_rewrite's mapfile handling: The in-core cache for text and
7822      DBM format mapfiles now uses a 4-way hash table with LRU functionality.
7823      Furthermore map lookups for non-existent keys are now cached as well.
7824      Additionally "txt" maps are now parsed with simple string functions
7825      instead of using ap_pregcomp(). As a side effect a bug that prevented
7826      the usage of keys containing the "," character was fixed.
7827      The changes drastically improve the performance when large rewrite maps
7828      are in use.
7829      [Michael van Elst <mlelstv serpens.swb.de>, Lars Eilebrecht] PR#3160
7830
7831   *) Added ap_sub_req_method_uri() for doing a subrequest with a method
7832      other than GET, and const'd the definition of method in request_rec.
7833      [Greg Stein]
7834
7835   *) Use proper pid_t type for saving PIDs in alloc.c.  [John Bley]
7836
7837   *) Replaced use of WIN32 define with HAVE_DRIVE_LETTERS to indicate
7838      when the OS allows a DOS drive letter within pathnames.  [Brian Havard]
7839
7840   *) Add %V to mod_log_config, this logs the hostname according to the
7841      UseCanonicalName setting (this is the pre-1.3.4 behaviour of
7842      %v).  Useful for mass vhosting.  [Tony Finch <dot dotat.at>]
7843
7844   *) Add support for \n and \t to mod_log_config, can be used to produce
7845      more reliable logs with multiline entries.  [Tony Finch <dot dotat.at>]
7846
7847   *) Fixed a few compiler nits.  [John Bley <jbb6 acpub.duke.edu>]
7848
7849   *) Added informative error messages for failed munmap() and fseek() calls
7850      in http_core.c. [John Bley, Roy Fielding]
7851
7852   *) Added some informative error messages for some failed malloc()
7853      calls. [John Bley <jbb6 acpub.duke.edu>, Jim Jagielski]
7854
7855   *) OS/2 ap_os_canonical_filename()'s behaviour is improved: ap_assert()
7856      is removed. This allows <Directory proxy:*> directives to work and
7857      prevents invalid requests from killing the process.
7858      [Brian Havard <brianh kheldar.apana.org.au>]
7859
7860   *) Reorganised FAQ document.
7861      [Joshua Slive <slive finance.commerce.ubc.ca>] PR#2497
7862
7863   *) src/support/: The ApacheBench benchmark program was overhauled by
7864      David N. Welton: you can now have it generate an HTML TABLE, presumably
7865      for integration into other HTML sources. David updated the ab man page
7866      as well and added some missing descriptions. Thanks!
7867      [David N. Welton <davidw prosa.it>]
7868
7869   *) Win32: The filename validity checker now allows filenames containing
7870      characters in the range 0x80 to 0xff (for example accented characters).
7871      [Paul Sutton] PR#3890
7872
7873   *) Added conditional logging based upon environment variables to
7874      mod_log_config.  mod_log_referer and mod_log_agent
7875      are now deprecated.  [Ken Coar]
7876
7877   *) Allow apache acting as a proxy server to relay the real
7878      reason of a failure to a client rather than the "internal
7879      server error" it does currently. The general exposure mechanism
7880      can be triggered by any module by setting the "verbose-error-to"
7881      note to "*"; this allows more than just proxy errors to be exposed.
7882      [Cliff Skolnick, Roy Fielding, Martin Kraemer] Related to PR#3455, 4086
7883
7884   *) Moved man pages for ab and apachectrl to section 8.
7885      [Wilfredo Sanchez, Roy Fielding]
7886
7887   *) Added -S option to install.sh so that options can be passed to
7888      strip on some platforms. [Ralf S. Engelschall, Wilfredo Sanchez]
7889
7890   *) Tweak modules Makefile generated by Configure so that it handles
7891      the test case of no modules being selected. [<chaz reliant.com>]
7892
7893   *) Added a <LimitExcept method ...> sectioning directive that allows
7894      the user to assign authentication control to any HTTP method that
7895      is *not* given in the argument list; i.e., the logical negation
7896      of the <Limit> directive.  This is particularly useful for controlling
7897      access on methods unknown to the Apache core, but perhaps known by
7898      some module or CGI script. [Roy Fielding, Tony Finch]
7899
7900   *) Prevent apachectl from complaining if the PIDFILE exists but
7901      does not contain a process id, as might occur if the server is
7902      being rapidly restarted. [Wilfredo Sanchez]
7903
7904   *) Win32: Add global symbols missing from ApacheCore.def. [Carl Olsen]
7905
7906   *) Entity tag comparisons for If-Match and If-None-Match were not being
7907      performed correctly -- weak tags might cause false positives.  Also,
7908      strong comparison wasn't properly enforced in all cases.
7909      [Roy Fielding, Ken Coar, Dean Gaudet] PR#2065, 3657
7910
7911   *) OS/2: Supply OS/2 error code instead of errno on semaphore errors.
7912      [Brian Havard]
7913
7914   *) Work around a bug in Lynx regarding its sending "Negotiate: trans"
7915      even though it doesn't understand TCN.  [Koen Holtman, Roy Fielding]
7916
7917   *) Added ap_size_list_item(), ap_get_list_item(), and ap_find_list_item()
7918      to util.c for parsing an HTTP header field value to extract the next
7919      list item, taking into account the possible presence of nested comments,
7920      quoted-pairs, and quoted-strings. ap_get_list_item() also removes
7921      insignificant whitespace and lowercases non-quoted tokens.
7922      [Roy Fielding] PR#2065
7923
7924   *) proxy: The various calls to ap_proxyerror() can return HTTP/1.1 status
7925      code different from 500. This allows the proxy to, e.g., return
7926      "403 Forbidden" for ProxyBlock'ed URL's. [Martin Kraemer] Related to PR#3455
7927
7928   *) Fix ordering of language variants for the case where the traditional
7929      negotiation algorithm is being used with multiple language variants
7930      and no Accept-Language. [James Treacy <treacy debian.org>] PR#3299, 3688
7931
7932   *) Do not round the TCN quality calculation to 5 decimal places,
7933      unlike RFC 2296, because the calculation might need 12 decimal places
7934      to get the right result.  [Roy Fielding]
7935
7936   *) Remove unused code to disable transparent negotiation when
7937      negotiating on encoding only, as we now handle encoding too
7938      (though this is nonstandard for TCN), remove charset=ISO-8859-1
7939      fiddle from the fiddle-averse RVSA comparison, and fix bugs in
7940      some debugging statements within mod_negotiation. [Koen Holtman]
7941
7942   *) Fixed a rare memory corruption possibility in mod_dir if the index
7943      file is negotiable and no acceptable variant can be found.
7944      [Dean Gaudet, Roy Fielding, Martin Kraemer]
7945
7946   *) Win32: Add new config directive, ScriptInterpreterSource, to enable
7947      searching the Win32 registry for script interpreters.
7948      [Bill Stoddard]
7949
7950   *) Win32: The compiled-in default filename for the error log is now
7951      error.log, which matches the default in the distributed httpd.conf.
7952      [Paul Sutton]
7953
7954   *) Win32: Any error messages from -i or -u command line options are now
7955      displayed on the console output rather than sent to the error log.
7956      Also the "Running Apache..." message is not output unless Apache is
7957      going to serve requests. [Paul Sutton]
7958
7959   *) Rework the MD5 authentication scheme to use FreeBSD's algorithm,
7960      and use a private significator ('$apr1$') to mark passwords as
7961      being smashed with our own algorithm.  Also abstract the password
7962      checking into a new ap_validate_password() routine.  [Ken Coar]
7963
7964   *) Win32: The filename validity checker now allows "COM" but refuses 
7965      access to "COM1" through "COM4". This allows filenames such
7966      as "com.name" to be served. [Paul Sutton] PR#3769.
7967
7968   *) BS2000: Adapt to the new ufork() system call interface which will
7969      make subtasking easier on the OSD/POSIX mainframe environment.
7970      [Martin Kraemer]
7971
7972   *) Add a compatibility define for escape_uri() -> ap_escape_uri() to
7973      ap_compat.h. [David White <david persimmon.com>] PR#3725
7974
7975   *) Make NDBM file suffix determination for mod_rewrite more accurate, i.e.
7976      use `.db' instead of `.pag' not only for FreeBSD, but also when
7977      the NDBM library looks like Berkeley-DB based.
7978      [Ralf S. Engelschall] PR#3773
7979
7980   *) Add ability to handle DES or MD5 authentication passwords.
7981      [Ryan Bloom <rbb Raleigh.IBM.Com>]
7982
7983   *) Fix O(n^2) memory consumption in mod_speling.  [Dean Gaudet]
7984
7985   *) SECURITY: Avoid some buffer overflow problems when escaping
7986      quoted strings.  (This overflow was on the heap and we believe
7987      impossible to exploit.)  [Rick Perry <perry ece.vill.edu>]
7988
7989   *) Let src/Configure be aware of CFLAGS options starting with plus
7990      signs as it's the case for the HP/UX compiler.
7991      [Doug Yatcilla <yatcilda umdnj.edu>] PR#3681
7992
7993   *) Remove the hard-wire of TAR=tar (we now check for gtar and gnutar first)
7994      and check to see if the tar we wind up with supports '-h'.
7995      [Jim Jagielski] PR#3671
7996
7997   *) A consistent and conservative style for all shell scripts has been
7998      implemented. Basically, all shell string tests use the traditional
7999      hack of 'if [ "x$var" != "x" ]' or 'if [ "x$var" = "xstring" ]'
8000      to protect against bare null variable strings (ie: wrapping both
8001      sides with double quotes and prepending 'x'). 'x' was chosen
8002      because it's more universal and hopefully easier for old shell
8003      prgrammers, as well as being easier to search for in 'vi' (/x\$) :)
8004      [Jim Jagielski]
8005
8006   *) The status module now prints out both the main server generation as
8007      well as the generation of each process. Also, the vhost info is
8008      printed with '?notable'. [Jim Jagielski]
8009
8010   *) Move src/main/md5c.c to src/ap/ap_md5c.c; it's httpd-neutral
8011      and this makes its functions available to things in src/support.
8012      [Ken Coar]
8013
8014 Changes with Apache 1.3.4
8015
8016   *) Renamed macros status_drops_connection to ap_status_drops_connection
8017      and vestigial scan_script_header to ap_scan_script_header_err,
8018      mostly for aesthetic reasons. [Roy Fielding]
8019
8020   *) The query switch "httpd -S" didn't exit after showing the
8021      vhost settings. That was inconsistent with the other query functions.
8022      [Martin Kraemer]
8023
8024   *) Moved the MODULE_MAGIC_COOKIE from before the versions and
8025      filename to the end of the STANDARD_MODULE_STUFF.  Its
8026      presence at the beginning prevented reporting of the filename
8027      for modules compiled before 1 January 1999.  [Ken Coar]
8028
8029   *) SECURITY: ap_os_is_filename_valid() has been added to Win32
8030      to detect and prevent access to special DOS device file names.
8031      [Paul Sutton, Ken Parzygnat]
8032      
8033   *) WIN32: Created new makefiles Makefile_win32.txt (normal build)
8034      and Makefile_win32_debug.txt (debug build) that work on Win95.
8035      Run each of the following from the src directory:
8036         nmake /f Makefile_win32.txt           # compiles normal build
8037         nmake /f Makefile_win32.txt install   # compiles and installs
8038         nmake /f Makefile_win32.txt clean     # removes compiled junk
8039         nmake /f Makefile_win32_debug.txt     # compiles debug build
8040         nmake /f Makefile_win32_debug.txt install
8041         nmake /f Makefile_win32_debug.txt clean
8042      [Roy Fielding]
8043
8044   *) Added binbuild.sh and findprg.sh helpers to make it easier for us
8045      to build binary distributions. [Lars Eilebrecht]
8046
8047   *) IndexOptions SuppressColumnSorting only turned off making
8048      the column headers anchors; you could still change the display
8049      order by manually adding a '?N=A' or similar query string to the
8050      URL.  Now SuppressColumnSorting locks in the sort order so
8051      it can't be overridden this way.  [Ken Coar]
8052
8053   *) Added IndexOrderDefault directive to supply a default sort order
8054      for FancyIndexed directory listings.  [Ken Coar] PR#1699
8055
8056   *) Change the ap_assert macro to a variant that works on all platforms.
8057      [Richard Prinz <richard.prinz cso.net>] PR#2575
8058
8059   *) Make sure under ELF-based NetBSD (now) and OpenBSD (future) we don't
8060      search for an underscore on dlsym() (as it's already the case
8061      for FreeBSD 3.0). [Todd Vierling <tv pobox.com>] PR#2462
8062   
8063   *) Small fix for mod_env.html: The module was documented as to be _not_
8064      compiled into Apache per default, although it _IS_ compiled into 
8065      Apache per default. [Sim Harbert <sim mindspring.com>] PR#3572
8066
8067   *) Instead of fixing a bug in the generation procedure for config.status (a
8068      backslash was missing) we remove the bug together with it's complete
8069      context because the special cases of the past can now no longer occur
8070      because of the recent magic for the --with-layout default.
8071      [Ralf S. Engelschall] PR#3590
8072  
8073   *) Make top-level Makefile aware of a parallel build procedures (make -j) by
8074      making sure the src/support/ tools are _forced_ to be build last (they
8075      depend on other libraries).
8076      [Markus Theissinger <markus.theissinger gmx.de>]
8077
8078   *) Fix installation procedure: Now that os-inline.c is actually used (a
8079      recently fixed bug prevented this) we need to also install os-include.c
8080      in addition to os.h into the PREFIX/include/ location or building of
8081      module DSOs with APXS fails. [Ralf S. Engelschall] PR#3527
8082
8083   *) Added MODULE_MAGIC_COOKIE as the first field in a module structure to
8084      allow us to distinguish between a garbled DSO (or even a file which isn't
8085      an Apache module DSO at all) and a DSO which doesn't match the current
8086      Apache API. [Ralf S. Engelschall] PR#3152
8087  
8088   *) Two minor enhancements to mod_rewrite: First RewriteRule now also
8089      supports the ``nocase|NC'' flag (as RewriteCond already does for ages) to
8090      match case insensitive (this especially avoids nasty patterns like
8091      `[tT][eE][sS][tT]'). Second two additional internal map functions
8092      `escape' and `unescape' were added which can be used to escape/unescape
8093      to/from hex-encodings in URLs parts (this is especially useful in
8094      combination with map lookups). 
8095      [Magnus Bodin, Ian Kallen, Ralf S. Engelschall]
8096
8097   *) Renamed the macro escape_uri() to ap_escape_uri() which was
8098      forgotten (because it was a macro) in the symbol renaming process.
8099      [Ralf S. Engelschall]
8100
8101   *) Fix some inconsistencies related to the scopes of directives. The only
8102      user visible change is that the directives `UseCanonicalName' and
8103      `ContentDigest' now use the (more correct) `Options' scope instead of
8104      (less correct) `AuthConfig' scope.  [Ralf S. Engelschall]
8105
8106   *) Using DSO, the Server token was being mangled. Specifically, the
8107      module's token was being added first before the Apache token. This
8108      has been fixed. [Jim Jagielski]
8109
8110   *) Major overhaul of mod_negotiation.c, part 2.
8111      - properly handle "identity" within Accept-Encoding.
8112      - allow encoded variants in RVSA negotiation and let them appear in
8113        the Alternates field using the non-standard "encoding" tag-list.
8114      - fixed both negotiation algorithms so that an explicitly accepted
8115        encoding is preferred over no encoding if "identity" is not
8116        included within Accept-Encoding.
8117      - added ap_array_pstrcat() to alloc.c for efficient concatenation
8118        of large substring sequences.
8119      - replaced O(n^2) memory hogs in mod_negotiation with ap_array_pstrcat.
8120      [Roy Fielding]
8121
8122   *) Major overhaul of mod_negotiation.c, part 1.
8123      - cleanups to mod_negotiation comments and code structure
8124      - made compliant with HTTP/1.1 proposed standard (rfc2068) and added
8125        support for everything in the upcoming HTTP/1.1
8126        revision (draft-ietf-http-v11-spec-rev-06.txt).
8127          - language tag matching also handles tags with more than 2
8128            levels like x-y-z
8129          - empty Accept, Accept-Language, Accept-Charset headers are
8130            processed correctly; previously an empty header would make all
8131            values acceptable instead of unacceptable.
8132          - allowed for q values in Accept-Encoding
8133      - added support for transparent content negotiation (rfc2295 and
8134        rfc2296) (though we do not implement all features in these drafts,
8135        e.g. no feature negotiation).  Removed old experimental version.
8136      - implemented 'structured entity tags' for better cache correctness
8137        (structured entity tags ensure that caches which can deal with Vary
8138        will (eventually) be updated if the set of variants on the server
8139        is changed)
8140          - this involved adding a vlist_validator element to request_rec
8141          - this involved adding the ap_make_etag() function to the global API
8142      - modified guessing of charsets used by Apache negotiation algorithm 
8143        to guess 'no charset' if the variant is not a text/* type
8144      - added code to sort multiviews variants into a canonical order so that
8145        negotiation results are consistent across backup/restores and mirrors
8146      - removed possibility of a type map file resolving to another type map
8147        file as its best variant
8148      [Koen Holtman, Roy Fielding, Lars Eilebrecht] PR#3451, 3299, 1987
8149
8150   *) RFC2396 allows the syntax http://host:/path (with no port number)
8151      but the proxy disallowed it (ap_proxy_canon_netloc()).
8152      [David Kristol <dmk bell-labs.com>] PR#3530
8153
8154   *) When modules update/modify the file name in the configfile_t structure,
8155      syntax errors will report the updated name, not the original one.
8156      [Fabien Coelho <coelho cri.ensmp.fr>] PR#3573
8157
8158   *) Correct some filename case assumptions from WIN32 to
8159      CASE_BLIND_FILESYSTEM.  [Brian Havard <brianh kheldar.apana.org.au>]
8160
8161   *) For %v log ServerName regardless of the UseCanonicalName
8162      setting (similarly for %p).  [Dean Gaudet]
8163
8164   *) Configure was initializing the variables $OSDIR, $INCDIR and $SHELL
8165      rather late (too late for some invocations of TestCompile).
8166      This improves the make environment available to TestCompile and
8167      the *.module scripts. [Martin Kraemer]
8168
8169   *) The hashbang emulation code in ap_execve.c would interpret
8170      #!/hashbang/scripts correctly, but failed to fall back to a
8171      standard shell for scripts which did NOT start with #!
8172      Now SHELL_PATH is started in these cases. [Martin Kraemer]
8173
8174   *) PORT: Added the Cyberguard V2 port [Richard Stagg <stagg lentil.org>]
8175      PR#3336
8176
8177   *) Update APXS manual page: some -q option arguments were missing
8178      and another was incorrect. [Mark Anderson <mda discerning.com>] PR#3553
8179
8180   *) Cleanup the command line options: `-?' was documented to show
8181      the usage list but does it with an error because `?' is not a valid
8182      command. OTOH a lot of users expect `-h' to print such a usage list and
8183      instead are annoyed for ages by our huge unreadable list of directives.
8184      So we now changed the command line options this way:
8185      1. `-L' => `-R' 
8186         Intent: we need `-L' to be free, and `-R' for the DSO run-time path is
8187         very similar to the popular linker option.
8188      2. `-h' => `-L'
8189         Intent: while -l gives the small list of modules, -L now gives the
8190         large list of directives implemented by these modules.  This is also
8191         consistent with -v (short version info) and -V (large version info).
8192      3. `-?' => `-h' 
8193         Intent: it's now the expected option ;-)
8194      The manual page was adjusted accordingly. 
8195      [Ralf S. Engelschall] PR#2714
8196
8197   *) Fixed problem of fclose() on an unopened file in suexec if LOG_EXEC
8198      wasn't defined.  [Rick Franchuk <rickf transpect.net>]
8199
8200   *) Removed recently introduced bugs and disfigurements in APACI:
8201      o fixed argument line processing: using $args was broken: It was not
8202        initialized and using args="$args $apc_option" and even args="$args
8203        \"$apc_option\"" fails in the second processing round for any arguments
8204        containing whitespaces. The only correct way is to use the construct
8205        "$@" (but not possible here) or iterate _both_ times over the implicit
8206        argument line (no argument to for-loop) which is what we now use.
8207      o make --with-layout=Apache the default without creating
8208        redundancy (copying the --with-layout block in the argument parsing
8209        loop).  We achieve this by using the "$@" construct together with the
8210        `set' command to prepend --with-layout=Apache to the command line in
8211        case --with-layout is not used.
8212      o fixed auto-suffix handling now that config.layout exists.
8213        Paths which are auto-suffixed are marked with a trailing plus sign in
8214        config.layout and every path now can be marked this way (not only the
8215        four paths for which we do it currently).  Additionally the suffix is
8216        no longer a static one. Instead it's now `/<target>' where <target> is
8217        the argument of the --target option or per default `httpd'.
8218      o allow also tabs (and only spaces) where we match whitespaces
8219      o various fixes and cleanups related to used shell coding style
8220      o made Jim happy by replacing `Written by' with `Initially written by' ;-)
8221      o trimmed output of --help to fit into 80 columns
8222      [Ralf S. Engelschall]
8223
8224   *) Added two new core API functions, ap_single_module_configure() and
8225      ap_single_module_init(), which are now used by mod_so to configure a module
8226      after loading. [Ralf S. Engelschall]
8227
8228   *) PORT: Add defines for USE_FLOCK_SERIALIZED_ACCEPT and
8229      SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section
8230      of ap_config.h to allow serialized accept for multiport listens.
8231      [Roy Fielding, Curt Sampson] PR#3120
8232
8233   *) PORT: Fixed a misplaced #endif for NetBSD/OpenBSD section
8234      of ap_config.h that would skip several defines if DEFAULT_GROUP
8235      was overridden. [Roy Fielding]
8236
8237   *) PORT: The I86 version of DGUX has support for strncasecmp and 
8238      strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247
8239
8240   *) Fix ordering of definitions in ap_config.h so that ap_inline is
8241      defined before it might be used. [Victor Khimenko]
8242
8243   *) PORT: Add Dynamic Shared Object (DSO) support for BSDI (v4.0).
8244      [Tom Serkowski <tks bsdi.com>] PR#3453
8245
8246   *) Make generation of src/Configuration.apaci more robust: It failed to
8247      differenciate between modules when one module name was a postfix of
8248      another (e.g. cgi vs. fastcgi). We now check for mod_XXX, libXXX and even
8249      just XXX (think about totally non-standard names like "apache_ssl", too).
8250      [Ralf S. Engelschall] PR#3380
8251
8252   *) In src/Configure remove the SERVER_SUBVERSION support (already deprecated
8253      since 1.3b7) and make whitespace handling more robust (it failed horrible
8254      when whitespaces were present in the arguments of -D options).
8255      [Ralf S. Engelschall] PR#3240
8256
8257   *) Add APACI --shadow=DIR variant (in addition to --shadow). This now first
8258      creates an external package shadow tree in DIR before the local build
8259      shadow tree is generated under DIR. This way one can have the extracted
8260      Apache distribution tree read-only on NFS or CDROM and still build Apache
8261      from these sources. An automatically triggered VPATH-like mechanism is
8262      provided through the TOP variable, too.
8263      [Ralf S. Engelschall, Wilfredo Sanchez <wsanchez apple.com>]
8264
8265   *) Fix negotiation so that a Vary response header is correctly 
8266      generated when, for a particular dimension, variants only vary
8267      in having or not having a value for that dimension. [Paul Sutton]
8268
8269   *) Fix negotiation so that we prefer an encoded variant over an
8270      unencoded variant if the user-agent explicitly says it can
8271      accept that encoding. Previously we always preferred the unencoded
8272      variant.
8273      [Paul Ausbeck <paula alumni.cse.ucsc.edu>, Paul Sutton] PR#3447
8274  
8275   *) Fix APXS tool: query variables LIBS_SHLIB and TARGET were not recognized
8276      and the usage page was inconsistent with the functionality and manpage.
8277      [Ralf S. Engelschall]
8278
8279   *) Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command.
8280      They can occur multiple times and their arguments (`xxx') are passed AS
8281      IS to the compiler/linker command.  [Ralf S. Engelschall]
8282
8283   *) Fixed possible (but harmless in practice) bug in the DBM lookup
8284      procedure of mod_rewrite: very long keys were truncated.
8285      [Ralf S. Engelschall]
8286
8287   *) Added a generic --with-layout=[FILE:]ID option. ID here is a layout
8288      identifier, currently "Apache" and "GNU" are pre-defined in the file
8289      config.layout.  Custom layouts are possible by using FILE:ID as the
8290      argument where the layout ID is taken from FILE.
8291
8292      The config.layout file consists of <Layout ID>..</Layout> sections
8293      where inside those sections "path_variable: path_value" pairs can be
8294      specified. These lines are converted to path_variable='path_value'.
8295
8296   *) Add a DefaultLanguage directive so that files missing a language
8297      extension (e.g., .fr, .de) can be labelled as being some other
8298      default language. DefaultLanguage can appear in <Directory> and 
8299      <Files> containers as well as .htaccess files.  [Paul Sutton]
8300      PR#1180
8301
8302   *) Fix TARGET configuration when configuring and installing using
8303      APACI configure. TARGET now defines the basename of the configuration
8304      file, startup script, manual page, etc. log_error_core() now reports
8305      the server binary name given by argv[0]. TARGET can now also be defined
8306      with --target=TARGET parameter passed to APACI configure.
8307      [Ralf Engelschall, Randy Terbush]
8308
8309   *) mod_include.c:handle_perl() now properly tests for OPT_INCNOEXEC
8310      rather than OPT_INCLUDES [Rainer Schoepf <schoepf uni-mainz.de>]
8311
8312   *) ap_md5_binary() was using sprintf() rather than a table lookup
8313      to convert binary bytes to hex digits.
8314      [Ronald Tschalär <ronald innovation.ch>] PR#3409
8315
8316   *) Fix SEGV in TCN negotiation if no variants are acceptable.
8317      [Martin Plechsmid <plechsmi karlin.mff.cuni.cz>] PR#1987
8318
8319   *) API: ap_exists_config_define() function is now "public" [Doug MacEachern]
8320
8321   *) Fix documentation of `Action' directive: It can activate a CGI script
8322      when either a handler or a MIME content type is triggered by the request.
8323      [Andrew Pimlott <pimlott math.harvard.edu>] PR#3340
8324
8325   *) Document the `add' command of `dbmmanage' in `dbmmanage.1' manpage.
8326      [David MacKenzie <djm uu.net>] PR#3394
8327
8328   *) Ignore a "ErrorDocument 401" directive with a full URL and write a
8329      notice to the error log. It is not possible to send a 401 response
8330      and a redirect at the same time.  [Lars Eilebrecht]
8331
8332   *) Fallback to native compilers for IRIX-32 platform. It seems that
8333      a gcc 2.8.1 compiled apache is logging client addresses with all
8334      bits set (255.255.255.255). This is the second such problem caused
8335      by gcc 2.8.1 compiler. The first being broken semaphore locking.
8336      [Randy Terbush]
8337
8338   *) Updated mime.types to reflect current Internet media types
8339      and include a URL to the registry.
8340      [Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
8341
8342   *) SECURITY: Do a more complete check in mod_include to avoid 
8343      an infinite loop of recursive SSI includes.  [Marc Slemko] PR#3323
8344
8345   *) Add APACI --suexec-docroot and --suexec-logfile options which can be
8346      used to set the document root directory (DOC_ROOT) and the suexec
8347      logfile (LOG_EXEC), respectively. Additionally the --layout option
8348      was changed to show more information about the suEXEC setup.
8349      [Lars Eilebrecht] PR#3316, 3357, 3361
8350
8351   *) Added the last two WebDAV status codes of 424 (Failed Dependency)
8352      and 507 (Insufficient Storage) for use by third-party modules.
8353      [Roy Fielding]
8354
8355   *) Enabled all of the WebDAV method names for use by third-party
8356      modules, Limit, and Script directives.  That includes PATCH,
8357      PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK.
8358      Improved mod_actions.c so that it can use any of the methods
8359      defined in httpd.h.  Added ap_method_number_of(method) for
8360      getting the internal method number.  [Roy Fielding]
8361
8362   *) PORT: Add a port to the TPF OS. [Joe Moenich <moenich us.ibm.com> and
8363      others at IBM]
8364
8365   *) Fix problems with handling of UNC names (e.g., \\host\path)
8366      on Win32.  [Ken Parzygnat <kparz us.ibm.com>]
8367
8368   *) Rework os_canonical_*() on Win32 so it's simpler, more
8369      robust, and works.  [Ken Parzygnat <kparz us.ibm.com>]
8370      PR#2555, 2915, 3064, 3232
8371
8372   *) Work around incomplete implementation of strftime on Win32.
8373      [Manoj Kasichainula, Ken Parzygnat <kparz us.ibm.com>]
8374
8375   *) Move a typedef to fix compile problems on Linux with 1.x kernels.
8376      [Manoj Kasichainula] PR#3177
8377
8378   *) PORT: Add a port to the Concurrent PowerMAX OS. [Tom Horsley
8379      <Tom.Horsley mail.ccur.com>]
8380
8381   *) WIN32: Log more explicit error messages if spawning an interpreted 
8382      script failed, including the command line used to attempt to execute 
8383      the interpreter and the Win32 error code returned.  [Marc Slemko]
8384
8385   *) Disable sending of error-notes on a 500 (Internal Server Error) response
8386      since it often includes file path info.  Enable sending of error-notes
8387      on a 501 (Method Not Implemented).  [Roy Fielding] PR#3173
8388
8389   *) http_config.c would respond with 501 (Method Not Implemented) if a
8390      content type handler was specified but could not be found, which
8391      should have been a 500 response.  Likewise, mod_proxy.c would responsd
8392      with a 501 if the URI scheme is unrecognized instead of the correct
8393      response of 403 (Forbidden).  [Roy Fielding]
8394
8395   *) SECURITY: Eliminate DoS attack when a bad URI path contains what
8396      looks like a printf format escape.  [Marc Slemko, Studenten Net Twente]
8397
8398   *) Fix in mod_autoindex: for files where the last modified time stamp was
8399      unavailable, an empty string was printed which was 2 bytes short.
8400      The size and description columns were therefore not aligned correctly.
8401      [Martin Kraemer] (no PR#)
8402
8403   *) Update BS2000 OS code to work with recent versions. Starting with
8404      release A17, the child fork() must be replaced by a _rfork().
8405      (BS2000 only) [Martin Kraemer]
8406
8407   *) Add the actual server_rec structure of the specific Vhost to the
8408      scoreboard file and avoid a string copy (as well as allow some
8409      further future enhancements). [Harrie Hazewinkel
8410      <harrie.hazewinkel jrc.it>]
8411
8412   *) Add APACI --permute-module=foo:bar option which can be used to
8413      on-the-fly/batch permute the order of two modules (mod_foo and mod_bar)
8414      in the Configuration[.apaci] file. Two special and important variants are
8415      supported for the option argument: first BEGIN:foo which permutes module
8416      mod_foo with the begin of the module list, i.e. it `moves' the module to
8417      the begin of the list (gives it lowest priority).  And second foo:END
8418      which permutes mod_foo with the end of the module list, i.e. it `moves'
8419      the module to the end of the list (gives it highest priority). 
8420      [Ralf S. Engelschall]
8421
8422   *) Fix problem with 'apache -k shutdown' and startup event
8423      synchronisation (Win32).  [Ken Parzygnat <kparz raleigh.ibm.com>]
8424      PR#3255
8425
8426   *) The config parser wasn't correctly noticing a missing '>'
8427      on container start lines (e.g., it wouldn't spot
8428      "<Directory /" as a syntax error).  [Ryan Bloom <rbbloom us.ibm.com>]
8429      PR#3279
8430
8431   *) Add a 'RemoveHandler' directive which will selectively remove
8432      all handler associations for the specified file extensions.
8433      [Ryan Bloom <rbbloom us.ibm.com>] PR#1799.
8434
8435   *) Properly handle & allow "nul" and ".*/null" in AccessConfig and
8436      ResourceConfig directives on Win32.  Also add a note to the effect
8437      of 'useless User directive ignored on Win32' to the errorlog if
8438      a User directive is encountered on Win32.
8439      [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2078, 2303.
8440
8441   *) Fix multiple whitespace handling in imagemaps for mod_imap which was
8442      broken since Apache 1.3.1 where we took out compressing of multiple
8443      spaces in ap_cfg_getline().
8444      [Ivan Richwalski <ivan seppuku.net>] PR#3249
8445
8446   *) Fix Berkeley-DB/2.x support in mod_auth_db: The data structures were not
8447      initialized correctly and the db_open() call used an invalid mode
8448      parameter. [Ron Klatchko <ron ckm.ucsf.edu>] PR#3171
8449
8450   *) PORT: DSO support for UnixWare 7
8451      [Ralf S. Engelschall, Ron Record <rr sco.com>]
8452
8453   *) Merge the contents of the {srm,access}.conf-dist* files into the
8454      httpd.conf-dist* files.  The srm and access files now contain
8455      only comments, and httpd.conf has all the combined contents in
8456      a rational order.  [Ken Coar]
8457
8458   *) PORT: DSO/ELF support for FreeBSD 3.0.
8459      [Ralf S. Engelschall, Dirk Froemberg <ibex physik.TU-Berlin.DE>]
8460   
8461   *) Add a "default-handler" handler that calls the default_hander()
8462      function which is normally called for static content.  This allows
8463      you to override a specific handler.  [Marc Slemko]
8464
8465   *) Further simplify checking for absolute paths by replacing an
8466      hard-coded syntax check with a call to a routine we already created to
8467      do this.  [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2976, 3074
8468
8469   *) Log an error if we encounter a malformed "require" directive 
8470      in mod_auth if we know that we know that no other module can
8471      deal with it.  [Marc Slemko]
8472
8473   *) Remove ap_private_extern method of hiding conflicting symbols
8474      on the NEXT platform because it is not correct for all versions,
8475      and the versions for which it is correct are unknown.
8476      [Wilfredo Sanchez <wsanchez apple.com>]
8477
8478   *) Fix inheritance of IndexOptions NameWidth and remove unintended
8479      restriction on +NameWidth, +IconHeight, and +IconWidth.  [Ken Coar]
8480
8481   *) Fix per-directory config merging for cases in which a 500 error
8482      is encountered in an .htaccess file somewhere down the tree.
8483      [Ken Coar]  PR#2409
8484
8485   *) Minor performance improvement to ap_escape_html(). [Roy Fielding]
8486
8487   *) Fixed a segmentation violation in mod_proxy when a response is
8488      non-cachable.  [Roy Fielding, traced by Doug Bloebaum]. PR#2950, 3056
8489
8490 Changes with Apache 1.3.3
8491
8492   *) Added a complete implementation of the Expect header field as
8493      specified in rev-05 of HTTP/1.1.  Disabled the 100 Continue
8494      response when we already know the final status, which is mighty
8495      useful for PUT responses that result in 302 or 401. [Roy Fielding]
8496
8497   *) Remove extra trailing whitespace from the getline results as part
8498      of the protocol processing, which is extra nice because it works
8499      between continuation lines, is almost no cost in the normal case
8500      of no extra whitespace, and saves memory. [Roy Fielding]
8501
8502   *) Added new HTTP status codes and default response bodies from the
8503      revised HTTP/1.1 (307, 416, 417), WebDAV (102, 207, 422, 423), and 
8504      HTTP Extension Framework (510) specifications.  Did not add the
8505      WebDAV 424 and 425 codes because they are bogus.  We don't use any
8506      of these codes yet, but they are now available to 3rd-party modules.
8507      [Roy Fielding]
8508
8509   *) Fix a possible race condition between timed-out requests and the
8510      ap_bhalfduplex select that might result in an infinite loop on
8511      platforms that do not validate the descriptor. [Roy Fielding]
8512
8513   *) WIN32: Add "-k shutdown" and "-k restart" options to signal a
8514      running Apache server [Paul Sutton]
8515
8516   *) Fix mod_autoindex bug where directories got a size of "0k" instead
8517      of "-".  [Martin Plechsmid <plechsmi karlin.mff.cuni.cz>, Marc Slemko]
8518      PR#3130
8519
8520   *) PORT: DRS 6000 machine. [Paul Debleecker <pdebleecker jetair.be>]
8521
8522   *) Add the server signature text (from the core ServerSignature directive)
8523      to the list of envariables available to scripts, SSI, and the like.
8524      [Ken Coar]
8525
8526   *) PORT: Fix sys/resource.h handling for SCO 3.x platform.
8527      [M. Laak <maert proinv.ee>] PR#3108
8528  
8529   *) Fallback from sysconf-based to plain HZ-based `ticks per second'
8530      calculation in mod_status for all systems which don't have POSIX
8531      sysconf() (like UTS 2.1) and not only for the NEXT platform.
8532      [Dave Dykstra <dwd bell-labs.com>] PR#3055
8533
8534   *) Fix `require ...' directive parsing in mod_auth, mod_auth_dbm and
8535      mod_auth_db by using ap_getword_white() (which uses ap_isspace()) 
8536      instead of ap_getword(..., ' ') (which parses only according to spaces 
8537      but not tabs).  [James Morris <jmorris intercode.com.au>, 
8538      Ralf S. Engelschall] PR#3105
8539
8540   *) Fix the SERVER_NAME variable under sub-request situations (where
8541      `UseCanonicalName off' is used) like CGI's called from SSI pages or
8542      RewriteCond variables by adopting r->hostname to sub-requests.
8543      [James Grinter <jrg blodwen.demon.co.uk>] PR#3111
8544
8545   *) Fix stderr redirection under syslog-based error logging situation.
8546      [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#3095
8547
8548   *) Document `ErrorLog syslog:facility' variant of error logging.
8549      [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#3096
8550
8551   *) Fix http://localhost/ hints in top-level INSTALL document.
8552      [Rob Jenson <robjen spotch.com>, Ralf S. Engelschall] PR#3088
8553
8554   *) Quote paths in default configuration files.  [Wilfredo Sanchez]
8555
8556   *) PORT: Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
8557      it is now taken care of properly by the header file tests.
8558      [Wilfredo Sanchez <wsanchez apple.com>]
8559
8560   *) Fix problem with scripts and filehandle inheritance on Win32.
8561      [Ken Parzygnat <kparz raleigh.ibm.com>]  PR#2884, 2910
8562
8563   *) Win32 name canonicalisation could end up using the server's
8564      working directory to fill in some blanks.  [Ken Parzygnat
8565      <kparz raleigh.ibm.com>] PR#3001
8566
8567   *) Correct invalid assumption by ap_sub_req_lookup_file() that all
8568      absolute paths begin with "/" -- because they don't on Win32.
8569      [Ken Parzygnat <kparz raleigh.ibm.com>] PR#2976, 3074
8570
8571   *) Add [REDIRECT_]VARIANTS environment variable to mod_speling
8572      so that ErrorDocument 300 processors can reformat the list
8573      if desired.  [Ken Coar] PR#2859
8574
8575   *) Add +/- incremental prefixes to IndexOptions keywords, and
8576      enable merging of multiple IndexOptions directives.  [Ken Coar]
8577
8578   *) PORT: Allow GuessOS to recognize Unixware 7.0.1 [Steve Cameron
8579      <steve.cameron compaq.com>]
8580
8581   *) Reconstructed the loop through multiple htaccess file names so
8582      that missing files are not confused with unreadable files.
8583      [Roy Fielding]
8584
8585   *) The ap_pfopen and ap_pfdopen routines were failing to protect the
8586      errno on an error, which leads to one error being mistaken for
8587      another when reading non-existent .htaccess files.
8588      [Jim Jagielski]
8589
8590   *) OS/2: The new header tests get things right, need to update
8591      ap_config.h.  [Brian Havard]
8592
8593   *) The Perl %ENV hash will now be setup by default when using the
8594      mod_include `perl' command [Doug MacEachern]
8595
8596   *) PORT: Add Pyramid DC/OSx support to configuration mechanism.
8597      [Earle Ake <akee wpdiss1.wpafb.af.mil>]
8598
8599   *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1
8600      [Dave Dykstra <dwd bell-labs.com>] PR#3054
8601
8602   *) Correct comment in mod_log_config.c about its internals.
8603      [Elf Sternberg <elf halcyon.com>]
8604
8605   *) Avoid possible line overflow in Configure: Use an awkfile to
8606      handle the creation of modules.c [Jim Jagielski]
8607
8608 Changes with Apache 1.3.2
8609
8610   *) Fix bug in ap_remove_module(), which caused problems for dso's 
8611      who were the top_module.  [Doug MacEachern]
8612
8613   *) Add support for Berkeley-DB/2.x (in addition to Berkeley-DB/1.x) to
8614      mod_auth_db to both be friendly to users who wants to use this version
8615      and to avoid problems under platforms where only version 2.x is present.
8616      [Dan Jacobowitz <drow false.org>, Ralf S. Engelschall]
8617
8618   *) When using ap_log_rerror(), make the error message available to the
8619      *ERROR_NOTES envariables by default.  [Ken Coar]
8620
8621   *) BS2000 platform only: get rid of the nasty BS2000AuthFile.
8622      You now must define a BS2000Account name for the server User.
8623      This has fewer security implications than the old approach.
8624      [Martin Kraemer]
8625
8626   *) Fix SHARED_CORE feature for HPUX platform: We now use extension `.sl'
8627      instead of `.so' and `SHLIB_PATH' instead of `LD_LIBRARY_PATH' on this
8628      platform to make the braindead HPUX linker happy. Notice, for the module
8629      DSOs we don't have to use this, because these are loaded manually (and
8630      not via HPUX' dld). [Ralf S. Engelschall] PR#2905, PR#2968
8631
8632   *) Remove 64 thread limit on Win32.
8633      [Bill Stoddard <stoddard raleigh.ibm.com>]
8634
8635   *) Remove redundant substitutions in top-level Makefile.tmpl.
8636      [Ralf S. Engelschall]
8637
8638   *) Fix APACI's `Group' configuration adjustment - especially for Linux
8639      platforms where `nogroup' exists in /etc/group. [Ralf S. Engelschall]
8640  
8641   *) Make PrintPath work generically instead of having one version
8642      strictly for OS/2. [Jim Jagielski, Brian Havard]
8643
8644   *) Fix the recently introduced C header file checking: We now use the C
8645      pre-processor pass only (and no longer the complete compiler pass) to
8646      determine whether a C header file exists or not. Because only this way
8647      we're safe against inter-header dependencies (which caused horrible
8648      portability problems). The only drawback is that we now have a CPP
8649      configuration variable which has to be determined first (we do a similar
8650      approach as GNU Autoconf does here). When all fails the user still has
8651      the possibility to override it manually via APACI or src/Configuration.
8652      As a fallback for the header check itself we can directly check the
8653      existance of the file under /usr/include, too.
8654      [Ralf S. Engelschall] PR#2777
8655
8656   *) PORT: Added RHAPSODY (Mac OS X Server) support. MAP_TMPFILE defined
8657      as an alternate mechanism for mmap'd shared memory for RHAPSODY.
8658      ap_private_extern defined to hide symbols that conflict with loaded
8659      dynamic libraries on the NEXT and RHAPSODY platforms.
8660      [Wilfredo Sanchez <wsanchez apple.com>]
8661
8662   *) Delete PID file on clean shutdowns.
8663      [Charles Randall <crandall matchlogic.com>] PR#2947
8664
8665   *) Fix mod_auth_*.html documents: NSCA -> NCSA
8666      [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#2991
8667
8668   *) Fix INSTALL document: www.gnu.ai.mit.edu -> www.gnu.org
8669      [Karl Berry <karl gnu.org>] PR#2994
8670
8671   *) Fix dbmmanage.1 manual page.
8672      [Youichirou Koga <y-koga jp.FreeBSD.org>] PR#2992
8673      
8674   *) Fix possible buffer overflow situation in suexec.c.
8675      [Jeff Stewart <jws purdue.edu>] PR#2790
8676
8677   *) Add some more LIBS for the SCO5 platform which are needed for the already
8678      used -lprot. It's actually a bug in SCO5, of course.
8679      [Ronald Record <rr sco.com>] PR#2533
8680
8681   *) Fix documentation of ProxyPass/ProxyPassReverse according to the
8682      trailing slash problem. [Jon Drukman <jsd gamespot.com>] PR#2933
8683   
8684   *) Remove `-msym' option from LDFLAGS_SHLIB for the Digital UNIX (OSF/1)
8685      platform, because it's only supported under version 4.0 and higher. But
8686      because our GuessOS is still unaware of Digital UNIX versions and the
8687      -msym is just to optimize the DSO statup time a little bit it's safe and
8688      best when we leave it out now.  [Ralf S. Engelschall] PR#2969
8689
8690   *) Fix the ap_log_error_old(), ap_log_unixerr() and ap_log_printf()
8691      functions: First all three functions no longer fail on strings containing
8692      "%" chars and second ap_log_printf() no longer does a double-formatting
8693      (instead it directly passes through the message to be formatted to the
8694      real internal formatting function). [Ralf S. Engelschall] PR#2941
8695
8696   *) Allow "Include" directives anywhere in the server config
8697      files (but not .htaccess files).  [Ken Coar] PR#2727
8698
8699   *) The proxy was refusing to serve CONNECT requests except to
8700      port 443 (https://) and 563 (snews://). The new AllowCONNECT
8701      directive allows the configuration of the ports to which a
8702      CONNECT is allowed.  [Sameer Parekh, Martin Kraemer]
8703
8704   *) mod_expires will now act on content that is not sent from a file
8705      on disk.  Previously it would never add an Expires: header to
8706      any response that did not come from a file on disk; the only
8707      case where it still doesn't (and can't) add one for that type of 
8708      content is if you are using a modification date based setting.  
8709      [Marc Slemko, Paul Phillips <paulp go2net.com>]
8710
8711   *) Problems encountered during .htaccess parsing or CGI execution
8712      that lead to a "500 Server Error" condition now provide explanatory
8713      text (in the *ERROR_NOTES envariable) to ErrorDocument 500 scripts.
8714      [Ken Coar] PR#1291
8715
8716   *) Add NameWidth keyword to IndexOptions directive so that the
8717      width of the filename column is customisable.  [Ken Coar, Dean Gaudet]
8718      PR#1949, 2324.
8719
8720   *) Recognize lowercase _and_ uppercase `uname' results under
8721      SCO OpenServer. [David Coelho <drc ppt.com>]
8722
8723   *) As duplicate "HTTP/1.0 200 OK" lines within the header seem to be
8724      a common problem of (mis-administrated?) IIS servers, make the apache
8725      proxy immune to these errors (and ignore the duplicates, but log
8726      the fact to error_log). [Martin Kraemer], after the proposal in PR#2914 
8727      
8728   *) The <IfModule and <IfDefine block starting directives now only
8729      allow exactly one argument. Previously, the optional negation
8730      character '!' could be separated by whitespace without a syntax
8731      error being reported, albeit defeating the IfModule functionality
8732      (enclosed directives would ALWAYS be executed). By using the
8733      stricter syntax, these hard-to-track errors can be avoided.
8734      [Martin Kraemer]
8735
8736   *) Simplify handling of IndexOptions in mod_autoindex -- and BTW
8737      cause the standalone FancyIndexing directive to logically OR
8738      into any existing IndexOptions settings rather than wiping
8739      them out.  [Ken Coar]
8740
8741   *) Changes in ftp proxy: make URL parsing simpler by using the
8742      parsed_uri stuff.
8743      + Add display of the "current directory" in cases where it's
8744      different from the supplied path (e.g., ftp://user@host/ lives
8745      in /home/user, not in /, therefore clicking on "../" in the
8746      starting directory might send us to /home/).
8747      + When ftp login fails, (esp. when a user name was part of the
8748      URL already), we now return [401 Unauthorized ] to allow the
8749      browser to pop up an authorization dialog. This makes passwords
8750      slightly less visible (they don't appear in the regular log files)
8751      and implements a functionality that other www proxy servers
8752      already offered.
8753      [Martin Kraemer]
8754
8755   *) Triggered by the recent "Via:" header changes, the proxy module would
8756      dump core for replies with invalid headers (e.g., duplicate
8757      "HTTP/1.0 200 OK" lines). These errors are now logged and the
8758      core dump is avoided. Also, broken replies are not cached.
8759      [Martin Kraemer] PR#2914
8760
8761   *) new `GprofDir' directive when compiled with -DGPROF, where gprof can
8762      plop gmon.out profile data for each child [Doug MacEachern]
8763    
8764   *) Use the construct ``"$@"'' instead of ``$*'' in the generated
8765      config.status script to be immune against arguments with whitespaces.
8766      [Yves Arrouye <yves apple.com>] PR#2866
8767
8768   *) Replace the inlined information grabbing stuff for the configuration
8769      adjustment feature (no --without-confadjust) with calls to a new helper
8770      script `buildinfo.sh' which is both more flexible and already proofed to
8771      be more robust against platform differences. This mainly fixes the
8772      recently occured ``sed: command garbled: ...'' problems.
8773      [Ralf S. Engelschall] PR#2776, PR#2848
8774
8775   *) Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
8776      -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''
8777      without complains after we recently added the POST feature.
8778      [Ralf S. Engelschall]
8779
8780   *) Renamed is_HTTP_xxx() macros to ap_is_HTTP_xxx() name. They are used inside
8781      modules as API functions and we forgot them at the big symbol renaming.
8782      [Ralf S. Engelschall]
8783
8784   *) Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.html
8785      [Youichirou Koga <y-koga jp.FreeBSD.ORG>] PR#2895
8786
8787   *) Dynamically size the filename column of mod_autoindex output.
8788      [Dean Gaudet]
8789
8790   *) Add the ability to do POST requests to the ab benchmarking tool.
8791      [Kurt Sussman <kls best.com>] PR#2871
8792
8793   *) Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
8794      5 to 10 because there are some users out there who always have 5 to 8
8795      variables in one RewriteRule and had to patch mod_rewrite.h for every
8796      release. So 15 should be now more than enough, even for them. (I never
8797      needed more than 4 in my RewriteRules ;-)
8798      [Ralf S. Engelschall]
8799
8800   *) Make the proxy generate and understand Via: headers
8801      [Martin Kraemer]
8802
8803   *) Change the proxy to use tables instead of array_headers for
8804      the header lines. [Martin Kraemer]
8805
8806   *) Make sure the config.status file is not overridden when just
8807      ``configure --help'' is used. [Ralf S. Engelschall] PR#2844
8808
8809   *) Split MODULE_MAGIC_NUMBER into _MAJOR/_MINOR numbers. This should
8810      provide a way to trace API changes that add functionality but do
8811      not create a compatibility issue for precompiled modules, etc.
8812      See include/ap_mmn.h for more details.  [Randy Terbush]
8813
8814   *) Fix suexec installation under `make install root=xxx' situation.
8815      [Ralf S. Engelschall]
8816
8817   *) Extend the output of the -V switch to include the paths of all
8818      compiled-in configuration files, if they were overridden at
8819      compile time, for least astonishment of the user.
8820      [Martin Kraemer]
8821
8822   *) When READing a request in ExtendedStatus mode, the "old"
8823      vhost, request and client information is not displayed.
8824      [Jim Jagielski]
8825
8826   *) STATUS is no longer available. Full status information now
8827      run-time configurable using the ExtendedStatus directive.
8828      [Jim Jagielski]
8829
8830   *) SECURITY [CVE-1999-1199] (cve.mitre.org): 
8831      Eliminate O(n^2) space DoS attacks (and other O(n^2)
8832      cpu time attacks) in header parsing.  Add ap_overlap_tables(),
8833      a function which can be used to perform bulk update operations
8834      on tables in a more efficient manner.
8835      [Dean Gaudet]
8836
8837   *) SECURITY: Added compile-time and configurable limits for
8838      various aspects of reading a client request to avoid some simple
8839      denial of service attacks, including limits on maximum request-line
8840      size (LimitRequestLine), number of header fields (LimitRequestFields),
8841      and size of any one header field (LimitRequestFieldsize).  Also added
8842      a configurable directive LimitRequestBody for limiting the size of the
8843      request message body.  [Roy Fielding]
8844
8845   *) Make status module aware of DNS and logging states, even if
8846      STATUS not defined.  [Jim Jagielski]
8847
8848   *) Fix a problem with the new OS/2 mutexes.  [Brian Havard]
8849
8850   *) Enhance mod_speling so that CheckSpelling can be used in
8851      <Directory> containers and .htaccess files.  [Ken Coar]
8852
8853   *) API: new ap_custom_response() function for hooking into the
8854      ErrorDocument mechanism at runtime [Doug MacEachern]
8855
8856   *) API: new ap_uuencode() function [Doug MacEachern]
8857
8858   *) API: scan_script_header_err_core() now "public" and renamed
8859      ap_scan_script_header_err_core() [Doug MacEachern]
8860
8861   *) The 'status' module will now show the process pid's and their
8862      state even without full STATUS accounting. [Jim Jagielski]
8863
8864   *) Restore the client IP address to the error log messages, this
8865      was lost during the transition from 1.2 to 1.3.  Add a new
8866      function ap_log_rerror() which takes a request_rec * and
8867      formats it appropriately.  [Dean Gaudet] PR#2661
8868
8869   *) Cure ap_cfg_getline() of its nasty habit of compressing internal
8870      whitespace in input lines -- including within quoted strings.
8871      [Ken Coar]
8872      but leading and trailing whitespace should continue to be
8873      stripped [Martin Kraemer]
8874
8875   *) Cleanup of the PrintPath/PrintPathOS2 helper functions. Avoid
8876      the ugly use of an env. variable and use command-line args for
8877      alternate $PATH. Make more like advanced 'type's as well.
8878      [Jim Jagielski]
8879
8880   *) The IRIXN32 Rule was being ignored. Configure now correctly adds
8881      -n32 only if IRIXN32 says to. [Jim Jagielski, Alain St-Denis
8882      <alain.st-denis ec.gc.ca>] PR#2736
8883
8884   *) Clean up a warning in mod_proxy. [Ralf S. Engelschall]
8885
8886   *) Renamed __EMX__ (internal define of the gcc port under OS/2) to OS2
8887      following the same idea as "MSVC vs WIN32". Additionally the src/os/emx/
8888      directory was renamed to src/os/os2/ for consistency.
8889      [Brian Havard, Ralf S. Engelschall]
8890
8891   *) Add new Rule SHARED_CHAIN which can be used to enable linking of DSO
8892      files (here modules) against other DSO files (here shared libraries).
8893      This is done by determining a subset of LIBS which can be safely used for
8894      linking the DSOs, i.e. PIC libs and shared libs.  Currently the rule is
8895      disabled for all platforms to avoid problems with this (experimental)
8896      rule. But we provide it now for those people how ran into problems and
8897      want to came out by forcing linking against DSOs.
8898      [Ralf S. Engelschall] PR#2587
8899
8900   *) Fix suEXEC start message: Has to be of `notice' level to really get
8901      printed together with the standard startup message because the `notice'
8902      level is handled special inside ap_log_error() for startup messages.
8903      [Ralf S. Engelschall] PR#2761 PR#2761 PR#2765
8904
8905   *) Add correct `model' MIME types from RFC2077 to mime.types file.
8906      [Ralf S. Engelschall] PR#2732
8907
8908   *) Fixed examples in mod_rewrite.html document. 
8909      [Youichirou Koga <y-koga jp.FreeBSD.org>, Ralf S. Engelschall] PR#2756
8910
8911   *) Allow ap_read_request errors to propagate through the normal request
8912      handling loop so that the connection can be properly closed with
8913      lingering_close, thus avoiding a potential TCP reset that would
8914      cause the client to miss the HTTP error response.  [Roy Fielding]
8915
8916   *) One more portability fix for APACI shadow tree support: Swap order of awk
8917      and sed in top-level configure script to avoid sed fails on some
8918      platforms (for instance SunOS 4.1.3 and NCR SysV) because of the
8919      non-newline-termined output of Awk. [Ralf S. Engelschall] PR#2729
8920
8921   *) PORT: NEC EWS4800 support.
8922      [MATSUURA Takanori <t-matsuu protein.osaka-u.ac.jp>]
8923
8924   *) Fix a segfault in the proxy on OS/2.  [Brian Havard]
8925
8926   *) Fix Win32 part of ap_spawn_child() by providing a reasonable child_info
8927      structure instead of just NULL. This fixes at least the RewriteMap
8928      programs under Win32. [Marco De Michele <mdemichele tin.it>] PR#2483
8929
8930   *) Add workaround to top-level `configure' script for brain dead 
8931      `echo' commands which interpet escape sequences per default.
8932      [Ralf S. Engelschall] PR#2654
8933
8934   *) Make sure that the path to the Perl interpreter is correctly
8935      adjusted under `make install' also for the printenv CGI script.
8936      [Ralf S. Engelschall] PR#2595
8937  
8938   *) Update the mod_rewrite.html document to correctly reflect the situation
8939      of the `proxy' (`[P]') feature. [Ralf S. Engelschall] PR#2679
8940
8941   *) Fix `install-includes' sub-target of `install' target in top-level
8942      Makefile.tmpl: The umask+cp approach didn't work as expected (especially
8943      for users which extracted the distribution under 'umask 077'), so replace
8944      it by an explicit cp+chmod approach.
8945      [Richard Lloyd, Curt Sampson, Ralf S. Engelschall] PR#2656 PR#2626
8946  
8947   *) Fix `distclean' and `clean' targets in src/Makefile.tmpl to have same
8948      behavior and to cleanup correctly even under enabled SHARED_CORE rule.
8949      [Ralf S. Engelschall]
8950
8951   *) Use a more straight forward and thus less problematic Sed command in
8952      src/helper/mkdir.sh script.  [Ralf S. Engelschall]
8953
8954   *) Make sure the `configure' scripts doesn't fail when trying to guess the
8955      domainname of the machine and there are multiple `domainname' and
8956      `search' entries in /etc/resolv.conf.
8957      [Ralf S. Engelschall] PR#2710
8958
8959   *) Add note about the SHARED_CORE requirement on some platforms also to the
8960      INSTALL file because a lot of users don't read htdocs/manual/dso.html
8961      first. [Ralf S. Engelschall] PR#2701
8962
8963   *) Fix document "hyperlink" for dso.html in src/Configuration.tmpl
8964      [Knut A.Syed <Knut.Syed nhh.no>] PR#2674
8965
8966   *) Modify mod_rewrite to update the Vary response field if the URL rewriting
8967      engine does any manipulations or decisions based upon request fields. 
8968      [Ken Coar] PR#1644
8969
8970   *) Document the special APACI behavior for installation paths where
8971      ``/apache'' is appended to paths under some (well defined, of course)
8972      situations to prevent pollution of system locations with Apache files.
8973      [Ralf S. Engelschall] PR#2660
8974
8975   *) Fixed problem with buffered response message not being sent for
8976      the read_request error conditions of URI-too-long (414) and
8977      malformed header fields (400).  [Roy Fielding] PR#2646
8978
8979   *) Add support for the Max-Forwards: header line required by RFC2068 for
8980      the TRACE method. This allows apache to TRACE along a chain of proxies
8981      up to a predetermined depth. [Martin Kraemer]
8982
8983   *) Fix SHARED_CORE rule: The CFLAGS_SHLIB variable is no longer doubled
8984      (compilers complained) and the .so.V.R.P filename extension was adjusted
8985      to correctly reflect the 1.3.2 version.
8986      [Ralf S. Engelschall] PR#2644
8987
8988   *) SECURITY: Plug "..." and other canonicalization holes under OS/2.
8989      [Brian Havard]
8990   
8991   *) PORT: implement serialized accepts for OS/2.  [Brian Havard]
8992
8993   *) mod_include had problems with the fsize and flastmod directives
8994      under WIN32.  Fix also avoids the minor security hole of using
8995      ".." paths for fsize and flastmod.
8996      [Manoj Kasichainula <manojk raleigh.ibm.com>] PR#2355
8997
8998   *) Fixed some Makefile dependency problems.  [Dean Gaudet]
8999
9000 Changes with Apache 1.3.1
9001
9002   *) Disable the incorrect entry for application/msword in the 
9003      mod_mime_magic "magic" file because it also matches other Office
9004      documents.  [Ralf S. Engelschall] PR#2608
9005
9006   *) Fix broken RANLIB handling in src/Configure (the entry from
9007      src/Configuration.tmpl was ignored) and additionally force RANLIB to
9008      /bin/true under HP/UX where ranlib exists but is deprecated.
9009      [Ralf S. Engelschall] PR#2627
9010      
9011   *) 'apachectl status' failed on some systems.
9012      [Steve VanDevender <stevev darkwing.uoregon.edu>, Lars Eilebrecht] PR#2613
9013
9014   *) Add new flags for ap_unparse_uri_components() to make it generate
9015      the scheme://sitepart string only, or to omit the query string.
9016      [Martin Kraemer]
9017
9018   *) WIN32: Canonicalize ServerRoot before checking to see if it
9019      is a valid directory.  The failure to do this caused certain
9020      ServerRoot settings (eg. "ServerRoot /apache") to be improperly
9021      rejected.  [Marc Slemko]
9022
9023   *) Global renaming of C header files to both get rid of conflicts with third
9024      party packages and to again reach consistency:
9025        1. conf.h      -> ap_config.h
9026        2. conf_auto.h -> ap_config_auto.h \ these are now merged
9027        3. ap_config.h -> ap_config_auto.h / in the config process
9028        4. compat.h    -> ap_compat.h
9029        5. apctype.h   -> ap_ctype.h
9030      Backward compatibility files for conf.h and compat.h were created.
9031
9032   *) mod_mmap_static will no longer take action on requests unless at 
9033      least one "mmapfile" directive is present in the configuration. 
9034      This experimental module has to do some black magic to operate 
9035      inside the current API and thus creates side-effects for other 
9036      modules under some circumstances.
9037      [Ralf S. Engelschall]
9038  
9039   *) Add conservative ticks around more egrep arguments in top-level configure
9040      to avoid problems under brain-dead platforms like Digital UNIX (OSF1).
9041      [Ralf S. Engelschall] PR#2596
9042
9043   *) mod_rewrite created RewriteLock files under the UID of the parent
9044      process, thus the child processes had no write access to the files.
9045      Now a chown() is done on the file to the uid of the children,
9046      if applicable.  [Lars Eilebrecht, Ralf S. Engelschall] PR#2341
9047
9048   *) Autogenerate some HAVE_XXXXX_H defines in conf_auto.h (determined via
9049      TestCompile) instead of defining them manually in conf.h based on less
9050      accurate platform definitions.  This way we no longer have to fiddle with
9051      OS-type and/or OS-version identifiers to discover whether a system header
9052      file exists or not.  Instead we now directly check for the existence of
9053      those esoteric ones. 
9054      [Ralf S. Engelschall] PR#2093, PR#2361, PR#2377, PR#2434,
9055                            PR#2524, PR#2525, PR#2533, PR#2569
9056
9057   *) mod_setenvif (BrowserMatch* and friends) will now match a missing
9058      field with "^$".  [Ken Coar]
9059
9060   *) Set the RTLD_GLOBAL dlopen mode parameter to allow dynamically loaded
9061      modules to load their own modules dynamically.  This improves mod_perl
9062      and mod_php3 when these modules are loaded dynamically into Apache.
9063      [Rasmus Lerdorf]
9064
9065   *) Cache a proxied request in the event that the client cancels the
9066      transfer, provided that the configured percentage of the file has
9067      already been transfered. It works for HTTP transfers only.  The 
9068      new configuration directive is called CacheForceCompletion. 
9069      [Glen Parker <glenebob nwlink.com>] PR#2277
9070
9071   *) Add the "<!DOCTYPE HTML" magic cookie used by modern documents (and
9072      required by HTML 3.2 and later) to mod_mime_magic's conf/magic.
9073      [Anna Shergold <anna inext.co.uk>]
9074
9075   *) Fix yet another signal-based race condition involving nested timers.
9076      Signals suck.  [Dean Gaudet]
9077
9078   *) suexec's error messages have been clarified a little bit.  [Ken Coar]
9079
9080   *) Clean up some, but perhaps not all, 8-bit character set problems
9081      with config file parsing, and URL parsing.  We now define
9082      ap_isdigit(), ap_isupper(), ... which cast to an (unsigned char).
9083      This should work on most modern unixes.
9084      [Dean Gaudet] PR#800, 2282, 2553  (and others)
9085
9086   *) The "handler not found" error was issued in cases where the handler
9087      really did exist, but was just declining to serve the request.
9088      [John Van Essen <jve gamers.org>] PR#2529
9089
9090   *) Add Dynamic Shared Object (DSO) support for SCO5 (OpenServer 5.0.x).
9091      [Ronald Record <rr sco.com>] PR#2533
9092
9093   *) The APACI libexecdir was not extended with an "apache/" subdir
9094      if the installation prefix didn't already contain "apache", but
9095      it should be because the DSO files are Apache-specific.  Now
9096      libexecdir is treated the same way sysconfdir, datadir, localstatedir
9097      and includedir are already treated.
9098      [Charles Levert <charles comm.polymtl.ca>] PR#2551
9099
9100   *) The <Limit> parsing routine was incorrectly treating methods as
9101      case-insensitive.  [Ken Coar]
9102
9103   *) The ap_bprintf() code neglected to test if there was an error on
9104      the connection.  ap_bflush() misdiagnosed a failure as a success.
9105      [Dean Gaudet]
9106
9107   *) add support for #perl arg interpolation in mod_include
9108      [Doug MacEachern]
9109
9110   *) API: Name changes of table_elts to ap_table_elts, is_table_empty
9111      to ap_is_table_empty and bgetflag to ap_bgetflag. [Ben Laurie]
9112
9113   *) PORT: Add UnixWare 7 support
9114      [Vadim Kostoglodoff <vadim olly.ru>] PR#2463
9115
9116   *) Fix the Guess-DSO-flags-from-Perl stuff in src/Configure: "perl" was
9117      used instead of "$PERL" which contains the correctly determined Perl
9118      interpreter (important for instance on systems where "perl" and "perl5"
9119      exists, like BSDI or FreeBSD, etc).
9120      [Ralf S. Engelschall] PR#2505
9121
9122   *) Move the initial suEXEC-related startup message from plain
9123      fprintf()/stderr to a delayed ap_log_error()-based one to avoid problems
9124      when Apache is started from inetd (instead of standalone). Under this
9125      situation startup messages on stderr lead to problems (the line is sent
9126      to the client in front of the requested document).
9127      [Ralf S. Engelschall] PR#871, PR#1318
9128
9129   *) Add a flag so ap_fnmatch() can be used for case-blind pattern matching.
9130      [Ken Coar, Dean Gaudet]
9131
9132   *) WIN32: Don't collapse multiple slashes in PATH_INFO.
9133      [Ben Laurie, Bill Stoddard <wgstodda us.ibm.com>] PR#2274
9134
9135   *) WIN32 SECURITY: Eliminate trailing "."s in path components. These are
9136      ignored by the Windows filesystem, and so can be used to bypass security.
9137      [Ben Laurie, Alexei Kosut].
9138
9139   *) We now attempt to dump core when we get SIGILL. [Jim Jagielski]
9140
9141   *) PORT: remove broken test for MAP_FILE in http_main.c.
9142      [Wilfredo Sanchez <wsanchez apple.com>]
9143
9144   *) PORT: Change support/apachectl to use "kill -0 $pid" to test if the
9145      httpd is running.  This should be more portable than figuring out
9146      which of three dozen different versions of "ps" are installed.
9147      [a cast of dozens]
9148
9149   *) WIN32: If we can't figure out how to execute a file in a script
9150      directory, bail out of the request with an error message.  [W G Stoddard]
9151
9152   *) WIN32 SECURITY: Eliminate directories consisting of three or more dots;
9153      these are treated by Win32 as if they are ".." but are not detected by
9154      other machinery within Apache. This is something of a kludge but
9155      eliminates a security hole. [Manoj Kasichainula, Ben Laurie]
9156
9157   *) Move ap_escape_quotes() from src/ap to src/main/util.c; it uses
9158      pools and thus pollutes libap (until the pool stuff is moved there).
9159      [Ken Coar]
9160
9161   *) IndexIgnore should be case-blind on Win32 (and any other case-aware
9162      but case-insensitive platforms).  New #define for this added to conf.h
9163      (CASE_BLIND_FILESYSTEM).  [Ken Coar] PR#2455
9164
9165   *) Enable DSO support for OpenBSD in general, not only for 2.x, because it
9166      also works for OpenBSD 1.x. [Ralf S. Engelschall]
9167
9168   *) PORT: Fix compilation problem on ARM Linux.
9169      [Sam Kington <sam illuminated.co.uk>] PR#2443
9170
9171   *) Let APACI's configure script determine some configuration parameters
9172      (Group, Port, ServerAdmin, ServerName) via some intelligent tests to
9173      remove some of the classical hurdles for new users when setting up
9174      Apache. This is done per default because it is useful for the average
9175      user. Package authors can use the --without-confadjust option to disable
9176      these configuration adjustments.
9177      [Ralf S. Engelschall]
9178
9179   *) Added an EXTRA_DEPS configuration parameter which can be used
9180      to add an extra Makefile dependency for the httpd target, for instance
9181      to external third-party libraries, etc.
9182      [Ralf S. Engelschall]
9183
9184   *) Add <IfDefine>..</IfDefine> sections to the core module (with same spirit
9185      as <IfModule>..</IfModule> sections) which can be used to skip or process
9186      contained commands dependend of ``-D PARAMETER'' options on the command
9187      line. This can be used to achieve logical conditions like <IfDefine
9188      ReverseProxy> instead of physically ones (e.g. <IfModule mod_proxy.c>)
9189      and thus especially can be used for conditionally loading DSO-based
9190      modules via LoadModule, etc. [Ralf S. Engelschall]
9191
9192   *) PORT: clean up a warning in mod_status for OS/2.  [Brian Havard]
9193
9194   *) Make table elements const. This may prevent obscure errors. [Ben Laurie]
9195
9196   *) Fix parsing of FTP `SIZE' responses in proxy module: The newline was not
9197      truncated which forced following HTTP headers to be data in the HTTP
9198      reponse. [Ralf S. Engelschall, Charles Fu <ccwf bacchus.com>] 
9199      PR#2412, 2367
9200
9201   *) Portability fix for APACI shadow tree support: Swap order of awk and sed
9202      in top-level configure script to avoid sed fails on some platforms (for
9203      instance SunOS 4.1.3 and NCR SysV) because of the non-newline-termined
9204      output of Awk. [Bill Houle <bhoule sandiegoca.ncr.com>] PR#2435
9205
9206   *) Improve performance of directory listings (mod_autoindex) by comparing
9207      integer keys (last-modified and size) as integers rather than converting
9208      them to strings first.  Also use a set of explicit byte tests rather
9209      than strcmp() to check for parent directory-ness of an entry.  Oh, and
9210      make sure the parent directory (if displayed) is *always* listed first
9211      regardless of the sort key.  Overall performance winnage should be good
9212      in CPU time, instruction cache, and memory usage, particularly for large
9213      directories.  [Ken Coar]
9214
9215   *) Add a tiny but useful goody to APACI's configure script: The generation
9216      of a config.status script (as GNU Autoconf does) which remembers the used
9217      configure command and hence can be used to restore the configuration by
9218      just re-running this script or for remembering the configuration between
9219      releases.
9220      [Ralf S. Engelschall]
9221
9222   *) Add httpd -t (test) option for running configuration syntax tests only.
9223      If something is broken it complains and exits with a return code
9224      non-equal to 0. This can be used manually by the user to check the Apache
9225      configuration after editing and is also automatically used by apachectl
9226      on (graceful) restart command to make sure Apache doesn't die on restarts
9227      because of a configuration which is now broken since the last (re)start.
9228      This way `apachectl restart' can be used inside cronjobs without having
9229      to expect Apache to be falling down. Additionally the httpd -t can be run
9230      via `apachectl configtest'.
9231      [Ralf S. Engelschall] PR#2393
9232   
9233   *) Minor display fix for "install" target of top-level Makefile:
9234      the displayed installation command was incorrect although the
9235      executed command was correct. Now they are in sync.
9236      [Ralf S. Engelschall] PR#2402
9237
9238   *) Correct initialization of variable `allowed_globals' in http_main.c
9239      [Justin Bradford <justin ukans.edu>] PR#2400
9240
9241   *) Apache would incorrectly downcase the entire Content-Type passed from
9242      CGIs.  This affected server-push scripts and such which use
9243      multipart/x-mixed-replace;boundary=ThisRandomString.
9244      [Dean Gaudet] PR#2394
9245
9246   *) PORT: QNX update to properly guess 32-bit systems.
9247      [Sean Boudreau <seanb qnx.com>] PR#2390
9248
9249   *) Make sure the DSO emulation code for HPUX finds the proprietary shl_xxx()
9250      functions which are in libdld under HPUX 9/10.
9251      [Ralf S. Engelschall] PR#2378
9252
9253   *) Make sure the "install" target of the top-level Makefile doesn't break
9254      because of a return code of 1 from an "if" (for instance under braindead
9255      Ultrix the result code of an "if" construct is 1 if the "then" clause
9256      didn't match). [Ralf S. Engelschall]
9257
9258   *) Add an additional "dummy" target to the "$(LIB)" target in generated
9259      modules/xxx/Makefile's to avoid problems with SVR4 Make under "full-DSO"
9260      situation (no libxxx.a built, only mod_xxx.so's) where LIB and OBJS are
9261      empty. [Ralf S. Engelschall, Dean Gaudet, Martin Kraemer]
9262
9263   *) Replace two bad sprintf() calls with ap_snprintf() variants in
9264      mod_rewrite. [Ralf S. Engelschall]
9265
9266   *) Fix missing usage description for MetaFiles directive.
9267      [David MacKenzie <djm va.pubnix.com>] PR#2384
9268
9269   *) mod_log_config wouldn't let vhosts use log formats defined in the
9270      main server.  [Christof Damian <damian mediaconsult.com>] PR#2090
9271
9272   *) mod_usertrack was corrupting the client hostname.  As part of the
9273      fix, the cookie values were slightly extended to include the
9274      fully qualified hostname of the client.
9275      [Dean Gaudet] PR#2190, 2229, 2366
9276
9277   *) Fix a typo in pool debugging code.  [Alvaro Martinez Echevarria]
9278
9279   *) mod_unique_id did not work on alpha linux (in general on any
9280      architecture that has 64-bit time_t).
9281      [Alvaro Martinez Echevarria]
9282
9283   *) PORT: Make SCO 5 (and probably 3) compile again. [Ben Laurie]
9284
9285   *) PORT: NCR MPRAS systems have the same bug with SIGHUP restart that
9286      Solaris systems experience.  So define WORKAROUND_SOLARIS_BUG.
9287      [Klaus Weber <kweber chephren.germany.ncr.com>] PR#1973
9288
9289   *) Change "Options None" to "Options FollowSymLinks" in the 
9290      <Directory /> section of the default access.conf-dist
9291      (and -win even though it doesn't matter there).  This has better
9292      performance, and more intuitive semantics.  [Dean Gaudet]
9293
9294   *) PORT: Updated support for UTS 2.1.2.
9295      [Dave Dykstra <dwd bell-labs.com>] PR#2320
9296
9297   *) Fix symbol export list (src/support/httpd.exp) after recent
9298      API changes in the child spawning area.
9299      [Jens-Uwe Mager <jum helios.de>]
9300
9301   *) Workaround for configure script and old `test' commands which do not
9302      support the -x flag (for instance under platforms like Ultrix). This is
9303      solved by another helper script findprg.sh which searches for Perl and
9304      Awk like PrintPath but _via different names_.
9305      [Ralf S. Engelschall]
9306
9307   *) Remove the system() call from htpasswd.c, which eliminates a system
9308      dependancy.  ["M.D.Parker" <mdpc netcom.com>] PR#2332
9309
9310   *) PORT: Fix compilation failures on NEXTSTEP.
9311      [Rex Dieter <rdieter math.unl.edu>] PR#2293, 2316
9312
9313   *) PORT: F_NDELAY is a typo, should have been FNDELAY.  There's also
9314      O_NDELAY on various systems.  [Dave Dykstra <dwd bell-labs.com>] PR#2313
9315
9316   *) PORT: helpers/GuessOS updates for various versions for NCR SVR4.
9317      [juerg schreiner <j.schreiner zh.ch>,
9318      Bill Houle <Bill.Houle SanDiegoCA.NCR.COM>] PR#2310
9319
9320   *) Fix recently introduced Win32 child spawning code in mod_rewrite.c which
9321      was broken because of invalid ap_pstrcat() -> strcat() transformation.
9322      [Ralf S. Engelschall]
9323
9324   *) Proxy Cache Fixes: account for directory sizes, fork off garbage collection
9325      to continue in background, use predefined types (off_t, size_t, time_t),
9326      log the current cache usage percentage at LogLevel debug
9327      [Martin Kraemer, based on discussion between Dean Gaudet & Dirk vanGulik]
9328
9329 Changes with Apache 1.3.0
9330
9331   *) Using a type map file as a custom error document was not possible.
9332      [Lars Eilebrecht] PR#1031
9333
9334   *) Avoid problems with braindead Awks by additionally searching for gawk 
9335      and nawk in APACI's configure script.
9336      [Dave Dykstra <dwd bell-labs.com>, Ralf S. Engelschall] PR#2319
9337
9338   *) Rename md5.h to ap_md5.h to avoid conflicts with native MD5 on
9339      some systems. [Randy Terbush]
9340
9341   *) Change usage of perror()+fprintf(stderr,...) in mod_rewrite to
9342      more proper ap_log_error() variants.
9343      [Ralf S. Engelschall]
9344
9345   *) Make sure the argument for the --add-module option to APACI's configure
9346      script is of type [path/to/]mod_xxx.c because all calculations inside
9347      configure and src/Configure depend on this.
9348      [Ralf S. Engelschall] PR#2307
9349
9350   *) Changes usage of perror/fprintf to stderr to more proper ap_log_error
9351      in mod_mime, mod_log_referer, mod_log_agent, and mod_log_config.
9352      [Brian Behlendorf]
9353
9354   *) Various OS/2 cleanups ["Brian Havard" <brianh kheldar.apana.org.au>]
9355
9356   *) PORT: QNX needed a #include <sys/mman.h>; and now it uses flock
9357      serialized accept to handle multiple sockets.
9358      [Rob Saccoccio <robs InfiniteTechnology.com>] PR#2295, 2296
9359  
9360   *) Have NT properly set the directory for CGI scripts 
9361      (& other spawned children)
9362      [W G Stoddard <wgstodda us.ibm.com>]
9363
9364   *) Propagate environment to CGI scripts correctly in Win32.
9365      [W G Stoddard <wgstodda us.ibm.com>] PR#2294
9366
9367   *) Some symbol renaming:
9368      ap_spawn_child_err became ap_spawn_child
9369      ap_spawn_child_err_buff became ap_bspawn_child
9370      spawn_child was obsoleted and moved to compat.h
9371      [Brian Behlendorf]
9372
9373   *) Upgrade the child spawning code in mod_rewrite for the RewriteMap
9374      programs: ap_spawn_child_err() is used and the Win32 case now uses
9375      CreateProcess() instead of a low-level execl() (which caused problems in
9376      the past under Win32).
9377      [Ralf S. Engelschall]
9378
9379   *) A few cosmetics and trivial enhancements to APXS to make the
9380      generated Makefile more user friendly. [Ralf S. Engelschall]
9381
9382   *) Proxy Fix: The proxy special failure routine ap_proxyerror()
9383      was updated to use the normal apache error processing, thereby allowing
9384      proxy errors to be treated by ErrorDocument's as well. For this
9385      purpose, a new module-to-core communication variable "error-notes"
9386      was introduced; the proxy (and possibly other modules) communicates
9387      its error text using this variable. Its content is copied to a new
9388      cgi-env-var REDIRECT_ERROR_NOTES for use by ErrorDocuments.
9389      The old proxy special error routine ap_proxy_log_uerror()
9390      was replaced by regular ap_log_error() calls, many messages were made
9391      more informative. 
9392      [Martin Kraemer] PR#494, 1259
9393
9394   *) SECURITY: A possible buffer overflow in the ftp proxy was fixed.
9395      [Martin Kraemer]
9396
9397   *) Transform the configure message "You need root privileges for suEXEC"
9398      from a fatal error into a (more friendly) warning because the building
9399      ("make") of Apache we can allow, of course. Root privileges are needed
9400      only for the installation step ("make install"). So make sure the
9401      user is aware of this fact but let him proceed as long as he can.
9402      [Ralf S. Engelschall] PR#2288
9403   
9404   *) Renamed three more functions to common ap_ prefix which we missed at the
9405      Big Symbol Renaming because they're #defines and not real C functions:
9406      is_default_port(), default_port(), http_method().
9407      [Ralf S. Engelschall]
9408
9409   *) A zero-length name after a $ in an SSI document should cause
9410      just the $ to be in the expansion.  This was broken during the
9411      security fixes in 1.2.5.  [Dean Gaudet] PR#1921, 2249
9412
9413   *) Call ap_destroy_sub_req() in ap_add_cgi_vars() to reclaim some
9414      memory.  [Rob Saccoccio <robs InfiniteTechnology.com>] PR#2252
9415
9416   *) Fix src/support/httpd.exp (DSO export file which is currently only
9417      used under AIX) because of recent changes to function names.
9418      [Ralf S. Engelschall]
9419
9420 Changes with Apache 1.3b7
9421
9422   *) Make sure a MIME-type can be forced via a RewriteRule even when no
9423      substitution takes place, for instance via the following rule:
9424      ``RewriteRule ^myscript$ - [T=application/x-httpd-cgi]'' This was often
9425      requested by users in the past to force a single script without a .cgi
9426      extension and outside any cgi-bin dirs to be executed as a CGI program.
9427      [Ralf S. Engelschall] PR#2254
9428
9429   *) A fix for protocol issues surrounding 400, 408, and
9430      414 responses. [Ed Korthof]
9431
9432   *) Ignore MaxRequestsPerChild on WIN32. [Brian Behlendorf]
9433
9434   *) Fix discrepancy in proxy_ftp.c which was causing failures when 
9435      trying to connect to certain ftpd's, such as anonftpd.  
9436      [Rick Ohnemus <rick ecompcon.com>]
9437
9438   *) Make mod_rewrite use ap_open_piped_log() for RewriteLog directive's
9439      logfile instead of fiddling around itself with child spawning stuff.
9440      [Ralf S. Engelschall]
9441
9442   *) Made RefererIgnore case-insensitive.
9443
9444   *) Mod_log_agent, mod_log_referer now use ap_open_piped_log for piped logs.
9445      [Brian Behlendorf]
9446
9447   *) Replace use of spawn_child with ap_spawn_child_err_buff, to make everything
9448      "safe" under Win32.  In: mod_include.c, mod_mime_magic.c
9449      [Brian Behlendorf]
9450
9451   *) Improve RFC1413 support. [Bob Beck <beck bofh.ucs.ualberta.ca>]
9452
9453   *) Fix support script `dbmmanage': It was unable to handle some sort
9454      of passwords, especially passwords with "0" chars.
9455      [Ralf S. Engelschall] PR#2242
9456
9457   *) WIN32: Clicking on "Last Modified" in a fancy index caused a crash. Fixed.
9458      [Ben Laurie] PR#2238
9459
9460   *) WIN32: CGIs could cause a hang (because of a deadlock in the standard C
9461      library), so CGI handling has been changed to use Win32 native handles
9462      instead of C file descriptors.
9463      [Ben Laurie and Bill Stoddard <wgstodda us.ibm.com>] PR#1129, 1607
9464
9465   *) The proxy cache would store an incorrect content-length in the cached
9466      file copy after a cache update. That resulted in repeated fetching
9467      of the original copy instead of using the cached copy.
9468      [Ernst Kloppenburg <kloppen isr.uni-stuttgart.de>] PR#2094
9469
9470   *) The Makefiles assumed that DSO files are build via $(LD). This
9471      is broken for two reasons: First we never defined at least LD=ld
9472      somewhere to make sure this works (it was silently assumed that most Make
9473      provide a built-in LD definition - ARGL!) and second using the generic LD
9474      variable is not the truth. Instead a special variable named LD_SHLIB is
9475      reasonable because although "ld" is usually the default, the command for
9476      building DSO files can be "libtool" or even "cc" on some systems.
9477      [Ralf S. Engelschall]
9478
9479   *) Replace the AddVersionPlatform directive with ServerTokens which
9480      provides for more control over the format of the Server:
9481      header line. SERVER_SUBVERSION is no longer supported;
9482      all module should use the ap_add_version_component()
9483      API function instead. [Jim Jagielski]
9484
9485   *) Support for the NCR MP/RAS 3.0
9486      [John Withers <withers semi.kcsc.mwr.irs.gov>]
9487
9488   *) The LDFLAGS_SHLIB_EXPORT variable of src/Configuration[.tmpl] was
9489      not retrieved in src/Configure and thus was not useable.
9490      [Ralf S. Engelschall]
9491  
9492   *) Various Makefile consistency cleanups:
9493      - make OSDIR also automatically be relative to src/ like INCDIR
9494      - SUBDIRS is now generated in src/Makefile only and not in
9495        Makefile.config because it is a local define for this location.
9496      - remove BROKEN_BPRINTF_FLAGS because is it no longer used inside
9497        any Makefile but make sure that at least the "-K inline" is kept in
9498        CFLAGS for SCO 5.
9499      - update the "depend" targets in Makefile.tmpl files to use $(OSDIR), too.
9500      - updated the dependencies theirself
9501      - removed not existing SHLIB variable from "clean" targets
9502      - replaced SHLIB_OBJS/SHLIBS_OBJ consistently with OBJS_PIC because OBJS
9503        already exists and OBJS_PIC are also just plain objects and have not
9504        directly to do with "shared" things. The only difference is that they
9505        contain PIC. So OBJS_PIC is the more canonical name.
9506      - Updated the Makefile-dependency lines for OBJS_PIC
9507      - Removed the Makefile-dependency line in Configure to avoid double
9508        definitions
9509      - replaced ugly xx-so.o/xx.so-o hack with a clean and consistent usage
9510        of xxx.lo as GNU libtool does with its PIC objects
9511      - reduce local complexity in modules Makefile.tmpl by moving the last
9512        existing target "depend" to the generation section in Configure, too.
9513      - removed the historical $(SPACER) which was used in the past together
9514        with BROKEN_BPRINTF_FLAGS to avoid zig-zags in the build process. This
9515        is no longer needed.
9516      - force the build and run of the gen_xxx programs under main/ as the
9517        first step before building the objects because it looks cleaner
9518      [Ralf S. Engelschall]
9519
9520   *) WIN32: Make Win32 work again after the /dev/null DoS fix.
9521      [Ben Laurie]
9522
9523   *) WIN32: Check for buffer overflows in ap_os_canonical_filename.
9524      [Ben Laurie]
9525
9526   *) WIN32: Don't force ISAPI headers to finish with \n.
9527      [Jim Patterson <Jim.Patterson Cognos.COM>, Ben Laurie] PR#2060
9528
9529   *) When opening "configuration" files (like httpd.conf, htaccess
9530      and htpasswd), Apache will not allow them to be non-/dev/null
9531      device files. This closes a DoS hole. At the same time,
9532      we use ap_pfopen to open these files to handle timeouts.
9533      [Jim Jagielski, Martin Kraemer]
9534
9535   *) Apache will now log the reason its httpd children exit if they exit
9536      due to an unexpected signal.  (It requires a new porting define,
9537      SYS_SIGLIST, which if defined should point to a list of text
9538      descriptions of the signals available.  See PORTING.)  [Dean Gaudet]
9539
9540   *) WIN32: chdir() doesn't make sense in a multithreaded environment 
9541      like WIN32.  Before, Win32 CGI's could have had sporadic failures 
9542      if a chdir call from one thread was made between another chdir call 
9543      and a spawn in another thread.  So, for now don't chdir for CGI scripts 
9544      in WIN32.  The current CGI "spec" is unclear as to whether it's 
9545      necessary.  Long-term fix is to either serialize the chdir/spawn combo 
9546      or use WIN32 native calls to spawn a process.  This temp fix was 
9547      necessary to remove this as a showstopper for 1.3's release. 
9548      [Brian Behlendorf]
9549
9550   *) Cleanup the suEXEC support in APACI and make it more safe:
9551      1. Add big fat hint in INSTALL about risks and to read the
9552         htdocs/manual/suexec.html document before using the suexec-related
9553         configure options.
9554      2. Make sure the user has at least provided one --suexec-xxxx option
9555         (specifies suEXEC parameters) in addition to --enable-suexec option.
9556         If only --enable-suexec is given APACI stops with a hint to INSTALL
9557         and htdocs/manual/suexec.html documents.
9558      3. Provide two additional --suexec-xxxx options to make the suEXEC
9559         configuration complete (especially for package maintainers who else
9560         had to patch the source tree) by providing ways to configure minimal
9561         UID/GID and safe PATH, too.
9562      [Ralf S. Engelschall]
9563
9564   *) Cleanup of the `configure --shadow' process:
9565      - make sure the configure script creates its temporary files in the
9566        shadow tree to avoid conflicts with parallel configure runs
9567      - removed unnecessary option "-r" from "rm" call for Makefiles
9568      - make sure the configure scripts creates the shadow-wrapper Makefile
9569        only when no shadow trees already exists
9570      - make sure "make distclean" removes the shadow-wrapper Makefile but only
9571        when no more shadow trees exists
9572      - overhauled mkshadow.sh script: now its more IFS-safe and approx. twice
9573        as fast (in the past it needed 70sec, now it runs just 38sec)
9574      - make sure CVS does not complain about the created files
9575        Makefille.<gnutriple> and directories src.<gnutriple>
9576      [Ralf S. Engelschall]
9577
9578   *) Added the ap_add_version_component() API routine and the
9579      AddVersionPlatform core directive.  The first allows modules to
9580      declare themselves in the Server response header field value,
9581      augmenting the SERVER_SUBVERSION define in the Configuration file
9582      with run-time settings (more useful in a loadable-module environment).
9583      AddVersionPlatform inserts a comment such as "(UNIX)" or "(Win32)"
9584      into the server version string.  [Ken Coar] PR#2056
9585
9586   *) Minor stability tweaks to avoid core dumps in ap_snprintf.
9587      [Martin Kraemer]
9588
9589   *) Emit the "Accept-Range" header for the default handler.
9590      [Brian Behlendorf] PR#1464
9591
9592   *) Add a note to httpd.conf-dist that apache will on some systems fail
9593      to start when the Group # is set to a negative or large positive value.
9594      [Martin Kraemer]
9595
9596   *) Make sure the module execution order is correct even when some modules
9597      are loaded under runtime (`LoadModule') via the DSO mechanism:
9598      1. The list of loaded modules is now a dynamically allocated one
9599         and not the original statically list from modules.c
9600      2. The loaded modules are now correctly setup by LoadModule for
9601         later use by the AddModule command.
9602      3. When the DSO mechanism for modules is used APACI's `install'
9603         target now enables all created `LoadModule' lines per default because
9604         this is both already expected by the user _and_ needed to avoid
9605         confusion with the next point and reduces the Makefile.tmpl complexity
9606      4. When the DSO mechanism for modules is used, APACI's `install'
9607         target now additionally makes sure the module list is reconstructed
9608         via a complete `ClearModuleList+AddModule...' entry.
9609      5. The support tool `apxs' now also makes sure an AddModule command
9610         is added in addition to the LoadModule command.
9611      6. The modules.c generation was extended to now contain two
9612         comments to make sure no one is confused by the confusing terminology
9613         of loading/linking (we use load=link+load & link=activate instead of
9614         the obvious load=activate & link=link :-( )
9615      This way now there is no longer a difference under execution time between
9616      statically and dynamically linked modules.
9617      [Ralf S. Engelschall]
9618
9619   *) Fix the generated mod_xxx.c from "apxs -g -f xxx" after the
9620      Big Symbol Renaming. [Ralf S. Engelschall]
9621
9622   *) Add a comment to mod_example.c showing the format of a FLAG command
9623      handler.  [Ken Coar]
9624
9625   *) Standardized the time format in mod_status to match that of other 
9626      places in the code (e.g. DATE_GMT).  PR#1551
9627
9628   *) Fix handling of %Z in timefmt strings for those platforms with no time
9629      zone information in their tm struct. [Paul Eggert <eggert twinsun.com>]
9630      PR#754
9631
9632   *) Makes mod_rewrite, mod_log_config, mod_status and the ServerSignature 
9633      feature compatible with 'UseCanonicalName off' by changing  
9634      r->server->server_hostname to ap_get_server_name().  And I changed some 
9635      functions which use r->server->port to use ap_get_server_port() instead, 
9636      because if there's no Port directive in the config r->server->port is 0.
9637      [Lars Eilebrecht]
9638
9639   *) get/set_module_config are trivial enough to be better off inline.  Worth
9640      1.5% performance boost. [Dean Gaudet]
9641
9642   *) Fix off-by-one error in ap_proxy_date_canon() in proxy_util.c
9643      when ensuring 'x' is at least 30-chars big. [Jim Jagielski,
9644      Brian Behlendorf]
9645
9646   *) [BS2000 security] BS2000 needs an extra authentication to initialize
9647      the task environment to the unprivileged User id. Otherwise CGI scripts
9648      would have a way to gain super user access. [Martin Kraemer]
9649
9650   *) Fix debug log messages for BS2000/OSD: instead of logging the whole
9651      absolute path, only log base name of logging source as is done
9652      in unix. [Martin Kraemer]
9653
9654   *) Ronald Tschalaer's Accept-Encoding patch - preserve the "x-" in
9655      the encoding type from the Accept-Encoding header (if it's there)
9656      and use it in the response, as that's probably what it'll be expecting.
9657      [<Ronald.Tschalaer psi.ch>]
9658
9659   *) Fix to mod_alias: translate_alias_redir is dealing with
9660      a URI, not a filename, so the check for drive letters for win32 
9661      and emx is not necessary. [Dean Gaudet]
9662
9663   *) WIN32: Allow .cmd as an executable extension.
9664      [Kari Likovuori <Kari.Likovuori mol.fi>] PR#2146
9665
9666   *) Make Apache header files, and some variables, C++ friendly.
9667      [Michael Anderson's <mka redes.int.com.mx>]
9668
9669   *) Child processes can now "signal" (by exiting with a status
9670      of APEXIT_CHILDFATAL) the parent process to abort and
9671      shutdown the server if the error in the child process was
9672      fatal enough. [Jim Jagielski]
9673
9674   *) mod_autoindex's find_itme() was sensitive to MIME type case.
9675      [Jim Jagielski] PR#2112
9676
9677   *) Make sure the referer_log and agent_log entries in the default httpd.conf
9678      file are also adjusted for the actual relative installation paths.
9679      [Ralf S. Engelschall] PR#2175
9680
9681   *) WIN32: Extensive overhaul of the way UNCs are handled. [Ben Laurie]
9682
9683   *) WIN32: Make roots of filesystems (e.g. c:/) work. [Ben Laurie]
9684      PR#1558
9685
9686   *) PORT: Various porting changes to support AIX 3.2, 4.1.5, 4.2 and 4.3.
9687      Additionally the checks for finding the vendor DSO library were moved
9688      from mod_so.c to Configure because first it needs $PLAT etc. and second
9689      mod_so already uses an abstraction layer and does not fiddle with the
9690      vendor functions itself.
9691      [Jens-Uwe Mager, Ralf S. Engelschall]
9692
9693   *) PORT: Some optimization defines for NetBSD
9694      [Jaromir Dolecek <dolecek ics.muni.cz>] PR#2165
9695
9696   *) PORT: Dynamic Shared Object (DSO) support for NetBSD.
9697      [Jaromir Dolecek <dolecek ics.muni.cz>, Ralf S. Engelschall] PR#2158
9698
9699   *) Add Dynamic Shared Object (DSO) support for AIX (at least 4.2 but older
9700      AIX variants should work fine, too. Even AIX 3.x should work). This is
9701      accomplished by using the free DSO emulation code from Jens-Uwe Mager
9702      which we put into a os/unix/os-dso-aix.c file.
9703      [Ralf S. Engelschall]
9704   
9705   *) PORT: Fix compiler warnings under AIX >= 4.2 where the manual pages imply
9706      that we should use NET_SIZE_T == int but the include files force size_t.
9707      [Ralf S. Engelschall]
9708
9709   *) Fix two bugs in select() handling in http_main.c.
9710      [Roy Fielding]
9711
9712   *) Suppress "error(0)" messages for ap_log_error() when the APLOG_NOERRNO
9713      is unset (as it is in situations like timeouts) where it is unclear
9714      whether errno is set or not.  [Martin Kraemer]
9715
9716   *) Just having APACI's localstatedir is too general and not enough for most
9717      of the systems. 1.3b6 again required manual APACI patches by package
9718      maintainers from Red Hat and FreeBSD because for their filesystem layout a
9719      little bit more flexibility in configuring the paths is needed. Hence we
9720      provide three additional configure options (--runtimedir, --logfiledir,
9721      --proxycachedir) which now can be used for more granular adjustments if
9722      --localstatedir is not enough to fit the particular needs. As a nice
9723      side-effect this reduces some subdir fiddling in configure+Makefile.tmpl.
9724      [Ralf S. Engelschall]
9725
9726   *) Make the install root for "make install" in APACI's Makefile overrideable
9727      by package authors.  This way we are even more friendly to package
9728      maintainers (especially Debian and Red Hat) who build for the real prefix
9729      via "configure --prefix=/<real>" but use a different local prefix via
9730      "make root=/tmp/apache install" for rolling the package without bristling
9731      the target location on their system. 
9732      [Ralf S. Engelschall]
9733
9734   *) Workaround sed limitations in APACI's configure script by now
9735      substituting in chunks of 50 commands (because for instance HPUX's vendor
9736      sed has a limit of max. 98 commands)
9737      [Ralf S. Engelschall] PR#2136
9738
9739   *) Adding SOCKS5 support and fixing existing SOCKS4 support.
9740      [Ralf S. Engelschall] PR#2140
9741
9742   *) Manually fix some symbols which were not renamed to prefix ap_ in the BIG
9743      RENAMING process because they are defined as pre-processor macros instead
9744      of real functions: bputc, bgetc, piped_log_write_fd, piped_log_read_fd
9745      [Ralf S. Engelschall]
9746
9747   *) Workaround braindead AWK's when generating ap_config.h: The split() and
9748      substr() functions cannot be nested under vendor AWK from Solaris 2.6.
9749      [Ralf S. Engelschall] PR#2139
9750
9751   *) Various bugfixes and cleanups for the APACI configure script:
9752      o fix IFS handling for _nested_ situation
9753      o fix Perl interpreter search: take first one found instead of last one
9754      o fix DSO consistency check
9755      o print error messages to stderr instead of stdout
9756      o add install-quiet for --shadow situation to Makefile stub
9757      o reduce complexity by avoiding sed-hacks for rule and module list loops
9758      [Ralf S. Engelschall]
9759
9760   *) Fix DEBUG_CGI situation in mod_cgi.c [David MacKenzie] PR#2114
9761
9762   *) Make sure the input field separator (IFS) shell variable is explicitly
9763      initialized correctly before _every_ `for' loop and also restored after
9764      the loops. [Ralf S. Engelschall]
9765
9766   *) Make sure that "make install" doesn't overwrite the `mime.types' and
9767      `magic' files from an existing Apache installation. Because people often
9768      customize these for own MIME and content types.
9769      [Ralf S. Engelschall]
9770
9771   *) PORT: Dynamic Shared Object (DSO) support for OpenBSD 2.x
9772      [Peter Galbavy, Ralf S. Engelschall] PR#2109
9773
9774   *) Fix the path to the ScoreBoardFile in the install-config target, too.
9775      [Ralf S. Engelschall] PR#2105
9776
9777   *) Let "configure" clear out the users parameters (provided as shell
9778      variables) to avoid side-effects in "src/Configure" when the user
9779      exported them (which is not needed, but some users do it). 
9780      [Ralf S. Engelschall] PR#2101
9781
9782   *) Provide backward compatibility from some old src/Configuration.tmpl
9783      parameter names to the canonical Autoconf-style shell variable names. For
9784      instance CFLAGS vs. EXTRA_CFLAGS. The EXTRA_xxx variants are accepted now
9785      but a hint message is displayed. [Ralf S. Engelschall]
9786   
9787   *) Make sure that "make install" doesn't overwrite the DocumentRoot and
9788      CGI scripts from an existing Apache installation. 
9789      [Ralf S. Engelschall, Jim Jagielski] PR#2084
9790
9791   *) Make `configure --compat' more "compatible" by first 
9792      let the libexecdir default to EPREFIX/libexec instead of EPREFIX/bin and
9793      second by making sure the "avoid-bristling-suffix" /apache is not
9794      appended to sysconfdir, datadir, localstatedir and includedir when
9795      --compat is used. [Ralf S. Engelschall, Lars Eilebrecht]
9796
9797   *) NeXT required strdup() in support/logresolve.c
9798      [Francisco Tomei <fatomei sandburg.unm.edu>] PR#2082
9799
9800   *) AIX required sys/select.h in support/ab.c
9801      [Jens Schleusener <Jens.Schleusener dlr.de>] PR#2081
9802
9803   *) Fix the path to the MimeMagicFile in the install-config target, too.
9804      [Ralf S. Engelschall] PR#2089
9805
9806   *) PORT: Added HP-UX 11 patches [Jeff Earickson <jaearick colby.edu>]
9807
9808   *) If you start apache with the -S command line option it will dump
9809      out the parsed vhost settings.  This is useful for folks trying
9810      to figure out what is wrong with their vhost configuration.
9811      (Other dumps may be added in the future.) [Dean Gaudet]
9812
9813   *) Add %pA, %pI, and %pp codes to ap_vformatter (and hence ap_bprintf,
9814      ap_snprintf, and ap_psprintf).  See include/ap.h for docs.
9815      [Dean Gaudet]
9816
9817   *) Because /usr/local/apache is the default prefix the ``configure
9818      --compat'' option no longer has to set prefix, again. This way the
9819      --compat option honors a leading --prefix option. [Lars Eilebrecht]
9820
9821   *) PORT: Cast the first argument of dlopen() in ap_os_dso_load()
9822      to `char *' under OSF1 and FreeBSD 2.x where it is defined this way
9823      to avoid "discard const" warnings. [Ralf S. Engelschall]
9824
9825   *) If a specific handler is set for a file yet the request still
9826      ends up being handled by the default handler, log an error
9827      message before handling it.  This catches things such as trying 
9828      to use SSIs without mod_include enabled.  [Marc Slemko]
9829
9830   *) Fix error logging for the startup case where ap_log_error() still uses
9831      stderr as the target. Now the default log level is honored here, too.
9832      [Ralf S. Engelschall]
9833     
9834   *) PORT: Make sure some AWK's don't fail in src/Configure with "string too
9835      long" errors when generating the MODULES entry for src/Makefile
9836      [Ben Hyde, Ralf S. Engelschall]
9837
9838   *) Make sure src/Configure doesn't complain about the old directory
9839      /usr/local/etc/httpd/ when APACI is used.  [Lars Eilebrecht]
9840    
9841 Changes with Apache 1.3b6
9842
9843   *) PORT: Clean up warnings on Ultrix and HPUX.  [Ben Hyde]
9844  
9845   *) Adding DSO support for the HP/UX platform by emulating the dlopen-style
9846      interface via the similar but proprietary HP/UX shl_xxx-style system
9847      calls. [Ralf S. Engelschall]
9848
9849   *) PORT: Updated UnixWare 2.0.x and 2.1.x entries for DSO support and made
9850      APACI Makefile.tmpl "install" target more robust for sensible UnixWare
9851      Make. [Ralf S. Engelschall]
9852
9853   *) ++++ THE BIG SYMBOL RENAMING ++++
9854      To avoid symbol clashes with third-party code compiled into the server,
9855      we globally applied the prefix "ap_" to the following classes of
9856      functions:
9857         - Apache provided general functions (e.g., ap_cpystrn)
9858         - Public API functions (e.g., palloc, bgets)
9859         - Private functions which we can't make static (because of
9860           cross-object usage) but should be (e.g., new_connection)
9861      For backward source compatibility a new header file named compat.h was
9862      created which provides defines for the old symbol names and can be used
9863      by third-party module authors.
9864      [The Apache Group]
9865
9866   *) Added dynamic shared object (DSO) support for SVR4-derivates: The
9867      problem under SVR4 is that there is no command flag to force the linker
9868      to export the global symbols of the httpd executable therewith they are
9869      available to the DSO's. Instead of problematic hacks like creating a
9870      dummy.so file (containing dummy references to all global symbols) the
9871      httpd binary is linked against, we use a clean trick stolen from Perl 5:
9872      Placing the Apache core code itself into a DSO library named libhttpd.so.
9873      This way the global symbols _HAVE_ to be exported and thus are available
9874      to any manually loaded DSO's under runtime. To reduce the impact to the
9875      user to null we go even further and create a stub httpd executable which
9876      automatically keeps track of the DSO library loading itself and thus
9877      hides the complete mechanism from the user. Although the generation of
9878      this DSO library is automatically triggered for platforms which
9879      essentially need it (mostly all SVR4-derivates) it can be also enabled
9880      manually via the Rule SHARED_CORE. This can be interesting in the future
9881      where we perhaps exploit this libhttpd.so mechanism for providing nifty
9882      features like graceful upgrades, or whatever. 
9883      [Ralf S. Engelschall, Martin Kraemer]
9884
9885   *) Build the libraries before building the rest of the tools. [Ben Hyde]
9886
9887   *) Add "distclean" target to src/-Makefiles to provide "make distclean" also
9888      inside the src subtree (i.e. for non-APACI users). Following GNU Makefile
9889      conventions while "clean" removes only stuff created by "all" targets,
9890      "distclean" additionally removes the stuff from the configuration
9891      process. This way "make distclean" (hence the name) provides a fresh
9892      source tree as it was for distribution.
9893      [Ralf S. Engelschall]
9894
9895   *) Allow top-level (APACI) Makefile to break on build errors
9896      the same way the src/ subtree Makefiles breaks on them by replacing the
9897      initial APACI sed-subdir-display-kludge with a more clean
9898      variable-passing-solution: variable SDP can optionally hold the subdir
9899      prefix which is consistently used for displaying the subdir movement.
9900      This way even the top-level Makefile can stop correctly on errors as the
9901      user expects. [Ralf S. Engelschall]
9902
9903   *) Fixed ordering of argument checks for RewriteBase directive.
9904      [Todd Eigenschink <eigenstr mixi.net>] PR#2045
9905
9906   *) Change Win32 IS_MODULE to SHARED_MODULE to match Unix' method of
9907      indicating that a module is being compiled for dynamic loading. Also
9908      remove #define IS_MODULE from modules and add SHARED_MODULE define
9909      to the mak/dsp files. [Alexei Kosut]
9910
9911   *) Reduce logging level of "normal" warning messages to APLOG_INFO,
9912      since we are now logging APLOG_WARNING by default. [Roy Fielding]
9913
9914   *) PORT: OS/2 tweak to deal with multiple .exe targets. [Brian Havard]
9915  
9916   *) Add documentation file and src/Configuration.tmpl entry for the
9917      experimental mod_mmap_static module. Because although it is and marked as
9918      an experimental one it is distributed and thus should be documented and
9919      prepared for configuration the same way as all others modules. 
9920      [Ralf S. Engelschall]
9921
9922   *) Add query (-q) option to apxs support tool to be able to manually query
9923      specific settings from apxs. This is needed for instance when you
9924      manually want to access Apache's header files and you need to assemble
9925      the -I option.  Now you can do -I`apxs -q INCLUDEDIR`.
9926      [Ralf S. Engelschall]
9927
9928   *) Now src/Configure uses a fallback strategy for the shared object support
9929      on platforms where no explicit information is available: If a Perl
9930      installation exists we ask it about its shared object support and if it's
9931      the dlopen-style one we shamelessly guess the compiler and linker flags
9932      for creating shared objects from Perls knowledge. Of course, the user is
9933      warning about what we are doing and informed that he should send us
9934      the guessed flags when they work. [Ralf S. Engelschall]
9935
9936   *) Provide APACI --without-support option to be able to disable the build
9937      and installation of the support tools from the src/support/ area.
9938      Although its useful to have these installed per default we should provide
9939      a way to compile and install without them for backward-compatibility.
9940      [Ralf S. Engelschall]
9941
9942   *) Add of the new APache eXtenSion (apxs) support tool for building and
9943      installing modules into an _already installed_ Apache package through the
9944      dynamic shared object (DSO) mechanism [mod_so.c]. The trick here is that
9945      this approach actually doesn't need the Apache source tree.  The
9946      (APACI-installed) server package is enough, because this now includes the
9947      Apache C header files (PREFIX/include) and the new APXS tool
9948      (SBINDIR/apxs).  The intend is to provide a handy tool for third-party
9949      module authors to build their Apache modules _OUTSIDE_ the Apache source
9950      tree while avoiding them to fiddle around with the totally platform
9951      dependend way of compiling DSO files. The tool supports all ranges of
9952      modules, from trivial ones (single mod_foo.c) to complex ones (like PHP3
9953      which has a mod_php3.c plus a pre-built libmodphp3-so.a) and even can
9954      on-the-fly generate a minimalistic Makefile and sample module for the
9955      first step to provide both a quick success event and to demonstrate the
9956      APXS mechanism to module authors. [Ralf S. Engelschall]
9957
9958   *) Fix core dumps in use of CONNECT in proxy.  
9959      [<Rainer.Scherg rexroth.de>] PR#1326, #1573, #1942
9960
9961   *) Modify the log directives in httpd.conf-dist files to use CustomLog
9962      so that users have examples of how CustomLog can be used.
9963      [Lars Eilebrecht]
9964
9965   *) Add the new Apache Autoconf-style Interface (APACI) for the top-level of
9966      the Apache distribution tree.  Until Apache 1.3 there was no real
9967      out-of-the-box batch-capable build and installation procedure for the
9968      complete Apache package. This is now provided by a top-level "configure"
9969      script and a corresponding top-level "Makefile.tmpl" file.  The goal is
9970      to provide a GNU Autoconf-style frontend which is capable to both drive
9971      the old src/Configure stuff in batch and additionally installs the
9972      package with a GNU-conforming directory layout. Any options from the old
9973      configuration scheme are available plus a lot of new options for flexibly
9974      customizing Apache. [Ralf S. Engelschall]
9975
9976   *) The floating point ap_snprintf code wasn't threadsafe.
9977      Had to remove the HAVE_CVT macro in order to do threadsafe
9978      calling of the ?cvt() floating point routines.  [Dean Gaudet]
9979
9980   *) PORT: Add the SCO_SV port. [Jim Jagielski] PR#1962
9981
9982   *) PORT: IRIX needs the -n32 flag iff using the 'cc' compiler
9983      [Jim Jagielski] PR#1901
9984
9985   *) BUG: Configure was using TCC and CC inconsistently. Make sure
9986      Configure knows which CC we are using. [Jim Jagielski]
9987
9988   *) "Options +Includes" wasn't correctly merged if "+IncludesNoExec"
9989      was defined in a parent directory. [Lars Eilebrecht]
9990
9991   *) API: ap_snprintf() code mutated into ap_vformatter(), which is
9992      a generic printf-style routine that can call arbitrary output
9993      routines.  Use this to replace http_bprintf.c.  Add new routines
9994      psprintf(), pvsprintf() which allocate the exact amount of memory
9995      required for a string from a pool.  Use psprintf() to clean up
9996      various bits of code which used ap_snprintf()/pstrdup().
9997      [Dean Gaudet]
9998
9999   *) PORT: HAVE_SNPRINTF doesn't do anything any longer.  This is because
10000      ap_snprintf() has different semantics and formatting codes than
10001      snprintf().  [Dean Gaudet]
10002
10003   *) SIGXCPU and SIGXFSZ are now reset to SIG_DFL at boot-time.  This
10004      is necessary on at least Solaris where the /etc/rc?.d scripts
10005      are run with these signals ignored, and "SIG_IGN" settings are
10006      maintained across exec().
10007      [Rein Tollevik <reint sys.sol.no>] PR#2009
10008
10009   *) Fix the check for symbolic links in ``RewriteCond ... -l'': stat() was
10010      used instead of lstat() and thus this flag didn't work as expected.
10011      [Rein Tollevik <reint sys.sol.no>] PR#2010
10012
10013   *) Fix the proxy pass-through feature of mod_rewrite for the case of
10014      existing QUERY_STRING now that mod_proxy was recently changed because of
10015      the new URL parsing stuff. [Ralf S. Engelschall]
10016
10017   *) A few changes to scoreboard definitions which helps gcc generate
10018      better code.  [Dean Gaudet]
10019
10020   *) ANSI C doesn't guarantee that "int foo : 2" in a structure will
10021      be a signed bitfield.  So mark a few bitfields as signed to
10022      ensure correct code.  [Dean Gaudet]
10023
10024   *) The default for HostnameLookups was changed to Off, but there
10025      was a problem and it wasn't taking effect. [Dean Gaudet]
10026
10027   *) PORT: Clean up undefined signals on some platforms (SCO, BeOS).
10028      [Dean Gaudet]
10029
10030   *) After a SIGHUP the listening sockets in the parent weren't
10031      properly marked for closure on fork().
10032      [Jürgen Keil <jk tools.de>] PR#2000
10033  
10034   *) Allow %2F in two situations: 1) it is in the query part of the URI,
10035      therefore not exposed to %2F -> '/' translations and 2) the request
10036      is a proxy request, so we're not dealing with a local resource anyway.
10037      Without this, the proxy would fail to work for any URL's with
10038      %2f in them (occurs quite often in
10039      http://.../cgi-bin/...?http%3A%2F%2F... references) [Martin Kraemer]
10040
10041   *) Protect against FD_SETSIZE mismatches.  [Dean Gaudet]
10042
10043   *) Make the shared object compilation command more portable by avoiding
10044      the direct combination of `-c' & `-o' which is not honored by some
10045      compilers like UnixWare's cc. [Ralf S. Engelschall]
10046
10047   *) WIN32: the proxy was creating filenames missing the last four
10048      characters.  While this normally doesn't stop anything from 
10049      working, it can result in extra collisions.  
10050      [Tim Costello <tjcostel socs.uts.edu.au>] PR#1890
10051
10052   *) Now mod_proxy uses the response string (in addition to the response status
10053      code) from the already used FTP SIZE command to setup the Content-Length
10054      header if available. [Ralf S. Engelschall] PR#1183
10055
10056   *) Reanimated the (still undocumented) proxy receive buffer size directive:
10057      Renamed from ReceiveBufferSize to ProxyReceiveBufferSize because the old
10058      name was really too generic, added documentation for this directive to
10059      the mod_proxy.html and corrected the hyperlink to it in the
10060      new_features_1.3.html document.  [Ralf S. Engelschall] PR#1348
10061
10062   *) Fix a bug in the src/helpers/fp2rp script and make it a little bit
10063      faster [Martin Kraemer]
10064   
10065   *) Make Configure die when you give it an unknown command switch.
10066      [Ben Hyde]
10067
10068   *) Add five new and fresh manpages for the support programs: dbmmanage.1,
10069      suexec.8, htdigest.1, rotatelogs.8 and logresolve.8.  Now all up-to-date
10070      and per default compiled support programs have manual pages - just to
10071      document our stuff a little bit more and to be able to do really
10072      Unix-like installations ;-) [Ralf S. Engelschall]
10073
10074   *) Major cleanups to the Configure script to make it and its generated
10075      Makefiles again readable and maintainable: add SRCDIR option, removed
10076      INCLUDES_DEPTH[0-2] kludge, cleanup of TARGET option, cleanup of
10077      generated sections, consequently added Makefile headers with inheritance
10078      information, added subdir movement messages for easier following where
10079      the build process currently stays (more verbose then standard Make, less
10080      verbose than GNU make), same style to comments in the Configure script,
10081      added Apache license header, fixed a few bugs, etc. [Ralf S. Engelschall]
10082      
10083   *) Add the new ApacheBench program "ab" to src/support/: This is derived
10084      from the ZeusBench benchmarking program and can be used to determine the
10085      response performance of an Apache installation. This version is
10086      officially licensed with Zeus Technology, Ltd. See the license agreement
10087      statements in <199803171224.NAA24547 en1.engelschall.com> in apache-core.
10088      [Ralf S. Engelschall]
10089
10090   *) API: Various core functions that are definately not part of the API
10091      have been made static, and a few have been marked API_EXPORT.  Still
10092      more have been marked CORE_EXPORT and are not intended for general
10093      use by modules.  [Doug MacEachern, Dean Gaudet]
10094
10095   *) mod_proxy was not clearing the Proxy-Connection header from
10096      requests; now it does.  This did not violate any spec, however 
10097      causes poor interactions when you are talking to remote proxies.  
10098      [Marc Slemko] PR#1741
10099
10100   *) Various cleanups to the command line interface and manual pages.
10101      [Ralf S. Engelschall]
10102
10103   *) cfg_getline() was not properly handling lines that did not end
10104      with a line termination character.  [Marc Slemko] PR#1869, 1909
10105
10106   *) Performance tweak to mod_log_config.  [Dmitry Khrustalev]
10107
10108   *) Clean up some undocumented behavior of mod_setenvif related to
10109      "merging" two SetEnvIf directives when they match the same header
10110      and regex.  Document that mod_setenvif will perform comparisons in
10111      the order they appear in the config file.  Optimize mod_setenvif by
10112      doing more work at config time rather than at runtime.
10113      [Dean Gaudet]
10114
10115   *) src/include/ap_config.h now wraps it's #define's with #ifndef/#endif's
10116      to allow for modules to overrule them and to reduce redefinition
10117      warnings [Jim Jagielski]
10118
10119   *) [PORT] For A/UX change the OS-#define for -DAUX to -DAUX3.
10120      [Jim Jagielski]
10121
10122   *) Making the hard-coded cross-module function call mime_find_ct() (from
10123      mod_proxy to mod_mime) obsolete by making sure the API hook for MIME type
10124      checking is really called even for proxy requests except for URLs with
10125      HTTP schemes (because there we can optimize by not running the type
10126      checking hooks due to the fact that the proxy gets the MIME Content-type
10127      from the remote host later). This change cleans up mod_mime by removing
10128      the ugly export kludge, makes the one-liner file mod_mime.h obsolete, and
10129      especially unbundles mod_proxy and mod_mime. This way they both now can
10130      be compiled as shared objects and are no longer tied together. 
10131      [Ralf S. Engelschall]
10132
10133   *) util.c cleanup and speedup. [Dean Gaudet]
10134
10135   *) API: Clarification, pstrndup() will always copy n bytes of the source
10136      and NUL terminate at the (n+1)st byte.  [Dean Gaudet]
10137
10138   *) Mark module command_rec and handler_rec structures const so that they
10139      end up in the read-only data section (and are friendlier to systems
10140      that don't do optimistic memory allocation on fork()). [Dean Gaudet]
10141
10142   *) Add check to the "Port" directive to make sure the specified 
10143      port is in the appropriate range.  [Ben Hyde]
10144
10145   *) Performance improvements to invoke_handler().
10146      [Dmitry Khrustalev <dima bog.msu.su>]
10147
10148   *) Added support for building shared objects even for library-style modules
10149      (which are built from more than one object file). This now provides the
10150      ability to build mod_proxy as a shared object module. Additionally
10151      modules like mod_example are now also supported for shared object
10152      building because the generated Makefiles now no longer assume there is at
10153      least one statically linked module. [Ralf S. Engelschall]
10154
10155   *) API: Clarify usage of content_type, handler, content_encoding,
10156      content_language and content_languages fields in request_rec.  They
10157      must always be lowercased; and the strings pointed to shouldn't
10158      be modified (you must copy them to modify them).  Fix a few bugs
10159      related to this.  [Dean Gaudet]
10160
10161   *) API: Clarification: except for RAW_ARGS, all command handlers can
10162      treat the char * parameters as permanent, and modifiable.  There
10163      is no need to pstrdup() them.  Clean up some needless pstrdup().
10164      [Dean Gaudet]
10165
10166   *) Now mod_so keeps track of which module shared objects with which names
10167      are loaded and thus avoids multiple loading and unloading and irritating
10168      error_log messages. [Ralf S. Engelschall]
10169
10170   *) Prior to the existence of mod_setenv it was necessary to tweak the TZ
10171      environment variable in the apache core.  But that tweaking interferes
10172      with mod_setenv.  So don't tweak if the user has specified an explicit
10173      TZ variable.  [Jay Soffian <jay cimedia.com>] PR#1888
10174
10175   *) rputs() did not calculate r->sent_bodyct properly.
10176      [Siegmund Stirnweiss <siegst kat.ina.de>] PR#1900
10177
10178   *) The CGI spec says that REMOTE_HOST should be set to the remote hosts's
10179      name, or left unset if this value is unavailable.  Apache was setting
10180      it to the IP address when unavailable.
10181      [Tony Finch <fanf demon.net>] PR#1925
10182
10183   *) Various improvements to the configuration and build support for compiling
10184      modules as shared objects. Especially Solaris 2.x, SunOS 4.1, IRIX and
10185      OSF1 support with GCC and vendor compilers was added.  This way shared
10186      object support is now provided out-of-the-box for FreeBSD, Linux,
10187      Solaris, SunOS, IRIX and OSF1. In short: On all major platforms!
10188      [Ralf S. Engelschall]
10189
10190   *) Minor cleanup in http_main -- split QNX and OS2 specific "mmap"
10191      scoreboard code into separate #defines -- USE_POSIX_SCOREBOARD
10192      and USE_OS2_SCOREBOARD.  [Dean Gaudet]
10193
10194   *) Fix one more special locking problem for RewriteMap programs in
10195      mod_rewrite: According to the documentation of flock(), "Locks are on
10196      files, not file descriptors.  That is, file descriptors duplicated
10197      through dup(2) or fork(2) do not result in multiple instances of a lock,
10198      but rather multiple references to a single lock. If a process holding a
10199      lock on a file forks and the child explicitly unlocks the file, the
10200      parent will lose its lock.". To overcome this we have to make sure the
10201      RewriteLock file is opened _AFTER_ the childs were spawned which is now
10202      the case by opening it in the child_init instead of the module_init API
10203      hook. [Ralf S. Engelschall] PR#1029
10204
10205   *) Change to Location and LocationMatch semantics.  LocationMatch no
10206      longer lets a single slash match multiple adjacent slashes in the
10207      URL.  This change is for consistency with RewriteRule and
10208      AliasMatch.  Multiple slashes have meaning in URLs that they do
10209      not have in (some) filesystems.  Location on the other hand can
10210      be considered a shorthand for a more complicated regex, and it
10211      does match multiple slashes with a single slash -- which is
10212      also consistent with the Alias directive.
10213      [Dean Gaudet] related PR#1440
10214
10215   *) Fix bug with mod_mime_magic causing certain files, including files
10216      of length 0, to result in no response from the server.
10217      [Dean Gaudet]
10218
10219   *) The Configure script now generates src/include/ap_config.h which
10220      contains the set of defines used when Apache is compiled on a platform.
10221      This file can then be included by external modules before including
10222      any Apache header files in case they are being built separately from
10223      Apache.  Along with this change, a couple of minor changes were
10224      made to make Apache's #defines coexist peacefully with any autoconf
10225      defines an external module might have. [Rasmus Lerdorf]
10226
10227   *) Fix mod_rewrite for the ugly API case where <VirtualHost> sections exist
10228      but without any RewriteXXXXX directives. Here mod_rewrite is given no
10229      chance by the API to initialize its per-server configuration and thus
10230      receives the wrong one from the main server. This is now avoided by
10231      remembering the server together with the config structure while
10232      configuring and later assuming there is no config when we see a
10233      difference between the remembered server and the one calling us. 
10234      [Ralf S. Engelschall] PR#1790
10235
10236   *) Fixed the DBM RewriteMap support for mod_rewrite: First the support now
10237      is automatically disabled under configure time when the dbm_xxx functions
10238      are not available. Second, two heavy source code errors in the DBM
10239      support code were fixed.  This makes DBM RewriteMap's usable again after
10240      a long time of brokenness. [Ralf S. Engelschall] PR#1696
10241
10242   *) Now all configuration files support Unix-style line-continuation via 
10243      the trailing backslash ("\") character. This enables us to write down
10244      complex or just very long directives in a more readable way.  The
10245      backslash character has to be really the last character before the
10246      newline and it has not been prefixed by another (escaping) backslash.
10247      [Ralf S. Engelschall]
10248
10249   *) When using ProxyPass the ?querystring was not passed correctly.
10250      [Joel Truher <truher wired.com>]
10251
10252   *) To deal with modules being compiled and [dynamically] linked
10253      at a different time from the core, the SERVER_VERSION and
10254      SERVER_BUILT symbols have been abstracted through the new
10255      API routines apapi_get_server_version() and apapi_get_server_built().
10256      [Ken Coar]  PR#1448
10257
10258   *) WIN32: Preserve trailing slash in canonical path (and hence
10259      in PATH_INFO). [Paul Sutton, Ben Laurie]
10260
10261   *) PORT: USE_PTHREAD_SERIALIZED_ACCEPT has proven unreliable
10262      depending on the rev of Solaris and what mixture of modules
10263      are in use.  So it has been disabled, and Solaris is back to
10264      using USE_FCNTL_SERIALIZED_ACCEPT.  Users may experiment with
10265      USE_PTHREAD_SERIALIZED_ACCEPT at their own risk, it may speed
10266      up static content only servers.  Or it may fail unpredictably.
10267      [Dean Gaudet] PR#1779, 1854, 1904
10268
10269   *) mod_test_util_uri.c created which tests the logic in util_uri.c.
10270      [Dean Gaudet]
10271
10272   *) API: Rewrite of absoluteURI handling, and in particular how
10273      absoluteURIs match vhosts.  Unless a request is a proxy request, a
10274      "http://host" url is treated as if a similar "Host:" header had been
10275      supplied.  This change was made to support future HTTP/1.x protocols
10276      which may require clients to send absoluteURIs for all requests.
10277
10278      In order to achieve this change subtle changes were made to the API.  In a
10279      request_rec, r->hostlen has been removed.  r->unparsed_uri now exists so
10280      that the unmodified uri can be retrieved easily.  r->proxyreq is not set
10281      by the core, modules must set it during the post_read_request or
10282      translate_names phase.
10283
10284      Plus changes to the virtualhost test suite for absoluteURI testing.
10285
10286      This fixes several bugs with the proxy proxying requests to vhosts
10287      managed by the same httpd.
10288      [Dean Gaudet]
10289
10290   *) API: Cleanup of code in http_vhost.c, and remove vhost matching
10291      code from mod_rewrite.  The vhost matching is now performed by a
10292      globally available function matches_request_vhost().  [Dean Gaudet]
10293
10294   *) Reduce memory usage, and speed up ServerAlias support.  As a
10295      side-effect users can list multiple ServerAlias directives
10296      and they're all considered.
10297      [Chia-liang Kao <clkao cirx.org>] PR#1531
10298
10299   *) The "poly" directive in image maps did not include the borders of the
10300      polygon, whereas the "rect" directive does.  Fix this inconsistency.
10301      [Konstantin Morshnev <moko design.ru>] PR#1771
10302
10303   *) Make \\ behave as expected.  [<Ronald.Tschalaer psi.ch>]
10304
10305   *) Add the `%a' construct to LogFormat and CustomLog to log the client IP
10306      address. [Todd Eigenschink <eigenstr mixi.net>] PR#1885
10307
10308   *) API: A new source module main/util_uri.c; It contains a routine
10309      parse_uri_components() and friends which breaks a URI into its component
10310      parts.  These parts are stored in a uri_components structure called
10311      parsed_uri within each request_rec, and are available to all modules.
10312      Additionally, an unparse routine is supplied which re-assembles the URI
10313      components back to an URI, optionally hiding the username:password@ part
10314      from ftp proxy requests, and other useful routines.  Within the structure,
10315      you find on a ready-for-use basis:
10316         scheme;     /* scheme ("http"/"ftp"/...) */
10317         hostinfo;   /* combined [user[:password]@]host[:port] */
10318         user;       /* user name, as in http://user:passwd@host:port/ */
10319         password;   /* password, as in http://user:passwd@host:port/ */
10320         hostname;   /* hostname from URI (or from Host: header) */
10321         port_str;   /* port string (integer representation is in "port") */
10322         path;       /* the request path (or "/" if only scheme://host was given) */
10323         query;      /* Everything after a '?' in the path, if present */
10324         fragment;   /* Trailing "#fragment" string, if present */
10325      This is meant to serve as the platform for *BIG* savings in
10326      code complexity for the proxy module (and maybe the vhost logic).
10327      [Martin Kraemer]
10328
10329   *) Make all possible meta-construct expansions ($N, %N, %{NAME} and
10330      ${map:key}) available for all location where a string is created in
10331      mod_rewrite rewriting rulesets: 1st arg of RewriteCond, 2nd arg of
10332      RewriteRule and for the [E=NAME:STRING] flag of RewriteRule. This way the
10333      possible expansions are consequently usable at all string creation
10334      locations. [Ralf S. Engelschall]
10335
10336   *) Fix initialization of RewriteLogLevel (default now is 0 as documented 
10337      and not 1) and the per-virtual-server merging of directives. Now all
10338      directives except `RewriteEngine' and `RewriteOption' are either
10339      completely overridden (default) or completely inherited (when
10340      `RewriteOptions inherit') is used. [Ralf S. Engelschall] PR#1325
10341
10342   *) Fix `RewriteMap' program lookup in situations where such maps are
10343      defined but disabled (`RewriteEngine off') in per-server context. 
10344      [Ralf S. Engelschall] PR#1431
10345
10346   *) Fix bug introduced in 1.3b4-dev, config with no Port setting would cause
10347      server to bind to port 0 rather than 80.  [Dean Gaudet]
10348
10349   *) Fix long-standing problem with RewriteMap _programs_ under Unix derivates
10350      (like SunOS and FreeBSD) which don't accept the locking of pipes
10351      directly.  A new directive RewriteLock is introduced which can be used to
10352      setup a separate locking file which then is used for synchronization.
10353      [Ralf S. Engelschall] PR#1029
10354
10355   *) WIN32: The server root is obtained from the registry key
10356      HKLM\SOFTWARE\Apache Group\Apache\<version> (version is currently
10357      "1.3 beta"), unless overridden by the -d command line flag. The
10358      value is stored by running "apache -i -d serverroot". [Paul Sutton]
10359
10360   *) Merged os/win32/mod_dll.c into modules/standard/mod_so.c to support
10361      dynamic loading on Win32 and Unix via the same module. [Paul Sutton]
10362
10363   *) Now mod_rewrite no longer makes problematic assumptions on the characters
10364      a username can contain when trying to expand it via /etc/passwd. 
10365      [Ralf S. Engelschall]
10366
10367   *) The mod_setenvif BrowserMatch backwards compatibility command did not
10368      work properly with spaces in the regex.  [Ronald Tschalaer] PR#1825
10369
10370   *) Add new RewriteMap types: First, `rnd' which is equivalent to the `txt'
10371      type but with a special post-processing for the looked-up value: It
10372      parses it into alternatives according to `|' chars and then only one
10373      particular alternative is chosen randomly (this is an essential
10374      functionality needed for balancing between backend-servers when using
10375      Apache as a Reverse Proxy.  The looked up value here is a list of
10376      servers). Second, `int' with the built-in maps named `tolower' and
10377      `toupper' which can be used to map URL parts to a fixed case (this is an
10378      essential feature to fix the case of server names when doing mass
10379      virtual-hosting with the help of mod_rewrite instead of using
10380      <VirtualHost> sections). [Ralf S. Engelschall, parts based on code from
10381      Jay Soffian <jay cimedia.com>] PR#1631
10382
10383   *) Add a new directive to mod_proxy similar to ProxyPass: `ProxyPassReverse'.
10384      This directive lets Apache adjust the URL in Location-headers on HTTP
10385      redirect responses sent by the remote server. This way the virtually
10386      mapped area is no longer left on redirects and thus by-passed which is
10387      especially essential when running Apache as a reverse proxy.  
10388      [Ralf S. Engelschall]
10389
10390   *) Hide Proxy-Authorization from CGI/SSI/etc just like Authorization is
10391      hidden. [Alvaro Martinez Echevarria]
10392
10393   *) Apache will, when started with the -X (single process) debugging flag,
10394      honor the SIGINT or SIGQUIT signals again now. This capability got lost
10395      a while ago during OS/2 signal handling changes.
10396
10397   *) [PORT] Work around the fact that NeXT runs on more than the
10398      m68k chips in mod_status [Scott Anguish and Timothy Luoma
10399      <luomat peak.org>]
10400
10401   *) [PORT] Recognize FreeBSD versions so we can use the OS regex as well
10402      as handling unsigned-chars for FreeBSD v3 and v2 [Andrey Chernov
10403      <ache nagual.pp.ru> and Jim] PR#1450
10404
10405   *) Use SA_RESETHAND or SA_ONESHOT when installing the coredump handlers.
10406      In particular the handlers could trigger themselves into an infinite
10407      loop if RLimitMem was used with a small amount of memory -- too small
10408      for the signal stack frame to be set up.  [Dean Gaudet]
10409
10410   *) Fix problems with absoluteURIs introduced during 1.3b4.  [Dean Gaudet,
10411      Alvaro Martinez Echevarria <alvaro lander.es>]
10412
10413   *) Fix multiple UserDir problem introduced during 1.3b4-dev.
10414      [Dean Gaudet] PR#1850
10415
10416   *) ap_cpystrn() had an off-by-1 error.
10417      [Charles Fu <ccwf klab.caltech.edu>] PR#1847
10418
10419   *) API: As Ken suggested the check_cmd_context() function and related
10420      defines are non-static now so modules can use 'em.  [Martin Kraemer]
10421
10422   *) mod_info would occasionally produce an unpaired <tt> in its
10423      output. Fixed. [Martin Kraemer]
10424
10425   *) By default AIX binds a process (and it's children) to a single
10426      processor.  httpd children now unbind themselves from that cpu
10427      and re-bind to one selected at random via bindprocessor()
10428      [Doug MacEachern]
10429
10430   *) Linux 2.0 and above implement RLIMIT_AS, RLIMIT_DATA has almost no
10431      effect.  Work around it by using RLIMIT_AS for the RLimitMEM
10432      directive.  [Enrik Berkhan <enrik inka.de>] PR#1816
10433
10434   *) mod_mime_magic error message should indicate the filename when
10435      reads fail.  ["M.D.Parker" <mdpc netcom.com>] PR#1827
10436
10437   *) Previously Apache would permit </Files> to end <FilesMatch> (and
10438      similary for Location and Directory), now this is diagnosed as an
10439      error.  Improve error messages for mismatched sections (<Files>,
10440      <FilesMatch>, <Directory>, <DirectoryMatch>, ...).
10441      [Dean Gaudet, Martin Kraemer]
10442
10443   *) <Files> is not permitted within <Location> (because of the
10444      semantic ordering).  [Dean Gaudet] PR#379
10445
10446   *) <Files> with wildcards was broken by the change in wildcard
10447      semantics (* does not match /).  To fix this, <Files> now
10448      apply only to the basename of the request filename.  This
10449      fixes some other inconsistencies in <Files> semantics
10450      (such as <Files a*b> not working).  [Dean Gaudet] PR#1817
10451
10452   *) Removed bogus "dist.tar" target from Makefile.tmpl and make sure
10453      backup files are removed on "clean" target [Ralf S. Engelschall]
10454
10455   *) PORT: Add -lm to LIBS for HPUX.  [Dean Gaudet] PR#1639
10456
10457   *) Various errors from select() and accept() in child_main() would
10458      result in an infinite loop.  It seems these two tickle kernel
10459      or library bugs occasionally, and result in log spammage and
10460      a generally bad scene.  Now the child exits immediately,
10461      which seems to be a good workaround.
10462      [Dean Gaudet] PR#1747, 1107, 588, 1787, 987, 588
10463
10464   *) Cleaned up some race conditions in unix child_main during
10465      initialization. [Dean Gaudet]
10466
10467   *) SECURITY: "UserDir /abspath" without a * in the path would allow
10468      remote users to access "/~.." and bypass access restrictions
10469      (but note /~../.. was handled properly).
10470      [Lauri Jesmin <jesmin ut.ee>] PR#1701
10471
10472   *) API: os_is_path_absolute() now takes a const char * instead of a char *.
10473      [Dean Gaudet]
10474
10475 Changes with Apache 1.3b5
10476
10477   *) Source file dependencies in Makefile.tmpl files throughout the
10478      source tree were updated to accurately reflect reality.
10479      [Dean Gaudet]
10480
10481   *) Preserve the content encoding given by the AddEncoding directive
10482      when the client doesn't otherwise specify an encoding.
10483      [Ronald Tschalaer <Ronald.Tschalaer psi.ch>]
10484
10485   *) Sort out problems with canonical filename handling happening too late.
10486      [Dean Gaudet, Ben Laurie]
10487
10488 Changes with Apache 1.3b4
10489
10490   *) The module structure was modified to include a *dynamic_load_handle
10491      in the STANDARD_MODULE_STUFF portion, and the MODULE_MAGIC_NUMBER
10492      has been bumped accordingly.  [Paul Sutton]
10493
10494   *) All BrowserMatch directives mentioned in
10495      htdocs/manual/known_client_problems.html are in the default
10496      configuration files.  [Lars Eilebrecht]
10497
10498   *) MiNT port update. [Jan Paul Schmidt]
10499
10500   *) HTTP/1.1 requires x-gzip and gzip encodings be treated
10501      equivalent, similarly for x-compress and compress.  Apache
10502      now ignores a leading x- when comparing encodings.  It also
10503      preserves the encoding the client requests (for example if
10504      it requests x-gzip, then Apache will respond with x-gzip
10505      in the Content-Encoding header).
10506      [Ronald Tschalaer <Ronald.Tschalaer psi.ch>] PR#1772
10507
10508   *) Fix a memory leak on keep-alive connections.  [Igor Tatarinov]
10509
10510   *) Added mod_so module to support dynamic loading of modules on Unix
10511      (like mod_dld for Win32). This replaces mod_dld.c. Use SharedModule
10512      instead of AddModule in Configuration to build shared modules
10513      [Sameer Parekh, Paul Sutton]
10514
10515   *) Minor cleanups to r->finfo handling in some modules.
10516      [Dean Gaudet]
10517
10518   *) Abstract read()/write() to ap_read()/ap_write().
10519      Makes it easier to add other types of IO code such as SFIO.
10520      [Randy Terbush]
10521
10522   *) API: Generalize default_port manipulations to make support of
10523      different protocols easier. [Ben Laurie, Randy Terbush]
10524
10525   *) There are many cases where users do not want Apache to form
10526      self-referential urls using the "canonical" ServerName and Port.
10527      The new UseCanonicalName directive (default on), if set to off
10528      will cause Apache to use the client-supplied hostname and port.
10529      API: Part of this change required a change to the construct_url()
10530      prototype; and the addition of get_server_name() and
10531      get_server_port().
10532      [Michael Douglass <mikedoug texas.net>, Dean Gaudet]
10533      PR#315, 459, 485, 1433
10534
10535   *) Yet another rearrangement of the source tree.. now all the common
10536      header files are in the src/include directory.  The -Imain -Iap
10537      references in Makefiles have been changed to the simpler -Iinclude
10538      instead.  In addition to simplifying the build a little bit, this
10539      also makes it clear when a module is referencing something in a
10540      other than kosher manner (e.g., the proxy including mod_mime.h).
10541      Module-private header files (the proxy, mod_mime, the regex library,
10542      and mod_rewrite) have not been moved to src/include; nor have
10543      the OS-abstraction files.  [Ken Coar]
10544
10545   *) Fix a bug where r->hostname didn't have the :port stripped
10546      from it.  [Dean Gaudet]
10547
10548   *) Tweaked the headers_out table size, and the subprocess_env
10549      table size guess in rename_original_environment().  Added
10550      MAKE_TABLE_PROFILE which can help discover make_table()
10551      calls that use too small an initial guess, see alloc.c.
10552      [Dean Gaudet]
10553
10554   *) Options and AllowOverride weren't properly merging in the main
10555      server setting inside vhosts (only an issue when you have no
10556      <Directory> or other section containing an Options that affects
10557      a request).  Options +foo or -foo in the main_server wouldn't
10558      affect the main_server's lookup defaults.  [Dean Gaudet]
10559
10560   *) Variable 'cwd' was being used pointlessly before being set.
10561      [Ken Coar] PR#1738
10562
10563   *) r->allowed handling cleaned up in the standard modules.
10564      [Dean Gaudet]
10565
10566   *) Some case-sensitivity issues cleaned up to be consistent with
10567      RFC2068.  [Dean Gaudet]
10568
10569   *) SIGURG doesn't exist everywhere.
10570      [Mark Andrew Heinrich <heinrich tinderbox.Stanford.EDU>]
10571
10572   *) mod_unique_id was erroneously generating a second unique id when
10573      an internal redirect occured.  Such redirects occur, for example,
10574      when processing a DirectoryIndex match.  [Dean Gaudet]
10575
10576   *) API: table_add, table_merge, and table_set include implicit pstrdup()
10577      of the key and value.  But in many cases this is not required
10578      because the key/value is a constant, or the value has been built
10579      by pstrcat() or other similar means.  New routines table_addn,
10580      table_mergen, and table_setn have been added to the API, these
10581      routines do not pstrdup() their arguments.  The core code and
10582      standard modules were changed to take advantage of these routines.
10583      The resulting server is up to 20% faster in some situations.
10584
10585      Note that it is easy to get code subtly wrong if you pass a key/value
10586      which is in a pool other than the pool of the table.  The only
10587      safe thing to do is to pass key/values which are in the pool of
10588      the table, or in one of the ancestors of the pool of the table.
10589      i.e. if the table is part of a subrequest, a value from the main
10590      request's pool is OK since the subrequest pool is a sub_pool of the
10591      main request's pool (and therefore has a lifespan at most as long as
10592      the main pool).  There is debugging code which can detect improper
10593      usage, enabled by defining POOL_DEBUG.  See alloc.c for more details.
10594      [Dmitry Khrustalev <dima bog.msu.su>, Dean Gaudet]
10595
10596   *) More mod_mime_magic cleanup:  fewer syscalls; should handle "files"
10597      which don't exist on disk more gracefully; handles vhosts properly.
10598      Update documentation to reflect the code -- if there's no
10599      MimeMagicFile directive then the module is not enabled.
10600      [Dean Gaudet]
10601
10602   *) PORT: Some older *nix dialects cannot automatically start scripts
10603      which begin with a #! interpreter line (the shell starts the scripts
10604      appropriately on these platforms). Apache now supports starting of
10605      "hashbang-scripts" when the NEED_HASHBANG_EMUL define is set.
10606      [Martin Kraemer, with code from Peter Wemm <peter zeus.dialix.oz.au>
10607      taken from tcsh]
10608
10609   *) API: "typedef array_header table" removed from alloc.h, folks should
10610      have been writing to use table as if it were an opaque type, but even
10611      some standard modules got this wrong.  By changing the definition
10612      to "typedef struct table table" module authors will receive compile
10613      time warnings that they're doing the wrong thing.  This change
10614      facilitates future changes with more sophisticated table
10615      structures.  Specifically, module authors should be using table_elts()
10616      to get access to an array_header * for the table. [Dean Gaudet]
10617
10618   *) API: Renamed new_connection() to avoid namespace collision with LDAP
10619      library routines.  [Ken Coar, Rasmus Lerdorf]
10620
10621   *) WIN32: mod_speling is now available on the Win32 platform.
10622      [Marc Slemko]
10623
10624   *) For clarity the following compile time definition was changed:
10625
10626         SAFE_UNSERIALIZED_ACCEPT  ->   SINGLE_LISTEN_UNSERIALIZED_ACCEPT
10627
10628      Also, for example, HAVE_MMAP would mean to use mmap() scoreboards
10629      and not be a general notice that the OS has mmap(). Now the
10630      HAVE_MMAP/SHMGET #defines strictly are informational that the
10631      OS has that method of shared memory; the type to use for
10632      the scoreboard is a seperate #define (USE_MMAP_SCOREBOARD
10633      and USE_SHMGET_SCOREBOARD). This allows outside modules to
10634      determine if shared memory is available and allows Apache
10635      to determine the best method to use for the scoreboard.
10636      [Jim Jagielski]
10637
10638   *) PORT: UnixWare 2.1.2 SMP appears to require USE_FCNTL_SERIALIZED_ACCEPT,
10639      as do various earlier versions.  It should be safe on all versions.
10640      Unixware 1.x appears to have the same SIGHUP bug as solaris does with
10641      the slack code.  A few other cleanups for Unixware.
10642      [Tom Hughes <thh cyberscience.com>] PR#1082, PR#1282, PR#1499, PR#1553
10643
10644   *) PORT: A/UX can handle single-listen accepts without mutex
10645      locking, so we add SINGLE_LISTEN_UNSERIALIZED_ACCEPT. [Jim Jagielski]
10646
10647   *) When die() happens we need to eat any request body if one exists.
10648      Otherwise we can't continue with a keepalive session.  This shows up
10649      as a POST problem with MSIE 4.0, typically against pages which are
10650      authenticated.  [Roy Fielding] PR#1399
10651
10652   *) If you define SECURITY_HOLE_PASS_AUTHORIZATION then the Authorization
10653      header will be passed to CGIs.  This is generally a security hole, so
10654      it's not a default.  [Marc Slemko] PR#549
10655
10656   *) Fix Y2K problem with date printing in suexec log.
10657      [Paul Eggert <eggert twinsun.com>] PR#1343
10658
10659   *) WIN32 deserves a pid file.  [Ben Hyde]
10660
10661   *) suexec errors now include the errno/description.  [Marc Slemko] PR#1543
10662
10663   *) PORT: OSF/1 now uses USE_FLOCK_SERIALIZED_ACCEPT to solve PR#467.
10664      The choice of flock vs. fcntl was made based on timings which showed that
10665      even on non-NFS, non-exported filesystems fcntl() was an order of
10666      magnitude slower.  It also uses SINGLE_LISTEN_UNSERIALIZED_ACCEPT so
10667      that single socket users will see no difference. [Dean Gaudet] PR#467
10668
10669   *) "File does not exist" error message was erroneously including the
10670      errno.  [Marc Slemko]
10671
10672   *) Improve the warning message generated when a client drops the
10673      connection (hits stop button, etc.) during a send.  [Roy Fielding]
10674
10675   *) Defining GPROF will disable profiling in the parent and enable it
10676      in the children.  If you're profiling under Linux this is pretty much
10677      necessary because SIGPROF is lost across a fork(). [Dean Gaudet]
10678
10679   *) htdigest and htpasswd needed slight tweaks to work on OS/2 and WIN32.
10680      [Brian Havard]
10681
10682   *) The NeXT cc (which is gcc hacked up) doesn't appear to support some
10683      gcc functionality.  Work around it.
10684      [Keith Severson <keith sssd.navy.mil>] PR#1613
10685
10686   *) Some linkers complain when .o files contain no functions.
10687      [Keith Severson <keith sssd.navy.mil>] PR#1614
10688
10689   *) Some const declarations in mod_imap.c that were added for debugging
10690      purposes caused some compilers heartburn without adding any
10691      significant value, so they've been removed.  [Ken Coar]
10692
10693   *) The src/main/*.h header files have had #ifndef wrappers added to
10694      insulate them against duplicate calls if they get included through
10695      multiple paths (e.g., in .c files as well as other .h files).
10696      [Ken Coar]
10697
10698   *) The libap routines now have a header file for their prototypes,
10699      src/ap/ap.h, to ease their use in non-httpd applications.  [Ken Coar]
10700
10701   *) mod_autoindex with a plaintext header file would emit the <PRE>
10702      start-tag before the HTML preamble, rather than after the preamble
10703      but before the header file contents.  [John Van Essen <jve gamers.org>]
10704      PR#1667
10705
10706   *) SECURITY: Fix a possible buffer overflow in logresolve.  This is
10707      only an issue on systems without a MAXDNAME define or where
10708      the resolver returns domain names longer than MAXDNAME.  [Marc Slemko]
10709
10710   *) SECURITY: Eliminate possible buffer overflow in cfg_getline, which
10711      is used to read various types of files such as htaccess and
10712      htpasswd files.  [Marc Slemko]
10713
10714   *) SECURITY: Ensure that the buffer returned by ht_time is always
10715      properly null terminated.  [Marc Slemko]
10716
10717   *) The "Connection" header could be sent back with multiple "close"
10718      tokens.  Not an error, but a waste.
10719      [<Ronald.Tschalaer psi.ch>] PR#1683
10720
10721   *) mod_rewrite's RewriteLog should behave like mod_log_config, it
10722      shouldn't force hostname lookups.  [Dean Gaudet] PR#1684
10723
10724   *) "basic" auth needs a case-insensitive comparison.
10725      [<Ronald.Tschalaer psi.ch>] PR#1666
10726
10727   *) For maximum portability, the environment passed to CGIs should
10728      only contain variables whose names match the regex
10729      /[a-zA-Z][a-zA-Z0-9_]*/.  This is now enforced by stamping
10730      underscores over any character outside the regex.  This
10731      affects HTTP_* variables, in a way that should be backward
10732      compatible for all the standard headers; and affects variables
10733      set with SetEnv/BrowserMatch and similar directives.
10734      [Dean Gaudet]
10735
10736   *) mod_speling returned incorrect HREF's when an ambigous match
10737      was found. Noticed by <robinton amtrash.comlink.de> (Soeren Ziehe)
10738      [Soeren Ziehe <robinton amtrash.comlink.de>, Martin Kraemer]
10739
10740   *) PORT: Apache now compiles & runs on an EBCDIC mainframe
10741      (the Siemens BS2000/OSD family) in the POSIX subsystem
10742      [Martin Kraemer]
10743
10744   *) PORT: Fix problem killing children when terminating.  Allow ^C
10745      to shut down the server.  [Brian Havard]
10746
10747   *) pstrdup() is implicit in calls to table_* functions, so there's
10748      no need to do it before calling.  Clean up a few cases.
10749      [Marc Slemko, Dean Gaudet]
10750
10751   *) new -C and -c command line arguments
10752      usage:
10753      -C "directive" : process directive before reading config files
10754      -c "directive" : process directive after reading config files
10755      example:
10756      httpd -C "PerlModule Apache::httpd_conf"
10757      [Doug MacEachern, Martin Kraemer]
10758
10759   *) WIN32: Fix the execution of CGIs that are scripts and called 
10760      with path info that does not have an '=' in.
10761      (eg. http://server/cgi-bin/printenv?foobar)  
10762      [Marc Slemko] PR#1591
10763
10764   *) WIN32: Fix a call to os_canonical_filename so it doesn't try to 
10765      mess with fake filenames.  This fixes proxy caching on 
10766      win32. PR#1265
10767
10768   *) SECURITY: General mod_include cleanup, including fixing several
10769      possible buffer overflows and a possible infinite loop.
10770      [Dean Gaudet, Marc Slemko]
10771
10772   *) SECURITY: Numerous changes to mod_imap in a general cleanup
10773      including fixing a possible buffer overflow.  [Dean Gaudet]
10774
10775   *) WIN32: overhaul of multithreading code. Shutdowns are now graceful
10776      (connections are not dropped). Code can handle graceful restarts
10777      (but there is as yet no way to signal this to Apache). Various
10778      other cleanups. [Paul Sutton]
10779
10780   *) The aplog_error changes specific to 1.3 introduced a buffer
10781      overrun in the (now legacy) log_printf function.  Fixed.
10782      [Dean Gaudet]
10783
10784   *) mod_digest didn't properly deal with proxy authentication.  It
10785      also lacked a case-insensitive comparision of the "Digest"
10786      token.  [Ronald Tschalaer <Ronald.Tschalaer psi.ch>] PR#1599
10787
10788   *) A few cleanups in mod_status for efficiency.  [Dean Gaudet]
10789
10790   *) A few cleanups in mod_info to make it thread-safe, and remove an
10791      off-by-5 bug that could hammer \0 on the stack. [Dean Gaudet]
10792
10793   *) no2slash() was O(n^2) in the length of the input.  Make it O(n).
10794      [Dean Gaudet]
10795
10796   *) API: migration from strncpy() to our "enhanced" version called
10797      ap_cpystrn() for performance and functionality reasons.
10798      Located in libap.a.  [Jim Jagielski]
10799
10800   *) table_set() and table_unset() did not deal correctly with
10801      multiple occurrences of the same key.
10802      [Stephen Scheck <sscheck infonex.net>, Ben Laurie] PR#1604
10803
10804   *) The AuthName must now be enclosed in quotes if it is to contain
10805      spaces.  [Ken Coar] PR#1195
10806
10807   *) API: new function: ap_escape_quotes(). [Ken Coar] PR#1195
10808
10809   *) WIN32: Work around optimiser bug that killed ISAPI in release
10810      versions. [Ben Laurie] PR#1533
10811
10812   *) PORT: Update the MPE port [Mark Bixby, Jim Jagielski]
10813
10814   *) Interim (slow) fix for p->sub_pool critical sections in
10815      alloc.c (affects win32 only).  [Ben Hyde]
10816
10817   *) non-WIN32 was missing destroy_mutex definition.  [Ben Hyde]
10818
10819   *) send_fd_length() did not calculate total_bytes_sent properly.
10820      [Ben Reser <breser regnow.com>] PR#1366
10821
10822   *) The bputc() macro was not properly integrated with the chunking
10823      code; in many cases modules using bputc() could cause completely
10824      bogus chunked output.  (Typically this will show up as problems
10825      with Internet Explorer 4.0 reading a page, but other browsers
10826      having no problem.) [Dean Gaudet]
10827
10828   *) Create LARGE_WRITE_THRESHOLD define which determines how many
10829      bytes have to be supplied to bwrite() before it will consider
10830      doing a writev() to assemble multiple buffers in one system
10831      call.  This is critical for modules such as mod_include,
10832      mod_autoindex, mod_php3 which all use bputc()/bputs() of smaller
10833      strings in some cases.  The result would be extra effort
10834      setting up writev(), and in many cases extra effort building
10835      chunks.  The default is 31, it can be overriden at compile
10836      time. [Dean Gaudet]
10837
10838   *) Move the gid switching code into the child so that log files
10839      and pid files are opened with the root gid.
10840      [Gregory A Lundberg <lundberg vr.net>]
10841
10842   *) WIN32: Check for binaries by looking for the executable header
10843      instead of counting control characters.
10844      [Jim Patterson <Jim.Patterson Cognos.COM>] PR#1340
10845
10846   *) ap_snprintf() moved from main/util_snprintf.c to ap/ap_snprintf.c
10847      so the functionality is available to applications other than the
10848      server itself (like the src/support tools).  [Ken Coar]
10849
10850   *) ap_slack() moved out of main/util.c into ap/ap_slack.c as part of
10851      the libap consolidation work.  [Ken Coar]
10852
10853   *) ap_snprintf() with a len of 0 behaved like sprintf().  This is not
10854      useful, and isn't what the standards require.  Now it returns 0
10855      and writes nothing.  [Dean Gaudet]
10856
10857   *) When an error occurs in fcntl() locking suggest the user look up
10858      the docs for LockFile.  [Dean Gaudet]
10859
10860   *) Eliminate some dead code from writev_it_all().
10861      [Igor Tatarinov <tatarino prairie.NoDak.edu>]
10862
10863   *) mod_autoindex had an fread() without checking the result code.
10864      It also wouldn't handle "AddIconByType (TXT,/icons/text.gif text/*"
10865      (note the missing closing paren) properly.  [Dean Gaudet]
10866
10867   *) It appears the "257th byte" bug (see
10868      htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
10869      at the 256th byte as well.  Fixed.  [Dean Gaudet]
10870
10871   *) PORT: Fix mod_mime_magic under OS/2, no support for block devices.
10872      [Brian Havard]
10873
10874   *) Fix memory corruption caused by allocating auth usernames in the
10875      wrong pool.  [Dean Gaudet] PR#1500
10876
10877   *) Fix an off-by-1, and an unterminated string error in
10878      mod_mime_magic.  [Dean Gaudet]
10879
10880   *) Fix a potential SEGV problem in mod_negotiation when dealing
10881      with type-maps.  [Dean Gaudet]
10882
10883   *) Better glibc support under Linux.  [Dean Gaudet] PR#1542
10884
10885   *) "RedirectMatch gone /" would cause a SIGSEGV. [Dean Gaudet] PR#1319
10886
10887   *) WIN32: avoid overflows during file canonicalisations.
10888      [<malcolm mgdev.demon.co.uk>] PR#1378
10889
10890   *) WIN32: set_file_slot() didn't detect absolute paths. [Ben Laurie]
10891      PR#1511, 1508
10892
10893   *) WIN32: mod_status display header didn't match fields. [Ben Laurie]
10894
10895   *) The pthread_mutex_* functions return an error code, and don't
10896      set errno.  [Igor Tatarinov <tatarino prairie.NoDak.edu>]
10897
10898   *) WIN32: Allow spaces to prefix the interpreter in #! lines.
10899      [Ben Laurie] PR#1101
10900
10901   *) WIN32: Cure file leak in CGIs. [Peter Tillemans <pti net4all.be>] PR#1523
10902
10903   *) proxy_ftp: the directory listings generated by the proxy ftp module
10904      now have a title in which the path components are clickable and allow
10905      quick navigation to the clicked-on directory on the currently listed
10906      ftp server. This also fixes a bug where the ".." directory links would
10907      sometimes refer to the wrong directory.  [Martin Kraemer]
10908
10909   *) WIN32: Allocate the correct amount of memory for the scoreboard.
10910      [Ben Hyde] PR#1387
10911
10912   *) WIN32: Only lowercase the part of the path that is real. [Ben Laurie]
10913      PR#1505
10914
10915   *) Fix problems with timeouts in inetd mode and -X mode.  [Dean Gaudet]
10916
10917   *) Fix the spurious "(0)unknown error: mmap_handler: mmap failed"
10918      error messages. [Ben Hyde]
10919
10920 Changes with Apache 1.3b3
10921
10922   *) WIN32: Work around brain-damaged spawn calls that can't deal
10923      with spaces and slashes.  [Ben Laurie]
10924
10925   *) WIN32: Fix the code so CGIs can use socket calls on Windows.  
10926      The problem was that certain undocumented environment variables
10927      needed for sockets to work under Win32 were not being passed.
10928      [Frank Faubert <frank sane.com>]
10929
10930   *) Add a "-V" command line flag to the httpd binary.  This 
10931      flag shows some of the defines that Apache was compiled with.
10932      It is useful for debugging purposes.  [Martin Kraemer]
10933
10934   *) Start separating the ap_*() routines into their own library, so they
10935      can be used by items in src/support among other things.  
10936      [Ken Coar] PR#512, 905, 1252, 1308 
10937
10938   *) Give a more informative error when no AuthType is set.
10939      [Lars Eilebrecht]
10940
10941   *) Remove strtoul() use from mod_proxy because it isn't available
10942      on all platforms.   [Marc Slemko] PR#1214
10943
10944   *) WIN32: Some Win32 systems terminated all responses after 16 kB. 
10945      This turns out to be a bug in Winsock - select() doesn't always 
10946      return the correct status.  [Ben Laurie]
10947
10948   *) Directives owned by http_core can now use the new check_cmd_context()
10949      routine to ensure that they're not being used within a container
10950      (e.g., <Directory>) where they're invalid.  [Martin Kraemer]
10951
10952   *) PORT: Recent changes made it necessary to add explicit prototype
10953      for fgetc() and fgets() on SunOS 4.x.  [Martin Kraemer, Ben Hyde]
10954
10955   *) It was necessary to distinguish between resources which are
10956      allocated in the parent, for cleanup in the parent, and resources
10957      which are allocated in each child, for cleanup in each child.
10958      A new pool was created which is passed to the module child_init
10959      and child_exit functions; modules are free to register per-child
10960      cleanups there.  This fixes a bug with reliable piped logs.
10961      [Dean Gaudet]
10962
10963   *) mod_autoindex wasn't displaying the ReadmeName file at the bottom
10964      unless it was also doing FancyIndexes, but it displayed the
10965      HeaderName file at the top under all circumstances.  It now shows
10966      the ReadmeName file for simple indices, too, as it should.  
10967      [Ken Coar] PR#1373
10968
10969   *) http_core was mmap()ing even in cases where it wasn't going to
10970      read the file.  [Ben Hyde <bhyde gensym.com>]
10971
10972   *) Complete rewrite ;-) of mod_rewrite's URL rewriting engine:
10973      Now the rewriting engine (the heart of mod_rewrite) is organized more
10974      straight-forward, first time well documented and reduced to the really
10975      essential parts. All redundant cases were stripped off and processing now
10976      is the same for both per-server and per-directory context with only a
10977      minimum difference (the prefix stripping in per-dir context). As a
10978      side-effect some subtle restrictions and two recently discovered problems
10979      are gone: Wrong escaping of QUERY_STRING on redirects in per-directory
10980      context and restrictions on the substitution URL on redirects.
10981      Additionally some minor source cleanups were done. 
10982      [Ralf S. Engelschall] 
10983
10984   *) Lars Eilebrecht wrote a whole new set of Apache Vhost Internals
10985      documentation, examples, explanations and caveats. They live in a new
10986      subdirectory htdocs/manual/vhost/. [Lars Eilebrecht <sfx unix-ag.org>]
10987
10988   *) If ap_slack fails to allocate above the low slack line it's a good
10989      indication that further problems will occur; it's a better indication
10990      than many external libraries give us when we actually run out of
10991      descriptors.  So report it to the user once per restart.
10992      [Dean Gaudet] PR#1181
10993
10994   *) Change mod_include and mod_autoindex to use Y2K-safe date formats
10995      by default.  [Ken Coar]
10996
10997   *) Add a "SuppressColumnSorting" option to the IndexOptions list,
10998      which will keep the column heading from being links for sorting
10999      the display.  [Ken Coar, suggested by Brian Tiemann <btman pacific.net>]
11000      PR #1261
11001
11002   *) PORT: Update the LynxOS port.  [Marius Groeger <mag sysgo.de>]
11003
11004   *) Fix logic error when issuing a mmap() failed message
11005      with a non-zero MMAP_THRESHOLD.
11006      [David Chambers <davidc flosun.salk.edu>] PR#1294
11007
11008   *) Preserve handler value on ProxyPass'ed requests by not
11009      calling find_types on a proxy'd request; fixes problems
11010      where some ProxyPass'ed URLs weren't actually passed
11011      to the proxy.
11012      [Lars Eilebrecht] PR#870
11013
11014   *) Fix a byte ordering problem in mod_access which prevented
11015      the old-style syntax (i.e. "a.b.c." to match a class C)
11016      from working properly. [Dean Gaudet] PR#1248, 1328, 1384
11017
11018   *) Fix problem with USE_FLOCK_SERIALIZED_ACCEPT not working
11019      properly. Each child needs to open the lockfile instead
11020      of using the passed file-descriptor from the parent. 
11021      [Jim Jagielski] PR#1056
11022
11023   *) Fix the error logging in mod_cgi; the recent error log changes
11024      introduced a bug that prevented it from working correctly.
11025      [M.D.Parker] PR#1352
11026
11027   *) Default to USE_FCNTL_SERIALIZED_ACCEPT on HPUX to properly 
11028      handle multiple Listen directives.  [Marc Slemko] PR#872
11029
11030   *) Inherit a bugfix to fnmatch.c from FreeBSD sources.
11031      ["[KOI8-R] áÎÄÒÅÊ þÅÒÎÏ×" <ache nagual.pp.ru>] PR#1311
11032
11033   *) When a configuration parse complained about a bad directive,
11034      the logger would use whatever (unrelated) value was in errno.
11035      errno is now forced to EINVAL first in this case.  [Ken Coar]
11036
11037   *) A sed command in the Configure script pushed the edge of POSIXness,
11038      breaking on some systems.  [Bhaba R.Misra <system vt.edu>] PR#1368
11039
11040   *) Solaris >= 2.5 was totally broken due to a mess up using pthread
11041      mutexes.  [Roy Fielding, Dean Gaudet]
11042
11043   *) OS/2 Port updated; it should be possible to build OS/2 from the same
11044      sources as Unix now.  [Brian Havard <brianh kheldar.apana.org.au>]
11045
11046   *) Fix a year formatting bug in mod_usertrack.
11047      [Paul Eggert <eggert twinsun.com>] PR#1342
11048
11049   *) A mild SIGTERM/SIGALRM race condition was eliminated.
11050      [Dean Gaudet] PR#1211
11051
11052   *) Warn user that default path has changed if /usr/local/etc/httpd
11053      is found on the system.  [Lars Eilebrecht]
11054
11055   *) Various mod_mime_magic bug fixes and cleanups: Uncompression
11056      should work, it should work on WIN32, and a few resource
11057      leaks and abort conditions are fixed.
11058      [Dean Gaudet] PR#1205
11059
11060   *) PORT: On AIX 1.x files can't be named '@', fix the proxy cache
11061      to use '%' instead of '@' in its encodings.
11062      [David Schuler <schuld btv.ibm.com>] PR#1317
11063
11064   *) Improve the warning message generated when the "server is busy".
11065      [Dean Gaudet] PR#1293
11066
11067   *) PORT: All ports which don't otherwise define DEF_WANTHSREGEX will
11068      get Spencer regex by default.  This is to avoid having to
11069      discover bugs in operating system libraries.  [Dean Gaudet]
11070
11071   *) PORT: "Fix" PR#467 by generating warnings on systems which we have
11072      not been able to get working USE_*_SERIALIZED_ACCEPT settings for.
11073      Document this a bit more in src/PORTING.  [Dean Gaudet] PR#467
11074
11075   *) Ensure that one copy of config warnings makes it to the
11076      error_log.  [Dean Gaudet]
11077
11078   *) Invent new structure and associated methods to handle config file
11079      reading. Add "custom" hook to use config file cfg_getline() on
11080      something which is not a FILE*  [Martin Kraemer]
11081
11082   *) Make single-exe Windows install. [Ben Laurie and Eric Esselink]
11083
11084   *) WIN32: Make CGI work under Win95. [Ben Laurie and Paul Sutton]
11085
11086   *) WIN32: Make index.html and friends work under Win95. [Ben Laurie]
11087
11088   *) PORT: Solaris 2.4 needs Spencer regex, the system regex is broken.
11089      [John Line <jml4 cam.ac.uk>] PR#1321
11090
11091   *) Default pathname has been changed everywhere to /usr/local/apache
11092      [Sameer <sameer c2.net>]
11093
11094   *) PORT: AIX now uses USE_FCNTL_SERIALIZED_ACCEPT.
11095      [David Bronder <David-Bronder uiowa.edu>] PR#849
11096
11097   *) PORT: i386 AIX does not have memmove.
11098      [David Schuler <schuld btv.ibm.com>] PR#1267
11099
11100   *) PORT: HPUX now defaults to using Spencer regex.
11101      [Philippe Vanhaesendonck <pvanhaes be.oracle.com>,
11102      Omar Del Rio <al112263 academ01.lag.itesm.mx>] PR#482, 1246
11103
11104   *) PORT: Some versions of NetBSD don't automatically define
11105      __NetBSD__.  Workaround by defining NETBSD.
11106      [Chris Craft <ccraft cncc.cc.co.us>] PR#977
11107
11108   *) PORT: UnixWare 2.x requires -lgen for syslog.
11109      [Hans Snijder <hs meganet.nl>] PR#1249
11110
11111   *) PORT: ULTRIX appears to not have syslog.
11112      [Lars Eilebrecht <Lars.Eilebrecht unix-ag.org>]
11113
11114   *) PORT: Basic Gemini port (treat it like unixware212).
11115      ["Pavel Yakovlev (Paul McHacker)" <hac tomcat.olly.ru>]
11116
11117   *) PORT: All SVR4 systems now use NET_SIZE_T = size_t, and
11118      use USE_SHMGET_SCOREBOARD.
11119      [Martin Kraemer]
11120
11121   *) Various improvements in detecting config file errors (missing closing
11122      directives for <Directory>, <Files> etc. blocks, prohibiting global
11123      server settings in <VirtualHost> blocks, flagging unhandled multiple
11124      arguments to <Directory>, <Files> etc.)
11125      [Martin Kraemer]
11126
11127   *) Add support to suexec wrapper program for mod_unique_id's UNIQUE_ID
11128      variable to provide this one to suexec'd CGIs, too.
11129      [M.D.Parker <mdpc netcom.com>] PR#1284
11130
11131   *) New support tool: src/support/split-logfile, a sample Perl script which
11132      splits up a combined access log into separate files based on the
11133      name of the virtual host (listed first in the log records by "%v").
11134      [Ken Coar]
11135
11136 Changes with Apache 1.3b2 (there is no 1.3b1)
11137
11138   *) TestCompile was not passing $LIBS [Dean Gaudet]
11139
11140   *) Makefile.tmpl was not using $CFLAGS in the link phase. 
11141      [Martin Kraemer]
11142
11143   *) Add debugging code to alloc.c.  Defining ALLOC_DEBUG provides a
11144      rudimentary memory debugger which can be used on live servers with
11145      low impact -- it sets all allocated and freed memory bytes to 0xa5.
11146      Defining ALLOC_USE_MALLOC will cause the alloc code to use malloc()
11147      and free() for each object.  This is far more expensive and should
11148      only be used for testing with tools such as Electric Fence and
11149      Purify.  See main/alloc.c for more details.  [Dean Gaudet]
11150
11151   *) Configure uses a sh trap and didn't set its exitcode properly.
11152      [Dean Gaudet] PR#1159
11153
11154   *) Yet another vhost revamp.  Add the NameVirtualHost directive which
11155      explicitly lists the ip:port pairs that are to be used for name-vhosts.
11156      From a given ip:port, regardless what the Host: header is, you can
11157      only reach the vhosts defined on that ip:port.  The precedence of
11158      vhosts was reversed to match other precedences in the config --
11159      the earlier vhosts override the later vhosts.  All vhost matching was
11160      moved into http_vhost.[ch].  [Dean Gaudet]
11161
11162   *) ap_inline can be used to force inlining.  GNUC __attribute__() can
11163      be used for whatever reason is appropriate (i.e. format() warnings
11164      for printf style functions).  Both are enabled only with
11165      gcc >= 2.7.x (so that we have fewer support issues with older
11166      versions).  [Dean Gaudet]
11167
11168   *) Fix support for Proxy Authentication (we were testing the response
11169      status too early). [Marc Slemko]
11170
11171   *) CoreDumpDirectory directive directs where the core file is
11172      written when a SIGSEGV, SIGBUS, SIGABORT or SIGABRT are
11173      received.  [Marc Slemko, Dean Gaudet]
11174
11175   *) PORT: Support for Atari MINT.
11176      [Jan Paul Schmidt <Jan.P.Schmidt mni.fh-giessen.de>]
11177
11178   *) When booting, apache will now detach itself from stdin, stdout,
11179      and stderr.  stderr will not be detached until after the config
11180      files have been read so you will be able to see initial error
11181      messages.  After that all errors are logged in the error_log.
11182      This makes it more convenient to start apache via rsh, ssh,
11183      or crontabs.  [Dean Gaudet] PR#523
11184
11185   *) mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake.
11186      Also removed the auto-generated link to www.apache.org that was the
11187      source of so many misdirected bug reports.  [Roy Fielding, Marc Slemko]
11188
11189   *) send_fb would not detect aborted connections in some situations.
11190      [Dean Gaudet]
11191
11192   *) mod_include would use uninitialized data when parsing certain
11193      expressions involving && and ||. [Brian Slesinsky] PR#1139
11194
11195   *) mod_imap should only handle GET methods.  [Jay Bloodworth]
11196
11197   *) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
11198
11199   *) mod_autoindex improperly counted &escapes; as more than one
11200      character in the description.  It also improperly truncated
11201      descriptions that were exactly the maximum length.
11202      [Martin Kraemer]
11203
11204   *) RedirectMatch was not properly escaping the result (PR#1155).  Also
11205      "RedirectMatch /advertiser/(.*) $1" is now permitted.
11206      [Dean Gaudet]
11207
11208   *) mod_include now uses symbolic names to check for request success
11209      and return HTTP errors, and correctly handles all types of
11210      redirections (previously it only did temporary redirect correctly).
11211      [Ken Coar, Roy Fielding]
11212
11213   *) mod_userdir was modifying r->finfo in cases where it wasn't setting
11214      r->filename.  Since those two are meant to be in sync with each other
11215      this is a bug.  ["Paul B. Henson" <henson intranet.csupomona.edu>]
11216
11217   *) PORT: Support Unisys SVR4, whose uname returns mostly useless data.
11218      ["Kaufman, Steven E" <Steven.Kaufman unisys.com>]
11219
11220   *) Inetd mode (which is buggy) uses timeouts without having setup the
11221      jmpbuffer. [Dean Gaudet] PR#1064
11222
11223   *) Work around problem under Linux where a child will start looping
11224      reporting a select error over and over.
11225      [Rick Franchuk <rickf transpect.net>] PR#1107, 987, 588
11226
11227   *) Fixed error in proxy_util.c when looping through multiple host IP
11228      addresses. [Lars Eilebrecht] PR#974
11229
11230   *) If BUFFERED_LOGS is defined then mod_log_config will do atomic
11231      buffered writes -- that is, it will buffer up to PIPE_BUF (i.e. 4k)
11232      bytes before writing, but it will never split a log entry across a
11233      buffer boundary.  [Dean Gaudet]
11234
11235   *) API: the short_score record has been split into two pieces, one which
11236      the parent writes on, and one which the child writes on.  As part of
11237      this change the get_scoreboard_info() function was removed, and
11238      scoreboard_image was exported.  This change fixes a race condition
11239      in file based scoreboard systems, and speeds up changes involving the
11240      scoreboard in earlier 1.3 development.  [Dean Gaudet]
11241
11242   *) API: New register_other_child() API (see http_main.h) which allows
11243      modules to register children with the parent for maintenance.  It
11244      is disabled by defining NO_OTHER_CHILD.  [Dean Gaudet]
11245
11246   *) API: New piped_log API (see http_log.h) which implements piped logs,
11247      and will use register_other_child to implement reliable piped logs
11248      when it is available.  The reliable piped logs part can be disabled
11249      by defining NO_RELIABLE_PIPED_LOGS.  At the moment reliable piped
11250      logs is only available on Unix. [Dean Gaudet]
11251
11252   *) API: set_last_modified() broken into set_last_modified(), set_etag(), and
11253      meets_conditions().  This allows conditional HTTP selection to be
11254      handled separately from the storing of the header fields, and provides
11255      the ability for CGIs to set their own ETags for conditional checking.
11256      [Ken Coar, Roy Fielding]  PR#895
11257
11258   *) Changes to mod_log_config to allow naming of format strings.
11259      Format nicknames are defined with "LogFormat fmt nickname", and can
11260      be used with "LogFormat nickname" and "CustomLog logtarget nickname".
11261      [Ken Coar]
11262
11263   *) New module, "mod_speling", which can help find files even when 
11264      the URL is slightly misspelled. [Martin Kraemer, Alexei Kosut]
11265
11266   *) API: New function child_terminate() triggers the child process to
11267      exit, while allowing the child finish what it needs to for the
11268      current request first.  
11269      [Doug MacEachern, Alexei Kosut]
11270
11271   *) Windows now defaults to using full status reports with mod_status.
11272      [Alexei Kosut] PR #1094
11273
11274   *) *Really* disable all mod_rewrite operations if the engine is off.
11275      Some things (like RewriteMaps) were checked/performed even if they
11276      weren't supposed to be.  [Ken Coar] PR #991
11277
11278   *) Implement a new timer scheme which eliminates the need to call alarm() all
11279      the time.  Instead a counter in the scoreboard for each child is used to
11280      show when the child has made forward progress.  The parent samples this
11281      counter every scoreboard maintenance cycle, and issues SIGALRM if no
11282      progress has been made in the timeout period.  This reduces the static
11283      request best-case syscall count to 22 from 29.  This scheme is only
11284      used by systems with memory-based scoreboards.  [Dean Gaudet]
11285
11286   *) The proxy now properly handles CONNECT requests which are sent
11287      to proxy servers when using ProxyRemote.  [Marc Slemko] PR#1024
11288
11289   *) A script called apachectl has been added to the support 
11290      directory.  This script allows you to do things such as 
11291      "apachectl start" and "apachectl restart" from the command
11292      line.  [Marc Slemko]
11293
11294   *) Modules and core routines are now put into libraries, which
11295      simplifies the link line tremendously (among other advantages).
11296      [Paul Sutton]
11297
11298   *) Some of the MD5 names defined in Apache have been renamed to have
11299      an `ap_' prefix to avoid conflicts with routines supplied by
11300      external libraries.  [Ken Coar]
11301
11302   *) Removal of mod_auth_msql.c from the distribution. There are many
11303      other options for databases today. Rather than offer one option,
11304      offer none at this time. mod_auth_msql and other SQL database
11305      authentication modules can be found at the Apache Module Registry.
11306      http://modules.apache.org/ It would be nice to offer a generic
11307      mod_auth_sql option in the near future.
11308
11309   *) PORT: BeOS support added [Alexei Kosut]
11310
11311   *) Configure no longer accepts the -make option, since it creates
11312      Makefile on the fly based on Makefile.tmpl and Configuration.
11313
11314   *) Apache now gracefully shuts down when it receives a SIGTERM, instead
11315      of forcibly killing off all its processes and exiting without
11316      cleaning up. [Alexei Kosut]
11317
11318   *) API: A new field in the request_rec, r->mtime, has been added to
11319      avoid gratuitous parsing of date strings.  It is intended to hold
11320      the last-modified date of the resource (if applicable).  An
11321      update_mtime() routine has also been added to advance it if
11322      appropriate.  [Roy Fielding, Ken Coar]
11323
11324   *) SECURITY: If a htaccess file can not be read due to bad permissions,
11325      deny access to the directory with a HTTP_FORBIDDEN.  The previous
11326      behavior was to ignore the htaccess file if it could not be read.
11327      This change may make some setups with unreadable htaccess files
11328      stop working.  [Marc Slemko] PR#817
11329
11330   *) Add aplog_error() providing a mechanism to define levels of
11331      verbosity to the server error logging. This addition also provides
11332      the ability to log errors using syslogd. Error logging is configurable
11333      on a per-server basis using the LogLevel directive. Conversion
11334      of log_*() in progress. [Randy Terbush]
11335
11336   *) Further enhance aplog_error() to not log filename, line number, and
11337      errno information when it isn't applicable. [Ken Coar, Dean Gaudet]
11338
11339   *) WIN32: Canonicalise filenames under Win32. Short filenames are
11340      converted to long ones. Backslashes are converted to forward
11341      slashes. Case is converted to lower. Parts of URLs that do not
11342      correspond to files are left completely alone. [Ben Laurie]
11343
11344   *) PORT: 2 new OSs added to the list of ports:
11345       Encore's UMAX V: Arieh Markel <amarkel encore.com>
11346       Acorn RISCiX: Stephen Borrill <sborrill xemplar.co.uk>
11347
11348   *) Add the server version (SERVER_VERSION macro) to the "server
11349      configured and running" entry in the error_log.  Also build an
11350      object file at link-time that contains the current time
11351      (SERVER_BUILT global const char[]), and include that in the
11352      message.  [Ken Coar]
11353
11354   *) Set r->headers_out when sending responses from the proxy.
11355      This fixes things such as the logging of headers sent from
11356      the proxy.  [Marc Slemko] PR#659
11357
11358   *) support/httpd_monitor is no longer distributed because the 
11359      scoreboard should not be file based if at all possible. Use
11360      mod_status to see current server snapshot.
11361
11362   *) (set_file_slot): New function, allowing auth directives to be
11363      independent of the server root, so the server documents can be
11364      moved to a different directory or machine more easily.
11365      [David J. MacKenzie]
11366
11367   *) If no TransferLog is given explicitly, decline
11368      to log.  This supports coexistence with other logging modules,
11369      such as the custom one that UUNET uses. [David J. MacKenzie]
11370
11371   *) Check for titles in server-parsed HTML files.
11372      Ignore leading newlines and returns in titles.  The old behavior
11373      of replacing a newline after <title> with a space causes the
11374      title to be misaligned in the listing. [David J. MacKenzie]
11375
11376   *) Change mod_cern_meta to be configurable on a per-directory basis.
11377      [David J. MacKenzie]
11378
11379   *) Add 'Include' directive to allow inclusion of configuration
11380      files within configuration files. [Randy Terbush]
11381
11382   *) Proxy errors on connect() are logged to the error_log (nothing
11383      new); now they include the IP address and port that failed
11384      (*that's* new).   [Ken Coar, Marc Slemko] PR#352
11385
11386   *) Various architectures now define USE_MMAP_FILES which causes
11387      the server to use mmap() for static files.  There are two
11388      compile-time tunables MMAP_THRESHOLD (minimum number of bytes
11389      required to use mmap(), default is 0), and MMAP_SEGMENT_SIZE (maximum
11390      number of bytes written in one cycle from a single mmap()d object,
11391      default 32768).  [Dean Gaudet]
11392
11393   *) API: Added post_read_request API phase which is run right after reading
11394      the request from a client, or right after an internal redirect.  It is
11395      useful for modules setting environment variables that depend only on
11396      the headers/contents of the request.  It does not run during subrequests
11397      because subrequests inherit pretty much everything from the main
11398      request. [Dean Gaudet]
11399
11400   *) Added mod_unique_id which is used to generate a unique identifier for
11401      each hit, available in the environment variable UNIQUE_ID.
11402      [Dean Gaudet]
11403
11404   *) init_modules is now called after the error logs have been opened.  This
11405      allows modules to emit information messages into the error logs.
11406      [Dean Gaudet]
11407
11408   *) Fixed proxy-pass-through feature of mod_rewrite; Added error logging
11409      information for case where proxy module is not available. [Marc Slemko]
11410
11411   *) PORT: Apache has need for mutexes to serialize its children around
11412      accept.  In prior versions either fcntl file locking or flock file
11413      locking were used.  The method is chosen by the definition of
11414      USE_xxx_SERIALIZED_ACCEPT in conf.h.  xxx is FCNTL for fcntl(),
11415      and FLOCK for flock().  New options have been added:
11416         - SYSVSEM to use System V style semaphores
11417         - PTHREAD to use POSIX threads (appears to work on Solaris only)
11418         - USLOCK to use IRIX uslock
11419      Based on timing various techniques, the following changes were made
11420      to the defaults:
11421         - Linux 2.x uses flock instead of fcntl
11422         - Solaris 2.x uses pthreads
11423         - IRIX uses SysV semaphores -- however multiprocessor IRIX boxes
11424           work far faster if you -DUSE_USLOCK_SERIALIZED_ACCEPT
11425      [Dean Gaudet, Pierre-Yves Kerembellec <Pierre-Yves.Kerembellec vtcom.fr>,
11426      Martijn Koster <m.koster pobox.com>]
11427
11428   *) PORT: The semantics of accept/select make it very desirable to use
11429      mutexes to serialize accept when multiple Listens are in use.  But
11430      in the case where only a single socket is open it is sometimes
11431      redundant to serialize accept().  Not all unixes do a good job with
11432      potentially dozens of children blocked on accept() on the same
11433      socket.  It's now possible to define SINGLE_LISTEN_UNSERIALIZED_ACCEPT and
11434      the server will avoid serialization when listening on only one socket,
11435      and use serialization when listening on multiple sockets.
11436      [Dean Gaudet] PR#467
11437
11438   *) Configure changes: TestLib replaced by TestCompile, which has
11439      some additional capability (such as doing a sanity check of
11440      the compiler and flags selected); the version of Solaris is now
11441      available via the #define value of SOLARIS2; IRIX n32bit libs
11442      now supported and selectable by new Configuration Rule: IRIXN32;
11443      We no longer default to -O2 optimization.  [Jim Jagielski]
11444
11445   *) Updated Configure: Configuration now uses AddModule to specify
11446      module source or binary file location, relative to src directory.
11447      Modules can be dropped into modules/extra, or in their own 
11448      directory, and modules can come with a Makefile or Configure can 
11449      create one.  Modules can add compiler or library information to 
11450      generated Makefiles. [Paul Sutton]
11451
11452   *) Source core re-organisation: distributed modules are now in 
11453      modules/standard. All other source code is in main. OS-specific
11454      code is in os/{unix,emx,win32} directories. [Paul Sutton]
11455
11456   *) mod_browser has been removed, since it's replaced by mod_setenvif.
11457      [Ken Coar]
11458
11459   *) Fix another long-standing bug in sub_req_lookup_file where it would
11460      happily skip past access checks on subdirectories looked up with
11461      relative paths.  (It's used by mod_dir, mod_negotiation,
11462      and mod_include.) [Dean Gaudet]
11463
11464   *) directory_walk optimization to reduce an O(N*M) loop to O(N+M) where
11465      N is the number of <Directory> sections, and M is the number of
11466      components in the filename of an object.
11467
11468      To achieve this optimization the following config changes were made:
11469         - Wildcards (* and ?, not the regex forms) in <Directory>s,
11470           <Files>s, and <Location>s now treat a slash as a special
11471           character.  For example "/home/*/public_html" previously would
11472           match "/home/a/andrew/public_html", now it only matches things
11473           like "/home/bob/public_html".  This mimics /bin/sh behaviour.
11474         - It's possible now to use [] wildcarding in <Directory>, <Files>
11475           or <Location>.
11476         - Regex <Directory>s are applied after all non-regex <Directory>s.
11477
11478     [Dean Gaudet]
11479
11480   *) Fix a bug introduced in 1.3a1 directory_walk regarding .htaccess files
11481      and corrupted paths.  [Dean Gaudet]
11482
11483   *) Enhanced and cleaned up the URL rewriting engine of mod_rewrite:
11484      First the grouped parts of RewriteRule pattern matches (parenthesis!) can
11485      be accessed now via backreferences $1..$9 in RewriteConds test-against
11486      strings in addition to RewriteRules subst string. Second the grouped
11487      parts of RewriteCond pattern matches (parenthesis!) can be accessed now
11488      via backreferences %1..%9 both in following RewriteCond test-against
11489      strings and RewriteRules subst string. This provides maximum flexibility
11490      through the use of backreferences.
11491      Additionally the rewriting engine was cleaned up by putting common
11492      code to the new expand_backrefs_inbuffer() function. 
11493      [Ralf S. Engelschall]
11494
11495   *) When merging the main server's <Directory> and <Location> sections into
11496      a vhost, put the main server's first and the vhost's second.  Otherwise
11497      the vhost can't override the main server.  [Dean Gaudet] PR#717
11498
11499   *) The <Directory> code would merge and re-merge the same section after
11500      a match was found, possibly causing problems with some modules.
11501      [Dean Gaudet]
11502
11503   *) ip-based vhosts are stored and queried using a hashing function, which
11504      has been shown to improve performance on servers with many ip-vhosts.
11505      Some other changes had to be made to accommodate this:
11506         - the * address for vhosts now behaves like _default_
11507         - the matching process now is:
11508             - match an ip-vhost directly via hash (possibly matches main
11509               server)
11510             - if that fails, just pretend it matched the main server
11511             - if so far only the main server has been matched, perform
11512               name-based lookups (ServerName, ServerAlias, ServerPath)
11513               *only on name-based vhosts*
11514             - if they fail, look for _default_ vhosts
11515      [Dean Gaudet, Dave Hankins <dhankins sugarat.net>]
11516
11517   *) dbmmanage overhaul:
11518      - merge dbmmanage and dbmmanage.new functionality, remove dbmmanage.new 
11519      - tie() to AnyDBM_File which will use one of DB_File, NDBM_File or
11520        GDBM_File (-ldb, -lndbm, -lgdbm) (trying each in that order)
11521      - provide better seed for rand
11522      - prompt for password as per getpass(3) (turn off echo, read from
11523        /dev/tty, etc.)
11524      - use "newstyle" crypt based on $Config{osname} ($^O)
11525      - will not add a user if already in database, use new `update' command
11526        instead
11527      - added `check' command to check a users' password
11528      - added `import' command to convert existing password text-files or 
11529        dbm files exported with `view'
11530      - more descriptive usage, general cleanup, 'use strict' clean, etc.
11531      [Doug MacEachern]
11532
11533   *) Added psocket() which is a pool form of socket(), various places within
11534      the proxy weren't properly blocking alarms while registering the cleanup
11535      for its sockets.  bclose() now uses pclose() and pclosesocket().  There
11536      was a bug where the client socket was being close()d twice due a still
11537      registered cleanup.  [Dean Gaudet]
11538
11539   *) A few cleanups were made to reduce time(), getpid(), and signal() calls.
11540      [Dean Gaudet]
11541
11542   *) PORT: AIX >= 4.2 requires -lm due to libc changes.
11543      [Jason Venner <jason idiom.com>] PR#667
11544
11545   *) Enable ``=""'' for RewriteCond directives to match against
11546      the empty string. This is the preferred way instead of ``^$''.
11547      [Ralf S. Engelschall]
11548
11549   *) Fixed an infinite loop in mod_imap for references above the server root
11550      [Dean Gaudet] PR#748
11551
11552   *) mod_proxy now has a ReceiveBufferSize directive, similar to
11553      SendBufferSize, so that the TCP window can be set appropriately
11554      for LFNs. [Phillip A. Prindeville]
11555
11556   *) mod_browser has been replaced by the more general mod_setenvif
11557      (courtesy of Paul Sutton).  BrowserMatch* directives are still
11558      available, but are now joined by SetEnvIf*, UnSetEnvIf*, and
11559      UnSetEnvIfZero directives.  [Ken Coar]
11560
11561   *) "HostnameLookups double" forces double-reverse DNS to succeed in
11562      order for remote_host to be set (for logging, or for the env var
11563      REMOTE_HOST).  The old define MAXIMUM_DNS has been deprecated.
11564      [Dean Gaudet]
11565
11566   *) mod_access overhaul:
11567      - Now understands network/netmask syntax (i.e.  10.1.0.0/255.255.0.0)
11568        and cidr syntax (i.e. 10.1.0.0/16).  PR#762
11569      - Critical path was sped up by pre-computing a few things at config time.
11570      - The undocumented syntax "allow user-agents" was removed,
11571        the replacement is "allow from env=foobar" combined with mod_browser.
11572      - When used with hostnames it now forces a double-reverse lookup
11573        no matter what the directory settings are.  This double-reverse
11574        doesn't affect any of the other routines that use the remote
11575        hostname.  In particular it's still passed to CGIs and the log
11576        without the double-reverse check.  Related PR#860.
11577      [Dean Gaudet]
11578
11579   *) When a large bwrite() occurs (larger than the internal buffer size),
11580      while there is already something in the buffer, apache will combine
11581      the large write and the buffer into a single writev().  (This is
11582      in anticipation of using mmap() for reading files.)
11583      [Dean Gaudet]
11584
11585   *) In obscure cases where a partial socket write occurred while chunking,
11586      Apache would omit the chunk header/footer on the next block.  Cleaned
11587      up other bugs/inconsistencies in error conditions in buff.c.  Fixed
11588      a bug where a long pause in DNS lookups could cause the last packet
11589      of a response to be unduly delayed.  [Roy Fielding, Dean Gaudet]
11590
11591   *) API: Added child_exit function to module structure.  This is called
11592      once per "heavy-weight process" just before a server child exit()'s 
11593      e.g. when max_requests_per_child is reached, etc.
11594      [Doug MacEachern, Dean Gaudet]
11595
11596   *) mod_include cleanup showed that handle_else was being used to handle
11597      endif.  It didn't cause problems, but it was cleaned up too.
11598      [Howard Fear]
11599
11600   *) mod_cern_meta would attempt to find meta files for the directory itself
11601      in some cases, but not in others.  It now avoids it in all cases.
11602      [Dean Gaudet]
11603
11604   *) mod_mime_magic would core dump if there was a decompression error.
11605      [Martin Kraemer <Martin.Kraemer mch.sni.de>] PR#904
11606
11607   *) PORT: some variants of DGUX require -lsocket -lnsl
11608      [Alexander L Jones <alex systems-options.co.uk>] PR#732
11609
11610   *) mod_autoindex now allows sorting of FancyIndexed directory listings
11611      by the various fields (name, size, et cetera), either in ascending
11612      or descending order.  Just click on the column header.  [Ken Coar]
11613
11614   *) PORT: Various tweaks to eliminate pointer-int casting warnings on 64-bit
11615      CPUs like the Alpha.  Apache still stores ints in pointers, but that's
11616      the relatively safe direction.  [Dean Gaudet] PR#344
11617
11618   *) PORT: QNX mmap() support for faster/more reliable scoreboard handling.
11619      [Igor N Kovalenko <infoh mail.wplus.net>] PR#683
11620
11621   *) child_main avoids an unneeded call to select() when there is only one
11622      listening socket.  [Dean Gaudet]
11623
11624   *) In the event that the server is starved for idle servers it will
11625      spawn 1, then 2, then 4, ..., then 32 servers each second,
11626      doubling each second.  It'll also give a warning in the errorlog
11627      since the most common reason for this is a poor StartServers
11628      setting.  The define MAX_SPAWN_RATE can be used to raise/lower
11629      the maximum.  [Dean Gaudet]
11630
11631   *) Apache now provides an effectively unbuffered connection for
11632      CGI scripts.  This means that data will be sent to the client
11633      as soon as the CGI pauses or stops output; previously, Apache would
11634      buffer the output up to a fixed buffer size before sending, which
11635      could result in the user viewing an empty page until the CGI finished
11636      or output a complete buffer.  It is no longer necessary to use an
11637      "nph-" CGI to get unbuffered output.  Given that most CGIs are written
11638      in a language that by default does buffering (e.g. perl) this
11639      shouldn't have a detrimental effect on performance.
11640
11641      "nph-" CGIs, which formerly provided a direct socket to the client
11642      without any server post-processing, were not fully compatible with
11643      HTTP/1.1 or SSL support.  As such they would have had to implement
11644      the transport details, such as encryption or chunking, in order
11645      to work properly in certain situations.  Now, the only difference
11646      between nph and non-nph scripts is "non-parsed headers".
11647      [Dean Gaudet, Sameer Parekh, Roy Fielding]
11648
11649   *) If a BUFF is switched from buffered to unbuffered reading the first
11650      bread() will return whatever remained in the buffer prior to the
11651      switch. [Dean Gaudet]
11652
11653 Changes with Apache 1.3a1
11654
11655   *) Added another Configure helper script: TestLib. It determines
11656      if a specified library exists.  [Jim Jagielski]
11657
11658   *) PORT: Allow for use of n32bit libraries under IRIX 6.x
11659      [derived from patch from Jeff Hayes <jhayes aw.sgi.com>]
11660      PR#721
11661
11662   *) PORT: Some architectures use size_t for various lengths in network
11663      functions such as accept(), and getsockname().  The definition
11664      NET_SIZE_T is used to control this. [Dean Gaudet]
11665
11666   *) PORT: Linux: Attempt to detect glibc based systems and include crypt.h
11667      and -lcrypt.  Test for various db libraries (dbm, ndbm, db) when
11668      mod_auth_dbm or mod_auth_db are included.  [Dean Gaudet]
11669
11670   *) PORT: QNX doesn't have initgroups() which support/suexec.c uses.
11671      [Igor N Kovalenko <infoh mail.wplus.net>]
11672
11673   *) "force-response-1.0" now only applies to requests which are HTTP/1.0 to
11674      begin with.  "nokeepalive" now works for HTTP/1.1 clients.  Added
11675      "downgrade-1.0" which causes Apache to pretend it received a 1.0.
11676      [Dean Gaudet] related PR#875
11677
11678   *) API: Correct child_init() slot declaration from int to void, to
11679      match the init() declaration.  Update mod_example to use the new
11680      hook.  [Ken Coar]
11681
11682   *) added transport handle slot (t_handle) to the BUFF structure
11683      [Doug MacEachern]
11684
11685   *) get_client_block() returns wrong length if policy is
11686      REQUEST_CHUNKED_DECHUNK.
11687      [Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#815
11688
11689   *) Support the image map format of FrontPage.  For example:
11690         rect /url.hrm 10 20 30 40
11691      ["Chris O'Byrne" <obyrne iol.ie>] PR#807
11692
11693   *) PORT: -lresolv and -lsocks were in the wrong order for Solaris.
11694      ["Darren O'Shaughnessy" <darren aaii.oz.au>] PR#846
11695
11696   *) AddModuleInfo directive for mod_info which allows you to annotate
11697      the output of mod_info.  ["Lou D. Langholtz" <ldl usi.utah.edu>]
11698
11699   *) Added NoProxy directive to avoid using ProxyRemote for selected
11700      addresses.  Added ProxyDomain directive to cause unqualified
11701      names to be qualified by redirection.
11702      [Martin Kraemer <Martin.Kraemer mch.sni.de>]
11703
11704   *) Support Proxy Authentication, and don't pass the Proxy-Authorize
11705      header to the remote host in the proxy. [Sameer Parekh and
11706      Wallace]
11707
11708   *) Upgraded mod_rewrite from 3.0.6+ to latest officially available version
11709      3.0.9. This upgrade includes: fixed deadlooping on rewriting to same
11710      URLs, fixed rewritelog(), fixed forced response code handling on
11711      redirects from within .htaccess files, disabled pipe locking under
11712      braindead SunOS 4.1.x, allow env variables to be set even on rules with
11713      no substitution, bugfixed situations where HostnameLookups is off, made
11714      mod_rewrite more thread-safe for NT port and fixed problem when creating
11715      an empty query string via "xxx?".
11716          This update also removes the copyright of Ralf S. Engelschall,
11717      i.e. now mod_rewrite no longer has a shared copyright. Instead is is
11718      exclusively copyrighted by the Apache Group now. This happened because
11719      the author now has gifted mod_rewrite exclusively to the Apache Group and 
11720      no longer maintains an external version.
11721      [Ralf S. Engelschall]
11722
11723   *) API: Added child_init function to module structure.  This is called
11724      once per "heavy-weight process" before any requests are handled.
11725      See http_config.h for more details.  [Dean Gaudet]
11726
11727   *) Anonymous_LogEmail was logging on each subrequest.
11728      [Dean Gaudet] PR#421, 868
11729
11730   *) API: Added is_initial_req() which tests if the request being
11731      processed is the initial request, or a subrequest.
11732      [Doug MacEachern]
11733
11734   *) Extended SSI (mod_include) now handles additional relops for
11735      string comparisons (<, >, <=, and >=).  [Bruno Wolff III] PR#41
11736
11737   *) Configure fixed to correctly propagate user-selected options and
11738      settings (such as CC and OPTIM) to Makefiles other than
11739      src/Makefile (notably support/Makefile).  [Ken Coar] PR#666, #834
11740
11741   *) IndexOptions SuppressHTMLPreamble now causes the actual HTML of
11742      directory indices to start with the contents of the HeaderName file
11743      if there is one.  If there isn't one, the behaviour is unchanged.
11744      [Ken Coar, Roy Fielding, Andrey A. Chernov]
11745
11746   *) WIN32: Modules can now be dynamically loaded DLLs using the
11747      LoadModule/LoadFile directives. Note that module DLLs must be
11748      compiled with the multithreaded DLL version of the runtime library.
11749      [Alexei Kosut and Ben Laurie]
11750
11751   *) Automatic indexing removed from mod_dir and placed into mod_autoindex.
11752      This allows the admin to completely remove automatic indexing
11753      from the server, while still supporting the basic functions of
11754      trailing-slash redirects and DirectoryIndex files.  Note that if
11755      you're carrying over an old Configuration file and you use directory
11756      indexing then you'll want to add:
11757
11758      Module autoindex_module    mod_autoindex.o
11759
11760      before mod_dir in your Configuration.  [Dean Gaudet]
11761
11762   *) popendir/pclosedir created to properly protect directory scanning.
11763      [Dean Gaudet] PR#525
11764
11765   *) AliasMatch, ScriptAliasMatch and RedirectMatch directives added,
11766      giving regex support to mod_alias. <DirectoryMatch>, <LocationMatch>
11767      and <FilesMatch> sections added to succeed <DirectoryMatch ~>, etc...
11768      [Alexei Kosut]
11769
11770   *) The AccessFileName directive can now take more than one filename.
11771      ["Lou D. Langholtz" <ldl usi.utah.edu>]
11772
11773   *) The new mod_mime_magic can be used to "magically" determine the type
11774      of a file if the extension is unknown.  Based on the unix file(1)
11775      command.  [Ian Kluft <ikluft cisco.com>]
11776
11777   *) We now determine and display the time spent processing a
11778      request if desired.  [Jim Jagielski]
11779
11780   *) mod_status: PID field of "dead" child slots no longer displays
11781      main httpd process's PID.  [Jim Jagielski]
11782
11783   *) Makefile.nt added - to build all the bits from the command line:
11784         nmake -f Makefile.nt
11785          Doesn't yet work properly. [Ben Laurie]
11786
11787   *) Default text of 404 error is now "Not Found" rather than the
11788      potentially misleading "File Not Found".  [Ken Coar]
11789
11790   *) CONFIG: "HostnameLookups" now defaults to off because it is far better
11791      for the net if we require people that actually need this data to
11792      enable it.  [Linus Torvalds]
11793
11794   *) directory_walk() is an expensive function, keep a little more state to
11795      avoid needless string counting.  Add two new functions make_dirstr_parent
11796      and make_dirstr_prefix which replace all existing uses of make_dirstr.
11797      The new functions are a little less general than make_dirstr, but
11798      work more efficiently (less memory, less string counting).
11799      [Dean Gaudet]
11800
11801   *) EXTRA_LFLAGS was changed to EXTRA_LDFLAGS (and LFLAGS was changed
11802      to LDFLAGS) to avoid complications with lex rules in make files.
11803      [Dean Gaudet] PR#372
11804
11805   *) run_method optimized to avoid needless scanning over NULLs in the
11806      module list.  [Dean Gaudet]
11807
11808   *) Revamp of (unix) scoreboard management code such that it avoids
11809      unnecessary traversals of the scoreboard on each hit.  This is
11810      particularly important for high volume sites with a large
11811      HARD_SERVER_LIMIT.  Some of the previous operations were O(n^2),
11812      and are now O(n).  See also SCOREBOARD_MAINTENANCE_INTERVAL in
11813      httpd.h. [Dean Gaudet]
11814
11815   *) In configurations using multiple Listen statements it was possible for
11816      busy sockets to starve other sockets of service.  [Dean Gaudet]
11817
11818   *) Added hook so standalone_main can be replaced at compile time
11819      (define STANDALONE_MAIN)
11820      [Doug MacEachern]
11821
11822   *) Lowest-level read/write functions in buff.c will be replaced with
11823      the SFIO library calls sfread/sfwrite if B_SFIO is defined at
11824      compile time.  The default sfio discipline will behave as apache
11825      would without sfio compiled in.
11826      [Doug MacEachern]
11827
11828   *) Enhance UserDir directive (mod_userdir) to accept a list of
11829      usernames for the 'disable' keyword, and add 'enable user...' to
11830      selectively *en*able userdirs if they're globally disabled.
11831      [Ken Coar]
11832
11833   *) If NETSCAPE_DBM_COMPAT is defined in EXTRA_CFLAGS then Apache
11834      will work with Netscape dbm files.  (dbmmanage will probably not
11835      work however.) [Alexander Spohr <aspohr netmatic.com>] PR#444
11836
11837   *) Add a ListenBacklog directive to control the backlog parameter
11838      passed to listen().  Also change the default to 511 from 512.
11839      [Marc Slemko]
11840
11841   *) API: A new handler response DONE which informs apache that the
11842      request has been handled and it can finish off quickly, similar to
11843      how it handles errors. [Rob Hartill]
11844
11845   *) Turn off chunked encoding after sending terminating chunk/footer
11846      so that we can't do it twice by accident. [Roy Fielding]
11847
11848   *) mod_expire also issues Cache-Control: max-age headers.
11849      [Rob Hartill]
11850
11851   *) API: Added kill_only_once option for free_proc_chain so that it won't
11852      aggressively try to kill off specific children.  For fastcgi.
11853      [Stanley Gambarin <gambarin OpenMarket.com>]
11854
11855   *) mod_auth deals with extra ':' delimited fields.  [Marc Slemko]
11856
11857   *) Added IconHeight and IconWidth to mod_dir's IndexOptions directive.
11858      When used together, these cause mod_dir to emit HEIGHT and WIDTH
11859      attributes in the FancyIndexing IMG tags.  [Ken Coar]
11860
11861   *) PORT: Sequent and SONY NEWS-OS support added.  [Jim Jagielski]
11862
11863   *) PORT: Added Windows NT support
11864      [Ben Laurie and Ambarish Malpani <ambarish valicert.com>]
11865
11866 Changes with Apache 1.2.6
11867
11868   *) mod_include when using XBitHack Full would send ETags in addition to
11869      sending Last-Modifieds.  This is incorrect HTTP/1.1 behaviour.
11870      [Dean Gaudet] PR#1133
11871
11872   *) SECURITY: When a client connects to a particular port/addr, and
11873      gives a Host: header ensure that the virtual host requested can
11874      actually be reached via that port/addr.  [Ed Korthof <ed organic.com>]
11875
11876   *) Support virtual hosts with wildcard port and/or multiple ports
11877      properly.  [Ed Korthof <ed organic.com>]
11878
11879   *) Fixed some case-sensitivity issues according to RFC2068.
11880      [Dean Gaudet]
11881
11882   *) Set r->allowed properly in mod_asis.c, mod_dir.c, mod_info.c,
11883      and mod_include.c.  [Dean Gaudet]
11884
11885   *) Variable 'cwd' was being used pointlessly before being set.
11886      [Ken Coar] PR#1738
11887
11888   *) SIGURG doesn't exist on all platforms.
11889      [Mark Andrew Heinrich <heinrich tinderbox.Stanford.EDU>]
11890
11891   *) When an error occurs during a POST, or other operation with a
11892      request body, the body has to be read from the net before allowing
11893      a keepalive session to continue.  [Roy Fielding] PR#1399
11894
11895   *) When an error occurs in fcntl() locking suggest the user look up
11896      the docs for LockFile.  [Dean Gaudet]
11897
11898   *) table_set() and table_unset() did not deal correctly with
11899      multiple occurrences of the same key. [Stephen Scheck
11900      <sscheck infonex.net>, Ben Laurie] PR#1604
11901
11902   *) send_fd_length() did not calculate total_bytes_sent properly in error
11903      cases.  [Ben Reser <breser regnow.com>] PR#1366
11904
11905   *) r->connection->user was allocated in the wrong pool causing corruption
11906      in some cases when used with mod_cern_meta.  [Dean Gaudet] PR#1500
11907
11908   *) mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake.
11909      Also removed the auto-generated link to www.apache.org that was the
11910      source of so many misdirected bug reports.  [Roy Fielding, Marc Slemko]
11911
11912   *) Multiple "close" tokens may have been set in the "Connection"
11913      header, not an error, but a waste.
11914      [<Ronald.Tschalaer psi.ch>] PR#1683
11915
11916   *) "basic" and "digest" auth tokens should be tested case-insensitive.
11917      [<Ronald.Tschalaer psi.ch>] PR#1599, PR#1666
11918
11919   *) It appears the "257th byte" bug (see
11920      htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
11921      at the 256th byte as well.  Fixed.  [Dean Gaudet]
11922
11923   *) mod_rewrite would not handle %3f properly in some situations.
11924      [Ralf Engelschall]
11925
11926   *) Apache could generate improperly chunked HTTP/1.1 responses when
11927      the bputc() or rputc() functions were used by modules (such as
11928      mod_include).  [Dean Gaudet]
11929
11930   *) #ifdef wrap a few #defines in httpd.h to make life easier on
11931      some ports.  [Ralf Engelschall]
11932
11933   *) Fix MPE compilation error in mod_usertrack.c.  [Mark Bixby]
11934
11935   *) Quote CC='$(CC)' to improve recurse make calls.  [Martin Kraemer]
11936
11937   *) Avoid B_ERROR redeclaration on sysvr4 systems.  [Martin Kraemer]
11938
11939 Changes with Apache 1.2.5
11940
11941   *) SECURITY: Fix a possible buffer overflow in logresolve.  This is
11942      only an issue on systems without a MAXDNAME define or where 
11943      the resolver returns domain names longer than MAXDNAME.  [Marc Slemko]
11944
11945   *) Fix an improper length in an ap_snprintf call in proxy_date_canon().
11946      [Marc Slemko]
11947
11948   *) Fix core dump in the ftp proxy when reading incorrectly formatted
11949      directory listings.  [Marc Slemko]
11950
11951   *) SECURITY: Fix possible minor buffer overflow in the proxy cache.
11952      [Marc Slemko]
11953
11954   *) SECURITY: Eliminate possible buffer overflow in cfg_getline, which
11955      is used to read various types of files such as htaccess and 
11956      htpasswd files.  [Marc Slemko]
11957
11958   *) SECURITY: Ensure that the buffer returned by ht_time is always
11959      properly null terminated.  [Marc Slemko]
11960
11961   *) SECURITY: General mod_include cleanup, including fixing several
11962      possible buffer overflows and a possible infinite loop.  This cleanup
11963      was done against 1.3 code and then backported to 1.2, the result
11964      is a large difference (due to indentation cleanup in 1.3 code).
11965      Users interested in seeing a smaller set of relevant differences
11966      should consider comparing against src/modules/standard/mod_include.c
11967      from the 1.3b3 release.  Non-indentation changes to mod_include
11968      between 1.2 and 1.3 were minimal.  [Dean Gaudet, Marc Slemko]
11969
11970   *) SECURITY: Numerous changes to mod_imap in a general cleanup
11971      including fixing a possible buffer overflow.  This cleanup also
11972      was done with 1.3 code as a basis, see the previous note
11973      about mod_include.  [Dean Gaudet]
11974
11975   *) SECURITY: If a htaccess file can not be read due to bad 
11976      permissions, deny access to the directory with a HTTP_FORBIDDEN.  
11977      The previous behavior was to ignore the htaccess file if it could not
11978      be read.  This change may make some setups with unreadable
11979      htaccess files stop working.  PR#817  [Marc Slemko]
11980
11981   *) SECURITY: no2slash() was O(n^2) in the length of the input.  
11982      Make it O(n).  This inefficiency could be used to mount a denial 
11983      of service attack against the Apache server.  Thanks to 
11984      Michal Zalewski <lcamtuf boss.staszic.waw.pl> for reporting
11985      this.  [Dean Gaudet]
11986
11987   *) mod_include used uninitialized data for some uses of && and ||.
11988      [Brian Slesinsky <bslesins wired.com>] PR#1139
11989
11990   *) mod_imap should decline all non-GET methods.
11991      [Jay Bloodworth <jay pathways.sde.state.sc.us>]
11992
11993   *) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
11994
11995   *) mod_userdir was modifying r->finfo in cases where it wasn't setting
11996      r->filename.  Since those two are meant to be in sync with each other
11997      this is a bug.  ["Paul B. Henson" <henson intranet.csupomona.edu>]
11998
11999   *) mod_include did not properly handle all possible redirects from sub-
12000      requests.  [Ken Coar]
12001
12002   *) Inetd mode (which is buggy) uses timeouts without having setup the
12003      jmpbuffer. [Dean Gaudet] PR#1064
12004
12005   *) Work around problem under Linux where a child will start looping
12006      reporting a select error over and over.
12007      [Rick Franchuk <rickf transpect.net>] PR#1107
12008
12009 Changes with Apache 1.2.4
12010
12011   *) The ProxyRemote change in 1.2.3 introduced a bug resulting in the proxy
12012      always making requests with the full-URI instead of just the URI path.
12013      [Marc Slemko, Roy Fielding]
12014
12015   *) Add -lm for AIX versions >= 4.2 to allow Apache to link properly
12016      on this platform.  [Marc Slemko]
12017
12018 Changes with Apache 1.2.3
12019
12020   *) The request to a remote proxy was mangled if it was generated as the
12021      result of a ProxyPass directive. URL schemes other than http:// were not
12022      supported when ProxyRemote was used. PR#260, PR#656, PR#699, PR#713,
12023      PR#812 [Lars Eilebrecht]
12024
12025   *) Fixed proxy-pass-through feature of mod_rewrite; Added error logging
12026      information for case where proxy module is not available. [Marc Slemko]
12027
12028   *) Force proxy to always respond as HTTP/1.0, which it was failing to
12029      do for errors and cached responses.  [Roy Fielding]
12030
12031   *) PORT: Improved support for ConvexOS 11.  [Jeff Venters]
12032
12033 Changes with Apache 1.2.2 [not released]
12034
12035   *) Fixed another long-standing bug in sub_req_lookup_file where it would
12036      happily skip past access checks on subdirectories looked up with relative
12037      paths.  (It's used by mod_dir, mod_negotiation, and mod_include.)
12038      [Dean Gaudet]
12039
12040   *) Add lockfile name to error message printed out when
12041      USE_FLOCK_SERIALIZED_ACCEPT is defined.
12042      [Marc Slemko]
12043
12044   *) Enhanced the chunking and error handling inside the buffer functions.
12045      [Dean Gaudet, Roy Fielding]
12046
12047   *) When merging the main server's <Directory> and <Location> sections into
12048      a vhost, put the main server's first and the vhost's second.  Otherwise
12049      the vhost can't override the main server.  [Dean Gaudet] PR#717
12050
12051   *) The <Directory> code would merge and re-merge the same section after
12052      a match was found, possibly causing problems with some modules.
12053      [Dean Gaudet]
12054
12055   *) Fixed an infinite loop in mod_imap for references above the server root.
12056      [Dean Gaudet] PR#748
12057
12058   *) mod_include cleanup showed that handle_else was being used to handle
12059      endif.  It didn't cause problems, but it was cleaned up too.
12060      [Howard Fear]
12061
12062   *) Last official synchronization of mod_rewrite with author version (because
12063      mod_rewrite is now directly developed by the author at the Apache Group):
12064      o added diff between mod_rewrite 3.0.6+ and 3.0.9
12065        minus WIN32/NT stuff, but plus copyright removement.
12066        In detail:
12067        - workaround for detecting infinite rewriting loops
12068        - fixed setting of env vars when "-" is used as subst string
12069        - fixed forced response code on redirects (PR#777)
12070        - fixed cases where r->args is ""
12071        - kludge to disable locking on pipes under braindead SunOS
12072        - fix for rewritelog in cases where remote hostname is unknown
12073        - fixed totally damaged request_rec walk-back loop
12074      o remove static from local data and add static to global ones.
12075      o replaced ugly proxy finding stuff by simple
12076        find_linked_module("mod_proxy") call.
12077      o added missing negation char on rewritelog()
12078      o fixed a few comment typos
12079      [Ralf S. Engelschall]
12080
12081   *) Anonymous_LogEmail was logging on each subrequest.
12082      [Dean Gaudet] PR#421, PR#868
12083
12084   *) "force-response-1.0" now only applies to requests which are HTTP/1.0 to
12085      begin with.  "nokeepalive" now works for HTTP/1.1 clients.  Added
12086      "downgrade-1.0" which causes Apache to pretend it received a 1.0.
12087      Additionally mod_browser now triggers during translate_name to workaround
12088      a deficiency in the header_parse phase.
12089      [Dean Gaudet] PR#875
12090
12091   *) get_client_block() returns wrong length if policy is 
12092      REQUEST_CHUNKED_DECHUNK.
12093      [Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#815
12094
12095   *) Properly treat <files> container like other containers in mod_info.
12096      [Marc Slemko] PR#848
12097
12098   *) The proxy didn't treat the "Host:" keyword of the host header as case-
12099      insensitive.  The proxy would corrupt the first line of a response from
12100      an HTTP/0.9 server.  [Kenichi Hori <ken d2.bs1.fc.nec.co.jp>] PR#813,814
12101
12102   *) mod_include would log some bogus values occasionally.
12103      [Skip Montanaro <skip calendar.com>, Marc Slemko] PR#797
12104
12105   *) PORT: The slack fd changes in 1.2.1 introduced a problem with SIGHUP
12106      under Solaris 2.x (up through 2.5.1).  It has been fixed.
12107      [Dean Gaudet] PR#832
12108
12109   *) API: In HTTP/1.1, whether or not a request message contains a body
12110      is independent of the request method and based solely on the presence
12111      of a Content-Length or Transfer-Encoding.  Therefore, our default
12112      handlers need to be prepared to read a body even if they don't know
12113      what to do with it; otherwise, the body would be mistaken for the
12114      next request on a persistent connection.  discard_request_body()
12115      has been added to take care of that.  [Roy Fielding] PR#378
12116
12117   *) API: Symbol APACHE_RELEASE provides a numeric form of the Apache
12118      release version number, such that it always increases along the
12119      same lines as our source code branching.  [Roy Fielding]
12120
12121   *) Minor oversight on multiple variants fixed.  [Paul Sutton] PR#94
12122
12123 Changes with Apache 1.2.1
12124
12125   *) SECURITY: Don't serve file system objects unless they are plain files,
12126      symlinks, or directories.  This prevents local users from using pipes
12127      or named sockets to invoke programs for an extremely crude form of
12128      CGI.  [Dean Gaudet]
12129
12130   *) SECURITY: HeaderName and ReadmeName were settable in .htaccess and
12131      could contain "../" allowing a local user to "publish" any file on
12132      the system.  No slashes are allowed now.  [Dean Gaudet]
12133
12134   *) SECURITY: It was possible to violate the symlink Options using mod_dir
12135      (headers, readmes, titles), mod_negotiation (type maps), or
12136      mod_cern_meta (meta files).  [Dean Gaudet]
12137
12138   *) SECURITY: Apache will refuse to run as "User root" unless
12139      BIG_SECURITY_HOLE is defined at compile time.  [Dean Gaudet]
12140
12141   *) CONFIG: If a symlink pointed to a directory then it would be disallowed
12142      if it contained a .htaccess disallowing symlinks.  This is contrary
12143      to the rule that symlink permissions are tested with the symlink
12144      options of the parent directory.  [Dean Gaudet] PR#353
12145
12146   *) CONFIG: The LockFile directive can be used to place the serializing
12147      lockfile in any location.  It previously defaulted to /usr/tmp/htlock.
12148      [Somehow it took four of us: Randy Terbush, Jim Jagielski, Dean Gaudet,
12149      Marc Slemko]
12150
12151   *) Request processing now retains state of whether or not the request
12152      body has been read, so that internal redirects and subrequests will
12153      not try to read it twice (and block). [Roy Fielding]
12154
12155   *) Add a placeholder in modules/Makefile to avoid errors with certain
12156      makes. [Marc Slemko]
12157
12158   *) QUERY_STRING was unescaped in mod_include, it shouldn't be.
12159      [Dean Gaudet] PR#644
12160
12161   *) mod_include was not properly changing the current directory.
12162      [Marc Slemko] PR#742
12163
12164   *) Attempt to work around problems with third party libraries that do not
12165      handle high numbered descriptors (examples include bind, and
12166      solaris libc).  On all systems apache attempts to keep all permanent
12167      descriptors above 15 (called the low slack line).  Solaris users
12168      can also benefit from adding -DHIGH_SLACK_LINE=256 to EXTRA_CFLAGS
12169      which keeps all non-FILE * descriptors above 255.  On all systems
12170      this should make supporting large numbers of vhosts with many open
12171      log files more feasible.  If this causes trouble please report it,
12172      you can disable this workaround by adding -DNO_SLACK to EXTRA_CFLAGS.
12173      [Dean Gaudet] various PRs
12174
12175   *) Related to the last entry, network sockets are now opened before
12176      log files are opened.  The only known case where this can cause
12177      problems is under Solaris with many virtualhosts and many Listen
12178      directives.  But using -DHIGH_SLACK_LINE=256 described above will
12179      work around this problem.  [Dean Gaudet]
12180
12181   *) USE_FLOCK_SERIALIZED_ACCEPT is now default for FreeBSD, A/UX, and
12182      SunOS 4.
12183
12184   *) Improved unix error response logging.  [Marc Slemko]
12185
12186   *) Update mod_rewrite from 3.0.5 to 3.0.6.  New ruleflag
12187      QSA=query_string_append.  Also fixed a nasty bug in per-dir context:
12188      when a URL http://... was used in conjunction with a special
12189      redirect flag, e.g. R=permanent, the permanent status was lost.
12190      [Ronald Tschalaer <Ronald.Tschalaer psi.ch>, Ralf S. Engelschall]
12191
12192   *) If an object has multiple variants that are otherwise equal Apache
12193      would prefer the last listed variant rather than the first.
12194      [Paul Sutton] PR#94
12195
12196   *) "make clean" at the top level now removes *.o.  [Dean Gaudet] PR#752
12197
12198   *) mod_status dumps core in inetd mode.  [Marc Slemko and Roy Fielding]
12199      PR#566
12200
12201   *) pregsub had an off-by-1 in its error checking code. [Alexei Kosut]
12202
12203   *) PORT: fix rlim_t problems with AIX 4.2. [Marc Slemko] PR#333
12204
12205   *) PORT: Update UnixWare support for 2.1.2.
12206      [Lawrence Rosenman <ler lerctr.org>] PR#511
12207
12208   *) PORT: NonStop-UX [Joachim Schmitz <schmitz_joachim tandem.com>] PR#327
12209
12210   *) PORT: Update ConvexOS support for 11.5.
12211      [David DeSimone <fox convex.com>] PR#399
12212
12213   *) PORT: Support for DEC cc compiler under ULTRIX.
12214      ["P. Alejandro Lopez-Valencia" <alejolo ideam.gov.co>] PR#388
12215
12216   *) PORT: Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
12217
12218   *) PORT: Workaround for AIX 3.x compiler bug in http_bprintf.c.  
12219      [Marc Slemko] PR#725
12220
12221   *) PORT: fix problem compiling http_bprintf.c with gcc under SCO
12222      [Marc Slemko] PR#695
12223
12224 Changes with Apache 1.2
12225
12226 Changes with Apache 1.2b11
12227
12228   *) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko]
12229
12230   *) Added undocumented perl SSI mechanism for -DUSE_PERL_SSI and mod_perl.
12231      [Doug MacEachern, Rob Hartill]
12232
12233   *) Proxy needs to use hard_timeout instead of soft_timeout when it is
12234      reading from one buffer and writing to another, at least until it has
12235      a custom timeout handler.  [Roy Fielding and Petr Lampa]
12236
12237   *) Fixed problem on IRIX with servers hanging in IdentityCheck,
12238      apparently due to a mismatch between sigaction and setjmp.
12239      [Roy Fielding] PR#502
12240
12241   *) Log correct status code if we timeout before receiving a request (408)
12242      or if we received a request-line that was too long to process (414).
12243      [Ed Korthof and Roy Fielding] PR#601
12244
12245   *) Virtual hosts with the same ServerName, but on different ports, were
12246      not being selected properly.  [Ed Korthof]
12247
12248   *) Added code to return the requested IP address from proxy_host2addr()
12249      if gethostbyaddr() fails due to reverse DNS lookup problems. Original
12250      change submitted by Jozsef Hollosi <hollosi sbcm.com>.
12251      [Chuck Murcko] PR#614
12252
12253   *) If multiple requests on a single connection are used to retrieve
12254      data from different virtual hosts, the virtual host list would be
12255      scanned starting with the most recently used VH instead of the first,
12256      causing most virtual hosts to be ignored.
12257      [Paul Sutton and Martin Mares] PR#610
12258
12259   *) The OS/2 handling of process group was broken by a porting patch for
12260      MPE, so restored prior code for OS/2.  [Roy Fielding and Garey Smiley]
12261
12262   *) Inherit virtual server port from main server if none (or "*") is
12263      given for VirtualHost.  [Dean Gaudet] PR#576
12264
12265   *) If the lookup for a DirectoryIndex name with content negotiation
12266      has found matching variants, but none are acceptable, return the
12267      negotiation result if there are no more DirectoryIndex names to lookup.
12268      [Petr Lampa and Roy Fielding]
12269
12270   *) If a soft_timeout occurs after keepalive is set, then the main child
12271      loop would try to read another request even though the connection
12272      has been aborted.  [Roy Fielding]
12273
12274   *) Configure changes: Allow for whitespace at the start of a
12275      Module declaration. Also, be more understanding about the
12276      CC=/OPTIM= format in Configuration. Finally, fix compiler
12277      flags if using HP-UX's cc compiler. [Jim Jagielski]
12278
12279   *) Subrequests and internal redirects now inherit the_request from the
12280      original request-line. [Roy Fielding]
12281
12282   *) Test for error conditions before creating output header fields, since
12283      we don't want the error message to include those fields.  Likewise,
12284      reset the content_language(s) and content_encoding of the response
12285      before generating or redirecting to an error message, since the new
12286      message will have its own Content-* definitions. [Dean Gaudet]
12287
12288   *) Restored the semantics of headers_out (headers sent only with 200..299
12289      and 304 responses) and err_headers_out (headers sent with all responses).
12290      Avoid the overhead of copying tables if err_headers_out is empty
12291      (the usual case).  [Roy Fielding]
12292
12293   *) Fixed a couple places where a check for the default Content-Type was
12294      not properly checking both the value configured by the DefaultType
12295      directive and the DEFAULT_TYPE symbol in httpd.h.  Changed the value
12296      of DEFAULT_TYPE to match the documented default (text/plain).
12297      [Dean Gaudet] PR#506
12298
12299   *) Escape the HTML-sensitive characters in the Request-URI that is
12300      output for each child by mod_status. [Dean Gaudet and Ken Coar] PR#501
12301
12302   *) Properly initialize the flock structures used by the mutex locking
12303      around accept() when USE_FCNTL_SERIALIZED_ACCEPT is defined.
12304      [Marc Slemko]
12305
12306   *) The method for determining PATH_INFO has been restored to the pre-1.2b
12307      (and NCSA httpd) definition wherein it was the extra path info beyond
12308      the CGI script filename.  The environment variable FILEPATH_INFO has
12309      been removed, and instead we supply the original REQUEST_URI to any
12310      script that wants to be Apache-specific and needs the real URI path.
12311      This solves a problem with existing scripts that use extra path info
12312      in the ScriptAlias directive to pass options to the CGI script.
12313      [Roy Fielding]
12314
12315   *) The _default_ change in 1.2b10 will change the behaviour on configs
12316      that use multiple Listen statements for listening on multiple ports.
12317      But that change is necessary to make _default_ consistent with other
12318      forms of <VirtualHost>.  It requires such configs to be modified
12319      to use <VirtualHost _default_:*>.  The documentation has been
12320      updated.  [Dean Gaudet] PR#530
12321
12322   *) If an ErrorDocument CGI script is used to respond to an error
12323      generated by another CGI script which has already read the message
12324      body of the request, the server would block trying to read the
12325      message body again.  [Rob Hartill]
12326
12327   *) signal() replacement conflicted with a define on QNX (and potentially
12328      other platforms). Fixed. [Ben Laurie] PR#512
12329
12330 Changes with Apache 1.2b10
12331
12332   *) Allow HTTPD_ROOT, SERVER_CONFIG_FILE, DEFAULT_PATH, and SHELL_PATH
12333      to be configured via -D in Configuration.  [Dean Gaudet] PR#449
12334
12335   *) <VirtualHost _default_:portnum> didn't work properly.  [Dean Gaudet]
12336
12337   *) Added prototype for mktemp() for SUNOS4 [Marc Slemko]
12338
12339   *) In mod_proxy.c, check return values for proxy_host2addr() when reading
12340      config, in case the hostent struct returned is trash.
12341      [Chuck Murcko] PR #491
12342
12343   *) Fixed the fix in 1.2b9 for parsing URL query info into args for CGI
12344      scripts.  [Dean Gaudet, Roy Fielding, Marc Slemko]
12345
12346 Changes with Apache 1.2b9  [never announced]
12347
12348   *) Reset the MODULE_MAGIC_NUMBER to account for the unsigned port
12349      changes and in anticipation of 1.2 final release.  [Roy Fielding]
12350
12351   *) Fix problem with scripts not receiving a SIGPIPE when client drops
12352      the connection (e.g., when user presses Stop).  Apache will now stop
12353      trying to send a message body immediately after an error from write.
12354      [Roy Fielding and Nathan Kurz] PR#335
12355
12356   *) Rearrange Configuration.tmpl so that mod_rewrite has higher priority
12357      than mod_alias, and mod_alias has higher priority than mod_proxy;
12358      rearranged other modules to enhance understanding of their purpose
12359      and relative order (and maybe even reduce some overhead).
12360      [Roy Fielding and Sameer Parekh]
12361
12362   *) Fix graceful restart.  Eliminate many signal-related race
12363      conditions in both forms of restart, and in SIGTERM.  See
12364      htdocs/manual/stopping.html for details on stopping and
12365      restarting the parent.  [Dean Gaudet]
12366
12367   *) Fix memory leaks in mod_rewrite, mod_browser, mod_include.  Tune
12368      memory allocator to avoid a behaviour that required extra blocks to
12369      be allocated.  [Dean Gaudet]
12370
12371   *) Allow suexec to access files relative to current directory but not
12372      above.  (Excluding leading / or any .. directory.)  [Ken Coar]
12373      PR#269, 319, 395
12374
12375   *) Fix suexec segfault when group doesn't exist. [Gregory Neil Shapiro]
12376      PR#367, 368, 354, 453
12377
12378   *) Fix the above fix: if suexec is enabled, avoid destroying r->url
12379      while obtaining the /~user and save the username in a separate data
12380      area so that it won't be overwritten by the call to getgrgid(), and
12381      fix some misuse of the pool string allocation functions.  Also fixes
12382      a general problem with parsing URL query info into args for CGI scripts.
12383      [Roy Fielding] PR#339, 367, 354, 453
12384
12385   *) Fix IRIX warning about bzero undefined. [Marc Slemko]
12386
12387   *) Fix problem with <Directory proxy:...>. [Martin Kraemer] PR#271
12388
12389   *) Corrected spelling of "authoritative".  AuthDBAuthoratative became
12390      AuthDBAuthoritative. [Marc Slemko] PR#420
12391
12392   *) MaxClients should be at least 1. [Lars Eilebrecht] PR#375
12393
12394   *) The default handler now logs invalid methods or URIs (i.e. PUT on an
12395      object that can't be PUT, or FOOBAR for some method FOOBAR that
12396      apache doesn't know about at all).  Log 404s that occur in mod_include.
12397      [Paul Sutton, John Van Essen]
12398
12399   *) If a soft timeout (or lingerout) occurs while trying to flush a
12400      buffer or write inside buff.c or fread'ing from a CGI's output,
12401      then the timeout would be ignored. [Roy Fielding] PR#373
12402
12403   *) Work around a bug in Netscape Navigator versions 2.x, 3.x and 4.0b2's
12404      parsing of headers.  If the terminating empty-line CRLF occurs starting
12405      at the 256th or 257th byte of output, then Navigator will think a normal
12406      image is invalid.  We are guessing that this is because their initial
12407      read of a new request uses a 256 byte buffer. We check the bytes written
12408      so far and, if we are about to tickle the bug, we instead insert a
12409      padding header of eminent bogosity. [Roy Fielding and Dean Gaudet] PR#232
12410
12411   *) Fixed SIGSEGV problem when a DirectoryIndex file is also the source
12412      of an external redirection.  [Roy Fielding and Paul Sutton]
12413
12414   *) Configure would create a broken Makefile if the configuration file
12415      contained a commented-out Rule.  [Roy Fielding]
12416
12417   *) Promote per_dir_config and subprocess_env from the subrequest to the
12418      main request in mod_negotiation.  In particular this fixes a bug
12419      where <Files> sections wouldn't properly apply to negotiated content.
12420      [Dean Gaudet]
12421
12422   *) Fix a potential deadlock in mod_cgi script_err handling.
12423      [Ralf S. Engelschall]
12424
12425   *) rotatelogs zero-pads the logfile names to improve alphabetic sorting.
12426      [Mitchell Blank Jr]
12427
12428   *) Updated mod_rewrite to 3.0.4: Fixes HTTP redirects from within
12429      .htaccess files because the RewriteBase was not replaced correctly.
12430      Updated mod_rewrite to 3.0.5: Fixes problem with rewriting inside
12431      <Directory> sections missing a trailing /.  [Ralf S. Engelschall]
12432
12433   *) Clean up Linux settings in conf.h by detecting 2.x versus 1.x.  For
12434      1.x the settings are those of pre-1.2b8.  For 2.x we include
12435      USE_SHMGET_SCOREBOARD (scoreboard in shared memory rather than file) and
12436      HAVE_SYS_RESOURCE_H (enable the RLimit commands).
12437      [Dean Gaudet] PR#336, PR#340
12438
12439   *) Redirect did not preserve ?query_strings when present in the client's
12440      request.  [Dean Gaudet]
12441
12442   *) Configure was finding non-modules on EXTRA_LIBS. [Frank Cringle] PR#380
12443
12444   *) Use /bin/sh5 on ULTRIX.  [P. Alejandro Lopez-Valencia] PR#369
12445
12446   *) Add UnixWare compile/install instructions.  [Chuck Murcko]
12447
12448   *) Add mod_example (illustration of API techniques).  [Ken Coar]
12449
12450   *) Add macro for memmove to conf.h for SUNOS4. [Marc Slemko]
12451
12452   *) Improve handling of directories when filenames have spaces in them.
12453      [Chuck Murcko]
12454
12455   *) For hosts with multiple IP addresses, try all additional addresses if
12456      necessary to get a connect. Fail only if hostent address list is
12457      exhausted. [Chuck Murcko]
12458
12459   *) More signed/unsigned port fixes.  [Dean Gaudet]
12460
12461   *) HARD_SERVER_LIMIT can be defined in the Configuration file now.
12462      [Dean Gaudet]
12463
12464 Changes with Apache 1.2b8
12465
12466   *) suexec.c doesn't close the log file, allowing CGIs to continue writing
12467      to it.  [Marc Slemko]
12468
12469   *) The addition of <Location> and <File> directives made the
12470      sub_req_lookup_simple() function bogus, so we now handle
12471      the special cases directly.  [Dean Gaudet]
12472
12473   *) We now try to log where the server is dumping core when a fatal
12474      signal is received.  [Ken Coar]
12475
12476   *) Improved lingering_close by adding a special timeout, removing the
12477      spurious log messages, removing the nonblocking settings (they
12478      are not needed with the better timeout), and adding commentary
12479      about the NO_LINGCLOSE and USE_SO_LINGER issues.  NO_LINGCLOSE is
12480      now the default for SunOS4, UnixWare, NeXT, and IRIX.  [Roy Fielding]
12481
12482   *) Send error messages about setsockopt failures to the server error
12483      log instead of stderr.  [Roy Fielding]
12484
12485   *) Fix loopholes in proxy cache expiry vis a vis alarms. [Brian Moore]
12486
12487   *) Stopgap solution for CGI 3-second delay with server-side includes: if
12488      processing a subrequest, allocate memory from r->main->pool instead
12489      of r->pool so that we can avoid waiting for free_proc_chain to cleanup
12490      in the middle of an SSI request.  [Dean Gaudet] PR #122
12491
12492   *) Fixed status of response when POST is received for a nonexistent URL
12493      (was sending 405, now 404) and when any method is sent with a
12494      full-URI that doesn't match the server and the server is not acting
12495      as a proxy (was sending 501, now 403).  [Roy Fielding]
12496
12497   *) Host port changed to unsigned short. [Ken Coar] PR #276
12498
12499   *) Fix typo in command definition of AuthAuthoritative. [Ken Coar] PR #246
12500
12501   *) Defined USE_SHMGET_SCOREBOARD for shared memory on Linux.  [Dean Gaudet]
12502
12503   *) Report extra info from errno with many errors that cause httpd to exit.
12504      spawn_child, popenf, and pclosef now have valid errno returns in the
12505      event of an error.  Correct problems where errno was stomped on
12506      before being reported.  [Dean Gaudet]
12507
12508   *) In the proxy, if the cache filesystem was full, garbage_coll() was
12509      never called, and thus the filesystem would remain full indefinitely.
12510      We now also remove incomplete cache files left if the origin server
12511      didn't send a Content-Length header and either the client has aborted
12512      transfer or bwrite() to client has failed. [Petr Lampa]
12513
12514   *) Fixed the handling of module and script-added header fields.
12515      Improved the interface for sending header fields and reduced
12516      the duplication of code between sending okay responses and errors.
12517      We now always send both headers_out and err_headers_out, and
12518      ensure that the server-reserved fields are not being overridden,
12519      while not overriding those that are not reserved.  [Roy Fielding]
12520
12521   *) Moved transparent content negotiation fields to err_headers_out
12522      to reflect above changes.  [Petr Lampa]
12523
12524   *) Fixed the determination of whether or not we should make the
12525      connection persistent for all of the cases where some other part
12526      of the server has already indicated that we should not.  Also
12527      improved the ordering of the test so that chunked encoding will
12528      be set whenever it is desired instead of only when KeepAlive
12529      is enabled. Added persistent connection capability for most error
12530      responses (those that do not indicate a bad input stream) when
12531      accessed by an HTTP/1.1 client. [Roy Fielding]
12532
12533   *) Added missing timeouts for sending header fields, error responses,
12534      and the last chunk of chunked encoding, each of which could have
12535      resulted in a process being stuck in write forever.  Using soft_timeout
12536      requires that the sender check for an aborted connection rather than
12537      continuing after an EINTR.  Timeouts that used to be initiated before
12538      send_http_header (and never killed) are now initiated only within or
12539      around the routines that actually do the sending, and not allowed to
12540      propagate above the caller.  [Roy Fielding]
12541
12542   *) mod_auth_anon required an @ or a . in the email address, not both.
12543      [Dirk vanGulik]
12544
12545   *) per_dir_defaults weren't set correctly until directory_walk for
12546      name-based vhosts.  This fixes an obscure bug with the wrong config
12547      info being used for vhosts that share the same ip as the server.
12548      [Dean Gaudet]
12549
12550   *) Improved generation of modules/Makefile to be more generic for
12551      new module directories. [Ken Coar, Chuck Murcko, Roy Fielding]
12552
12553   *) Generate makefile dependency for Configuration based on the actual
12554      name given when running the Configure process.  [Dean Gaudet]
12555
12556   *) Fixed problem with vhost error log not being set prior to
12557      initializing virtual hosts. [Dean Gaudet]
12558
12559   *) Fixed infinite loop when a trailing slash is included after a type map
12560      file URL (extra path info). [Petr Lampa]
12561
12562   *) Fixed server status updating of per-connection counters. [Roy Fielding]
12563
12564   *) Add documentation for DNS issues (reliability and security), and try
12565      to explain the virtual host matching process.  [Dean Gaudet]
12566
12567   *) Try to continue gracefully by disabling the vhost if a DNS lookup
12568      fails while parsing the configuration file.  [Dean Gaudet]
12569
12570   *) Improved calls to setsockopt.  [Roy Fielding]
12571
12572   *) Negotiation changes: Don't output empty content-type in variant list;
12573      Output charset in variant list; Return sooner from handle_multi() if
12574      no variants found; Add handling of '*' wildcard in Accept-Charset.
12575      [Petr Lampa and Paul Sutton]
12576
12577   *) Fixed overlaying of request/sub-request notes and headers in
12578      mod_negotiation.  [Dean Gaudet]
12579
12580   *) If two variants' charset quality are equal and one is the default
12581      charset (iso-8859-1), then prefer the variant that was specifically
12582      listed in Accept-Charset instead of the default.  [Petr Lampa]
12583
12584   *) Memory allocation problem in push_array() -- it would corrupt memory
12585      when nalloc==0.  [Kai Risku <krisku tf.hut.fi> and Roy Fielding]
12586
12587   *) invoke_handler() doesn't handle mime arguments in content-type
12588      [Petr Lampa] PR#160
12589
12590   *) Reduced IdentityCheck timeout to 30 seconds, as per RFC 1413 minimum.
12591      [Ken Coar]
12592
12593   *) Fixed problem with ErrorDocument not working for virtual hosts
12594      due to one of the performance changes in 1.2b7. [Dean Gaudet]
12595
12596   *) Log an error message if we get a request header that is too long,
12597      since it may indicate a buffer overflow attack. [Marc Slemko]
12598
12599   *) Made is_url() allow "[-.+a-zA-Z0-9]+:" as a valid scheme and
12600      not reject URLs without a double-slash, as per RFC2068 section 3.2.
12601      [Ken Coar] PR #146, #187
12602
12603   *) Added table entry placeholder for new header_parser callback
12604      in all of the distributed modules. [Ken Coar] PR #191
12605
12606   *) Allow for cgi files without the .EXE extension on them under OS/2.
12607      [Garey Smiley] PR #59
12608
12609   *) Fixed error message when resource is not found and URL contains
12610      path info. [Petr Lampa and Dean Gaudet] PR #40
12611
12612   *) Fixed user and server confusion over what should be a virtual host
12613      and what is the main server, resulting in access to something
12614      other than the name defined in the virtualhost directive (but
12615      with the same IP address) failing. [Dean Gaudet]
12616
12617   *) Updated mod_rewrite to version 3.0.2, which: fixes compile error on
12618      AIX; improves the redirection stuff to enable the users to generally
12619      redirect to http, https, gopher and ftp; added TIME variable for
12620      RewriteCond which expands to YYYYMMDDHHMMSS strings and added the
12621      special patterns >STRING, <STRING and =STRING to RewriteCond, which
12622      can be used in conjunction with %{TIME} or other variables to create
12623      time-dependent rewriting rules. [Ralf S. Engelschall]
12624
12625   *) bpushfd() no longer notes cleanups for the file descriptors it is handed.
12626      Module authors may need to adjust their code for proper cleanup to take
12627      place (that is, call note_cleanups_for_fd()). This change fixes problems
12628      with file descriptors being erroneously closed when the proxy module was
12629      in use. [Ben Laurie]
12630
12631   *) Fix bug in suexec reintroduced by changes in 1.2b7 which allows
12632      initgroups() to hose the group information needed for later
12633      comparisons. [Randy Terbush]
12634
12635   *) Remove unnecessary call to va_end() in create_argv() which
12636      caused a SEGV on some systems.
12637
12638   *) Use proper MAXHOSTNAMELEN symbol for limiting length of server name.
12639      [Dean Gaudet]
12640
12641   *) Clear memory allocated for listeners. [Randy Terbush]
12642
12643   *) Improved handling of IP address as a virtualhost address and
12644      introduced "_default_" as a synonym for the default vhost config.
12645      [Dean Gaudet] PR #212
12646
12647 Changes with Apache 1.2b7
12648
12649   *) Port to  UXP/DS(V20) [Toshiaki Nomura <nom yk.fujitsu.co.jp>]
12650
12651   *) unset Content-Length if chunked (RFC-2068) [Petr Lampa]
12652
12653   *) mod_negotiation fixes [Petr Lampa] PR#157, PR#158, PR#159
12654      - replace protocol response numbers with symbols
12655      - save variant-list into main request notes
12656      - free allocated memory from subrequests
12657      - merge notes, headers_out and err_headers_out
12658
12659   *) changed status check mask in proxy_http.c from "HTTP/#.# ### *" to
12660      "HTTP/#.# ###*" to be more lenient about what we accept.
12661      [Chuck Murcko]
12662
12663   *) more proxy FTP bug fixes:
12664      - Changed send_dir() to remove user/passwd from displayed URL.
12665      - Changed login error messages to be more descriptive.
12666      - remove setting of SO_DEBUG socket option
12667      - Make ftp_getrc() more lenient about multiline responses,
12668        specifically, 230 responses which don't have continuation 230-
12669        on each line). These seem to be all NT FTP servers, and while
12670        perhaps questionable, they appear to be legal by RFC 959.
12671      - Add missing kill_timeout() after transfer to user completes.
12672      [Chuck Murcko]
12673
12674   *) Fixed problem where a busy server could hang when restarting
12675      after being sent a SIGHUP due to child processes not exiting.
12676      [Marc Slemko]
12677
12678   *) Modify mod_include escaping so a '\' only signifies an escaped
12679      character if the next character is one that needs
12680      escaping.  [Ben Laurie]
12681
12682   *) Eliminated possible infinite loop in mod_imap when relative URLs are
12683      used with a 'base' directive that does not have a '/' in it.
12684      [Marc Slemko, reported by Onno Witvliet <onno tc.hsa.nl>]
12685
12686   *) Reduced the default timeout from 1200 seconds to 300, and the
12687      one in the sample configfile from 400 to 300.  [Marc Slemko]
12688
12689   *) Stop vbprintf from crashing if given a NULL string pointer;
12690      print (null) instead.  [Ken Coar]
12691
12692   *) Don't disable Nagle algorithm if system doesn't have TCP_NODELAY.
12693      [Marc Slemko and Roy Fielding]
12694
12695   *) Fixed problem with mod_cgi-generated internal redirects trying to
12696      read the request message-body twice. [Archie Cobbs and Roy Fielding]
12697
12698   *) Reduced timeout on lingering close, removed possibility of a blocked
12699      read causing the child to hang, and stopped logging of errors if
12700      the socket is not connected (reset by client).  [Roy Fielding]
12701
12702   *) Rearranged main child loop to remove duplication of code in
12703      select/accept and keep-alive requests, fixed several bugs regarding
12704      checking scoreboard_image for exit indication and failure to
12705      account for all success conditions and trap all error conditions,
12706      prevented multiple flushes before closing the socket; close the entire
12707      socket buffer instead of just one descriptor, prevent logging of
12708      EPROTO and ECONNABORTED on platforms where supported, and generally
12709      improved readability.  [Roy Fielding]
12710
12711   *) Extensive performance improvements. Cleaned up inefficient use of
12712      auto initializers, multiple is_matchexp calls on a static string,
12713      and excessive merging of response_code_strings. [Dean Gaudet]
12714
12715   *) Added double-buffering to mod_include to improve performance on
12716      server-side includes. [Marc Slemko]
12717
12718   *) Several fixes for suexec wrapper. [Randy Terbush]
12719      - Make wrapper work for files on NFS filesystem.
12720      - Fix portability problem of MAXPATHLEN.
12721      - Fix array overrun problem in clean_env().
12722      - Fix allocation of PATH environment variable
12723
12724   *) Removed extraneous blank line is description of mod_status chars.
12725      [Kurt Kohler]
12726
12727   *) Logging of errors from the call_exec routine simply went nowhere,
12728      since the logfile fd has been closed, so now we send them to stderr.
12729      [Harald T. Alvestrand]
12730
12731   *) Fixed core dump when DocumentRoot is a CGI.
12732      [Ben Laurie, reported by <geddis tesserae.com>]
12733
12734   *) Fixed potential file descriptor leak in mod_asis; updated it and
12735      http_core to use pfopen/pfclose instead of fopen/fclose.
12736      [Randy Terbush and Roy Fielding]
12737
12738   *) Fixed handling of unsigned ints in ap_snprintf() on some chips such
12739      as the DEC Alpha which is 64-bit but uses 32-bit ints.
12740      [Dean Gaudet and Ken Coar]
12741
12742   *) Return a 302 response code to the client when sending a redirect
12743      due to a missing trailing '/' on a directory instead of a 301; now
12744      it is cacheable. [Markus Gyger]
12745
12746   *) Fix condition where, if a bad directive occurs in .htaccess, and
12747      sub_request() goes first to this directory, then log_reason() will
12748      SIGSEGV because it doesn't have initialized r->per_dir_config.
12749      [PR#162 from Petr Lampa, fix by Marc Slemko and Dean Gaudet]
12750
12751   *) Fix handling of lang_index in is_variant_better().  This was
12752      causing problems which resulted in the server sending the
12753      wrong language document in some cases. [Petr Lampa]
12754
12755   *) Remove free() from clean_env() in suexec wrapper. This was nuking
12756      the clean environment on some systems.
12757
12758   *) Tweak byteserving code (e.g. serving PDF files) to work around
12759      bugs in Netscape Navigator and Microsoft Internet Explorer.
12760      Emit Content-Length header when sending multipart/byteranges.
12761      [Alexei Kosut]
12762
12763   *) Port to HI-UX/WE2. [Nick Maclaren]
12764
12765   *) Port to HP MPE operating system for HP 3000 machines
12766      [Mark Bixby <markb cccd.edu>]
12767
12768   *) Fixed bug which caused a segmentation fault if only one argument
12769      given to RLimit* directives. [Ed Korthof]
12770
12771   *) Continue persistent connection after 204 or 304 response. [Dean Gaudet]
12772
12773   *) Improved buffered output to the client by delaying the flush decision
12774      until the BUFF code is actually about to read the next request.
12775      This fixes a problem introduced in 1.2b5 with clients that send
12776      an extra CRLF after a POST request. Also improved chunked output
12777      performance by combining writes using writev() and removing as
12778      many bflush() calls as possible.  NOTE: Platforms without writev()
12779      must add -DNO_WRITEV to the compiler CFLAGS, either in Configuration
12780      or Configure, unless we have already done so.  [Dean Gaudet]
12781
12782   *) Fixed mod_rewrite bug which truncated the rewritten URL [Marc Slemko]
12783
12784   *) Fixed mod_info output corruption bug introduced by buffer overflow
12785      fixes. [Dean Gaudet]
12786
12787   *) Fixed http_protocol to correctly output all HTTP/1.1 headers, including
12788      for the special case of a 304 response.  [Paul Sutton]
12789
12790   *) Improved handling of TRACE method by bypassing normal method handling
12791      and header parsing routines; fixed Allow response to always allow TRACE.
12792      [Dean Gaudet]
12793
12794   *) Fixed compiler warnings in the regex library. [Dean Gaudet]
12795
12796   *) Cleaned-up some of the generated HTML. [Ken Coar]
12797
12798 Changes with Apache 1.2b6
12799
12800   *) Allow whitespace in imagemap mapfile coordinates. [Marc Slemko]
12801
12802   *) Fix typo introduced in fix for potential infinite loop around
12803      accept() in child_main(). This change caused the rev to 1.2b6.
12804      1.2b5 was never a public beta.
12805
12806 Changes with Apache 1.2b5
12807
12808   *) Change KeepAlive semantics (On|Off instead of a number), add
12809      MaxKeepAliveRequests directive. [Alexei Kosut]
12810
12811   *) Various NeXT compilation patches, as well as a change in
12812      regex/regcomp.c since that file also used a NEXT define.
12813      [Andreas Koenig]
12814
12815   *) Allow * to terminate the end of a directory match in mod_dir.
12816      Allows /~* to match for both /~joe and /~joe/. [David Bronder]
12817
12818   *) Don't call can_exec() if suexec_enabled. Calling this requires
12819      scripts executed by the suexec wrapper to be world executable, which
12820      defeats one of the advantages of running the wrapper. [Randy Terbush]
12821
12822   *) Portability Fix: IRIX complained with 'make clean' about *pure* (removed)
12823      [Jim Jagielski]
12824
12825   *) Migration from sprintf() to snprintf() to avoid buffer
12826      overflows. [Marc Slemko]
12827
12828   *) Provide portable snprintf() implementation (ap_snprintf)
12829      as well as *cvt family. [Jim Jagielski]
12830
12831   *) Portability Fix: NeXT lacks unistd.h so we wrap it's inclusion
12832      [Jim Jagielski]
12833
12834   *) Remove mod_fastcgi.c from the distribution. This module appears
12835      to be maintained more through the Open Market channels and should
12836      continue to be easily available at http://www.fastcgi.com/
12837
12838   *) Fixed bug in modules/Makefile that wouldn't allow building in more
12839      than one subdirectory (or cleaning, either). [Jeremy Laidman]
12840
12841   *) mod_info assumed that the config files were relative to ServerRoot.
12842      [Ken the Rodent]
12843
12844   *) CGI scripts called as an error document resulting from failed
12845      CGI execution would hang waiting for POST'ed data. [Rob Hartill]
12846
12847   *) Log reason when mod_dir returns access HTTP_FORBIDDEN
12848      [Ken the Rodent]
12849
12850   *) Properly check errno to prevent display of a directory index
12851      when server receives a long enough URL to confuse stat().
12852      [Marc Slemko]
12853
12854   *) Several security enhancements to suexec wrapper. It is _highly_
12855      recommended that previously installed versions of the wrapper
12856      be replaced with this version.  [Randy Terbush, Jason Dour]
12857
12858         - ~user execution now properly restricted to ~user's home
12859           directory and below.
12860         - execution restricted to UID/GID > 100
12861         - restrict passed environment to known variables
12862         - call setgid() before initgroups() (portability fix)
12863         - remove use of setenv() (portability fix)
12864
12865   *) Add HTTP/1.0 response forcing. [Ben Laurie]
12866
12867   *) Add access control via environment variables. [Ben Laurie]
12868
12869   *) Add rflush() function. [Alexei Kosut]
12870
12871   *) remove duplicate pcalloc() call in new_connection().
12872
12873   *) Fix incorrect comparison which could allow number of children =
12874      MaxClients + 1 if less than HARD_SERVER_LIMIT. Also fix potential
12875      problem if StartServers > HARD_SERVER_LIMIT. [Ed Korthof]
12876
12877   *) Updated support for OSes (MachTen, ULTRIX, Paragon, ISC, OpenBSD
12878      AIX PS/2, CONVEXOS. [Jim Jagielski]
12879
12880   *) Replace instances of inet_ntoa() with inet_addr() for ProxyBlock.
12881      It's more portable. [Martin Kraemer]
12882
12883   *) Replace references to make in Makefile.tmpl with $(MAKE).
12884      [Chuck Murcko]
12885
12886   *) Add ProxyBlock directive w/IP address caching. Add IP address
12887      caching to NoCache directive as well. ProxyBlock works with all
12888      handlers; NoCache now also works with FTP for anonymous logins.
12889      Still more code cleanup. [Chuck Murcko]
12890
12891   *) Add "header parse" API hook [Ben Laurie]
12892
12893   *) Fix byte ordering problems for REMOTE_PORT [Chuck Murcko]
12894
12895   *) suEXEC wrapper was freeing memory that had not been malloc'ed.
12896
12897   *) Correctly allow access and auth directives in <Files> sections in
12898      server config files. [Alexei Kosut]
12899
12900   *) Fix bug with ServerPath that could cause certain files to be not
12901      found by the server. [Alexei Kosut]
12902
12903   *) Fix handling of ErrorDocument so that it doesn't remove a trailing
12904      double-quote from text and so that it properly checks for unsupported
12905      status codes using the new index_of_response interface. [Roy Fielding]
12906
12907   *) Multiple fixes to the lingering_close code in order to avoid being
12908      interrupted by a stray timeout, to avoid lingering on a connection
12909      that has already been aborted or never really existed, to ensure that
12910      we stop lingering as soon as any error condition is received, and to
12911      prevent being stuck indefinitely if the read blocks.  Also improves
12912      reporting of error conditions.  [Marc Slemko and Roy Fielding]
12913
12914   *) Fixed initialization of parameter structure for sigaction.
12915      [<mgyger itr.ch>, Adrian Filipi-Martin]
12916
12917   *) Fixed reinitializing the parameters before each call to accept and
12918      select, and removed potential for infinite loop in accept.
12919      [Roy Fielding, after useful PR from <adrian virginia.edu>]
12920
12921   *) Fixed condition where, if a child fails to fork, the scoreboard would
12922      continue to say SERVER_STARTING forever. Eventually, the main process
12923      would refuse to start new children because count_idle_servers() will
12924      count those SERVER_STARTING entries and will always report that there
12925      are enough idle servers. [Phillip Vandry]
12926
12927   *) Fixed bug in bcwrite regarding failure to account for partial writes.
12928      Avoided calling bflush() when the client is pipelining requests.
12929      Removed unnecessary flushes from http_protocol. [Dean Gaudet]
12930
12931   *) Added description of "." mode in server-status [Jim Jagielski]
12932
12933 Changes with Apache 1.2b4
12934
12935   *) Fix possible race condition in accept_mutex_init() that
12936      could leave a small security hole open allowing files to be
12937      overwritten in cases where the server UID has write permissions.
12938      [Marc Slemko]
12939
12940   *) Fix awk compatibilty problem in Configure. [Jim Jagielski]
12941
12942   *) Fix portablity problem in util_script where ARG_MAX may not be
12943      defined for some systems.
12944
12945   *) Add changes to allow compilation on Machten 4.0.3 for PowerPC.
12946      [Randal Schwartz]
12947
12948   *) OS/2 changes to support an MMAP style scoreboard file and UNIX
12949      style magic #! token for better script portability. [Garey Smiley]
12950
12951   *) Fix bug in suexec wrapper introduced in b3 that would cause failed
12952      execution for ~userdir CGI. [Jason Dour]
12953
12954   *) Fix initgroups() business in suexec wrapper. [Jason Dour]
12955
12956   *) Fix month off by one in suexec wrapper logging.
12957
12958 Changes with Apache 1.2b3:
12959
12960   *) Fix error in mod_cgi which could cause resources not to be properly
12961      freed, or worse. [Dean Gaudet]
12962
12963   *) Fix find_string() NULL pointer dereference. [Howard Fear]
12964
12965   *) Add set_flag_slot() at the request of Dirk and others.
12966      [Dirk vanGulik]
12967
12968   *) Sync mod_rewrite with patch level 10. [Ralf Engelschall]
12969
12970   *) Add changes to improve the error message given for invalid
12971      ServerName parameters. [Dirk vanGulik]
12972
12973   *) Add "Authoritative" directive for Auth modules that don't
12974      currently have it. This gives admin control to assign authoritative
12975      control to an authentication scheme and allow "fall through" for
12976      those authentication modules that aren't "Authoritative" thereby
12977      allowing multiple authentication mechanisms to be chained.
12978      [Dirk vanGulik]
12979
12980   *) Remove requirement for ResourceConfig/AccessConfig if not using
12981      the three config file layout. [Randy Terbush]
12982
12983   *) Add PASV mode to mod_proxy FTP handler. [Chuck Murcko]
12984
12985   *) Changes to suexec wrapper to fix the following problems:
12986      1.  symlinked homedirs will kill ~userdirs.
12987      2.  initgroups() on Linux 2.0.x clobbers gr->grid.
12988      3.  CGI command lines paramters problems
12989      4.  pw-pwdir for "docroot check" still the httpd user's pw record.
12990     [Randy Terbush, Jason Dour]
12991
12992   *) Change create_argv() to accept variable arguments. This fixes
12993      a problem where arguments were not getting passed to the CGI via
12994      argv[] when the suexec wrapper was active. [Randy Terbush, Jake Buchholz]
12995
12996   *) Collapse multiple slashes in path URLs to properly apply
12997      handlers defined by <Location>. [Alexei Kosut]
12998
12999   *) Define a sane set of DEFAULT_USER and DEFAULT_GROUP values for AIX.
13000
13001   *) Improve the accuracy of request duration timings by setting
13002      r->request_time in read_request_line() instead of read_request().
13003      [Dean Gaudet]
13004
13005   *) Reset timeout while reading via get_client_block() in mod_cgi.c
13006      Fixes problem with timed out transfers of large files. [Rasmus Lerdorf]
13007
13008   *) Add the ability to pass different Makefile.tmpl files to Configure
13009      using the -make flag. [Rob Hartill]
13010
13011   *) Fix coredump triggered when sending a SIGHUP to the server caused
13012      by an assertion failure, in turn caused by an uninitialised field in a
13013      listen_rec.
13014      [Ben Laurie]
13015
13016   *) Add FILEPATH_INFO variable to CGI environment, which is equal to
13017      PATH_INFO from previous versions of Apache (in certain situations,
13018      Apache 1.2's PATH_INFO will be different than 1.1's). [Alexei Kosut]
13019      [later removed in 1.2b11]
13020
13021   *) Add rwrite() function to API to allow for sending strings of
13022      arbitrary length. [Doug MacEachern]
13023
13024   *) Remove rlim_t typedef for NetBSD. Do older versions need this?
13025
13026   *) Defined rlim_t and WANTHSREGEX=yes and fixed waitpid() substitute for
13027      NeXT. [Jim Jagielski]
13028
13029   *) Removed recent modification to promote the status code on internal
13030      redirects, since the correct fix was to change the default log format
13031      in mod_log_config so that it outputs the original status. [Rob Hartill]
13032
13033 Changes with Apache 1.2b2:
13034
13035   *) Update set_signals() to use sigaction() for setting handlers.
13036      This appears to fix a re-entrant problem in the seg_fault()
13037      bus_error() handlers. [Randy Terbush]
13038
13039   *) Changes to allow mod_status compile for OS/2 [Garey Smiley]
13040
13041   *) changes for DEC AXP running OSF/1 v3.0. [Marc Evans]
13042
13043   *) proxy_http.c bugfixes:  [Chuck Murcko]
13044         1) fixes possible NULL pointer reference w/NoCache
13045         2) fixes NoCache behavior when using ProxyRemote (ProxyRemote
13046            host would cache nothing if it was in the local domain,
13047            and the local domain was in the NoCache list)
13048         3) Adds Host: header when not available
13049         4) Some code cleanup and clarification
13050
13051   *) mod_include.c bugfixes:
13052         1) Fixed an ommission that caused include variables to not
13053            be parsed in config errmsg directives [Howard Fear]
13054         2) Remove HAVE_POSIX_REGEX cruft [Alexei Kosut]
13055         3) Patch to fix compiler warnings [<perrot lal.in2p3.fr>]
13056         4) Allow backslash-escaping to all quoted text
13057            [Ben Yoshino <ben wiliki.eng.hawaii.edu>]
13058         5) Pass variable to command line if not set in XSSI's env
13059            [Howard Fear]
13060
13061   *) Fix infinite loop when processing Content-language lines in
13062      type-map files. [Alexei Kosut]
13063
13064   *) Closed file-globbing hole in test-cgi script. [Brian Behlendorf]
13065
13066   *) Fixed problem in set_[user|group] that prevented CGI execution
13067      for non-virtualhosts when suEXEC was enabled. [Randy Terbush]
13068
13069   *) Added PORTING information file.  [Jim Jagielski]
13070
13071   *) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie]
13072
13073   *) Changed default group to "nogroup" instead of "nobody" [Randy Terbush]
13074
13075   *) Fixed define typo of FCNTL_SERIALIZED_ACCEPT where
13076      USE_FCNTL_SERIALIZED_ACCEPT was intended.
13077
13078   *) Fixed additional uses of 0xffffffff where INADDR_NONE was intended,
13079      which caused problems of systems where socket s_addr is >32bits.
13080
13081   *) Added comment to explain (r->chunked = 1) side-effect in
13082      http_protocol.c [Roy Fielding]
13083
13084   *) Replaced use of index() in mod_expires.c with more appropriate
13085      and portable isdigit() test.  [Ben Laurie]
13086
13087   *) Updated Configure for ...
13088         OS/2          (DEF_WANTHSREGEX=yes, other code changes)
13089         *-dg-dgux*    (bad pattern match)
13090         QNX           (DEF_WANTHSREGEX=yes)
13091         *-sunos4*     (DEF_WANTHSREGEX=yes, -DUSEBCOPY)
13092         *-ultrix      (new)
13093         *-unixware211 (new)
13094      and added some user diagnostic info.  [Ben Laurie]
13095
13096   *) In helpers/CutRule, replaced "cut" invocation with "awk" invocation
13097      for better portability. [Jim Jagielski]
13098
13099   *) Updated helpers/GuessOS for ...
13100         SCO 5            (recognize minor releases)
13101         SCO UnixWare     (braindamaged uname, whatever-whatever-unixware2)
13102         SCO UnixWare 2.1.1      (requires a separate set of #defines in conf.h)
13103         IRIX64           (-sgi-irix64)
13104         ULTRIX           (-unknown-ultrix)
13105         SINIX            (-whatever-sysv4)
13106         NCR Unix         (-ncr-sysv4)
13107      and fixed something in helpers/PrintPath  [Ben Laurie]
13108
13109 Changes with Apache 1.2b1
13110
13111   *) Not listed. See <http://www.apache.org/docs/new_features_1_2.html>
13112
13113 Changes with Apache 1.1.1
13114
13115   *) Fixed bug where Cookie module would make two entries in the
13116      logfile for each access [Mark Cox]
13117
13118   *) Fixed bug where Redirect in .htaccess files would cause memory
13119      leak. [Nathan Neulinger]
13120
13121   *) MultiViews now works correctly with AddHandler [Alexei Kosut]
13122
13123   *) Problems with mod_auth_msql fixed [Dirk vanGulik]
13124
13125   *) Fix misspelling of "Anonymous_Authorative" directive in mod_auth_anon.
13126
13127 Changes with Apache 1.1.0
13128
13129   *) Bring NeXT support up to date. [Takaaki Matsumoto]
13130
13131   *) Bring QNX support up to date. [Ben Laurie]
13132
13133   *) Make virtual hosts default to main server keepalive parameters.
13134      [Alexei Kosut, Ben Laurie]
13135
13136   *) Allow ScanHTMLTitles to work with lowercase <title> tags. [Alexei Kosut]
13137
13138   *) Fix missing address family for connect, also remove unreachable statement
13139      in mod_proxy. [Ben Laurie]
13140
13141   *) mod_env now turned on by default in Configuration.tmpl.
13142
13143   *) Bugs which were fixed:
13144         a) yet more mod_proxy bugs [Ben Laurie]
13145         b) CGI works again with inetd [Alexei Kosut]
13146         c) Leading colons were stripped from passwords [<osm interguide.com>]
13147         d) Another fix to multi-method Limit problem [<jk tools.de>]
13148
13149 Changes with Apache 1.1b4
13150
13151   *) r->bytes_sent variable restored. [Robert Thau]
13152
13153   *) Previously broken multi-method <Limit> parsing fixed. [Robert Thau]
13154
13155   *) More possibly unsecure programs removed from the support directory.
13156
13157   *) More mod_auth_msql authentication improvements.
13158
13159   *) VirtualHosts based on Host: headers no longer conflict with the
13160      Listen directive.
13161
13162   *) OS/2 compatibility enhancements. [Gary Smiley]
13163
13164   *) POST now allowed to directory index CGI scripts.
13165
13166   *) Actions now work with files of the default type.
13167
13168   *) Bugs which were fixed:
13169         a) more mod_proxy bugs
13170         b) early termination of inetd requests
13171         c) compile warnings on several systems
13172         d) problems when scripts stop reading output early
13173
13174 Changes with Apache 1.1b3
13175
13176   *) Much of cgi-bin and all of cgi-src has been removed, due to
13177      various security holes found and that we could no longer support
13178      them.
13179
13180   *) The "Set-Cookie" header is now special-cased to not merge multiple
13181      instances, since certain popular browsers can not handle multiple
13182      Set-Cookie instructions in a single header. [Paul Sutton]
13183
13184   *) rprintf() added to buffer code, occurrences of sprintf removed.
13185      [Ben Laurie]
13186
13187   *) CONNECT method for proxy module, which means tunneling SSL should work.
13188      (No crypto needed)  Also a NoCache config directive.
13189
13190   *) Several API additions: pstrndup(), table_unset() and get_token()
13191      functions now available to modules.
13192
13193   *) mod_imap fixups, in particular Location: headers are now complete
13194      URL's.
13195
13196   *) New "info" module which reports on installed module set through a
13197      special URL, a la mod_status.
13198
13199   *) "ServerPath" directive added - allows for graceful transition
13200      for Host:-header-based virtual hosts.
13201
13202   *) Anonymous authentication module improvements.
13203
13204   *) MSQL authentication module improvements.
13205
13206   *) Status module design improved - output now table-based. [Ben Laurie]
13207
13208   *) htdigest utility included for use with digest authentication
13209      module.
13210
13211   *) mod_negotiation: Accept values with wildcards to be treated with
13212      less priority than those without wildcards at the same quality
13213      value. [Alexei Kosut]
13214
13215   *) Bugs which were fixed:
13216         a) numerous mod_proxy bugs
13217         b) CGI early-termination bug [Ben Laurie]
13218         c) Keepalives not working with virtual hosts
13219         d) RefererIgnore problems
13220         e) closing fd's twice in mod_include (causing core dumps on
13221            Linux and elsewhere).
13222
13223 Changes with Apache 1.1b2
13224
13225   *) Bugfixes:
13226         a) core dumps in mod_digest
13227         b) truncated hostnames/ip address in the logs
13228         c) relative URL's in mod_imap map files
13229
13230 Changes with Apache 1.1b1
13231
13232   *) Not listed. See <http://www.apache.org/docs/new_features_1_1.html>
13233
13234 Changes with Apache 1.0.3
13235
13236   *) Internal redirects which occur in mod_dir.c now preserve the
13237      query portion of a request (the bit after the question mark).
13238      [Adam Sussman]
13239
13240   *) Escape active characters '<', '>' and '&' in html output in
13241      directory listings, error messages and redirection links.
13242      [David Robinson]
13243
13244   *) Apache will now work with LynxOS 2.3 and later [Steven Watt]
13245
13246   *) Fix for POSIX compliance in waiting for processes in alloc.c.
13247      [Nick Williams]
13248
13249   *) setsockopt no longer takes a const declared argument [Martijn Koster]
13250
13251   *) Reset timeout timer after each successful fwrite() to the network.
13252      This patch adds a reset_timeout() procedure that is called by
13253      send_fd() to reset the timeout ever time data is written to the net.
13254      [Nathan Schrenk]
13255
13256   *) timeout() signal handler now checks for SIGPIPE and reports
13257      lost connections in a more user friendly way. [Rob Hartill]
13258
13259   *) Location of the "scoreboard" file which used to live in /tmp is
13260      now configurable (for OSes that can't use mmap) via ScoreBoardFile
13261      which works similar to PidFile (in httpd.conf) [Rob Hartill]
13262
13263   *) Include sys/resource.h in the correct place for SunOS4 [Sameer Parekh]
13264
13265   *) the pstrcat call in mod_cookies.c didn't have an ending NULL,
13266      which caused a SEGV with cookies enabled
13267
13268   *) Output warning when MinSpareServers is set to <= 0 and change it to 1
13269      [Rob Hartill]
13270
13271   *) Log the UNIX textual error returned by some system calls, in
13272      particular errors from accept() [David Robinson]
13273
13274   *) Add strerror function to util.c for SunOS4 [Randy Terbush]
13275
13276 Changes with Apache 1.0.2
13277
13278   *) patch to get Apache compiled on UnixWare 2.x, recommended as
13279      a temporary measure, pending rewrite of rfc931.c. [Chuck Murcko]
13280
13281   *) Fix get_basic_auth_pw() to set the auth_type of the request.
13282      [David Robinson]
13283
13284   *) past changes to http_config.c to only use the
13285      setrlimit function on systems defining RLIMIT_NOFILE
13286      broke the feature on SUNOS4. Now defines HAVE_RESOURCE
13287      for SUNOS and prototypes the needed functions.
13288
13289   *) Remove uses of MAX_STRING_LEN/HUGE_STRING_LEN from several routines.
13290      [David Robinson]
13291
13292   *) Fix use of pointer to scratch memory. [Cliff Skolnick]
13293
13294   *) Merge multiple headers from CGI scripts instead of taking last
13295      one. [David Robinson]
13296
13297   *) Add support for SCO 5. [Ben Laurie]
13298
13299 Changes with Apache 1.0.1
13300
13301   *) Silence mod_log_referer and mod_log_agent if not configured
13302      [Randy Terbush]
13303
13304   *) Recursive includes can occur if the client supplies PATH_INFO data
13305      and the server provider uses relative links; as file.html
13306      relative to /doc.shtml/pathinfo is /doc.shtml/file.html. [David Robinson]
13307
13308   *) The replacement for initgroups() did not call {set,end}grent(). This
13309      had two implications: if anything else used getgrent(), then
13310      initgroups() would fail, and it was consuming a file descriptor.
13311      [Ben Laurie]
13312
13313   *) On heavily loaded servers it was possible for the scoreboard to get
13314      out of sync with reality, as a result of a race condition.
13315      The observed symptoms are far more Apaches running than should
13316      be, and heavy system loads, generally followed by catastrophic
13317      system failure. [Ben Laurie]
13318
13319   *) Fix typo in license. [David Robinson]
13320
13321 Changes with Apache 1.0.0                                        23 Nov 1995
13322
13323   *) Not listed. See <http://www.apache.org/docs/new_features_1_0.html>
13324
13325 Changes with Apache 0.8.16                                       05 Nov 1995
13326
13327   *) New man page for 'httpd' added to support directory [David Robinson]
13328
13329   *) .htgroup files can have more than one line giving members for a
13330      given group (each must have the group name in front), for NCSA
13331      back-compatibility [Robert Thau]
13332
13333   *) Mutual exclusion around accept() is on by default for SVR4 systems
13334      generally, since they generally can't handle multiple processes in
13335      accept() on the same socket.  This should cure flaky behavior on
13336      a lot of those systems.  [David Robinson]
13337
13338   *) AddType, AddEncoding, and AddLanguage directives take multiple
13339      extensions on a single command line [David Robinson]
13340
13341   *) UserDir can be disabled for a given virtual host by saying
13342      "UserDir disabled" in the <VirtualHost> section --- it was a bug
13343      that this didn't work.  [David Robinson]
13344
13345   *) Compiles on QNX [Ben Laurie]
13346
13347   *) Corrected parsing of ctime time format [David Robinson]
13348
13349   *) httpd does a perror() before exiting if it can't log its pid
13350      to the PidFile, to make diagnosing the error a bit easier.
13351      [David Robinson]
13352
13353   *) <!--#include file="..."--> can no longer include files in the
13354      parent directory, for NCSA back-compatibility.  [David Robinson]
13355
13356   *) '~' is *not* escaped in URIs generated for directory listings
13357      [Roy Fielding]
13358
13359   *) Eliminated compiler warning in the imagemap module [Randy Terbush]
13360
13361   *) Fixed bug involving handling URIs with escaped %-characters
13362      in redirects [David Robinson]
13363
13364 Changes with Apache 0.8.15                                       14 Oct 1995
13365
13366   *) Switched to new, simpler license
13367
13368   *) Eliminated core dumps with improperly formatted DBM group files [Mark Cox]
13369
13370   *) Don't allow requests for ordinary files to have PATH_INFO [Ben Laurie]
13371
13372   *) Reject paths containing %-escaped '%' or null characters [David Robinson]
13373
13374   *) Correctly handles internal redirects to files with names containing '%'
13375      [David Robinson]
13376
13377   *) Repunctuated some error messages [Aram Mirzadeh, Andrew Wilson]
13378
13379   *) Use geteuid() rather than getuid() to see if we have root privilege,
13380      so that server correctly resets privilege if run setuid root.  [Andrew
13381      Wilson]
13382
13383   *) Handle ftp: and telnet: URLs correctly in imagemaps (built-in module)
13384      [Randy Terbush]
13385
13386   *) Fix relative URLs in imagemap files [Randy Terbush]
13387
13388   *) Somewhat better fix for the old "Alias /foo/ /bar/" business
13389      [David Robinson]
13390
13391   *) Don't repeatedly open the ErrorLog if a bunch of <VirtualHost>
13392      entries all name the same one. [David Robinson]
13393
13394   *) Fix directory listings with filenames containing unusual characters
13395      [David Robinson]
13396
13397   *) Better URI-escaping for generated URIs in directories with filenames
13398      containing unusual characters [Ben Laurie]
13399
13400   *) Fixed potential FILE* leak in http_main.c [Ben Laurie]
13401
13402   *) Unblock alarms on error return from spawn_child() [David Robinson]
13403
13404   *) Sample Config files have extra note for SCO users [Ben Laurie]
13405
13406   *) Configuration has note for HP-UX users [Rob Hartill]
13407
13408   *) Eliminated some bogus Linux-only #defines in conf.h [Aram Mirzadeh]
13409
13410   *) Nuked bogus #define in httpd.h [David Robinson]
13411
13412   *) Better test for whether a system has setrlimit() [David Robinson]
13413
13414   *) Calls update_child_status() after reopen_scoreboard() [David Robinson]
13415
13416   *) Doesn't send itself SIGHUP on startup when run in the -X debug-only mode
13417      [Ben Laurie]
13418
13419 Changes with Apache 0.8.14                                       19 Sep 1995
13420
13421   *) Compiles on SCO ODT 3.0 [Ben Laurie]
13422
13423   *) AddDescription works (better) [Ben Laurie]
13424
13425   *) Leaves an intelligible error diagnostic when it can't set group
13426      privileges on standalone startup [Andrew Wilson]
13427
13428   *) Compiles on NeXT again --- the 0.8.13 RLIMIT patch was failing on
13429      that machine, which claims to be BSD but does not support RLIMIT.
13430      [Randy Terbush]
13431
13432   *) gcc -Wall no longer complains about an unused variable when util.c
13433      is compiled with -DMINIMAL_DNS [Andrew Wilson]
13434
13435   *) Nuked another compiler warning for -Wall on Linux [Aram Mirzadeh]
13436
13437 Changes with Apache 0.8.13                                       07 Sep 1995
13438
13439   *) Make IndexIgnore *work* (ooops) [Jarkko Torppa]
13440
13441   *) Have built-in imagemap code recognize & honor Point directive [James
13442      Cloos]
13443
13444   *) Generate cleaner directory listings in directories with a mix of
13445      long and short filenames [Rob Hartill]
13446
13447   *) Properly initialize dynamically loaded modules [Royston Shufflebotham]
13448
13449   *) Properly default ServerName for virtual servers [Robert Thau]
13450
13451   *) Rationalize handling of BSD in conf.h and elsewhere [Randy Terbush,
13452      Paul Richards and a cast of thousands...]
13453
13454   *) On self-identified BSD systems (we don't try to guess any more),
13455      allocate a few extra file descriptors per virtual host with setrlimit,
13456      if we can, to avoid running out. [Randy Terbush]
13457
13458   *) Write 22-character lock file name into buffer with enough space
13459      on startup [Konstantin Olchanski]
13460
13461   *) Use archaic setpgrp() interface on NeXT, which requires it [Brian
13462      Pinkerton]
13463
13464   *) Suppress -Wall warning by casting const away in util.c [Aram Mirzadeh]
13465
13466   *) Suppress -Wall warning by initializing variable in negotiation code
13467      [Tobias Weingartner]
13468
13469 Changes with Apache 0.8.12                                       31 Aug 1995
13470
13471   *) Doesn't pause three seconds after including a CGI script which is
13472      too slow to die off (this is done by not even trying to kill off
13473      subprocesses, including the SIGTERM/pause/SIGKILL routine, until
13474      after the entire document has been processed).  [Robert Thau]
13475
13476   *) Doesn't do SSI if Options Includes is off.  (Ooops).  [David Robinson]
13477
13478   *) Options IncludesNoExec allows inclusion of at least text/* [Roy Fielding]
13479
13480   *) Allows .htaccess files to override <Directory> sections naming the
13481      same directory [David Robinson]
13482
13483   *) Removed an efficiency hack in sub_req_lookup_uri which was
13484      causing certain extremely marginal cases (e.g., ScriptAlias of a
13485      *particular* index.html file) to fail.  [David Robinson]
13486
13487   *) Doesn't log an error when the requested URI requires
13488      authentication, but no auth header line was supplied by the
13489      client; this is a normal condition (the client doesn't no auth is
13490      needed here yet).  [Robert Thau]
13491
13492   *) Behaves more sanely when the name server loses its mind [Sean Welch]
13493
13494   *) RFC931 code compiles cleanly on old BSDI releases [Randy Terbush]
13495
13496   *) RFC931 code no longer passes out name of prior clients on current
13497      requests if the current request came from a server that doesn't
13498      do RFC931.  [David Robinson]
13499
13500   *) Configuration script accepts "Module" lines with trailing whitespace.
13501      [Robert Thau]
13502
13503   *) Cleaned up compiler warning from mod_access.c [Robert Thau]
13504
13505   *) Cleaned up comments in mod_cgi.c [Robert Thau]
13506
13507 Changes with Apache 0.8.11                                       24 Aug 1995
13508
13509   *) Wildcard <Directory> specifications work.  [Robert Thau]
13510
13511   *) Doesn't loop for buggy CGI on Solaris [Cliff Skolnick]
13512
13513   *) Symlink checks (FollowSymLinks off, or SymLinkIfOwnerMatch) always check
13514      the file being requested itself, in addition to the directories leading
13515      up to it. [Robert Thau]
13516
13517   *) Logs access failures due to symlink checks or invalid client address
13518      in the error log [Roy Fielding, Robert Thau]
13519
13520   *) Symlink checks deal correctly with systems where lstat of
13521      "/path/to/some/link/" follows the link.  [Thau, Fielding]
13522
13523   *) Doesn't reset DirectoryIndex to 'index.html' when
13524      other directory options are set in a .htaccess file.  [Robert Thau]
13525
13526   *) Clarified init code and nuked bogus warning in mod_access.c
13527      [Florent Guillaume]
13528
13529   *) Corrected several directives in sample srm.conf
13530      --- includes corrections to directory indexing icon-related directives
13531      (using unknown.gif rather than unknown.xbm as the DefaultIcon, doing
13532      icons for encodings right, and turning on AddEncoding by default).
13533      [Roy Fielding]
13534
13535   *) Corrected descriptions of args to AddIcon and AddAlt in command table
13536      [James Cloos]
13537
13538   *) INSTALL & README mention "contributed modules" directory [Brian
13539      Behlendorf]
13540
13541   *) Fixed English in the license language...  "for for" --> "for".
13542      [Roy Fielding]
13543
13544   *) Fixed ScriptAlias/Alias interaction by moving ScriptAlias handling to
13545      mod_alias.c, merging it almost completely with handling of Alias, and
13546      adding a 'notes' field to the request_rec which allows the CGI module
13547      to discover whether the Alias module has put this request through
13548      ScriptAlias (which it needs to know for back-compatibility, as the old
13549      NCSA code did not check Options ExecCGI in ScriptAlias directories).
13550      [Robert Thau]
13551
13552 Changes with Apache 0.8.10                                       18 Aug 1995
13553
13554   *) AllowOverride applies to the named directory, and not just
13555      subdirectories.  [David Robinson]
13556
13557   *) Do locking for accept() exclusion (on systems that need it)
13558      using a special file created for the purpose in /usr/tmp, and
13559      not the error log; using the error log causes real problems
13560      if it's NFS-mounted; this is known to be the cause of a whole
13561      lot of "server hang" problems with Solaris.  [David Robinson;
13562      thanks to Merten Schumann for help diagnosing the problem].
13563
13564 Changes with Apache 0.8.9                                        12 Aug 1995
13565
13566   *) Compiles with -DMAXIMUM_DNS ---- ooops! [Henrik Mortensen]
13567
13568   *) Nested includes see environment variables of the including document,
13569      for NCSA bug-compatibility (some sites have standard footer includes
13570      which try to print out the last-modified date).  [Eric Hagberg/Robert
13571      Thau]
13572
13573   *) <!--exec cgi="/some/uri/here"--> always treats the item named by the
13574      URI as a CGI script, even if it would have been treated as something
13575      else if requested directly, for NCSA back-compatibility.  (Note that
13576      this means that people who know the name of the script can see the
13577      code just by asking for it).  [Robert Thau]
13578
13579   *) New version of dbmmanage script included in support directory as
13580      dbmmanage.new.
13581
13582   *) Check if scoreboard file couldn't be opened, and say so, rather
13583      then going insane [David Robinson]
13584
13585   *) POST to CGI works on A/UX [Jim Jagielski]
13586
13587   *) AddIcon and AddAlt commands work properly [Rob Hartill]
13588
13589   *) NCSA server push works properly --- the Arena bug compatibility
13590      workaround, which broke it, is gone (use -DARENA_BUG_WORKAROUND
13591      if you still want the workaround).  [Rob Hartill]
13592
13593   *) If client didn't submit any Accept-encodings, ignore encodings in
13594      content negotiation.  (NB this will all have to be reworked anyway
13595      for the new HTTP draft).  [Florent Guillaume]
13596
13597   *) Don't dump core when trying to log timed-out requests [Jim Jagielski]
13598
13599   *) Really honor CacheNegotiatedDocs [Florent Guillaume]
13600
13601   *) Give Redirect priority over Alias, for NCSA bug compatibility
13602      [David Robinson]
13603
13604   *) Correctly set PATH_TRANSLATED in all cases from <!--#exec cmd=""-->,
13605      paralleling earlier bug fix for CGI [David Robinson]
13606
13607   *) If DBM auth is improperly configured, report a server error and don't
13608      dump core.
13609
13610   *) Deleted FCNTL_SERIALIZED_ACCEPTS from conf.h entry for A/UX;
13611      it seems to work well enough without it (even in a 10 hits/sec
13612      workout), and the overhead for the locking under A/UX is
13613      alarmingly high (though it is very low on other systems).
13614      [Eric Hagberg, Jim Jagielski]
13615
13616   *) Fixed portability problems with mod_cookies.c [Cliff Skolnick]
13617
13618   *) Further de-Berklize mod_cookies.c; change the bogus #include.  [Brian
13619      Behlendorf/Eric Hagberg]
13620
13621   *) More improvements to default Configuration for A/UX [Jim Jagielski]
13622
13623   *) Compiles clean on NEXT [Rob Hartill]
13624
13625   *) Compiles clean on SGI [Robert Thau]
13626
13627 Changes with Apache 0.8.8                                        08 Aug 1995
13628
13629   *) SunOS library prototypes now never included unless explicitly
13630      requested in the configuration (via -DSUNOS_LIB_PROTOTYPES);
13631      people using GNU libc on SunOS are screwed by prototypes for the
13632      standard library.
13633
13634      (Those who wish to compile clean with gcc -Wall on a standard
13635      SunOS setup need the prototypes, and may obtain them using
13636      -DSUNOS_LIB_PROTOTYPES.  Those wishing to use -Wall on a system
13637      with nonstandard libraries are presumably competent to make their
13638      own arrangements).
13639
13640   *) Strips trailing '/' characters off both args to the Alias command,
13641      to make 'Alias /foo/ /bar/' work.
13642
13643 Changes with Apache 0.8.7                                        03 Aug 1995
13644
13645   *) Don't hang when restarting with a child from 'TransferLog "|..."' running
13646      [reported by David Robinson]
13647
13648   *) Compiles clean on OSF/1 [David Robinson]
13649
13650   *) Added some of the more recent significant changes (AddLanguage stuff,
13651      experimental LogFormat support) to CHANGES file in distribution root
13652      directory
13653
13654 Changes with Apache 0.8.6                                        02 Aug 1995
13655
13656   *) Deleted Netscape reload workaround --- it's in violation of HTTP specs.
13657      (If you actually wanted a conditional GET which bypassed the cache, you
13658      couldn't get it). [Reported by Roy Fielding]
13659
13660   *) Properly terminate headers on '304 Not Modified' replies to conditional
13661      GETs --- no browser we can find cares much, but the CERN proxy chokes.
13662      [Reported by Cliff Skolnick; fix discovered independently by Rob Hartill]
13663
13664   *) httpd -v doesn't call itself "Shambhala".  [Reported by Chuck Murcko]
13665
13666   *) SunOS lib-function prototypes in conf.h conditionalized on __GNUC__,
13667      not __SUNPRO_C (they're needed to quiet gcc -Wall, but acc chokes on 'em,
13668      and older versions don't set the __SUNPRO_C preprocessor variable).  On
13669      all other systems, these are never used anyway.  [Reported by Mark Cox].
13670
13671   *) Scoreboard file (/tmp/htstatus.*) no longer publically writable.
13672
13673 Changes with Apache 0.8.5                                        01 Aug 1995
13674
13675   *) Added last-minute configurable log experiment, as optional module
13676
13677   *) Correctly set r->bytes_sent for HTTP/0.9 requests, so they get logged
13678      properly.  (One-line fix to http_protocol.c).
13679
13680   *) Work around bogus behavior when reloading from Netscape.
13681      It's Netscape's bug --- for some reason they expect a request with
13682      If-modified-since: to not function as a conditional GET if it also
13683      comes with Pragma: no-cache, which is way out of line with the HTTP
13684      spec (according to Roy Fielding, the redactor).
13685
13686   *) Added parameter to set maximum number of server processes.
13687
13688   *) Added patches to make it work on A/UX.  A/UX is *weird*.  [Eric Hagberg,
13689      Jim Jagielski]
13690
13691   *) IdentityCheck bugfix [Chuck Murcko].
13692
13693   *) Corrected cgi-src/Makefile entry for new imagemap script.  [Alexei Kosut]
13694
13695   *) More sample config file corrections; add extension to AddType for
13696      *.asis, move AddType generic description to its proper place, and
13697      fix miscellaneous typos. [ Alexei Kosut ]
13698
13699   *) Deleted the *other* reference to the regents from the Berkeley
13700      legal disclaimer (everyplace).
13701
13702   *) Nuked Shambhala name from src/README; had already cleaned it out
13703      of everywhere else.
13704
13705 Changes with Apache 0.8.4
13706
13707   *) Changes to server-pool management parms --- renamed current
13708      StartServers to MinSpareServers, created separate StartServers
13709      parameter which means what it says, and renamed MaxServers to
13710      MaxSpareServers (though the old name still works, for NCSA 1.4
13711      back-compatibility).  The old names were generally regarded as
13712      too confusing.  Also altered "docs" in sample config files.
13713
13714   *) More improvements to default config files ---
13715      sample directives (commented out) for XBitHack, BindAddress,
13716      CacheNegotiatedDocs, VirtualHost; decent set of AddLanguage
13717      defaults, AddTypes for send-as-is and imagemap magic types, and
13718      improvements to samples for DirectoryIndex [Alexei Kosut]
13719
13720   *) Yet more improvements to default config files --- changes to
13721      Alexei's sample AddLanguage directives, and sample LanguagePriority
13722      [ Florent Guillaume ]
13723
13724   *) Set config file locations properly if not set in httpd.conf
13725      [ David Robinson ]
13726
13727   *) Don't escape URIs in internal redirects multiple times; don't
13728      do that when translating PATH_INFO to PATH_TRANSLATED either.
13729      [ David Robinson ]
13730
13731   *) Corrected spelling of "Required" in 401 error reports [Andrew Wilson]
13732
13733 Changes with Apache 0.8.3
13734
13735   *) Edited distribution README to *briefly* summarize installation
13736      procedures, and give a pointer to the INSTALL file in the src/
13737      directory.
13738
13739   *) Upgraded imagemap script in cgi-bin to 1.8 version from more
13740      recent NCSA distributions.
13741
13742   *) Bug fix to previous bug fix --- if .htaccess file and <Directory>
13743      exist for the same directory, use both and don't segfault.  [Reported
13744      by David Robinson]
13745
13746   *) Proper makefile dependencies [David Robinson]
13747
13748   *) Note (re)starts in error log --- reported by Rob Hartill.
13749
13750   *) Only call no2slash() after get_path_info() has been done, to
13751      preserve multiple slashes in the PATH_INFO [NCSA compatibility,
13752      reported by Andrew Wilson, though this one is probably a real bug]
13753
13754   *) Fixed mod_imap.c --- relative paths with base_uri referer don't
13755      dump core when Referer is not supplied. [Randy Terbush]
13756
13757   *) Lightly edited sample config files to refer people to our documentation
13758      instead of NCSA's, and to list Rob McCool as *original* author (also
13759      deleted his old, and no doubt non-functional email address).  Would be
13760      nice to have examples of new features...
13761
13762 Changes with Apache 0.8.2                                        19 Jul 1995
13763
13764   *) Added AddLanuage code [Florent Guillaume]
13765
13766   *) Don't say "access forbidden" when a CGI script is not found.  [Mark Cox]
13767
13768   *) All sorts of problems when MultiViews finds a directory.  It would
13769      be nice if mod_dir.c was robust enough to handle that, but for now,
13770      just punt.  [reported by Brian Behlendorf]
13771
13772   *) Wait for all children on restart, to make sure that the old socket
13773      is gone and we can reopen it.  [reported by Randy Terbush]
13774
13775   *) Imagemap module is enabled in default Configuration
13776
13777   *) RefererLog and UserAgentLog modules properly default the logfile
13778      [Randy Terbush]
13779
13780   *) Mark Cox's mod_cookies added to the distribution as an optional
13781      module (commented out in the default Configuration, and noted as
13782      an experiment, along with mod_dld). [Mark Cox]
13783
13784   *) Compiles on ULTRIX (a continuing battle...). [Robert Thau]
13785
13786   *) Fixed nasty bug in SIGTERM handling [reported by Randy Terbush]
13787
13788   *) Changed "Shambhala" to "Apache" in API docs. [Robert Thau]
13789
13790   *) Added new, toothier legal disclaimer. [Robert Thau; copied from BSD
13791      license]
13792
13793 Changes with Apache 0.8.1
13794
13795   *) New imagemap module [Randy Terbush]
13796
13797   *) Replacement referer log module with NCSA-compatible RefererIgnore
13798      [Matthew Gray again]
13799
13800   *) Don't mung directory listings with very long filenames.
13801      [Florent Guillaume]
13802
13803 Changes with Apache 0.8.0 (nee Shambhala 0.6.2)                  16 Jul 1995
13804
13805   *) New config script.  See INSTALL for info.  [Robert Thau]
13806
13807   *) Scoreboard mechanism for regulating the number of extant server
13808      processes.  MaxServers and StartServers defaults are the same as
13809      for NCSA, but the meanings are slightly different.  (Actually,
13810      I should probably lower the MaxServers default to 10).
13811
13812      Before asking for a new connection, each server process checks
13813      the number of other servers which are also waiting for a
13814      connection.  If there are more than MaxServers, it quietly dies
13815      off.  Conversely, every second, the root, or caretaker, process
13816      looks to see how many servers are waiting for a new connection;
13817      if there are fewer than StartServers, it starts a new one.  This
13818      does not depend on the number of server processes already extant.
13819      The accounting is arranged through a "scoreboard" file, named
13820      /tmp/htstatus.*, on which each process has an independent file
13821      descriptor (they need to seek without interference).
13822
13823      The end effect is that MaxServers is the maximum number of
13824      servers on an *inactive* server machine, but more will be forked
13825      off to handle unusually heavy loads (or unusually slow clients);
13826      these will die off when they are no longer needed --- without
13827      reverting to the overhead of full forking operation.  There is a
13828      hard maximum of 150 server processes compiled in, largely to
13829      avoid forking out of control and dragging the machine down.
13830      (This is arguably too high).
13831
13832      In my server endurance tests, this mechanism did not appear to
13833      impose any significant overhead, even after I forced it to put the
13834      scoreboard file on a normal filesystem (which might have more
13835      overhead than tmpfs).  [Robert Thau]
13836
13837   *) Set HTTP_FOO variables for SSI <!--#exec cmd-->s, not just CGI scripts.
13838      [Cliff Skolnick]
13839
13840   *) Read .htaccess files even in directory with <Directory> section.
13841      (Former incompatibility noted on mailing list, now fixed). [Robert
13842      Thau]
13843
13844   *) "HEAD /" gives the client a "Bad Request" error message, rather
13845      than trying to send no body *and* no headers.  [Cliff Skolnick].
13846
13847   *) Don't produce double error reports for some very obscure cases
13848      mainly involving auth configuration (the "all modules decline to
13849      handle" case which is a sure sign of a server bug in most cases,
13850      but also happens when authentication is badly misconfigured).
13851      [Robert Thau]
13852
13853   *) Moved FCNTL_SERIALIZED_ACCEPT defines into conf.h (that's what
13854      it's *for*, and this sort of thing really shouldn't be cluttering
13855      up the Makefile). [Robert Thau]
13856
13857   *) Incidental code cleanups in http_main.c --- stop dragging
13858      sa_client around; just declare it where used.  [Robert Thau]
13859
13860   *) Another acc-related fix.  (It doesn't like const char
13861      in some places...). [Mark Cox]
13862
13863 Changes with Shambhala 0.6.1                                     13 Jul 1995
13864
13865   *) Fixed auth_name-related typos in http_core.c [Brian Behlendorf]
13866      Also, fixed auth typo in http_protocol.c unmasked by this fix.
13867
13868   *) Compiles clean with acc on SunOS [Paul Sutton]
13869
13870   *) Reordered modules in modules.c so that Redirect takes priority
13871      over ScriptAlias, for NCSA bug-compatibility [Rob Hartill] ---
13872      believe it or not, he has an actual site with a ScriptAlias and
13873      a Redirect declared for the *exact same directory*.  Even *my*
13874      compatibility fetish wouldn't motivate me to fix this if the fix
13875      required any effort, but it doesn't, so what the hey.
13876
13877   *) Fixed to properly default several server_rec fields for virtual
13878      servers from the corresponding fields in the main server_rec.
13879      [Cliff Skolnick --- 'port' was a particular irritant].
13880
13881   *) No longer kills off nph- child processes before they are
13882      finished sending output. [Matthew Gray]
13883
13884 Changes with Shambhala 0.6.0                                     10 Jul 1995
13885
13886   *) Two styles of timeout --- hard and soft.  soft_timeout()s just put
13887      the connection to the client in an "aborted" state, but otherwise
13888      allow whatever handlers are running to clean up.  hard_timeout()s
13889      abort the request in progress completely; anything not tied to some
13890      resource pool cleanup will leak.  They're still around because I
13891      haven't yet come up with a more elegant way of handling
13892      timeouts when talking to something that isn't the client.  The
13893      default_handler and the dir_handler now use soft timeouts, largely
13894      so I can test the feature.  [Robert Thau]
13895
13896   *) TransferLog "| my_postprocessor ..." seems to be there.  Note that
13897      the case of log handlers dying prematurely is probably handled VERY
13898      gracelessly at this point, and if the logger stops reading input,
13899      the server will hang.  (It is known to correctly restart the
13900      logging process on server restart; this is (should be!) going through
13901      the same SIGTERM/pause/SIGKILL routine used to ding an errant CGI
13902      script).  [Robert Thau]
13903
13904   *) asis files supported (new module).  [Robert Thau]
13905
13906   *) IdentityCheck code is compiled in, but has not been tested.  (I
13907      don't know anyone who runs identd). [Robert Thau]
13908
13909   *) PATH_INFO and PATH_TRANSLATED are not set unless some real PATH_INFO
13910      came in with the request, for NCSA bug-compatibility. [Robert Thau]
13911
13912   *) Don't leak the DIR * on HEAD request for a directory. [Robert Thau]
13913
13914   *) Deleted the block_alarms() stuff from dbm_auth; no longer necessary,
13915      as timeouts are not in scope. [Robert Thau]
13916
13917   *) quoted-string args in config files now handled correctly (doesn't drop
13918      the last character). [Robert Thau; reported by Randy Terbush]
13919
13920   *) Fixed silly typo in http_main.c which was suddenly fatal in HP-UX.
13921      How the hell did it ever work? [Robert Thau; reported by Rob Hartill]
13922
13923   *) mod_core.c --- default_type returns DEFAULT_TYPE (the compile-time
13924      default default type); the former default default behavior when all
13925      type-checkers defaulted had been a core dump.  [Paul Sutton]
13926
13927   *) Copy filenames out of the struct dirent when indexing
13928      directories.  (On Linux, readdir() returns a pointer to the same
13929      memory area every time).  Fix is in mod_dir.c.  [Paul Sutton]
13930
13931 Changes with Shambhala 0.5.3 [not released]
13932
13933   *) Default response handler notes "file not found" in the error log,
13934      if the file was not found.  [Cliff Skolnick].
13935
13936   *) Another Cliff bug --- "GET /~user" now properly redirects (the userdir
13937      code no longer sets up bogus PATH_INFO which fakes out the directory
13938      handler). [Cliff Skolnick]
13939
13940 Changes with Shambhala 0.5.2                                     06 Jul 1995
13941
13942   *) Changes to http_main.c --- root server no longer plays silly
13943      games with SIGCHLD, and so now detects and replaces dying
13944      children.  Child processes just die on SIGTERM, without taking
13945      the whole process group with them.  Potential problem --- if any
13946      child process refuses to die, we hang in restart.
13947      MaxRequestsPerChild may still not work, but it certainly works
13948      better than it did before this!  [Robert Thau]
13949
13950   *) mod_dir.c bug fixes: ReadmeName and HeaderName
13951      work (or work better, at least); over-long description lines
13952      properly terminated. [Mark Cox]
13953
13954   *) http_request.c now calls unescape_url() more places where it
13955      should [Paul Sutton].
13956
13957   *) More directory handling bugs (reported by Cox)
13958      Parent Directory link is now set correctly. [Robert Thau]
13959
13960 Changes with Shambhala 0.5.1                                     04 Jul 1995
13961
13962   *) Generalized cleanup interface in alloc.c --- any function can be
13963      registered with alloc.c as a cleanup for a resource pool;
13964      tracking of files and file descriptors has been reimplemented in
13965      terms of this interface, so I can give it some sort of a test.
13966      [Robert Thau]
13967
13968   *) More changes in alloc.c --- new cleanup_for_exec() function,
13969      which tracks down and closes all file descriptors which have been
13970      registered with the alloc.c machinery before the server exec()s a
13971      child process for CGI or <!--#exec-->.  CGI children now get
13972      started with exactly three file descriptors open.  Hopefully,
13973      this cures the problem Rob H. was having with overly persistent
13974      CGI connections. [Robert Thau]
13975
13976   *) Mutual exclusion around the accept() in child_main() --- this is
13977      required on at least SGI, Solaris and Linux, and is #ifdef'ed in
13978      by default on those systems only (-DFCNTL_SERIALIZED_ACCEPT).
13979      This uses fcntl(F_SETLK,...) on the error log descriptor because
13980      flock() on that descriptor won't work on systems which have BSD
13981      flock() semantics, including (I think) Linux 1.3 and Solaris.
13982
13983      This does work on SunOS (when the server is idle, only one
13984      process in the pool is waiting on accept()); it *ought* to work
13985      on the other systems. [Robert Thau]
13986
13987   *) FreeBSD and BSDI portability tweaks [Chuck Murcko]
13988
13989   *) sizeof(*sa_client) bugfix from [Rob Hartill]
13990
13991   *) pstrdup(..., NULL) returns NULL, [Randy Terbush]
13992
13993   *) block_alarms() to avoid leaking the DBM* in dbm auth (this should
13994      be unnecessary if I go to the revised timeout-handling scheme).
13995      [Robert Thau]
13996
13997   *) For NCSA bug-compatibility, set QUERY_STRING env var (to a null
13998      string) even if none came in with the request.  [Robert Thau]
13999
14000   *) CHANGES file added to distribution ;-).
14001
14002 Changes with Shambhala 0.4.5
14003
14004   *) mod_dld --- early dynamic loading support [rst]
14005   *) Add wildcard content handlers for XBITHACK; default_hander now
14006      invoked with that mechanism (as a handler hanging off mod_core) [rst]
14007   *) XBITHACK supported as a wildcard content-handler, and 
14008      configurable at run-time (not just at compile time, as in the
14009      "patchy server" releases) [rst]
14010
14011 Changes with Shambhala 0.4.4                                     30 Jun 1995
14012
14013   *) Fixed basic thinkos in mod_dbm_auth.c [rst, reported by Mark Cox]
14014   *) Handle Addtype x/y .z [rst, reported by Cox]
14015
14016 Changes with Shambhala 0.4.3
14017
14018   *) Fixed very dumb bug in mod_alias; "Alias" and "Redirect" are not
14019      synonymous [rst, terbush]
14020
14021 Changes with Shambhala 0.4.1                                     28 Jun 1995
14022
14023   *) First-cut virtual host implementation; some refit in the config
14024      reading code, and log management, was necessary to support this [rst]
14025   *) Sub-pool machinery, originally added to avoid excessive storage
14026      allocation on listings of large directories (which turned out to
14027      be the problem that the 0.3 storage accounting was added to
14028      find).  Subrequests and mod_dir changed to use subpools.  [rst]
14029   *) More memory debugging --- free list consistency checks. [rst]
14030   *) Added err_headers to request_rec, with support elsewhere [rst]
14031   *) Other fixes to minor bugs in mod_dir and mod_includes [rst, terbush]
14032
14033 Changes with Shambhala 0.3                                       19 Jun 1995
14034
14035   *) Switch ONE_PROCESS to a runtime command-line option (-X)
14036   *) Don't compile in mod_ai_backcompat by default
14037   *) Switch name of server from Apache to Shambhala in Makefile
14038   *) Add some accounting routines to track memory usage in the pools,
14039      for debugging
14040
14041 Changes with Shambhala 0.2
14042
14043   *) Set DOCUMENT_ROOT CGI variable
14044   *) Add single-process debugging, as a compile-time option (ONE_PROCESS)
14045   *) Add critical section protection to handling of cleanup structures 
14046      in alloc.c [rst]
14047   *) Significant code reorg within the server core to group related
14048      functions together [rst]
14049   *) Correctly handle clients that hang up before sending any request
14050      [rst]
14051   *) Replace dying child processes. [rst]
14052
14053 Changes with Shambhala 0.1                                       12 Jun 1995
14054
14055    Major rewrite of the pre-existing "patchy server" codebase, by
14056    Robert Thau (rst).  Significant portions of the server code, such
14057    as configuration-file handling and HTTP authentication support,
14058    were ripped out and rewritten from scratch.  Code that was not
14059    completely rewritten was significantly altered.
14060
14061    Major changes with this release include:
14062
14063    *) Introduction of the module API; in request handling, the central 
14064       machinery just dispatches to various modules, which actually do
14065       most of the work.  Configuration handling is similar --- modules
14066       declare their own commands, and the central machinery just
14067       dispatches to them.  
14068
14069       API features from shambhala/0.1 were substantially unchanged in
14070       Apache 1.0 and 1.1.  (1.0 API features not yet present in this
14071       release, such as wildcard handlers and subpools, were added in
14072       subsequent Shambhala releases, and were also generally rst's
14073       work). 
14074
14075    *) This release included the following modules:
14076
14077       mod_access      (access control --- allow and deny directives),
14078       mod_alias       (Alias and Redirect commands),
14079       mod_auth        (straight HTTP authentication, based on flat-files)
14080       mod_auth_dbm    (same, with dbm files)
14081       mod_cgi         (CGI scripts and, in this release, ScriptAlias)
14082       mod_common_log  (CLF access logs; later renamed mod_log_common)
14083       mod_dir         (directory indexing)
14084       mod_include     (server-side includes)
14085       mod_mime        (AddType directives)
14086       mod_negotiation (content negotiation)
14087       mod_userdir     (support for users' public_html directories)
14088
14089       It also included a mod_ai_backcompat, which was a private hack
14090       for back-compatibility with rst's own AI-lab servers.
14091
14092       All of these modules were substantially complete, and functional 
14093       or nearly so (a few, which implemented features not in use at
14094       Thau's site, required patches of a few lines).
14095
14096    *) sub-request machinery, to allow modules to determine how other
14097       modules would assign MIME types to a given file, or optionally
14098       serve its content (this is heavily used by mod_dir, mod_include
14099       and mod_negotiation).
14100
14101    *) Resource pool system for keeping track of memory allocated and
14102       files opened in service of a particular request.  Much of the
14103       code in the modules (when they weren't rewrites) was adjusted to 
14104       replace a pervasive convention of using fixed-size buffers on
14105       the stack with an equally pervasive convention of using memory
14106       allocated with palloc().
14107
14108    *) Reorganization of data structures associated with a given
14109       request to eliminate use of global variables and the troublesome 
14110       unmunge_name function (used in NCSA and early Apache releases to 
14111       attempt to determine the URI which mapped to a given filename
14112       --- a difficult proposition, given that it is easy to produce
14113       setups in which multiple URIs map to the same file).
14114
14115    *) Source files renamed and rearranged
14116
14117    *) Very simple pre-forking behavior --- parent process forked off a 
14118       fixed number of children, and then just waited for SIGHUP.
14119
14120    *) Other more minor changes too numerous to list.
14121
14122    This release included modified versions of a lot of code from the
14123    Apache 0.6.4 public release, plus an early pre-forking patch
14124    codeveloped by Robert Thau and Rob Hartill.
14125
14126 Changes with Apache 0.7.3                                        20 Jun 1995
14127
14128    *) There were a bunch of changes between Apache 0.6.4 and 0.7.3 that
14129       were incorporated by Rob Hartill on the main branch while Robert Thau
14130       worked on the Shambhala rewrite above.  Most were merged into the
14131       Shambala architecture after Apache 0.8.0.
14132
14133 Changes with Apache 0.6.4                                        13 May 1995
14134
14135    *) Patches by Rob Hartill, Cliff Skolnick, Randy Terbush, Robert Thau,
14136       and others.
14137
14138 Changes with Apache 0.5.1                                        10 Apr 1995
14139
14140 Changes with Apache 0.4                                          02 Apr 1995
14141
14142   *) Patches by Brian Behlendorf, Andrew Wilson, Robert Thau,
14143      and Rob Hartill.
14144
14145 Changes with Apache 0.3                                          24 Mar 1995
14146
14147   *) Patches by Robert Thau, David Robinson, Rob Hartill, and
14148      Carlos Varela.
14149
14150 Changes with Apache 0.2                                          18 Mar 1995
14151
14152   *) Based on NCSA httpd 1.3 by Rob McCool and patches by CERT,
14153      Roy Fielding, Robert Thau, Nicolas Pioch, David Robinson,
14154      Brian Behlendorf, Rob Hartill, and Cliff Skolnick.