]> granicus.if.org Git - apache/blob - CHANGES
Tired of 'foo.h not found' messages in the build. Checked ms's docs,
[apache] / CHANGES
1 Changes with Apache 2.0.36
2
3   *) Merge in latest GNU config.guess and config.sub files.  PR 7818.
4      [Justin Erenkrantz]
5
6   *) Move 100 - Continue support to the HTTP_IN filter so that filters
7      are guaranteed to support 100 - Continue logic without any
8      intervention.  [Justin Erenkrantz]
9
10   *) Add HTTP chunked input trailer support.  [Justin Erenkrantz]
11
12   *) Rename and export get_mime_headers as ap_get_mime_headers.
13      [Justin Erenkrantz]
14
15   *) Allow empty Host: header arguments.  PR 7441.  [Justin Erenkrantz]
16
17   *) Properly substitute sbindir as httpd's location in apachectl.  PR 7840.
18      [Andreas Hasenack <andreas@netbank.com.br>]
19
20   *) Allow Win32 shebang scripts to follow the path (or omit the .exe
21      suffix from the shebang command), and allow ScriptInterpreterSource
22      Registry or RegistryStrict to override shebang lines, as 1.3 did.
23      [William Rowe]
24
25   *) worker MPM: Fix a situation where a child exited without releasing
26      the accept mutex.  Depending on the OS and mutex mechanism this 
27      could result in a hang.  [Jeff Trawick]
28
29   *) Update the instructions for how to get started with mod_example.
30      [Stas Bekman]
31   
32   *) Fix PidFile to default to rel_runtimedir instead of
33      rel_logfiledir.  PR 7841.  [Andreas Hasenack <andreas@netbank.com.br>]
34
35   *) Win32: Fix problem that caused rapid performance degradation
36      when number of connecting clients exceeded ThreadsPerChild.
37      [Bill Stoddard]
38
39   *) Fixed a segfault parsing large SSIs on non-mmap systems.
40      [Brian Havard]
41
42   *) Proxy was bombing out every second keepalive request, caused by a
43      stray CRLF before the second response's status line. Proxy now
44      tries to read one more line if it encounters a CRLF where it
45      expected a status. PR 10010 [Graham Leggett]
46
47   *) Deprecated the apr_lock.h API. Please see the following files
48      for the improved thread and process locking and signaling: 
49      apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h,
50      apr_thread_cond.h, and apr_global_mutex.h.  [Aaron Bannert]
51
52   *) Change mod_status to use scoreboard accessor functions so it can
53      be used in any MPM without having to be recompiled.
54      [Ryan Morgan <rmorgan@covalent.net>]
55
56   *) Fix parsing of some AP_DECLARE_DATA declarations so that the filter
57      handle declarations are recognized.  This fixes problems loading 
58      mod_autoindex on some platforms.  [Brian Havard]
59
60   *) add optional fixup hook to proxy [Daniel Lopez <daniel@covalent.net>]
61
62   *) Remind the admin about the User and Group directives when we are
63      unable to set permissions on a semaphore.  PR 7812  [Jeff Trawick]
64
65   *) fix possible compilation problem in ssl_engine_kernel.c. PR 7802
66      [Doug MacEachern]
67
68   *) fix possible infinite loop in mod_ssl triggered by certain
69      netscape clients [Doug MacEachern]
70
71   *) fix ProxyPass when frontend is https and backend is http
72      [Doug MacEachern]
73
74   *) Add DASL support to mod_dav
75      [Sung Kim <hunkim@cse.ucsc.edu>]
76
77 Changes with Apache 2.0.35
78
79   *) mod_rewrite: updated to use the new APR global mutex type.
80      [Aaron Bannert]
81
82   *) Fixes for mod_include errors on boundary conditions in which
83      "<!--#" occurs at the very end of a bucket
84      [Paul Reder, Brian Pane]
85
86   *) worker, prefork, perchild, beos MPMs: Add -DFOREGROUND switch to 
87      cause the Apache parent process to run in the foreground (similar to
88      -DNO_DETACH except that it doesn't switch session ids).  
89      [Jeff Trawick]
90
91   *) Added support for Posix semaphore mutex locking (AcceptMutex posixsem)
92      for those platforms that support it. If using the default
93      implementation, this is between pthread and sysvsem in priority.
94      This implies it's the new default for Darwin. [Jim Jagielski]
95
96   *) AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPE
97      environment variables in the envvars file.  [Jeff Trawick]
98
99   *) worker MPM: Don't create a listener thread until we have a worker
100      thread.  Otherwise, in situations where we'll have to wait a while
101      to take over scoreboard slots from a previous generation, we'll be
102      accepting connections we can't process yet.  [Jeff Trawick]
103
104   *) Allow worker MPM to build on systems without pthread_kill().
105      [Pier Fumagalli, Jeff Trawick]
106
107   *) Prevent ap_add_output_filters_by_type from being called in
108      ap_set_content_type if the content-type hasn't changed.
109      [Justin Erenkrantz]
110
111   *) Performance: implemented the bucket allocator made possible by the
112      API change in 2.0.34.  [Cliff Woolley]
113
114   *) Don't allow initialization to succeed if we can't get a socket
115      corresponding to one of the Listen statements.  [Jeff Trawick]
116
117 Changes with Apache 2.0.34
118
119   *) Allow all Perchild directives to accept either numerical UID/GID
120      or logical user/group names.  [Scott Lamb <slamb@slamb.org>]
121
122   *) Make Perchild compile cleanly and serve pages again. [Ryan Bloom]
123
124   *) implement ssl proxy to support ProxyPass / https:// and the
125      SSLProxy* directives [Doug MacEachern]
126
127   *) Update mod_cgid to not do single-byte socket reads for CGI headers
128      [Brian Pane]
129
130   *) Made AB's use of the Host: header rfc2616 compliant
131      by Taisuke Yamada <tai@iij.ad.jp> [Dirk-Willem van Gulik].
132
133   *) The old, legacy (and unused) code in which the scoreboard was totally
134      and completely contained in a file (SCOREBOARD_FILE) has been
135      removed. This does not affect scoreboards which are *mapped* to
136      files using named-shared-memory. [Jim Jagielski]
137
138   *) Change bucket brigades API to allow a "bucket allocator" to be
139      passed in at certain points.  This allows us to implement freelists
140      so that we can stop using malloc/free so frequently.
141      [Cliff Woolley, Brian Pane]
142
143   *) Add support for macro expansion within the variable names in
144      <!--#echo--> and <!--#set--> directives [Brian Pane]
145
146   *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes]
147
148   *) Update the "RedHat" Layout to match Red Hat Linux version 7. PR BZ-7422
149      [Joe Orton] 
150
151   *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl
152      [Jon Travis, John Barbee, William Rowe, Ryan Bloom, Doug MacEachern]
153
154   *) Add a new parameter to the quick_handler hook to instruct
155      quick handlers to optionally do a lookup rather than actually 
156      serve content. This is the first of several changes required fix
157      several problems with how quick handlers work with subrequests.
158      [Bill Stoddard]
159
160   *) worker MPM: Get MaxRequestsPerChild to work again.  [Jeff Trawick]
161
162   *) [APR-related] The ordering of the default accept mutex method has
163      been changed to better match what's done in Apache 1.3. The ordering 
164      is now (highest to lowest): pthread -> sysvsem -> fcntl -> flock.
165      [Jim Jagielski]
166
167   *) Ensure that the build/ directory is created when using VPATH.
168      [Justin Erenkrantz]
169
170   *) Add some popular types to the mime magic file.  PR 7730.
171      [Linus Walleij <triad@df.lth.se>, Justin Erenkrantz]
172
173   *) Remove the single-byte socket reads for CGI headers [Brian Pane]
174
175   *) When a proxied site was being served, Apache was replacing
176      the original site Server header with it's own, which is not
177      allowed by RFC2616. Fixed. [Graham Leggett]
178
179   *) Fix a mod_cgid problem that left daemon processes stranded
180      in some server restart scenarios.  [Jeff Trawick]
181
182   *) Added exp_foo and rel_foo variables to config_vars.mk for
183      all Apache and Autoconf path variables (like --sysconfdir,
184      --sbindir, etc). exp_foo is the "expanded" version, which means
185      that all internal variable references have been interpolated.
186      rel_foo is the same as $exp_foo, only relative to $prefix if they
187      share a common path.  [Aaron Bannert]
188
189   *) Fix some restart/terminate problems in the worker MPM.  Don't
190      drop connections during graceful restart.  [Jeff Trawick]
191
192   *) Change the header merging behaviour in proxy, as some headers
193      (like Set-Cookie) cannot be unmerged due to stray commas in
194      dates. [Graham Leggett]
195
196   *) Be more vocal about what AcceptMutex values we allow, to make
197      us closer to how 1.3 does it. [Jim Jagielski]
198
199   *) Get nph- CGI scripts working again.  PRs 8902, 8907, 9983
200      [Jeff Trawick]
201
202   *) Upgraded PCRE library to latest version 3.9 [Brian Pane]
203
204   *) Add accessor function to set r->content_type. From now on,
205      ap_rset_content_type() should be used to set r->content_type.
206      This change is required to properly implement the 
207      AddOutputFilterByType configuration directive.
208      [Bill Stoddard, Sander Striker, Ryan Bloom]
209
210   *) Add new M_FOO symbols for the WebDAV/DeltaV methods specified by
211      RFC 3253. Improved the method name/number mapping functions.
212      [Greg Stein]
213
214   *) remove sock_enable_linger from connection.c [Ian Holsman]
215
216   *) Fix for virtual host processing where the requested hostname
217      has a '.' at the end (PR 9187) [Ryan Cruse <ryan@estara.com>]
218
219   *) mod_dav's APIs for REPORT response handling was changed so that
220      providers can generate the content directly into the output filter
221      stack, rather than buffering the response into memory. [Greg Stein]
222
223   *) Fix a hang condition with graceful restart and prefork MPM
224      in the situation where MaxClients is very high but
225      much fewer servers are actually started at the time of the
226      restart.  [Jeff Trawick]
227
228   *) Small performance fixes for mod_include [Brian Pane]
229
230   *) Performance improvement for the error logger [Brian Pane]
231
232   *) Change configure so that Solaris 8 and above have 
233      SINGLE_LISTEN_UNSERIALIZED_ACCEPT defined by default.
234      according to sun people solaris 8+ doesn't have a thundering
235      herd problem [Ian Holsman]
236
237   *) Allow URIs specifying CGI scripts to include '/' at the end
238      (e.g., /cgi-bin/printenv/) on AIX and Solaris (and other OSs
239      which ignore '/' at the end of the names of non-directories).
240      PR 10138  [Jeff Trawick]
241
242   *) implement SSLSessionCache shmht and shmcb based on apr_rmm and
243      apr_shm.  [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
244
245   *) Fix apxs -g handling.  Move config_vars.mk from the top build
246      directory to the build directory.  PR 10163  [Jeff Trawick]
247
248   *) Fix some mod_include problems which broke evaluation of some
249      expressions.  PR 10108  [Jeff Trawick]
250
251   *) Fix the calculation of request time in mod_status.  [Stas Bekman]
252
253   *) Fix the calculation of thread_num in the worker score structure.
254      [Stas Bekman]
255
256   *) Use apr_atomic operations in managing the mod_mem_cache
257      cache_objects for SMP scalability. (see USE_ATOMICS
258      preprocessor directive in mod_file_cache)
259      [Bill Stoddard]
260
261   *) Add filehandle caching to mod_mem_cache. (see CACHE_FD
262      preprocessor directive in mod_file_cache)
263      [Bill Stoddard]
264
265   *) Implement prototype mod_disk_cache for use with mod_cache.
266      [Bill Stoddard]
267
268   *) Add a missing manualdir entry in the Debian config.layout.
269      [Thom May <thom@planetarytramp.net>]
270
271   *) Stop installing libtool for APR and tell APR where it should place
272      its copy of libtool (via our installbuildpath layout variable).
273      [Justin Erenkrantz]
274
275   *) New directive ProxyIOBufferSize. Sets the size of the buffer used
276      when reading from a remote HTTP server in proxy. [Graham Leggett]
277
278   *) Modify receive/send loop in proxy_http and proxy_ftp so that
279      should it be necessary, the remote server socket is closed before
280      transmitting the last buffer (set by ProxyIOBufferSize) to the
281      client. This prevents the backend server from being forced to hang
282      around while the last few bytes are transmitted to a slow client.
283      Fix the case where no error checking was performed on the final
284      brigade in the loop. [Graham Leggett]
285
286   *) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change
287      CacheMaxExpire and CacheDefaultExpire to use seconds rather than
288      hours. [Graham Leggett, Bill Stoddard]
289
290   *) New Directive SSIUndefinedEcho. to change the '(none)' echoed
291      for a undefined variable. [Ian Holsman]
292
293   *) Proxy HTTP and CONNECT: Keep trying other addresses from the DNS
294      when we can't get a socket in the specified address family.  We may
295      have gotten back an IPv6 address first and yet our system is not
296      configured to allow IPv6 sockets.  [Jeff Trawick]
297
298   *) Be more careful about recursively removing CVS directories. Make
299      sure that we aren't cd'ing to their home directory first. PR: 9993
300      [Aaron Bannert, James LewisMoss <dres@lewismoss.net>]
301
302   *) Add a missing errordir entry in the Debian config.layout. PR: 10067
303      [Dirk-Jan Faber <dirk-jan@selwerd.nl>, Aaron Bannert,
304       Thom May <thom@planetarytramp.net>]
305
306   *) Rename the filter ordering priorities.  The recent filtering fixes
307      have showcased problems with their usage.  Therefore, we need to
308      rename them to increase the clarity.  (CONTENT->RESOURCE,
309      HTTP_HEADER->CONTENT_SET/PROTOCOL)  [Justin Erenkrantz]
310
311 Changes with Apache 2.0.33
312
313   *) Fix a problem in the new --enable-layout functionality where
314      it wouldn't allow overrides from variables like --prefix,
315      --bindir, etc.  [Thom May <thom@planetarytramp.net>]
316
317   *) Fix a bug in the core input filter for AP_MODE_EXHAUSTIVE. It
318      no longer hangs around waiting for the socket to close before
319      returning exhaustive data.  [Aaron Bannert]
320
321   *) rename apr_exploded_time_t to apr_time_exp_t (as per renames pending)
322      [Thom May <thom@planetarytramp.net>]
323
324   *) Change mod_ssl to always do a full startup/teardown on restarts.
325      this allows mod_ssl to be added to a server that is already
326      running and makes it possible to add/change certs/keys after the
327      server has been started.  [Doug MacEachern]
328
329   *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl.
330      This pipe must be a bidirectional 'console' style relay, which
331      mod_ssl prints all prompts to the pipe's stdin, and reads the
332      passphrases from the pipe's stdout.  [William Rowe]
333
334   *) Fix bug where --sysconfdir and --localstatedir were being
335      ignored.  [Thom May <thom@planetarytramp.net>, Aaron Bannert]
336      PR 9888
337
338   *) Fix --enable-layout to work again. Caution: When specifying
339      --enable-layout, common arguments like --prefix, --exec-prefix,
340      etc. will be ignored and the settings from the layout will be
341      used instead.  [Thom May <thom@planetarytramp.net>, Aaron Bannert]
342      PR 9124, 9873, 9885
343
344   *) New Directive for mod_proxy: ProxyRemoteMatch. This provides
345      regex pattern matching for the determination of which requests
346      to use the remote proxy for. [Jim Jagielski]
347
348   *) Fix CustomLog bytes-sent with HTTP 0.9.  [Justin Erenkrantz]
349
350   *) Prevent Apache from ignoring SIGHUP due to some lingering 1.3
351      cruft in piped logs and rewritemap child processes.
352      [William Rowe]
353
354   *) All instances of apr_lock_t have been removed and converted
355      to one of the following new lock APIs: apr_thread_mutex.h,
356      apr_proc_mutex.h, or apr_global_mutex.h. No new code should
357      use the apr_lock.h API, as the old API will soon be deprecated.
358      [Aaron Bannert]
359
360   *) Merged in changes to mod_ssl up through 2.8.7-1.3.23.
361      [Ralf S. Engelschall, Cliff Woolley]
362
363   *) mod-include: make it handle flush'es and fix the 'false-alarm'
364      [Justin Erenkrantz, Brian Pane, Ian Holsman]
365
366   *) ap_get_*_filter_handle() functions to allow 3rd party modules
367      to lookup filter handles so they can bypass the filter name
368      lookup when adding filters to a request (via ap_add_*_filter_handle())
369      [Ryan Morgan <rmorgan@covalent.net>]
370
371   *) Fix for multiple file buckets on Win32, where the first file
372      bucket would cause the immediate closure of the socket on any
373      non-keepalive requests.  [Ryan Morgan <rmorgan@covalent.net>]
374
375   *) Correct Win32 failure of mmap of a segment beyond start of the
376      file; fixes large SSL and similar transfers.  [William Rowe]
377      PR 9898
378
379   *) Implement apr_proc_detach changes and allow -DNO_DETACH in the
380      multi-process mode to not "daemonize" while detaching from the
381      controlling terminal. This is necessary for Apache to work with
382      process-management tools like AIX's "System Resource Controller"
383      as well as Dan Bernstein's "daemontools".
384      [Jos Backus <josb@cncdsl.com>, Aaron Bannert]
385
386   *) Convert mod_auth_digest to use the new apr_global_mutex_t
387      type.  [Aaron Bannert]
388
389   *) fix bug in mod-include where it wouldn't send a unmatched
390      part if it was at the end of a bucket [Ian Holsman]
391
392   *) worker MPM: Improve logging of errors with the interface between
393      the listener thread and worker threads.  [Jeff Trawick]
394
395   *) Some browsers ignore cookies that have been merged into a
396      single Set-Cookie header. Set-Cookie and Set-Cookie2 headers
397      are now unmerged in the http proxy before being sent to the
398      client. [Graham Leggett]
399
400   *) Fix a problem with proxy where each entry of a duplicated
401      header such as Set-Cookie would overwrite and obliterate the
402      previous value of the header, resulting in multiple header
403      values (like cookies) going missing.
404      [Graham Leggett, Joshua Slive]
405
406   *) Add the server-limit and thread-limit values to the scoreboard
407      for the sake of third-party applications.
408      [Adam Sussman <myddryn@vishnu.vidya.com>]
409
410   *) Fix segfault when proxy recieves an invalid HTTP response [Ian Holsman]
411
412   *) OS/390: Get make install to properly copy DSO modules.
413      [Jeff Trawick]
414
415   *) Win32: Fix bug in mod_status with displaying "Restart Time"
416      and "Server uptime".
417      [Bill Stoddard]
418
419   *) Fix IPv6 name-based virtual hosts.  [Jeff Trawick]
420
421   *) Introduce AddOutputFilterByType directive.  [Justin Erenkrantz]
422
423   *) Fix DEBUG_CGI support in mod_cgi.  PR 9670, 9671.
424      [David MacKenzie <djm@pix.net>]
425
426   *) Fix incorrect check for script_in in mod_cgi.  PR 9669.
427      [David MacKenzie <djm@pix.net>]
428
429   *) Fix segfault and display error when SSLMutex file can not be
430      created.  [Adam Sussman <myddryn@vishnu.vidya.com>]
431
432   *) Add reference counting to mod_mem_cache cache objects to
433      better manage removing objects from the cache.
434      [Bill Stoddard]
435
436   *) Change the verbage on the ScoreBoardFile in our default configs.
437      Also change the default to be commented out (unspecified) so we
438      get anonymous shared memory by default.  [Aaron Bannert]
439
440   *) Implement new ScoreBoardFile directive logic. This affects how
441      we create the scoreboard's shared memory segment. If the directive
442      is present, a name-based segment is created. If the directive is
443      not present, first an anonymous segment is created, and if that
444      fails, a name-based segment is created from a file of the name
445      DEFAULT_SCOREBOARD. This gives third-party applications the
446      ability to access our scoreboard.  [Aaron Bannert]
447
448   *) Allow mod_deflate to work with non-GET requests and properly send
449      Content-Lengths.  [Sander Striker <striker@apache.org>]
450
451   *) Fix ap_directory_merge() to correctly merge configs when there is
452      no <Directory /> block.  [Justin Erenkrantz, William Rowe]
453
454   *) Remove spurious debug messsages that are normal under HTTP
455      keep-alive logic.  [Jeff Trawick, Justin Erenkrantz]
456
457   *) Fix a bug in mod_cgid that would prevent proper shutdown death
458      of the cgid process.  [Aaron Bannert]
459
460   *) Add signal handling back in to the worker MPM for the one_process
461      (-X, -DDEBUG, -DONE_PROCESS) case.  [Aaron Bannert]
462
463   *) Performance: Reuse per-connection transaction pools in the
464      worker MPM, rather than destroying and recreating them.  [Brian Pane]
465
466   *) Remove all signals from the worker MPM's child process.  Instead,
467      the parent uses the Pipe of Death for all communication with the
468      child processes.  [Ryan Bloom]
469
470 Changes with Apache 2.0.32
471
472   *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the
473      default if the directive is not specified.  This mirrors older
474      behavior without changes to the httpd.conf.  [William Rowe]
475
476   *) Win32: solve the win32 service problems in 2.0.31-alpha, by fixing
477      the service, mpm and logging code, and bugs in apr_file_open_stderr 
478      and apr_file_dup2 functions.  Win2K/XP services have no handles 
479      associated for stdin/out/err, which caused unpredictable behavior
480      in the prior release.  [William Rowe, Bill Stoddard]
481
482   *) Win32: simplify the Application Event Log messages, since there isn't
483      likely to be 'more information in the error log' before an error log
484      has been opened.  [William Rowe]
485
486   *) Win32: substantial cleanup to the mpm_winnt code for legibility and
487      to follow the program flow of other MPMs.  [Ryan Bloom, William Rowe]
488
489   *) Win32: apache -k shutdown now behaves like apache -k stop.
490      [Bill Stoddard]
491
492   *) Fix prefork to not kill the parent if a child hits a resource shortage
493      on accept().  [Greg Ames]
494
495   *) Fix seg faults that occur when what should be the httpd request line
496      starts with \r\n followed by garbage.  [Greg Ames]
497
498   *) Allow statically linked support binaries with the new
499      --enable-static-support flag, and enable this behavior in
500      the binbuild script. Also add a new --enable-static-htdbm
501      flag.  [Aaron Bannert]
502
503   *) Allow mod_autoindex to serve symlinks if permitted and attempt to
504      do only one stat() call when generating the directory listings.
505      [Justin Erenkrantz]
506
507   *) Fix resolve_symlink to save the original symlink name if known.
508      [Justin Erenkrantz]
509
510   *) Be a bit more sane with regard to CanonicalNames.  If the user has
511      specified they want to use the CanonicalName, but they have not
512      configured a port with the ServerName, then use the same port that 
513      the original request used. [Ryan Bloom and Ken Coar]
514
515   *) In core_input_filter, check for an empty brigade after 
516      APR_BRIGADE_NORMALIZE().  Otherwise, we can get segfaults if a
517      client says it will post some data but we get FIN before any
518      data arrives.  [Jeff Trawick]
519
520   *) Not being able to bind to the socket is a fatal error.  We should
521      print an error to the console, and return a non-zero status code.
522      With these changes, all of the Unix MPMs do that correctly.
523      [Ryan Bloom]
524
525   *) suexec: Allow HTTPS and SSL_* environment variables to be passed
526      through to CGI scripts. PR 9163
527      [Brian Reid <breid@customlogic.com>, 
528       Zvi Har'El <rl@math.technion.ac.il>]
529
530   *) binbuild.sh: Make sure that we use the expat from our source
531      tree so that there aren't any surprises on the target machine.
532      [Jeff Trawick]
533
534   *) mod_cgid: Add retry logic for when the daemon can't fork fast
535      enough to keep up with new requests.  Start using 
536      HTTP_SERVER_UNAVAILABLE instead of HTTP_INTERNAL_SERVER_ERROR
537      when we can't talk to the daemon.  [Jeff Trawick]
538
539   *) apxs: LTFLAGS envvar can override default libtool options.  Try
540      "LTFLAGS=' ' apxs -c mod_foo.c" to see what libtool does under
541      the covers.  [Jeff Trawick]
542
543   *) The Location: response header field, used for external
544      redirect, *must* be an absoluteURI.  The Redirect directive
545      tested for that, but RedirectMatch didn't -- it would allow
546      almost anything through.  Now it will try to turn an abs_path
547      into an absoluteURI, but it will correctly varf like Redirect
548      if the final redirection target isn't an absoluteURI.  [Ken Coar]
549
550 Changes with Apache 2.0.31
551
552   *) Create the scoreboard (in the parent) in a global pool context,
553      so it survives graceful restarts. This fixes a SEGV during
554      graceful restarts.  [Aaron Bannert]
555
556   *) Add a timeout option to the proxy code 'ProxyTimeout' 
557      [Ian Holsman]
558
559   *) FTP directory listings are now always retrieved in ASCII mode.
560      The FTP proxy properly escapes URI's and HTML in the generated
561      listing, and escapes the path components when talking to the FTP
562      server. It is now possible to browse the root directory by using
563      a url like:   ftp://user@host/%2f/ (ported from apache_1.3.24)
564      Also, the last path component may contain wildcard characters
565      '*' and '?', and if they do, a directory listing is created instead
566      of a file retrieval. Example: ftp://user@host/httpd/server/*.c
567      [Martin Kraemer]
568
569   *) Added single-listener unserialized accept support to the
570      worker MPM [Brian Pane]
571
572   *) New Directive for mod_proxy: 'ProxyPreserveHost'. This passes
573      the incoming host header through to the proxied server
574      [Geoff <g.russell@ieee.org>]
575
576   *) New Directive Option for ProxyPass. It now can block a location
577      from being proxied [Jukka Pihl <jukka.pihl@entirem.com>]
578
579   *) Don't let the default handler try to serve a raw directory.  At
580      best you get gibberish.  Much worse things can happen depending
581      on the OS.  [Jeff Trawick]
582      
583   *) Change the pre_config hook to return a value. Modules can now emit
584      an error message and then cause the server to quit gracefully during
585      startup. This required a bump to the MMN.  [Aaron Bannert]
586
587   *) Fix some unix socket descriptor leaks in the handler side of
588      mod_cgid (the part that runs in the server process).  Whack a
589      silly "close(-1)" in the handler too.  [Jeff Trawick]
590
591   *) Change the pre_mpm hook to return a value, so that scoreboard
592      init errors percolate up to code that knows how to exit 
593      cleanly.  This required a bump to the MMN.  [Jeff Trawick]
594
595   *) Add the socket back to the conn_rec and remove the create_connection
596      hook. The create_connection hook had a design flaw that did not 
597      allow creating connections based on vhost info. [Bill Stoddard]
598
599   *) Fixed PATH_INFO and QUERY_STRING from mod_negotiation results.
600      Resolves the common case of using negotation to resolve the request
601      /script/foo for /script.cgi/foo.  [William Rowe]
602
603   *) Added new functions ap_add_(input|output)_filter_handle to
604      allow modules to bypass the usual filter name lookup when
605      adding hard-coded filters to a request [Brian Pane]
606
607   *) caching should now work on subrequests (still very experimental)
608      [Ian Holsman]
609   
610   *) The Win32 mpm_winnt now has a shared scoreboard.  [William Rowe]
611
612   *) Change ap_get_brigade prototype to use apr_off_t instead of apr_off_t*.
613      [Justin Erenkrantz]
614
615   *) Refactor ap_rgetline so that it does not use an internal brigade.
616      Change ap_rgetline's prototype to return errors.  [Justin Erenkrantz]
617
618   *) Remove mod_auth_db.  [Justin Erenkrantz]
619
620   *) Do not install unnecessary pcre headers like config.h and internal.h.
621      [Joe Orton <joe@manyfish.co.uk>]
622
623   *) Change in quick_hanlder behavior for subrequests. it now passes DONE
624      (as it does for a normal request). quick_handled sub-requests now work
625      in mod-include [Ian Holsman]
626
627   *) Change SUBREQ_CORE so that it is a 'HTTP_HEADER' filter instead of
628      'CONTENT' one, as it needs to run AFTER all content headers
629
630   *) Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
631      [Lars Eilebrecht]
632
633   *) Split out blocking from the mode in the input filters.
634      [Justin Erenkrantz]
635
636   *) Fix a segfault in mod_include.  [Justin Erenkrantz, Jeff Trawick]
637
638   *) Cause Win32 to capture all child-worker process errors in
639      Apache to the main server error log, until the child can
640      open its own error logs.  [William Rowe]
641
642   *) HPUX 11.*: Do not kill the child process when accept() 
643      returns ENOBUFS on HPUX 11.*. (ported from a 1.3 patch
644      by [madhusudan_mathihalli@hp.com])
645      [Bill Stoddard]
646
647   *) Fix a problem in the parsing of the <Proxy foo> directive.
648      [Jeff Trawick]
649
650   *) rewrite of mod_ssl input filter for better performance and less
651      memory usage [Doug MacEachern]
652
653   *) allow quick_handler to be run on subrequests. [Ian Holsman]
654
655   *) mod_dav now asks its provider to place content directly into the
656      filter stack when handling a GET request. The mod_dav/provider
657      API has changed, so providers need to be updated. [Greg Stein]
658
659   *) Clear the output socket descriptor in unixd_accept() to make sure
660      we don't supply a bogus socket to the caller if the accept fails.
661      This caused problems with the worker MPM, which tried to process
662      the returned socket if it was non-NULL.  [Brian Pane]
663
664   *) Move a check for an empty brigade to the start of core input filter
665      to avoid segfaults.  [Justin Erenkrantz, Jeff Trawick]
666
667   *) Add FileETag directive to allow configurable control of what
668      data are used to form ETag values for file-based URIs.  MMN
669      bumped to 20020111 because of fields added to the end of
670      the core_dir_config structure.  [Ken Coar]
671
672   *) Fix a segfault in mod_rewrite's logging code caused by passing the
673      wrong config to ap_get_remote_host().  [Jeff Trawick]
674
675   *) Allow mod_cgid to work from a binary distribution install by
676      using 755 for the permissions on the log directory instead of
677      750.  [Jeff Trawick]
678
679   *) Fixed a segfault that happened during graceful shutdown (or when
680      the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
681
682   *) Split all Win32 modules [excluding the core components mod_core, 
683      mod_so, mod_win32 and the winnt mpm] into individual loadable
684      modules, so the administrator may individually disable the former
685      compiled-in modules by simply commenting out their LoadModule
686      directives.  [William Rowe]
687
688   *) Saved Win32 module authors and porters many future headaches, by
689      duplicating the appropriate .h files such as os.h into the include
690      directory, including in the build tree.  [William Rowe]
691
692   *) mod_ssl adjustments to help with using toolkits other than OpenSSL:
693       Use SSL functions/macros instead of directly dereferencing SSL
694       structures wherever possible.
695       Add type-casts for the cases where functions return a generic pointer.
696       Add $SSL/include to configure search path.
697      [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
698
699   *) Moved several pointers out of the shared Scoreboard so it is
700      more portable, and will present the vhost name across server
701      generation restarts.  [William Rowe]
702
703   *) Fix SSLPassPhraseDialog exec: and SSLRandomSeed exec:
704      [Doug MacEachern]
705
706 Changes with Apache 2.0.30
707
708   *) Fix the main bug for FreeBSD and threaded MPM's. There are
709      still issues (see STATUS) but at least the server will now
710      run without crashing the machine.
711      [David Reid, Aaron Bannert, Justin Erenkrantz]
712
713   *) Fix a typo in mod_deflate's m4 config section.
714      [albert chin (china@thewrittenword.com)]
715
716   *) Fix a couple of mod_proxy problems forwarding HTTP connections
717      and handling CONNECT:
718      (1) PR #9190  Proxy failed to connect to IPv6 hosts.
719      (2) Proxy failed to connect when the first IP address returned by 
720          the resolver was unreachable but a secondary IP address was.  
721      [Jeff Trawick]
722
723   *) Fix the module identifer as shown in the docs for various core
724      modules (e.g., the identifer for mod_log_config was previously
725      listed as config_log_module).  PR #9338
726      [James Watson <ap2bug@sowega.org>]
727
728   *) Fix LimitRequestBody directive by placing it in the HTTP
729      filter.  [Justin Erenkrantz]
730
731   *) Fix mod_proxy seg fault when the proxied server returns 
732      an HTTP/0.9 response or a bogus status line.
733      [Adam Sussman]
734
735   *) Prevent mod_proxy from truncating one character off the
736      end of the status line returned from the proxied server.
737      [Adam Sussman, Bill Stoddard]
738
739   *) Eliminate loop in ap_proxy_string_read().
740      [Adam Sussman, Bill Stoddard]
741
742   *) Provide $0..$9 results from mod_include regex parsing.
743      [William Rowe]
744
745   *) Allow mod-include to look for alternate start & end tags [Ian Holsman]
746
747   *) Introduced the ForceLanguagePriority directive, to prevent
748      returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases,
749      when using Multiviews.  [William Rowe]
750
751   *) Fix a problem which prevented mod_cgid and suexec from working
752      together reliably [Greg Ames]
753
754   *) Remove the call to exit() from within mod_auth_digest's post_config
755      phase.  [Aaron Bannert]
756
757   *) Fix a problem in mod_auth_digest that could potentially cause
758      problems with initialized static data on a system that uses DSOs.
759      [Aaron Bannert]
760
761   *) Fix a segfault in the worker MPM that could happen during
762      child process exits.  [Brian Pane, Aaron Bannert]
763
764   *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
765
766   *) Fix matching of vhosts by ip address so we find IPv4
767      vhost address when target address is v4-mapped form of
768      that address.  [Jeff Trawick]
769
770   *) More performance tweaks to the BNDM string-search algorithm
771      used to find "<!--#" tokens in mod_include [Brian Pane]
772
773   *) Miscellaneous small performance fixes: optimized away various
774      string copy operations and removed large temp buffers from
775      the stack [Brian Pane]
776
777   *) Fixed startup segfault that occurred when a VirtualHost
778      directive had a port but no address [Brian Pane]
779
780   *) Allow htdbm to work with multiple DBM types [Ian Holsman]
781
782   *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
783      if oslevel < WINNT.  This should fix several problems reported
784      Against 2.0.28 on Windows 98 [Bill Stoddard]
785
786   *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
787      to fail. [Bill Stoddard]
788
789   *) Change core code to allow an MPM to set hard thread/server
790      limits at startup.  prefork, worker, and perchild MPMs now have 
791      directives to set these limits.  [Jeff Trawick]
792
793   *) Win32: The async AcceptEx() event should be autoreset upon
794      successful completion of a wait (WaitForSingleObject). This
795      eliminates a number of spurious
796      setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed." messages.
797      [Bill Stoddard]
798
799   *) Move any load library path environment variables out of 
800      apachectl and into a separate environment variable file which
801      can be more easily tailored by the admin.  The environment
802      variable file as built by Apache may have additional system-
803      specific settings.  For example, on OS/390 we tailor the heap
804      settings to allow lots of threads.  [Jeff Trawick]
805     
806   *) Use the new APR pool code to reduce pool-related lock
807      contention in the worker MPM.  [Sander Striker]
808
809   *) The POD no longer assumes the child is listening on 127.0.0.1
810      and now pulls the first hostname in the list of listeners to
811      perform the dummy connect on. This fixes a bug when the user
812      had configured the Listen directive for an IP other than
813      127.0.0.1. This would result in undead children and error
814      messages such as "Connection refused: connect to listener".
815      [Aaron Bannert]
816
817   *) The worker MPM now respects the LockFile setting, needed to
818      avoid locking problems with NFS.  [Jeff Trawick]
819
820   *) Fix segfault when worker MPM receives SIGHUP.
821      [Ian Holsman, Aaron Bannert, Justin Erenkrantz]
822
823   *) Fix bug that could potentially prevent the perchild MPM from
824      working with more than one vhost/uid.  [Aaron Bannert]
825
826   *) Change make install and apxs -i processing of DSO modules to 
827      perform special handling on platforms where libtool doesn't install 
828      mod_foo.so.  This fixes some wonkiness on HP-UX, Tru64, and AIX 
829      which prevented standard LoadModule statements from working.
830      [Jeff Trawick]
831
832   *) Whenever mod_so is enabled (not just when there are DSOs for
833      our modules), do whatever special magic is required for compiling/
834      loading third-party modules.  This allows third-party DSOs to
835      be used on an AIX build when there were no built-in modules
836      built as DSOs.  (This should help on OS/390 and BeOS as well.)
837      [Jeff Trawick]
838
839   *) Allow apxs to be used to build DSOs on AIX without requiring the
840      user to hard-code the list of import files.  (This should help
841      on OS/390 and BeOS as well.)  [Jeff Trawick]
842      
843   *) Resolved segfault in mod_isapi when configuring with ISAPICacheFile.
844      PR 8563, 8919  [William Rowe]
845   
846   *) Get binary builds working when libapr and libaprutil are built
847      shared [Greg Ames]
848
849   *) Get shared builds of libapr and libaprutil, as well as Apache DSOs,
850      working on AIX.  [Aaron Bannert, Dick Dunbar <RLDunbar@pacbell.net>,
851      Gary Hook <ghook@us.ibm.com>, Victor Orlikowski, Jeff Trawick]
852
853   *) Fix the handling of SSI directives in which the ">" of the
854      terminating "-->" is the last byte in a file [Brian Pane]
855
856   *) Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"
857      message that we had back in apache-1.3 and still have scattered
858      throughout our docs.  [Aaron Bannert]
859
860   *) Prevent the Win32 port from continuing after encountering an
861      error in the command line args to apache.  [William Rowe]
862
863   *) On a error in the proxy, make it write a line to the error log
864      [Ian Holsman]
865
866   *) Various mod_ssl performance improvements [Doug MacEachern]
867
868 Changes with Apache 2.0.29
869
870   *) Add buffering in core_output_filter to ensure that long
871      lists of small buckets don't cause small packet writes.
872      [Brian Pane, Ryan Bloom]
873
874   *) Fix the installation target to make sure that the manual is 
875      installed in the correct location.
876      [Yoshifumi Hiramatsu <hiramatu@boreas.dti.ne.jp> and
877       Gomez Henri <hgomez@slib.fr>]
878
879   *) Fix the cmd command for mod_include.  When we are processing
880      a cmd command, we do not want to use the r->filename to set
881      the command name.  The command comes from the SSI tag.  To do this,
882      I added a variable to the function that builds the command line
883      in mod_cgi.  This allows the include_cmd function to specify
884      the command line itself. [Ryan Bloom]
885
886   *) Change open_logs hook to return a value, allowing you
887      to flag a error while opening logs
888      [Ian Holsman, Doug MacEachern]
889
890   *) Change post_config hook to return a value, allowing you
891      to flag a error post config
892      [Ian Holsman, Jeff Trawick]
893
894   *) Allow SUEXEC_BIN (the path to the suexec binary that is
895      hard-coded into the server) to be specified to the configure
896      script by the --with-suexec-bin parameter.  [Aaron Bannert]
897
898   *) Fix segv in worker MPM following accept on pipe-of-death
899      [Brian Pane]
900
901   *) Add mod_deflate to experimental.  
902      [Ian Holsman, Justin Erenkrantz]
903
904   *) Bail out at configure time if an invalid MPM was specified.
905      [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
906
907   *) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
908      configured [John Sterling <sterling@covalent.net>]
909
910   *) Fix apxs to use sbindir.  [Henri Gomez <hgomez@slib.fr>]
911
912   *) Fix a problem with IPv6 vhosts.  PR #8118  [Jeff Trawick]
913
914   *) Optimization for the BNDM string-search function in
915      mod_include.  [Brian Pane]
916
917   *) Fixed the behavior of the XBitHack directive.
918      [Taketo Kabe <kabe@sra-tohoku.co.jp>, Cliff Woolley] PR#8804
919
920   *) The threaded MPM for Unix has been removed.  Use the worker
921      MPM instead.  [various]
922
923   *) APR-ize the resolver logic in mod_unique_id.  This fixes a bug
924      in logging the error from a failed DNS lookup.  [Jeff Trawick]
925
926   *) Added the missing macros AP_INIT_TAKE13 and AP_INIT_TAKE123.
927      [Cliff Woolley]
928
929   *) Get mod_cgid killed when a MPM exits due to a fatal error.
930      [Jeff Trawick]
931
932   *) Fix a file descriptor leak in mod_include.  When we include a
933      file, we use a sub-request, but we didn't destroy the sub-request
934      immediately, instead we waited until the original request was
935      done.  This patch closes the sub-request as soon as the data is
936      done being generated.  [Brian Pane <bpane@pacbell.net>]
937
938   *) Allow modules that add sockets to the ap_listeners list to
939      define the function that should be used to accept on that
940      socket.  Each MPM can define their own function to use for
941      the accept function with the MPM_ACCEPT_FUNC macro.  This
942      also abstracts out all of the Unix accept error handling
943      logic, which has become out of synch across Unix MPMs.
944      [Ryan Bloom]
945
946   *) Fix a bug which would cause the response headers to be omitted
947      when sending a negotiated ErrorDocument because the required
948      filters were attached to the wrong request_rec.
949      [John Sterling <sterling@covalent.net>]
950
951   *) Remove commas from the end of the macros that define
952      directives that are used by MPMs.  Prior to this patch,
953      you would use these macros without commas, which was unlike
954      the macros for any other directives.  Now, the caller provides
955      the comma rather than the macro providing it.  This makes
956      the macros look more like the rest of the directives.
957      [Ryan Bloom and Cliff Woolley]
958
959   *) Add 'redirect-carefully' environment option to disable sending
960      redirects under special circumstances.  This is helpful for 
961      Microsoft's WebFolders when accessing a directory resource via
962      DAV methods.  [Justin Erenkrantz]
963
964   *) Begin to abstract out the underlying transport layer.
965      The first step is to remove the socket from the conn_rec,
966      the server now lives in a context that is passed to the
967      core's input and output filters. This forces us to be very
968      careful when adding calls that use the socket directly,
969      because the socket isn't available in most locations.
970      [Ryan Bloom]
971
972   *) Really reset the MaxClients value in worker and threaded
973      when the configured value is not a multiple of the number 
974      of threads per child.  We said we did previously but we 
975      forgot to. [Jeff Trawick]
976
977   *) Add Debian layout.  [Daniel Stone <daniel@sfarc.net>]
978
979   *) If shared modules are requested and mod_so is not available,
980      produce a fatal config-time error.  [Justin Erenkrantz]
981
982   *) Improve http2env's performance by cutting the work it has to
983      do.  [Brian Pane <bpane@pacbell.net>]
984
985   *) use new 'apr_hash_merge' function in mod_mime (performance fix)
986      [Brian Pane <bpane@pacbell.net>]
987
988 Changes with Apache 2.0.28
989
990   *) Fix infinite loop in mod_cgid.c.  
991      [Dale Ghent <daleg@elemental.org>, Brian Pane <bpane@pacbell.net>]
992
993   *) When no port is given in a "ServerName host" directive, the
994      server_rec->port is now set to zero, not 80. That allows for
995      run-time deduction of the correct server port (depending on
996      SSL/plain, and depending also on the current setting of
997      UseCanonicalName). This change makes redirections
998      work, even with https:// connections. As in Apache-1.3, the
999      connection's actual port number is never used, only the ServerName
1000      setting or the client's Host: setting. Documentation updated
1001      to reflect the change. [Martin Kraemer]
1002
1003   *) Add a '%{note-name}e' argument to mod-headers, which works in
1004      the same way as mod_log_confg.  [Ian Holsman]
1005
1006   *) Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
1007      AP_MPMQ_MAX_REQUESTS_DAEMON macros in ap_mpm.h and all standard
1008      MPMs.  [Cliff Woolley]
1009
1010   *) Introduce htdbm, a user management utility for db/dbm authorization
1011      databases.  [Mladen Turk <mturk@mappingsoft.com>]
1012
1013   *) Optimize usage of strlen and strcat in ap_directory_walk.
1014      [Brian Pane <bpane@pacbell.net>]
1015
1016 Changes with Apache 2.0.27
1017
1018   *) Introduce an Apache mod_ssl initial configuration template 
1019      (ssl.conf, generated from ssl-std.conf).  [Ralf S. Engelschall]
1020
1021   *) Fixed a memory leak in the getline parsing code that could
1022      be triggered by arbitrarily large header lines. Requests
1023      from the core input filter for single lines are now limited
1024      to HUGE_STRING_LEN (8192 bytes).  [Aaron Bannert]
1025
1026   *) Fix a truncation bug in how we print the port on the Via: header. 
1027      The routine that prints the Via: header now takes a length for
1028      the port string.  [Zvi Har'El <rl@math.technion.ac.il>]
1029
1030   *) Some syntax errors in mod_mime_magic's magic file can result
1031      in a 500 error, which previously was unlogged.  Now we log the
1032      error.  [Jeff Trawick]
1033
1034   *) Add the support/checkgid helper app, which checks the run-time
1035      validity of group identifiers usable in the Group directive.
1036      [Ken Coar]
1037
1038   *) Various --enable-so options have been fixed: --enable-so is
1039      treated as "static"; explicit --enable-so=shared issues an error;
1040      and explicit --enable-so fails with error on systems without
1041      APR_HAS_DSO.  [Aaron Bannert]
1042
1043   *) Fix a segfault in the core input filter when the client socket
1044      gets disconnected unexpectedly.  [Cliff Woolley]
1045
1046   *) Fix the reporting for child processes that die.  This removes
1047      all of the non-portable W* macros from Apache. 
1048      [Jeff Trawick and Ryan Bloom]
1049
1050   *) Win32: Track and display "Parent Server Generation:" in
1051      mod_status output. The generation will be bumped at
1052      server graceful restart, when the child process exits
1053      by hitting MaxRequestsPerChild or if the child 
1054      process exits abnormally. [Bill Stoddard]
1055
1056   *) Win32: Fix problem where MaxRequestsPerChild directive was
1057      not being picked up in favor of the default. Enable
1058      the parent to start up a new child process immediately upon
1059      the old child starting shutdown.
1060      [Bill Stoddard]
1061
1062   *) Fix some bungling of the remote port in rfc1413.c so that 
1063      IdentityCheck retrieves the proper user id instead of failing
1064      and thus always returning "nobody."  
1065      [Dick Streefland <Dick.Streefland@xs4all.nl>]
1066
1067   *) Introduced thread saftey for mod_rewrite's internal cache.
1068      [Brian Pane <bpane@pacbell.net>]
1069
1070   *) Simplified mod_env's directives to behave as most directives are
1071      expected, in that UnsetEnv will not unset a SetEnv and PassEnv 
1072      directive following that UnsetEnv within the same container.
1073      Also provides a runtime startup warning if a PassEnv configured 
1074      environment value is undefined.  [William Rowe]
1075
1076   *) The worker MPM is now completely ported to APR's new lock API. It
1077      uses native APR types for thread mutexes, cross-process mutexes,
1078      and condition variables.  [Aaron Bannert]
1079
1080   *) Sync up documentation to remove all references to the now deprecated
1081      Port directive.  [Justin Erenkrantz]
1082
1083   *) Moved all ldap modules from the core to httpd-ldap sub-project
1084      [Ryan Bloom]
1085
1086   *) Exit when we can't listen on any of the configured ports.  This
1087      is the same behavior as 1.3, and it avoids having the MPMs to
1088      deal with bogus ap_listen_rec structures.  [Jeff Trawick]
1089
1090   *) Cleanup the proxy code that creates a request to the origin
1091      server.  This change adds an optional hook, which allows modules
1092      to gain control while the request is created if the proxy module
1093      is loaded.  The purpose of this hook is to allow modules to add
1094      input and/or output filters to the request to the origin.  While
1095      I was at it, I made the core use this hook, so that proxy request
1096      creation uses some of the code from the core.  This can still be
1097      greatly improved, but this is a good start.  [Ryan Bloom]
1098
1099 Changes with Apache 2.0.26
1100
1101   *) Port the MaxClients changes from the worker MPM to the threaded
1102      MPM.  [Ryan Bloom]
1103
1104   *) Fix mod_proxy so that it handles chunked transfer-encoding and works
1105      with the new input filtering system.  [Justin Erenkrantz]
1106
1107   *) Introduce the MultiviewsMatch directive, to allow the operator
1108      to be flexible in recognizing Handlers and Filters filename
1109      extensions as part of the Multiviews matching logic, strict with
1110      MultiviewsMatch NegotiatedOnly to accept only filename extentions 
1111      that designate negotiated parameters, (content type, charset, etc.)
1112      or MultiviewsAll for the 1.3 behavior of matching any files, even
1113      if they have unregistered extensions.  [William Rowe]
1114
1115   *) Fixed the configure script to add a LoadModule directive to
1116      the default httpd.conf for any module that was compiled
1117      as a DSO.  [Aaron Bannert <aaron@clove.org>]
1118
1119   *) rewrite mod_ssl input filtering to work with the new input filtering
1120      system.  [Justin Erenkrantz]
1121
1122   *) prefork: Don't segfault when we are able to listen on some but
1123      not all of the configured ports.  [Jeff Trawick]
1124
1125   *) Build mod_so even if no core modules are built shared.
1126      [Aaron Bannert <aaron@clove.org>]
1127
1128   *) Introduce ap_directory_walk rewrite (with further optimizations
1129      required) to adapt to the ap_process_request_internal() changes.
1130      Optimized so subrequests and redirects now reuse previous section 
1131      merges, until we mismatch with the original directory_walk, and
1132      precomputed r->finfo results will cause directory_walk to skip
1133      the most expensive phases of the function.  [William Rowe]
1134
1135   *) Allow ApacheMonitor to connect to and control Apache on other 
1136      WinNT/2K machines.   [Mladen Turk <mturk@mappingsoft.com>]
1137
1138   *) Remove the Port directive.  In it's place, the Listen directive
1139      is now a required directive, which tells Apache what port to
1140      listen on.  The ServerName directive has also been extended
1141      to accept an optional port.  If the port is specified to the
1142      ServerName, the server will report that port whenever it
1143      reports the port that it is listening on.  This change was
1144      made to ease configuration errors that stem from having a Port
1145      directive, and a Listen directive.  In that situation, the server
1146      would only listen to the port specified by the Listen command,
1147      which caused a lot of confusion to users.  [Ryan Bloom]
1148
1149   *) Added mod_mime_magic, mod_unique_id and mod_vhost_alias to the Win32
1150      build, as loadable modules.  [William Rowe]
1151
1152   *) Fix --enable-mods-shared processing.  If most is specified,
1153      then all modules that can be compiled as shared modules are.
1154      [Aaron Bannert <aaron@clove.org>]
1155
1156   *) Update the mime.types file to map video/vnd.mpegurl to mxu
1157      and add commonly used audio/x-mpegurl for m3u extensions.        
1158      [Heiko Recktenwald <uzs106@uni-bonn.de>, Lars Eilebrecht]
1159
1160   *) Eliminate the depreciated r->content_language, in favor of the array
1161      r->content_languages introduced many years ago.  Module authors must
1162      substantially overhaul their modules, so this needs to be upgraded
1163      if the module still relied on backwards-brokeness.  [William Rowe]
1164
1165   *) Allow configure help strings to work with autoconf 2.50+ and 2.13.
1166      [Justin Erenkrantz]
1167
1168   *) Rewrite the input filtering mechanisms to consolidate and reorganize
1169      code.  In short, core_input_filter does something now and
1170      ap_http_filter is now only concerned with HTTP.  [Justin Erenkrantz]
1171
1172   *) Update the Win32 build to re-absorb mod_proxy and family.
1173      [William Rowe]
1174
1175   *) Resolved the build failure on Win32 using MSVC 5.0 (without the
1176      current SDK.)  [William Rowe]
1177
1178   *) Some style changes to the code that does ProxyErrorOverride. Fixed
1179      config merge behaviour. [Graham Leggett]
1180
1181   *) Allow support programs to be compiled against a static version
1182      of libapr.  This allows the smaller support programs to be 
1183      relocated.  [Aaron Bannert <aaron@clove.org>]
1184
1185   *) Update the mime.types file to the registered media types as
1186      of 2001-09-25, and add mapping for xsl extension [Mark Cox]
1187
1188   *) Fix MaxClients in the Worker MPM, so that it specifies the maximum
1189      number of clients that can connect at the same time, instead of
1190      specifying the maximum number of child processes.
1191      [Aaron Bannert <aaron@clove.org>]
1192
1193   *) Switch proc_pthread AcceptMutex configuration directive to pthread to 
1194      be consistent with 1.3.  [Justin Erenkrantz]
1195
1196   *) Cache apr_explode_localtime() value for 15 seconds.
1197      [Brian Pane <bpane@pacbell.net>]
1198
1199   *) Fix mod_include to not return ETag or Last-Modified headers.
1200      [Ian Holsman <ianh@cnet.com>]
1201
1202   *) Fix worker MPM's scoreboard logic.  [Aaron Bannert <aaron@clove.org>]
1203
1204   *) Eliminate the wasteful run-time conversion of method names from strings 
1205      to numbers in places where the methods are known at compile time.  
1206      [Brian Pane <bpane@pacbell.net>]
1207
1208   *) Turn the worker MPM's queue into a LIFO.  This may
1209      improve cache-hit performance under some conditions.
1210      [Aaron Bannert <aaron@clove.org>]
1211
1212   *) Switch back to SIGUSR1 for graceful restarts on all platforms that
1213      support it.  [Justin Erenkrantz]
1214
1215   *) Cleanup the worker MPM.  We no longer re-use transaction
1216      pools.  This incurs less overhead than shuffling the pools
1217      around so that they can be re-used.  Remove one of the
1218      queue's condition variables.  We just redefined the API to
1219      state that you can't try to add more stuff than you allocated
1220      segments for.  [Aaron Bannert <aaron@clove.org>]
1221
1222   *) Fix SSL VPATH builds [Cody Sherr <csherr@covalent.net>]
1223
1224   *) Fixed persistent connections when a request contains a body.
1225      [Greg Stein]
1226
1227   *) mod_dav uses a new API to speak to the backend provider for dead
1228      property management. [Greg Stein]
1229
1230   *) Remove the Win32 script-processing exception from mod_cgi, and
1231      roll build_command_line/build_argv_list into a unified, overrideable
1232      ap_cgi_build_command optional function.  [William Rowe]
1233
1234   *) Rewrite find_start_sequence to use a better search algorithm
1235      to find the start tag.  [Justin Erenkrantz]
1236
1237   *) Fix a seg fault in mod_include.  When we are generating an
1238      internal redirect, we must set r->uri to "", not a bogus
1239      string, and not NULL.  [Ryan Bloom]
1240
1241   *) Optimized location_walk, so subrequests, redirects and second passes
1242      now reuse previous section merges on a <Location > by <Location >
1243      basis, until we mismatch with the original location_walk. 
1244      [William Rowe]
1245
1246   *) Back out the 1.45 change to util_script.c.  This change made
1247      us set the environment variable REQUEST_URI to the redirected
1248      URI, instead of the originally requested URI.
1249      [Taketo Kabe <kabe@sra-tohoku.co.jp>]
1250
1251   *) Make mod_include do lazy evaluation of potentially expensive to
1252      compute variables.  [Brian Pane <bpane@pacbell.net>]
1253
1254   *) Fix logging of bytes sent for HEAD requests.  %b and %B should
1255      log either - or 0, before this patch, they were both logging
1256      the file size.  [Taketo Kabe <kabe@sra-tohoku.co.jp>]
1257
1258   *) Make mod_include check for BYTE_CHECK_THRESHOLD per bucket rather 
1259      than per character.  [Brian Pane <bpane@pacbell.net>]
1260
1261   *) Normalize the primary request, redirects and sub-requests to
1262      run the same ap_process_request_internal for consistency in
1263      robustness, behavior and security.  [William Rowe]
1264
1265   *) Fix a segfault with mod_include when r->path_info is not set
1266      (which is the case with mod_proxy).  [Ian Holsman <ianh@cnet.com>]
1267
1268   *) Add -X functionality back.  This indicates to all MPMs and any other
1269      part of Apache that it should run in "debug" mode.  [Justin Erenkrantz]
1270
1271   *) Some initial support for the cygwin platform [prefork only].
1272      This is not to be confused with support for the WinNT/Win32
1273      platform, which is the recommended configuration for native
1274      Win32 users.  The cygwin platform support is recommended for
1275      cygwin platform users. [Stipe Tolj <tolj@wapme-systems.de>]
1276
1277   *) Changed syntax of Set{Input|Output}Filter.  The list of filters
1278      must be semicolon delimited (if more than one filter is given.)
1279      The Set{Input|Output}Filter directive now overrides a parent
1280      container's directive (e.g. SetInputFilter in <Directory /web/foo>
1281      will override any SetInputFilter directive in <Directory /web>.)
1282      This new syntax is more consistent with Add{Input|Output}Filter
1283      directives defined in mod_mime.  Also cures a bug in prior releases
1284      where the Set{Input|Output}Filter directive would corrupt the 
1285      global configuration if the multiple directives were nested.
1286      [William Rowe]
1287
1288   *) Cured what's ailed mime for quite some time.  If an AddSomething
1289      was given in the configuration (Language, Charset, Handler or
1290      Encoding) Apache would set the content type as given by AddType, 
1291      but refused to check the mime.types file if AddType wasn't given 
1292      for that specific extension.  Setting the AddHandler for .html 
1293      without setting the AddType text/html html would cause Apache to 
1294      use the default content type.  [William Rowe]
1295
1296   *) Added some bulletproofing to memory allocation in the LDAP cache
1297      code. [Graham Leggett]
1298
1299 Changes with Apache 2.0.25
1300
1301   *) Move the installed /manual directory out of the /htdocs/ tree, so
1302      that it can be kept more independently from the remaining document
1303      root. The "Alias /manual ..." already allowed for easy projection
1304      into existing private document trees. [Martin Kraemer]
1305
1306   *) Add specified user attributes to the environment when using
1307      mod_auth_ldap. This allows you to use mod_include to embed specified
1308      user attributes in a page like so:
1309      Hello <!--#echo var="AUTHENTICATE_CN"-->, how are you?
1310      [Graham Leggett]
1311
1312   *) Fix a performance problem with the worker MPM.  We now create
1313      transaction pools once, and re-use them for each connection.
1314      [Aaron Bannert <aaron@clove.org>]
1315
1316   *) Modfied mod_mime to prevent mod_negotation from serving a multiview
1317      of a 'handler' or 'filter', so that any filename extension that does 
1318      not contribute to the negotiated metadata can't be served without
1319      an explicit request.  E.g., if the .Z extension is associated with
1320      an unzip filter, the user request somefile.Z.html, mod_negotiation
1321      won't serve it.  It can serve somefile.Z.html when somefile.Z is
1322      requested, since the .Z extension is explictly requested, if the
1323      .html extension is associated with ContentType text/html.
1324      [William Rowe]
1325
1326   *) Introduce the AddInputFilter filter[;filter...] ext [ext...]
1327      and corresponding AddOutputFilter syntax, to insert one or more 
1328      filters by mod_mime filename extension processing.
1329      [William Rowe]
1330
1331   *) Fix a growing connection pool in core_output_filter() for 
1332      keepalive requests.  [Jeff Trawick]
1333
1334   *) Moved split_and_pass_pretag_buckets back to being a
1335      macro at Ryans's request. Removed the return from it
1336      by setting and returning a return code instead. Updated
1337      the code to check the return code from the macro and
1338      do the right thing. [Paul J. Reder]
1339
1340   *) Fix a segfault when a numeric value was received for Host:.
1341      [Jeff Trawick]
1342
1343   *) Add a function ap_remove_input_filter.  This is to match
1344      up with ap_remove_output_filter.  [Ryan Bloom]
1345
1346   *) Clean up location_walk, so that this step performs a minimum
1347      amount of redundant effort (it must be run twice, but it will no
1348      longer reparse all <Location > blocks when the request uri
1349      hadn't changed.)  [William Rowe]
1350
1351   *) Eliminate proxy: (and all other 'special') processing from the
1352      ap_directory_walk() phase.  Modules that want to use special
1353      walk logic should refer to the mod_proxy map_to_location example,
1354      with it's proxy_walk and proxysection implementation.  This makes
1355      either directory_walk flavor much more legible, since that phase
1356      only runs against real <Directory > blocks.
1357      [William Rowe]
1358
1359   *) Fix a security problem in mod_include which would allow
1360      an SSI document to be passed to the client unparsed.
1361      [Cliff Woolley, Brian Pane]
1362
1363   *) Introduce the map_to_storage hook, which allows modules to bypass
1364      the directory_walk and file_walk for non-file requests.  TRACE
1365      shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
1366      directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
1367      [William Rowe]
1368
1369   *) Add the ability for mod_include to add the INCLUDES filter
1370      if the file is configured for the server-parsed handler.
1371      This makes the configuration for .shtml files much easier
1372      to understand, and allows mod_include to honor Apache 1.3
1373      config files.   Based on Doug MacEachern's patch to PHP
1374      to do the same thing.  [Ryan Bloom]
1375
1376   *) force OpenSSL to ignore process local-caching and to always
1377      get/set/delete sessions using mod_ssl's callbacks
1378      [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>,
1379       Geoff Thorpe <geoff@geoffthorpe.net>]
1380
1381   *) Make the worker MPM shutdown and restart cleanly.  This also
1382      cleans up some race conditions, and gets the worker using
1383      pools more cleanly.  [Aaron Bannert <aaron@clove.org>]
1384
1385   *) Implement CRYPTO_set_locking_callback() in terms of apr_lock
1386      for mod_ssl
1387      [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
1388
1389   *) Fix for mod_include. Ryan's patch to check error
1390      codes put a return in the wrong place. Also, the
1391      include handler return code wasn't being checked.
1392      I don't like macros with returns, so I converted
1393      SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
1394      [Paul J. Reder <rederpj@raleigh.ibm.com>]
1395
1396   *) fix segv in mod_mime if no AddTypes are configured
1397      [John Sterling <sterling@covalent.net>]
1398
1399   *) Enable ssl client authentication at SSL_accept time
1400      [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
1401
1402   *) Fix a segfault in mod_include when the original request has no
1403      associated filename (e.g., we're filtering the error document for
1404      a bad URI).  [Jeff Trawick]
1405
1406   *) Fix a storage leak (a strdup() call) in mod_mime_magic.  [Jeff Trawick]
1407
1408   *) The prefork and OS/2 MPMs are overwriting the pid file when a second copy
1409      of httpd is started and shuts down due to socket conflict. Moving the
1410      call to ap_log_pid solves the problem.
1411
1412   *) Changed the late-1.3 log_config substitution %c to %X, to log the
1413      status of the closed connection, as it conflicts with the far more
1414      common, historical ssl logging directive %...{var}c.  [William Rowe]
1415
1416   *) Added the common error/ tree to the build/install targets 
1417      (similar to the common icons/ tree) for the multi-language error 
1418      messages that Lars committed earlier.  [William Rowe]
1419
1420   *) Added a multi process, multi threaded OS/2 MPM mpmt_os2.  [Brian Havard]
1421
1422   *) Added a default commented-out mod_ldap and mod_auth_ldap
1423      configuration to httpd-std.conf and httpd-win.conf
1424      [Graham Leggett]
1425
1426   *) Added documentation for mod_ldap and mod_auth_ldap.
1427      [Graham Leggett]
1428
1429   *) Enabled negative caching on attribute comparisons in the LDAP cache.
1430      Fixed a problem where the default cache TTL was set in milliseconds
1431      not microseconds causing the cache to time out almost immediately.
1432      [Graham Leggett]
1433
1434   *) Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
1435      module code to follow APR. [Graham Leggett]
1436
1437   *) Fixed LDAP cleanup on graceful restarts. LDAP connections are now
1438      cleaned up when the connection pool pool is cleaned up.
1439      [Graham Leggett]
1440
1441   *) Fix a minor issue with Jeff Trawick's mod_include
1442      patch. Without this patch, the code will just allocate
1443      more bytes in get_combined_directive than are needed.
1444      [Paul Reder]
1445
1446   *) Added the LDAP authentication module mod_auth_ldap.
1447      [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
1448
1449   *) Added the LDAP cache and connection pooling module mod_ldap.
1450      [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
1451
1452   *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
1453      by allowing a module to disable itself if its prerequisites are not
1454      met.  [Justin Erenkrantz]
1455
1456 Changes with Apache 2.0.24
1457
1458   *) Fix a couple of issues in mod_include when the tag appeared at
1459      offsets near 8192 in the file being parsed.  [Jeff Trawick]
1460
1461   *) Fix an assertion failure in mod_ssl when the keepalive timeout is  
1462      reached.  [Jeff Trawick]
1463
1464   *) Numerous improvements to the Win32 build system.  Introduced command line
1465      builds without requiring .mak files for MSVC 6.0 and later versions.
1466      Improved .dsp file compatibility for both Visual Studio 5.0 and 6.0 users.
1467      [William Rowe]
1468
1469   *) Assorted corrections and improvements to the winnt_mpm startup code.  Better
1470      reporting of uninstalled services and other error conditions, and changed the 
1471      default service name to Apache2.  [William Rowe]
1472
1473   *) Numerous improvements to the Win32 ApacheMonitor utility, including winnt_mpm 
1474      compatibility with existing Apache 1.3 Win32 Apache management utilites.  
1475      [Mladen Turk <mturk@mappingsoft.com>, William Rowe]
1476
1477   *) Fixed the segfaults in mod_mime introduced by hash tables in 2.0.20.
1478      [William Rowe, Greg Ames]
1479
1480   *) Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage
1481      and RemoveCharset directives.  [William Rowe]
1482
1483   *) The Unix MPMs other than perchild now allow child server 
1484      processes to use the accept mutex when starting as root and 
1485      using SysV sems for the accept mutex.  Previously, this 
1486      combination would lead to fatal errors in the child server 
1487      processes.  perchild can't use SysV sems because of security
1488      issues.  [Jeff Trawick, Greg Ames]
1489
1490   *) Added Win32 revision stamp resources to all http binaries
1491      (including modules/ and support/ tools.)  PR7322  [William Rowe]
1492
1493   *) Fix ap_rvprintf to support more than 4K of data at one time.
1494      [Cody Sherr <csherr@covalent.net>]
1495
1496   *) We have always used the obsolete/deprecated Netscape syntax
1497      for our tracking cookies; now the CookieStyle directive
1498      allows the Webmaster to choose the Netscape, RFC2109, or
1499      RFC2965 format.  The new CookieDomain directive allows the
1500      setting of the cookie's Domain= attribute, too.  PR #s 5006,
1501      5023, 5920, 6140 [Ken Coar]
1502
1503   *) Tweak server/Makefile so that the rules for generating exports.c
1504      are compatible with make utilities which don't expand wildcards
1505      in a dependency list (e.g., OS/390 make, certain levels of GNU
1506      make).  [Jeff Trawick]
1507
1508   *) Install the SSL headers.  [John Sterling <sterling@covalent.net>]
1509
1510   *) Begin to sanitize the MPM configuration directives.  Now, all
1511      MPMs use the same functions for all common MPM directives.  This
1512      should make it easier to catch all bugs in these directives once.
1513      [Cody Sherr <csherr@covalent.net>]
1514
1515   *) Close a major resource leak.  Every time we had issued a
1516      graceful restart, we leaked a socket descriptor.
1517      [Ryan Bloom]
1518
1519   *) Fix a problem with the new method code.  We need to cast
1520      the 1 to an apr_int64_t or it will be treated as a 32-bit
1521      integer, and it will wrap after being shifted 32 times.
1522      [Cody Sherr <csherr@covalent.net> and Ryan Morgan <rmorgan@covalent.net>]
1523
1524   *) Fix a bug in mod_expires.  Previous to this patch, if you
1525      told mod_expires to add 604800 seconds to the last-modified
1526      time, it actually added 604800 usec's to the last-modified time,
1527      so that when looking at the response it looked like nothing
1528      had been done.  The root of the problem was that we always compute
1529      time in usec's, but we ask users to input sec's.  This means we
1530      need to convert to usec's before using those values.
1531      [Ryan Bloom]
1532
1533   *) The worker MPM now handles shutdown and restart requests.  It
1534      definitely isn't perfect, but we do stop the servers correctly.
1535      The biggest problem right now is that SIGHUP causes the server to
1536      just die.  [Ryan Bloom]
1537
1538 Changes with Apache 2.0.23
1539
1540   *) Use the prefork MPM by default on Unix.  [various]
1541
1542   *) Added a systray icon monitor application for Win32.
1543      [Mladen Turk <mturk@mappingsoft.com>]
1544
1545   *) mod_rewrite: Fix the line ending on some non-Unix systems for 
1546      messages written to the rewrite log.  
1547      [Richard Labennett <rlabenn@us.ibm.com>]
1548
1549   *) All mod_autoindex query parsing is now quietly quashed with the 
1550      IndexOption IgnoreClient.  The IndexOption SuppressColumnSorting 
1551      still drops the column sort <a href>'s for the column headers, but 
1552      IgnoreClient is required to ignore these Query options entirely.  
1553      [William Rowe]
1554
1555   *) Introduced new mod_autoindex query argument parsing for F=[0|1|2]
1556      to allow the client to select plain, FancyIndexing or HTMLTable
1557      formatting, V=[0|1] to inhibit or enable version sorting, and 
1558      P=pattern to return only specific files.  The old Query Arguments
1559      were reorganized as C=f for sorting column 'f' (same N, D, S, or M
1560      as before), and O=A|D for ordering ascending or descending.  
1561      [William Rowe]
1562
1563   *) Fixed an error in mod_include's directive parsing routines which
1564      caused #if, #elif, and #else expressions containing backslashes
1565      to be improperly evaluated.  [Cliff Woolley]
1566
1567   *) Introduced new mod_autoindex IndexOptions flags: SuppressIcon to 
1568      drop the icon column, SuppressRules to drop the <hr> elements, 
1569      and HTMLTable to create rudimentary HTML table listings (implies 
1570      FancyIndexing).  [William Rowe]
1571
1572   *) Re-introduced the mod_autoindex IndexOptions flag TrackModified
1573      from Apache 1.3.15.  This is needed for two reasons, first, given
1574      multiple machines within a server farm, ETags and Last-Modified 
1575      stamps won't correspond from machine to machine, and second, many 
1576      Unixes don't capture changes to the date or time stamp of existing 
1577      files, since these don't modify the dirent itself.  [William Rowe]
1578
1579   *) Re-introduced the mod_autoindex IndexOptions flag FoldersFirst 
1580      and DirectoryWidth options from Apache 1.3.10. 
1581      [William Rowe, Ken Coar]
1582
1583   *) Eliminated FancyIndexing directive, deprecated early in Apache
1584      1.3 by the IndexOptions FancyIndexing syntax.  [William Rowe]
1585
1586   *) mod_autoindex now excludes any file names that would result in
1587      an error, other than a success or redirect.  Also optimized
1588      the parent directory, always included except in the URI '/'.
1589      [William Rowe]
1590
1591   *) Refactored mod_negotiation and mod_mime to help mod_dir accept
1592      negotiated index pages, and prevent the server from defaulting
1593      to an autoindex of the directory.  mod_negotiation will now die
1594      with a 500 Internal Error if it could match some filenames 
1595      (e.g. for mod_dir) but none can be served.  mod_negotation now
1596      refuses to serve any file with an extention that mod_mime doesn't
1597      recognize, and wasn't part of the request.  [William Rowe]
1598
1599   *) Eliminate mod_cgi's handling of .exe files without the .exe file
1600      extension.  This is already handled by multiviews, if the admin
1601      wishes to AddHandler .exe or define a content type handler and 
1602      associate .exe files with that content type.  Multiviews must be
1603      enabled to allow these to be served.  [William Rowe]
1604
1605   *) Speed up the server's response to a spike in incoming workload
1606      or restarts by assigning empty scoreboard slots to new processes
1607      when they are available.  [Greg Ames]
1608
1609   *) Add a handler to mod_includes.c.  This handler is designed to
1610      implement the XbitHack directive.  This can't be done with a
1611      fixup, because we need to check the content-type, which is
1612      only available in the handler phase.  [Ryan Bloom]
1613
1614   *) Make the includes filter check return codes from filters lower in
1615      the filter chain.  If a lower level filter returns an error, then
1616      the request needs to stop immediately.  This allows mod_include to
1617      stop parsing data once a lower filter recognizes an error.
1618      [Ryan Bloom]
1619
1620   *) Add the ability to extend the methods that Apache understands
1621      and have those methods <limit>able in the httpd.conf. It uses 
1622      the same bit mask/shifted offset as the original HTTP methods 
1623      such as M_GET or M_POST, but expands the total bits from an int to 
1624      an ap_int64_t to handle more bits for new request methods than 
1625      an int provides.  [Cody Sherr <csherr@covalent.net>]
1626
1627   *) Fix broken mod_mime behavior in merging its arguments.  Possible
1628      cause of unexplicable crashes introduced in 2.0.20.  [William Rowe]
1629
1630   *) Solve many mod_ssl porting issues (too many to detail) with 
1631      help from the whole team, but most notably [Ralf S. Engelschall, 
1632      Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>, 
1633      Doug MacEachern, William Rowe, Cliff Woolley]
1634
1635   *) More stall fixes for the threaded & worker mpm's.
1636      Make mod_status output more accurate.  Don't
1637      count workers in processes which aren't actively
1638      serving requests. [Greg Ames]
1639      
1640   *) Win32: Get SSI exec cgi tag working. [Bill Stoddard]
1641
1642   *) Add a single listener/multiple worker MPM.  This MPM is
1643      definately not fully correct, but it allows us to solve many
1644      of the problems that exist in the threaded MPM.  This is a 
1645      modified version of the threaded MPM.  [Ryan Bloom]
1646
1647   *) Improve content generation throughout Apache, providing closer
1648      compliance with HTML 3.2, HTML 4.01 Transitional and XHTML 1.0
1649      Transitional specifications.  [William Rowe]
1650
1651 Changes with Apache 2.0.22
1652   
1653   *) Fix a problem where the threaded MPM stalls after restarts or
1654      segfaults.  Also prevent multiple active processes from using
1655      the same scoreboard slot.  [Greg Ames]
1656
1657   *) Apache/Win32 now fills in the service description with Apache's
1658      server version string, including loaded and advertised modules.
1659      [William Rowe]
1660
1661   *) Improved support for the Win32 build, to recover gracefully from
1662      missing apr or apr-util directories or the awk interpreter, 
1663      create the proper cgi-bin examples, including a test-cgi.bat, and 
1664      fix the perl shebang line for printenv.pl, when installing from 
1665      the build environment.  [William Rowe]
1666
1667   *) Fix a segfault in threaded.c caused by passing uninitialized
1668      apr_thread_t * to apr_thread_join().  [Jeff Trawick]
1669
1670   *) Use new APR number conversion functions to reduce CPU consumption 
1671      when setting the content length, and in mod_log_config.
1672      [Brian Pane]
1673      
1674   *) Fix problem reported by Taketo Kabe <kabe@sra-tohoku.co.jp>
1675      where HEAD response headers were being repeated twice for
1676      files greater than 32K bytes (4*AP_MIN_BYTES_TO_WRITE). This
1677      problem in the http_header filter was exposed by the recent rewrite
1678      of the content_length filter. [Taketo Kabe, Bill Stoddard]
1679
1680   *) Fix seg faults in mod_status with ExtendedStatus enabled, after
1681      restarts.  A garbage pointer to a vhost's server_rec from the
1682      previous generation was being left around under certain
1683      conditions. [Greg Ames]
1684
1685   *) Fix a cosmetic problem with mod_include.  Non-existant SSI vars
1686      used to appear as '(none', without the closing paren.
1687      [Günter Knauf <eflash@gmx.net>]
1688
1689   *) Improve the exports generating awk script.  In the past, we had
1690      work around problems in the awk script by avoiding some #if and
1691      #ifdefs.  This has bitten us many times in generating the exports.c
1692      file.  This improvement allows corrects the header file parsing.
1693      [Sander Striker <striker@apache.org>]
1694
1695 Changes with Apache 2.0.21
1696
1697   *) Resolve the Win32 htpasswd bug, where a file that existed would be
1698      overwritten, regardless of the -c flag.
1699      [William Rowe, Mladen Turk <mladen.turk@mail.inet.hr>]
1700
1701   *) Introduce connection sub-pools into ab.  Truncating the lifetime
1702      of these allocations means that ab no longer perpetually grows
1703      its working set, running out of memory on large request attempts.
1704      [William Rowe]
1705
1706   *) Make scoreboard creation a hook.  This allows management
1707      modules to have access to the scoreboard at the time that it is
1708      created, and at every restart request.  
1709      [Cody Sherr <csherr@covalent.net>]
1710
1711   *) Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
1712      added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
1713      daemon index actually used in the scoreboard. I also
1714      updated the pertinent calls. [Paul J. Reder]
1715
1716   *) Win32: Prevent listening sockets from being inherited by
1717      the Apache child process, CGI scripts, rotatelog process
1718      etc.  If the Apache child process segfaults, any processes 
1719      that the child started are not reaped. Prior to this fix,
1720      these processes inherited the listening sockets which sometimes
1721      prevented the restarted Apache child process from accepting
1722      connections (ie, the server would hang). 
1723      [Bill Stoddard]
1724
1725   *) Provide vhost and request strings when ExtendedStatus is on.
1726      [Greg Ames]
1727
1728   *) Fix some issues with the pod and prefork: check the pod *after*
1729      processing a connection so that a server processing a time-
1730      consuming request bails out as soon as practical; when the
1731      parent process wakes up a server process via connect(), use an
1732      APR timeout on the connect() so that we don't hang for a long
1733      time if there aren't server processes around to do accept().
1734      [Jeff Trawick, Greg Ames]
1735
1736   *) Performance improvement to mod_mime.c. find_ct() in mod_mime, 
1737      spends a lot of time in apr_table_get calls.  Using the default 
1738      httpd.conf, the tables for languages and charsets are somewhat
1739      large, so the time spent scanning them on each request is
1740      significant. Replacing the tables with hash tables provides
1741      a nice speedup. [Brian Pane <bpane@pacbell.net>]
1742
1743   *) Add two functions to allow modules to access random parts of the
1744      scoreboard.  This allows modules compiled for one MPM to access the
1745      scoreboard, even if it the server was compiled for another MPM.
1746      [Harrie Hazewinkel <harrie@covalent.net>]
1747
1748 Changes with Apache 2.0.20
1749
1750   *) Fix problem in content-length filter where the filter would
1751      buffer all the output from a CGI before sending any bytes
1752      down the filter stack to the network. This problem would cause
1753      significant memory consumption if the CGIs generated
1754      lots of bytes. [Bill Stoddard]
1755   
1756   *) Get non-blocking CGI pipe reads working with the bucket brigades.
1757      [Bill Stoddard]
1758
1759   *) Fix seg fault on Windows when serving files cached with mod_file_cache.
1760      [Bill Stoddard]
1761
1762   *) Fix a bug in the threaded MPM that would cause it to kill off all
1763      workers immediately after starting if the number of workers started
1764      was above a certain threshold.  [Ryan Bloom, Bill Stoddard]
1765
1766 Changes with Apache 2.0.19
1767
1768   *) Fix problem with threaded MPM.  The problem was that if each child
1769      process was busy serving a single long-lived request and the server
1770      was sent a graceful restart signal, the server would stop serving
1771      requests.  This would happen because each child process would wait to
1772      die until the last thread was done, and the parent wouldn't spawn any
1773      new children until a process died.  Now, the parent looks at the fact
1774      that the children are dying gracefully, and starts new children.
1775      Those new children only start enough threads to compliment the number
1776      of threads in the other child process that shares the same spot in
1777      the scoreboard.  In this way, we make sure to never go over
1778      MaxClients.  [Ryan Bloom]
1779
1780   *) modified mod_negotiation and mod_autoindex to speed up by almost a
1781      factor of two on apr_dir_read()-enhanced platforms, such as Win32
1782      and OS2, by calling ap_sub_request_lookup_dirent() with the results
1783      already provided by apr_dir_read().  [William Rowe]
1784
1785   *) mod_file_cache is now more robust to filtering and serves requests
1786      slightly more efficiently.  [Cliff Woolley]
1787
1788   *) Fix problem handling FLUSH bucket in the chunked encoding filter.
1789      Module was calling ap_rwrite() followed by ap_rflush() but the 
1790      served content was not being displayed in the browser. Inspection
1791      of the output stream revealed that the first data chunk was
1792      missing the trailing CRLF required by the RFC.  [Bill Stoddard]
1793
1794   *) apxs no longer generates ap_send_http_header() in the example handler
1795
1796   *) Fix an ab problem which could cause a divide-by-zero exception
1797      with certain invocations (e.g., ab -k -c 6 -n 100 localhost/).
1798      [Ian Holsman <ianh@cnet.com>]
1799
1800   *) Solve case-insensitive platforms' confusion about negotiated
1801      filenames, allowing files of differnt case to match in choosing
1802      the document to serve.  [William Rowe]
1803
1804   *) Fix brokenness when ThreadsPerChild is higher than the built-in
1805      limit.  We left ap_threads_per_child at the higher value which
1806      led to segfaults when doing certain scoreboard operations.
1807      [Jeff Trawick]
1808
1809   *) Fix seg faults and/or missing output from mod_include.  The
1810      default_handler was using the subrequest pool for files and
1811      MMAPs, even though the associated APR structures typically 
1812      live longer than the subrequest. [Greg Ames]
1813   
1814   *) Extend mod_setenvif to support specifying regular expressions
1815      on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
1816      Example:  SetEnvIf ^TS*  [a-z].* HAVE_TS 
1817      will cause HAVE_TS to be set if any of the request headers begins 
1818      with "TS" and has a value that begins with any character in the
1819      set [a-z]. [Bill Stoddard]
1820
1821   *) httpd children now re-bind themselves to a random CPU on
1822      multiprocessor systems on AIX via bindprocessor() in 2.0.
1823      [Victor J. Orlikowski]
1824
1825   *) Fix htdigest. It would go into a loop in getline when adding 
1826      a second user. [Bill Stoddard]
1827
1828   *) Win32 platforms now fully support mod_userdir options.  [Will Rowe]
1829
1830   *) Automatically generate httpd.exp for AIX.
1831      DSOs now work again on AIX in 2.0
1832      [Victor J. Orlikowski]
1833
1834   *) Add a new request hook, error_log.  This phase allows modules
1835      to act on the error log string _after_ it has been written
1836      to the error log.  The goal for this hook is to allow monitoring
1837      modules to send the error string to the monitoring agent.
1838      [Ryan Bloom]
1839
1840   *) Modify mod_echo to make it use filters for input and output.
1841      [Ryan Morgan <rmorgan@covalent.net>]
1842
1843   *) Extend mod_headers to support conditional driven Header 
1844      add, append and set. Use SetEnvIf to set an envar and conditionally
1845      add/append/set headers based on this envar thusly:
1846
1847      SetEnvIf TSMyHeader value HAVE_TSMyHeader
1848      Header add MyHeader "%t %D" env=HAVE_TSMyHeader
1849
1850      If the request contains header "TSMyHeader: value" then header
1851      MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.
1852      [Bill Stoddard]
1853
1854   *) Extend mod_headers to support using format specifiers on Header
1855      add, append and set header values. Two format specifiers are supported:
1856
1857      %t - reports, in UTC microseconds since the epoch, when the
1858           request was received.
1859
1860      %D - reports the time, in microseconds, between when the request was 
1861           received and the response sent. 
1862
1863      Examples:
1864      Header add MyHeader "This request served in %D microseconds. %t"
1865
1866      results in a header being added to the response that looks like this:
1867      
1868      MyHeader: This request served in D=5438 microseconds. t=991424704447256
1869
1870      [Bill Stoddard]
1871
1872   *) Fix reset_filter().  We need to be careful how we remove filters.
1873      If we set r->output_filters to NULL, we also have to reset the
1874      connection's filters.  [John Sterling]
1875
1876   *) Optimise reset_filter() in http_protocol.c. [Greg Stein]
1877
1878   *) Add a check to ap_die() to make sure the filter stack is sane and
1879      contains the correct basic filters when an error occurs. This fixes
1880      a problem where headers are not being sent on error. [John Sterling]
1881
1882   *) New Header directive 'echo' option. "Header echo regex" will
1883      cause any headers received on the request that match regex to be
1884      echoed to (included in) the response headers.
1885      [Bill Stoddard]
1886
1887   *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H.
1888      This prevented the inclusion of apr_compat.h.  PR #7773
1889      [Oleg Broytmann <phd@phd.pp.ru>]
1890
1891   *) Moved util_uri to the apr-util library.  This required a bunch of
1892      apr_name changes for the uri utility functions.  [Justin Erenkrantz]
1893
1894   *) Move the addition of default AP_HTTP_HTTP_HEADER filters to the
1895      insert_filter phase so that other filters are not bypassed by default.
1896      [Graham Leggett]
1897
1898   *) Reimplement mod_headers as an output filter. mod_headers can now
1899      add custom headers to inbound requests using the RequestHeader directive
1900      and to responses using the same old Header directive.  [Graham Leggett]
1901
1902 Changes with Apache 2.0.18
1903
1904   *) Fix command-line processing so that if a bad argument is specified
1905      Apache will exit.  [Jeff Trawick]
1906
1907   *) Change the make targets and rules to be consistent in all of the
1908      Apache-owned source trees.  [Roy Fielding]
1909      
1910   *) Fix processing of the TRACE method.  Previously we passed bogus
1911      parms to form_header_field() and it overlaid some vhost structures,
1912      resulting in a segfault in check_hostalias(). 
1913      [Greg Ames, Jeff Trawick]
1914
1915   *) Win32: Add support for reliable piped logs. If the logging process
1916      goes down, Apache will automatically restart it. This function has 
1917      been part of Apache on Unix/Linux/BSD since the early v1.3 releases.
1918      [Bill Stoddard]
1919
1920   *) Do not start piped log processes during the config file 
1921      preflight.  This change also circumvents a problem on 
1922      Windows where the rotatelog processes created during preflight
1923      was not getting cleaned up properly.
1924      [Bill Stoddard]
1925
1926   *) add "Request Phase Participation" info to mod_info
1927      [Doug MacEachern]
1928
1929   *) Make first phase changes to the scoreboard data structures in
1930      preparation for the rewriting of the scoreboard per my posted
1931      design notes. [Paul J. Reder]
1932
1933   *) Fix httpd's definition of LTFLAGS to be consistent with that of apr
1934      and apr-util, allow it to be overridden by the configure command-line
1935      (default="--silent") and introduce LT_LDFLAGS to replace what we were
1936      formerly abusing as LTFLAGS.  [Roy Fielding]
1937
1938   *) Clean up the reporting of incorrect closing container tags.
1939      [Barrie Slaymaker <barries@slaysys.com>]
1940
1941   *) Simplify the configure process by moving all libtool stuff to APR
1942      and moving hints.m4 inline.  [Roy Fielding]
1943
1944   *) Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types
1945      of functions used by mod_proxy for export in the DLL 
1946      [Ian Holsman <IanH@cnet.com>]
1947
1948   *) Prevent a hang when a cgi handled by mod_cgid tries to read a
1949      request body from its stdin but no reqest body is being written to 
1950      the cgi.  [Jeff Trawick]
1951
1952   *) mod_log_config: %c connection status incorrectly logged
1953      as "-" (non-keepalive) when MaxKeepAliveRequests is set to 0.
1954      [Bill Stoddard]
1955
1956   *) Get mod_cern_meta working under Windows
1957      [Bill Stoddard]
1958
1959   *) Create Files, and thus MMAPs, out of the request pool, not the
1960      connection pool.  This solves a small resource leak that had us
1961      not closing files until a connection was closed.  In order to do
1962      this, at the end of the core_output_filter, we loop through the
1963      brigade and convert any data we have into a single HEAP bucket
1964      that we know will survive clearing the request_rec.
1965      [Ryan Bloom, Justin Erenkrantz <jerenkrantz@ebuilt.com>,
1966       Cliff Woolley]
1967
1968   *) Completely revamp configure so that it preserves the standard make
1969      variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
1970      the configure additions to EXTRA_* variables.  Also, allow the user
1971      to specify NOTEST_* values for all of the above, which eliminates the
1972      need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM.  Fix the setting
1973      of INCLUDES and EXTRA_INCLUDES.  Check flags as they are added to
1974      avoid pointless duplications.  Fix the order in which flags are given
1975      on the compile and link lines.  Remove obsolete macros APR_DOEXTRA,
1976      AC_ADD_LIBRARY, AC_CHECK_DEFINE, APACHE_PASSTHRU, and APACHE_ONCE.
1977      Added APR_SAVE_THE_ENVIRONMENT and APR_RESTORE_THE_ENVIRONMENT macros.
1978      Renamed AC_TYPE_RLIM_T macro to APACHE_TYPE_RLIM_T.  [Roy Fielding]
1979
1980   *) Get mod_tls to compile/work better on Windows.  PR #7612
1981      [Bernhard Schrenk <b.schrenk@improx.com>]
1982
1983   *) Fix shutdown/restart hangs in the threaded MPM.
1984      [Jeff Trawick, Greg Ames, Ryan Bloom]
1985   
1986   *) Removed the keptalive boolean from conn_rec because it is now only
1987      used by a single routine and can be replaced by a local variable.
1988      [Greg Stein, Ryan Bloom, Roy Fielding]
1989
1990   *) Patch prefork to put enough of the signal processing back in so that
1991      signals are all handled properly now. The previous patch fixed the
1992      deadlock race condition, but broke the user directed signal handling.
1993      This fixes it to work the way it did before my previous prefork patch
1994      (primarily, SIGTERM is now working).
1995  
1996   *) Change how input filters decide how much data is returned to the
1997      higher filter.  We used to use a field in the conn_rec, with this
1998      change, we use an argument to ap_get_brigade to determine how much
1999      data is retrieved. [Ryan Bloom]
2000
2001   *) Fix seg fault at start-up introduced by Ryan's change to enable
2002      modules to specify their own logging tags. mod_log_config
2003      registers an optional function, ap_register_log_handler().
2004      ap_register_log_handler() was being called by http_core before
2005      the directive hash table was created. This patch creates the
2006      directive hash table before ap_register_log_handler() is
2007      registered as an optional function.
2008      [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
2009
2010   *) Add ap_set_int_slot() function
2011      [John K. Sterling <sterling@covalent.net>]
2012
2013   *) Under certain circumstances, Apache did not supply the
2014      right response headers when requiring authentication.
2015      [Gertjan van Wingerde <Gertjan.van.Wingerde@cmg.nl>] PR#7114
2016      (This is a port of the change that went into Apache 1.3.19.)
2017
2018   *) Allow modules to specify their own logging tags.  This basically
2019      allows a module to tell mod_log_config that when %x is encountered
2020      a specific function should be called.  Currently, x can be any single
2021      character.  It may be more useful to make this a string at some point.
2022      [Ryan Bloom]
2023
2024 Changes with Apache 2.0.17
2025
2026   *) If a higher-level filter handles the the byterange aspects of a
2027      request, then the byterange filter should not try to redo the
2028      work.  The most common case of this happening, is a byterange
2029      request going through the proxy, and the origin server handles
2030      the byterange request.  The proxy should ignore it.
2031      [Graham Leggett <minfrin@sharp.fm>]
2032
2033   *) Changed the threaded mpm to have child_main join to each of the
2034      worker threads to make sure the kids are all gone before child_main
2035      exits after a signal (cleanup from perform_idle_server_maintenance).
2036      This is an extension of Ryans recent commit to make the child_main
2037      the signal thread.
2038
2039   *) Add more options to the ap_mpm_query function.  This also allows MPMs to
2040      report if their threads are dynamic or static.  Finally, this also
2041      implements a new API, ap_show_mpm, which returns the MPM that was
2042      required into the core. [Harrie Hazewinkel <harrie@covalent.net>]
2043
2044   *) Do not install the binaries from the support directory twice.
2045      [jun-ichiro hagino <itojun@iijlab.net>]
2046
2047   *) The ap_f* functions should flush data to the filter that is passed
2048      in, not the the filter after the one passed in.
2049      [Ryan Morgan <rmorgan@covalent.net>]
2050
2051   *) Make ab work again by changing its native types to apr types and formats.
2052      [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
2053
2054   *) Move the byterange filter and all of the supporting functions back
2055      to the HTTP module.  The byterange filter turned out to be very
2056      HTTP specific, and it belongs in the HTTP module.  [Greg Stein]
2057
2058   *) Make clean, distclean, and extraclean consistently according to the
2059      Gnu makefile guidelines.  [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
2060
2061   *) Fix errors in the renaming of the apr_threadattr_detach_xxx functions.
2062      This may have been causing problems stopping processes in the threaded
2063      mpm's. [Greg Ames]
2064
2065   *) Fix content-length in mod_negotiation to a long int representation.
2066      [William Rowe]
2067
2068   *) Remove BindAddress from the default config file.
2069      [giles@nemeton.com.au]
2070
2071   *) Allow module authors to add a module to their Apache build using
2072      --with-module, without re-running buildconf.  The syntax is:
2073         --with-module=module_type:/path/to/module.c
2074      The configure script will copy the module.c file to 
2075      modules/module_type, and it will be added to the relevant Makefiles.
2076      currently, this only works for static modules.  [Ryan Bloom]
2077
2078   *) Changes required to make prefork clean up idle children properly.
2079      There was a window during which a starting worker deadlocks when
2080      an idle cleanup arrives before it completes init. Apache then keeps
2081      trying to cleanup the same deadlocked worker forever (until higher
2082      pids come along, but it still will never reduce below the deadlocked
2083      pid). Thus the number of children would not reduce to the correct
2084      idle level. [Paul J. Reder]
2085
2086 Changes with Apache 2.0.16
2087
2088   *) Change the default installation directory to /usr/local/apache2,
2089      as now defined by the "Apache" layout in config.layout. [Marc Slemko]
2090
2091   *) OS/2: Added support for building loadable modules as OS/2 DLLs. 
2092      [Brian Havard]
2093
2094   *) Get MaxRequestsPerChild working with the Windows MPM.
2095      [Bill Stoddard]
2096
2097   *) Make generic hooks to work, with mod_generic_hook_import/export
2098      experimental modules.  [Ben Laurie, Will Rowe]
2099
2100   *) Fix segfaults for configuration file syntax errors such as
2101      "<Directory>" followed by "</Directory" and
2102      "<Directory>" followed by "</Directoryz>".  [Jeff Trawick]
2103
2104   *) Cleanup the --enable-layout option of configure.  This makes
2105      us use a consistent location for the config.layout file, and it
2106      makes configure more portable.
2107      [jun-ichiro hagino <itojun@iijlab.net>]
2108
2109   *) Changes to 'ab'; fixed int overrun's, added statistics, output in
2110      csv/gnuplot format, rudimentary ssl support and various other tweaks
2111      to make results more true to what is measured. The upshot of this it
2112      turns out that 'ab' has often underreported the true performance of
2113      apache. Often by a order of magnitude :-) See talk/paper of Sander 
2114      Temme at April ApacheCon 2001 for details.
2115      [Dirk-Willem van Gulik]
2116
2117   *) Clean up mod_cgid's temporary request pool.  Besides fixing a
2118      storage leak this ensures that some unnecessary pipes are closed.
2119      [Jeff Trawick]
2120
2121   *) Performance: Add quick_handler hook. This hook is called at the
2122      very beginning of the request processing before location_walk,
2123      translate_name, etc.  This hook is useful for URI keyed content
2124      caches like Mike Abbott's Quick Shortcut Cache.
2125      [Bill Stoddard]
2126
2127   *) top_module global variable renamed to ap_top_module [Perl]
2128
2129   *) Move ap_set_last_modified to the core.  This is a potentially 
2130      controversial change, because this is kind of HTTP specific.  However
2131      many protocols should be able to take advantage of this kind of
2132      information.  I expect that headers will need one more layer of
2133      indirection for multi-protocol work, but this is a small step in
2134      the right direction.  [Ryan Bloom]
2135
2136   *) Enable mod_status by default.  This matches what Apache 1.3 does.
2137      [Ed Korthof]
2138
2139   *) Add a ScriptSock directive to the default config file.  This is
2140      only enabled when mod_cgid is used.  
2141      [Taketo Kabe <kabe@sra-tohoku.co.jp>]
2142
2143 Changes with Apache 2.0.15
2144
2145   *) Untangled the buildconf script and eliminated the need for build's
2146      aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other
2147      libtool muck that is now under srclib/apr/build.  [Roy Fielding]
2148
2149   *) Win32: Don't accept more connections than we have worker threads
2150      to handle.
2151      [Bill Stoddard]
2152
2153   *) Fix bug in the Unix threaded.c MPM that allowed child processes
2154      to fork() new child processes. 
2155      [Bill Stoddard]
2156
2157   *) Fix a major security problem with double-reverse lookup checking.  
2158      Previously, a client connecting over IPv4 would not be matched 
2159      properly when the server had an IPv6 listening socket.  PR #7407
2160      [Taketo Kabe <kiabe@sra-tohoku.co.jp>]
2161
2162   *) Change the way the beos MPM handles polling to allow it to stop and
2163      restart.  Problem was the sockets being polled were being reset by
2164      the select call, so once it had accepted a connection it was no
2165      longer listening on the UDP socket we use for shutdown instructions.
2166      APR needs to be altered, patch on it's way. [David Reid]
2167
2168   *) Empty out the brigade shared by ap_getline()/ap_get_client_block()
2169      on error exit from ap_getline().  Some other code got upset because
2170      the wrong data was in the brigade.  [Greg Ames, Jeff Trawick]
2171
2172   *) Handle ap_discard_request_body() being called more than once.
2173      [Greg Ames, Jeff Trawick]
2174
2175   *) Get rid of an inadvertent close of file descriptor 2 in
2176      mod_mime_magic.  [Greg Ames, Jeff Trawick]
2177
2178   *) Add a hook, create_request.  This hook allows modules to modify
2179      a request while it is being created.  This hook is called for all
2180      request_rec's, main request, sub request, and internal redirect.
2181      When this hook is called, the the r->main, r->prev, r->next
2182      pointers have been set, so modules can determine what kind of
2183      request this is.  [Ryan Bloom]
2184
2185   *) Cleanup the build process a bit more.  The Apache configure
2186      script no longer creates its own helper scripts, it just
2187      uses APR's.  
2188      [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
2189
2190   *) Stop the forced downgrade of the connection to HTTP/1.0 for
2191      proxy requests.  [Graham Leggett]
2192
2193   *) Avoid using sscanf to determine the HTTP protocol number in
2194      the common case because sscanf is a performance hog. From
2195      Mike Abbot's Accelerating Apache patch number 6.
2196      [Mike Abbot <mja@trudge.engr.sgi.com>, Bill Stoddard]
2197
2198   *) Fix a security exposure in mod_access.  Previously when IPv6 
2199      listening sockets were used, allow/deny-from-IPv4-address rules 
2200      were not evaluated properly (PR #7407).  Also, add the ability to 
2201      specify IPv6 address strings with optional prefix length on Allow 
2202      and Deny.  [Jeff Trawick]
2203
2204   *) Enhance rotatelogs so that a UTC offset can be specified, and
2205      the logfile name can be formatted using strftime(3).  (Brought
2206      forward from 1.3.)  [Ken Coar]
2207
2208   *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling 
2209      DuplicateHandle on an IOCompletionPort (a practice which
2210      MS "discourages"). The new model does not rely on associating
2211      the completion port with the listening sockets, thus the
2212      completion port can be completely managed within the child 
2213      process.  A dedicated thread accepts connections off the network,
2214      then calls PostQueuedCompletionStatus() to wake up worker
2215      threads blocked on the completion port.
2216      [Bill Stoddard]
2217
2218   *) Bring forward the --suexec-umask option which allows the
2219      builder to preset the umask for suexec processes.  [Ken Coar]
2220
2221   *) Add a -V flag to suexec, which causes it to display the
2222      compile-time settings with which it was built.  (Only
2223      usable by root or the AP_HTTPD_USER username.)  [Ken Coar]
2224
2225   *) Mod_include should always unset the content-length if the file is
2226      going to be passed through send_parsed_content.  There is no to
2227      determine if the content will change before actually scanning the
2228      entire content.  It is far safer to just remove the C-L as long
2229      as we are scanning it.  [Ryan Bloom]
2230
2231   *) Make sure Apache sends WWW-Authenticate during a reverse proxy
2232      request and not Proxy-Authenticate.
2233      [Graham Leggett <minfrin@sharp.fm>]
2234
2235 Changes with Apache 2.0.14
2236
2237   *) Fix content-length computation.  We ONLY compute a content-length if
2238      We are not in a 1.1 request and we cannot chunk, and this is a keepalive
2239      or we already have all the data.  [Ryan Bloom]
2240
2241   *) Report unbounded containers in the config file.  Previously, a typo
2242      in the </container> directive could result in the rest of the config
2243      file being silently ignored, with undesired defaults used.
2244      [Jeff Trawick]
2245
2246   *) Make the old_write filter use the ap_f* functions for the buffering.
2247      [Ryan Bloom]
2248
2249   *) Move more code from the http module into the core server.  This
2250      is core code, basically the default handler, the default input
2251      and output filters, and all of the core configuration directives.
2252      All of this code is required in order for the server to work, with or
2253      without HTTP.  The server is closer to working without the HTTP
2254      module, although there is still more to do.  [Ryan Bloom]
2255
2256   *) Fix a number of SGI compile warnings throughout the server.  Fix some
2257      bad parameters to apr_bucket_read().  Fix a bad statement in 
2258      ap_method_in_list().  For the mod_rewrite cache use apr_time_t 
2259      consistently; we were mixing apr_time_t and time_t in invalid ways 
2260      before.  In load_file(), call apr_dso_error() instead of 
2261      apr_strerror() so that we get a more specific string on some platforms.
2262      PR #6980  [Jeff Trawick]
2263
2264   *) Allow modules to query the MPM about it's execution profile.  This
2265      query API can and should be extended in the future, but for now,
2266      max_daemons, and threading or forking is a very good start.
2267      [Jon Travis <jtravis@covalent.net>]
2268
2269   *) Modify mod_include to send blocks of data no larger than 9k.
2270      Without this, mod_include will wait until the whole file is parsed,
2271      or the first tag is found to send any data to the client.
2272      [Paul J. Reder <rederpj@raleigh.ibm.com>]
2273
2274   *) Fix mod_info, so that <Directory> and <Location> directives are
2275      not displayed twice when displaying the current configuration.
2276      [Ryan Morgan <rmorgan@covalent.net>]
2277
2278   *) Add config directives to override DEFAULT_ERROR_MSG and
2279      DEFAULT_TIME_FORMAT.  This was sent in as PR 6193.
2280      [Dan Rench <drench@xnet.com>]
2281
2282   *) Get mod_info building and loading on Win32.  [William Rowe]
2283
2284   *) Begin to move protocol independant functions out of mod_http.  The goal
2285      is to have only functions that are HTTP specific in the http directory.
2286      [Ryan Bloom]
2287
2288 Changes with Apache 2.0.13
2289
2290   *) Don't assume that there will always be multiple calls to the byterange 
2291      filter.  It is possible that we will need to do byteranges with only
2292      one call to the filter.  [Ryan Morgan <rmorgan@covalent.net>]
2293
2294   *) Move the error_bucket definition from the http module to the
2295      core server.  Every protocol will need this ability, not just
2296      HTTP.  [Ryan Bloom]
2297
2298 Changes with Apache 2.0.12
2299
2300   *) Modify mod_file_cache to save pre-formatted strings for 
2301      content-length and last-modified headers for performance. 
2302      [Mike Abbot <mja@trudge.engr.sgi.com>]
2303
2304   *) Namespace protect IOBUFSIZ since it is exposed in the API.
2305      [Jon Travis <jtravis@covalent.net>]
2306
2307   *) Use "Basic" authentication instead of "basic" in ab, as the spec
2308      says we should.  [Andre Breiler <andre.breiler@rd.bbc.co.uk>]
2309
2310   *) Fix a seg fault in mod_userdir.c.  We used to use the pw structure
2311      without ever filling it out.  This fixes PR 7271.
2312      [Taketo Kabe <kabe@sra-tohoku.co.jp> and 
2313       Cliff Woolley <cliffwoolley@yahoo.com>]
2314
2315   *) Add a couple of GCC attribute tags to printf style functions.
2316      [Jon Travis <jtravis@covalent.net>]
2317
2318   *) Add the correct language tag for interoperation with the Taiwanese
2319      versions of MSIE and Netscape. [Clive Lin <clive@CirX.ORG>] PR#7142
2320
2321   *) Migrate the perchild MPM to use the new apr signal child, and 
2322      APR thread functions.  [Ryan Bloom]
2323
2324   *) Close one copy of the CGI's stdout before creating the new process.
2325      The CGI will still have stdout, because we have already dup'ed it.
2326      This keeps Apache from waiting forever to send the results of a CGI
2327      process that has forked a long-lived child process.
2328      [Taketo Kabe <kabe@sra-tohoku.co.jp>]
2329
2330   *) Remove the rest of the pthreads functions from the threaded MPM.
2331      This requires the APR support for a signal thread that was just
2332      added.  [Ryan Bloom]
2333
2334   *) Make mod_dir use a fixup for sending a redirect to the browser.
2335      Before this, we were using a handler, which doesn't make much
2336      sense, because the handler wasn't generating any data, it would
2337      either return a redirect error code, or DECLINED.  This fits the
2338      current hooks better.  [Ryan Morgan <rmorgan@covalent.net>]
2339
2340   *) Make the threaded MPM use APR threads instead of pthreads.
2341      [Ryan Bloom]
2342
2343   *) Get mod_tls to the point where it actually appears to work in all cases.
2344      [Ben Laurie]
2345
2346   *) implement --enable-modules and --enable-mods-shared for "all" and
2347      "most".  [Greg Stein]
2348
2349   *) Move the threaded MPM to use APR locks instead of pthread locks.
2350      [Ryan Bloom]
2351
2352   *) Rename mpmt_pthread to threaded.  This is more in line with the
2353      fact that mpmt_pthread shouldn't be using pthreads directly, and
2354      it is a smaller name that doesn't tie into anything.
2355      [Ryan Bloom]
2356
2357   *) Rename the module structures so that the exported symbol matches
2358      the file name, and it is easier to automate the installation
2359      process (generating LoadModule directives from the module filenames).
2360      [Martin Kraemer]
2361
2362   *) Remove the coalesce filter.  With the ap_f* functions, this filter
2363      is no longer needed. [Ryan Bloom]
2364
2365 Changes with Apache 2.0.11
2366
2367   *) Remove the dexter MPM.  Perchild is the same basic idea, but it has the
2368      added feature of allowing a uid/gid per child process.  If no
2369      uid/gid is specified, then Perchild behaves exactly like dexter.
2370      [Ryan Bloom]
2371
2372   *) Get perchild building again. [Ryan Bloom]
2373
2374   *) Don't disable threads just because we are using the prefork MPM.
2375      If somebody wants to compile without threads, they must now add
2376      --disable-threads to the configure command line.  [Ryan Bloom]
2377
2378   *) Begin to move the calls to update_child_status into common code, so
2379      that each individual MPM does not need to update the scoreboard itself.
2380      [Ryan Bloom]
2381
2382   *) Allow mod_tls to compile under Unix boxes where openssl has been
2383      installed to the system include files.
2384      [Gomez Henri <new-httpd@slib.fr>]
2385
2386   *) Cleanup the mod_tls configure process.  This should remove any need
2387      to hand-edit any files.  We require OpenSSL 0.9.6 or later, but 
2388      configure doesn't check that yet.  [Ryan Bloom]
2389
2390   *) Add a very early prototype of SSL support (in mod_tls.c). It is
2391      vital that you read modules/tls/README before attempting to build
2392      it. [Ben Laurie]
2393
2394   *) Fix a potential seg fault on all platforms.  David Reid fixed this
2395      on BEOS, but the problem could happen anywhere, so we don't want
2396      to #ifdef it. [Cliff Woolley <cliffwoolley@yahoo.com>]
2397  
2398   *) Add new LogFormat directive, %D, to log time it takes to serve a
2399      request in microseconds. [Bill Stoddard]
2400
2401   *) Change AddInputFilter and AddOutputFilter to SetInputFilter and
2402      SetOutputFilter.  This corresponds nicely with the other Set 
2403      directives, which operate on containers while the Add* directives
2404      tend to work directly on extensions.  [Ryan Bloom]
2405
2406   *) Cleanup the header handling a bit.  This uses the apr_brigade_*
2407      functions for the buffering so that we don't need to compute
2408      the length of the headers before we actually create the header
2409      buffer.  [Ryan Bloom]
2410
2411   *) Allow filters to buffer data using the ap_f* functions.  These have
2412      become macros that resolve directly to apr_brigade_*.  
2413      [Ryan Bloom]
2414
2415   *) Get the Unix MPM's to do a graceful restart again.  If we are going
2416      to register a cleanup with ap_cleanup_scoreboard, then we have to
2417      kill the cleanup with the same function,  and that function can't be
2418      static.  [Ryan Bloom]
2419
2420   *) Install all required header files.  Without these, it was not
2421      possible to compile some modules outside of the server.
2422      [Ryan Bloom]
2423
2424   *) Fix the AliasMatch directive in Apache 2.0.  When we brought a patch
2425      forward from 1.3 to 2.0, we missed a single line, which broke regex
2426      aliases.  [Ryan Bloom]
2427
2428   *) We have a poor abstraction in the protocol.  This is a temporary
2429      hack to fix the bug, but it will need to be fixed for real.  If
2430      we find an error while sending out a custom error response, we back
2431      up to the first non-OK request and send the data.  Then, when we send
2432      the EOS from finalize_request_protocol, we go to the last request,
2433      to ensure that we aren't sending an EOS to a request that has already
2434      received one.  Because the data is sent on a different request than
2435      the EOS, the error text never gets sent down the filter stack.  This
2436      fixes the problem by finding the last request, and sending the data
2437      with that request.  [Ryan Bloom]
2438
2439   *) Make the server status page show the correct restart time, and
2440      thus the proper uptime. [Ryan Bloom]
2441
2442   *) Move the CGI creation logic from mod_include to mod_cgi(d).  This
2443      should reduce the amount of duplicate code that is required to
2444      create CGI processes.
2445      [Paul J. Reder <rederpj@raleigh.ibm.com>]
2446
2447   *) ap_new_connection() closes the socket and returns NULL if a socket
2448      call fails.  Usually this is due to a connection which has been 
2449      reset.  [Jeff Trawick]
2450
2451   *) Move the Apache version information out of httpd.h and into release.h.
2452      This is in preparation for the first tag with the new tag and release
2453      system.  [Ryan Bloom]
2454
2455   *) Begin restructuring scoreboard code to enable adding back in
2456      the ability to use IPC other than shared memory.
2457      Get mod_status working on Windows again. [Bill Stoddard]
2458
2459   *) Make mod_status work with 2.0.  This will work for prefork,
2460      mpmt_pthread, and dexter.  [Ryan Bloom]
2461
2462   *) Correct a typo in httpd.conf.
2463      [Kunihiro Tanaka <tanaka@apache.or.jp>] PR#7154 
2464
2465   *) Really fix mod_rewrite map lookups this time. [Tony Finch]
2466
2467   *) Get the correct IP address if ServerName isn't set and we can't
2468      find a fully-qualified domain name at startup.
2469      PR#7170 [Danek Duvall <dduvall@eng.sun.com>]
2470
2471   *) Make mod_cgid work with SuExec.  [Ryan Bloom]
2472
2473   *) Adopt apr user/group name features for mod_rewrite.  Eliminates some
2474      'extra' stat's for user/group since they should never occur, and now
2475      resolves the SCRIPT_USER and SCRIPT_GROUP, including on WinNT NTFS
2476      volumes.  [William Rowe]
2477
2478   *) Adopt apr features to simplify mod_includes.  This changes the
2479      behavior of the USER_NAME variable, unknown uid's are now reported
2480      as USER_NAME="<unknown>" rather than the old user#000 result.
2481      WinNT now resolves USER_NAME on NTFS volumes.  [William Rowe]
2482
2483   *) Adopt apr features for simplifing mod_userdir, and accept the new
2484      Win32/OS2 exceptions without hiccuping.  [William Rowe]
2485
2486   *) Replace configure --with-optim option by using and saving the
2487      environment variable OPTIM instead.  This is needed because configure
2488      options do not support multiple flags separated by spaces.
2489      [Roy Fielding]
2490
2491   *) Fix some byterange handling.  If we get a byte range that looks like
2492      "-999999" where that is past the end of the file, we should return 
2493      a PARTIAL CONTENT status code, and return the whole file as one big
2494      byterange.  This matches the 1.3 handling now.  [Ryan Bloom]
2495
2496   *) Make the error bucket a real meta-data bucket.  This means that the
2497      bucket length is 0, and a read returns NULL data.  If one of these
2498      buckets is passed down after the headers are sent, this data will
2499      just be ignored.  [Greg Stein]
2500
2501   *) The prefork MPM wasn't killing child processes correctly if a restart
2502      signal was received while the process was serving a request.  The child
2503      process would become the equivalent of a second parent process.  If
2504      we break out of the accept loop, then we need to do die after cleaning
2505      up after ourselves.  [Ryan Bloom]
2506
2507   *) Change the Prefork MPM to use SIGWINCH instead of SIGUSR1 for graceful
2508      restarts.  [Ryan Bloom]
2509
2510   *) Modify the apr_stat/lstat/getfileinfo calls within apache to use
2511      the most optimal APR_FINFO_wanted bits.  This spares Win32 from
2512      performing very expensive owner, group and permission lookups
2513      and allows the server to function until these apr_finfo_t fields
2514      are implemented under Win32.  [William Rowe]
2515
2516   *) Support for typedsafe optional functions - that is functions exported by
2517      optional modules, which, therefore, may or may not be present, depending
2518      on configuration. See the experimental modules mod_optional_fn_{ex,im}port
2519      for sample code. [Ben Laurie]
2520
2521   *) filters can now report an HTTP error to the server.  This is done
2522      by sending a brigade where the first bucket is an error_bucket.
2523      This bucket is a simple bucket that stores an HTTP error and
2524      a string.  Currently the string is not used, but it may be needed
2525      to output an error log.  The http_header_filter will find this
2526      bucket, and output the error text, and then return 
2527      AP_FILTER_ERROR, which informs the server that the error web page
2528      has already been sent.  [Ryan Bloom]
2529
2530   *) If we get an error, then we should remove all filters except for
2531      those critical to serving a web page.  This fixes a bug, where
2532      error pages were going through the byterange filter, even though
2533      that made no sense.  [Ryan Bloom]
2534
2535   *) Relax the syntax checking of Host: headers in order to support
2536      iDNS. PR#6635 [Tony Finch]
2537
2538   *) Cleanup the byterange filter to use the apr_brigade_partition
2539      and apr_bucket_copy functions.  This removes a lot of very messy
2540      code, and hopefully makes this filter more stable.
2541      [Ryan Bloom]
2542
2543   *) Remove AddModule and ClearModuleList directives.  Both of these
2544      directives were used to ensure that modules could be enabled
2545      in the correct order.  That requirement is now gone, because
2546      we use hooks to ensure that modules are in the correct order.
2547      [Ryan Bloom]
2548
2549   *) When SuExec is specified, we need to add it to the list of
2550      targets to be built.  If we don't, then any changes to the
2551      configuration won't affect SuExec, unless 'make suexec' is
2552      specifically run.  [Ryan Bloom]
2553
2554   *) Cleaned out open_file from mod_file_cache, as apr now accepts
2555      the APR_XTHREAD argument to open a file for consumption by
2556      parallel threads on win32.  [William Rowe]
2557
2558   *) Correct a bug in determining when we follow symlinks.  The code
2559      expected a stat -1 result, not an apr_status_t positive error.
2560      Also check if the APR_FINFO_USER fields are valid before we
2561      follow the link.  [William Rowe]
2562
2563   *) Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
2564      mpm_common.c.  These functions are only valid on some platforms,
2565      so they should not be in the main-line code. [Ryan Bloom]
2566
2567   *) Remove ap_chdir_file().  This function is not thread-safe,
2568      and nobody is currently using it.  [Ryan Bloom]
2569
2570   *) Do not try to run make depend if there are no .c files in the
2571      current directory, doing so makes `make depend` fail.
2572      [Ryan Bloom]
2573
2574    *) Update highperformance.conf to work with either prefork or
2575       pthreads mpms.  [Greg Ames] 
2576
2577   *) Stop checking to see if this is a pipelined request if we know
2578      for a fact that it isn't.  Basically, if r->connection->keepalive == 0.
2579      This keeps us from making an extra read call when serving a 1.0
2580      request.  [Ryan Bloom and Greg Stein]
2581
2582   *) Fix the handling of variable expansion look-ahead in mod_rewrite,
2583      i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of
2584      more complicated nested RewriteMap lookups. PR#7087 [Tony Finch]
2585
2586   *) Fix the RFC number mentioned when complaining about a missing
2587      Host: header. PR#7079 [Alexey Toptygin <alexeyt@wam.umd.edu>]
2588
2589   *) Fix an endless loop in ab which occurred when ab was posting
2590      and the server dropped the connection unexpectedly.
2591      [Jeff Trawick]
2592
2593   *) Fix a segfault while handling request bodies in ap_http_filter().  
2594      This problem has been seen with mod_dav usage as well as with 
2595      requests where the body was just being discarded.  [Jeff Trawick]
2596
2597   *) Some adjustment on the handling and automatic setting (via
2598      hints.m4) of various compilation flags (eg: CFLAGS). Also,
2599      add the capability to specify flags (NOTEST_CFLAGS and
2600      NOTEST_LDFLAGS) which are used to compile Apache, but
2601      not used during the configuration process. Useful for
2602      flags like "-Werror". [Jim Jagielski]
2603
2604   *) Stop using environment variables to force debug mode or
2605      no detach.  We now use the -D command line argument to 
2606      specify the correct mode.  -DONE_PROCESS and -DNO_DETACH.
2607      [Greg Stein, Ryan Bloom]
2608
2609   *) Change handlers to use hooks. [Ben Laurie]
2610
2611   *) Stop returning copies of filenames from both apr_file_t and
2612      apr_dir_t.  We pstrdup the filenames that we store in the
2613      actual structures, so we don't need to pstrdup the strings again.
2614      [Ryan Bloom]
2615
2616   *) mod_cgi: Fix some problems where the wrong error value was being
2617      traced.  [Jeff Trawick]
2618
2619   *) EBCDIC: Fix some missing ASCII conversion on some protocol data.
2620      [Jeff Trawick]
2621
2622   *) Add generic hooks. [Ben Laurie]
2623
2624   *) Use a real pool to dup the error log descriptor.  [Ryan Bloom]
2625
2626   *) Fix a segfault caused by mod_ext_filter when the external filter 
2627      program does not exist. [Jeff Trawick]
2628
2629   *) Fix an output truncation error when on an HTTP >= 1.0 request an
2630      object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE 
2631      was served through mod_charset_lite (or anything else that would
2632      create a transient bucket in this size range).  ap_bucket_make_heap()
2633      silently failed (fixed), transient_setaside() discovered it, but
2634      ap_save_brigade() ignored it (fixed). [Jeff Trawick]
2635      
2636   *) Ignore \r\n or \n when using PEEK mode for input filters.  The problem
2637      is that some browsers send extra lines at the end of POST requests, and
2638      we don't want to delay sending data back to the user just because the
2639      browser isn't well behaved. [Ryan Bloom]
2640
2641   *) Get SuEXEC working again.  We can't send absolute paths to suExec
2642      because it refuses to execute those programs.  SuEXEC also wasn't
2643      always recognizing configuration changes made using the autoconf
2644      setup.  [Ryan Bloom]
2645
2646   *) Allow the buildconf process to find the config.m4 files in the correct
2647      order.  Basically, we can now name config.m4 files as config\d\d.m4,
2648      and we will sort them correctly when inserting them into the build
2649      process.  [Ryan Bloom]
2650
2651   *) Get mod_cgid to use apr calls for creating the actual CGI process.
2652      This also allows mod_cgid to use ap_os_create_priviledged_process,
2653      thus allowing for SuExec execution from mod_cgid.  Currently, we do
2654      not support everything that standard SuExec supports, but at least
2655      it works minimally now. [Ryan Bloom]
2656
2657   *) Allow SuExec to be configured from the ./configure command line.
2658      [Ryan Bloom]
2659
2660   *) Update some of the docs in README and INSTALL to reflect some of
2661      the changes in Apache 2.0 [Cliff Woolley <cliffwoolley@yahoo.com>]
2662
2663   *) If we get EAGAIN returned from the call to apr_sendfile, then we
2664      need to call sendfile again.  This gets us serving large files
2665      such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]
2666
2667   *) Get the support programs building cleanly again.
2668      [Cliff Woolley <cliffwoolley@yahoo.com>]
2669
2670   *) The Apache/Win32 Apache.exe and dll's now live in bin.  The 
2671      current directory logic now backs up over bin/ to determine the
2672      server root from the Apache.exe path.
2673
2674   *) Apache/Win32 now follows the standard conventions of mod_foo.so
2675      loadable modules, dynamic libs are all named libfoo.dll, and the
2676      makefile.win populates the include, lib and libexec directories.
2677
2678   *) Apache is now IPv6-capable.  On systems where APR supports IPv6,
2679      Apache gets IPv6 listening sockets by default.  Additionally, the
2680      Listen, NameVirtualHost, and <VirtualHost> directives support IPv6
2681      numeric address strings (e.g., "Listen [fe80::1]:8080").
2682      [Jeff Trawick]
2683
2684   *) Modify the install directory layout.  Modules are now installed in
2685      modules/.  Shared libraries should be installed in libraries/, but
2686      we don't have any of those on Unix yet.  All install directories
2687      are modifyable at configure time. [Ryan Bloom]
2688
2689   *) Install all header files in the same directory on Unix. [Ryan Bloom]
2690
2691   *) Get the functions in server/linked into the server, regardless of
2692      which modules linked into the server.  This uses the same hack 
2693      for Apache that we use for APR and apr-util to ensure all of the
2694      necessary functions are linked.  As a part of thise, the CHARSET_EBCDIC
2695      was renamed to AP_CHARSET_EBCDIC for namespace protection, and to make
2696      the scripts a bit easier.
2697      [Ryan Bloom]
2698
2699   *) Rework the RFC1413 handling to make it thread-safe, use a timeout
2700      on the query, and remove IPv4 dependencies.  [Jeff Trawick]
2701
2702   *) Get all of the auth modules to the point that they will install and
2703      be loadable into the server.  Our new build/install mechanism expects
2704      that all modules will have a common name format.  The auth modules 
2705      didn't use that format, so we didn't install them properly.
2706      [Ryan Bloom]
2707
2708   *) API routines ap_pgethostbyname() and ap_pduphostent() are no longer
2709      available.  Use apr_getaddrinfo() instead.  [Jeff Trawick]
2710
2711   *) Get "NameVirtualHost *" working in 2.0.  [Ryan Bloom]
2712
2713   *) Return HTTP_RANGE_NOT_SATISFIABLE if the every range requested starts
2714      after the end of the response. [Ryan Bloom]
2715
2716   *) Get byterange requests working with responses that do not have a
2717      content-length.  Because of the way byterange requests work, we have to
2718      have all of the data before we can actually do the byterange, so we
2719      can compute the content-length in the byterange filter.
2720      [Ryan Bloom]
2721
2722   *) Get exe CGI's working again on Windows.
2723      [Allan Edwards]
2724
2725   *) Get mod_cgid and mod_rewrite to work as DSOs by changing the way
2726      they keep track of whether or not their  post config hook has been
2727      called before.  Instead of a static variable (which is replaced when 
2728      the DSO is loaded a second time), use userdata in the process pool.
2729      [Jeff Trawick]
2730
2731 Changes with Apache 2.0a9
2732
2733   *) Win32 now requires perl to complete the final install step for users
2734      to build + install on Win32.  Makefile.win now rewrites @@ServerRoot@
2735      and installs the conf, htdocs and htdocs/manual directories.
2736      [William Rowe]
2737
2738   *) Make mod_include use a hash table to associate directive tags with
2739      functions.  This allows modules to implement their own SSI tags easily.
2740      The idea is simple enough, a module can insert it's own tag and function
2741      combination into a hash table provided by mod_include.  While mod_include
2742      parses an SSI file, when it encounters a tag in the file, it does a
2743      hash lookup to find the function that implements that tag, and passes
2744      all of the relevant data to the function.  That function is then
2745      responsible for processing the tag and handing the remaining data back
2746      to mod_include for further processing.
2747      [Paul J. Reder <rederpj@raleigh.ibm.com>]
2748
2749   *) Get rid of ap_new_apr_connection().  ap_new_connection() now has 
2750      fewer parameters: the local and remote socket addresses were removed
2751      from the parameter list because all required information is available
2752      via the APR socket.  [Jeff Trawick]
2753
2754   *) Distribution directory structure reorganized to reflect a
2755      normal source distribution with external install targets.
2756      [Roy Fielding]
2757
2758   *) The MPMs that need multiple segments of shared memory now create
2759      two apr_shmem_t variables, one for each shared memory allocation.
2760      the problem is that we can't determine how much memory will be required
2761      for shared memory allocations once we try to allocate more than one
2762      variable.  The MM code automatically aligns the shared memory allocations,
2763      so we end up needing to pad the amount of shared memory we want based
2764      on how many variables will be allocated out of the shared memory segment.
2765      It is just easier to create a second apr_shmem_t variable, and two
2766      shmem memory blocks.
2767      [Ryan Bloom]
2768
2769   *) Cleanup the export list a bit.  This creates a single unified list of
2770      functions exported by APR.  The export list is generated at configure
2771      time, and that list is then used to generate the exports.c file.
2772      Because of the way the export list is generated, we only export those
2773      functions that are valid on the platform we are building on.
2774      [Ryan Bloom]
2775
2776   *) Enable logging the cookie with mod_log_config
2777      [Sander van Zoest <sander@covalent.net>]
2778
2779   *) Fix a segfault in mod_info when it reaches the end of the configuration.
2780      [Jeff Trawick]
2781
2782   *) Added lib/aputil/ as a placeholder for utility functions which are not
2783      specific to the Apache HTTP Server (but do not make sense with APR).
2784      The first utility is "apu_dbm": a set of functions to work with DBM
2785      files. This first version can be compiled for SDBM or GDBM databases.
2786      [Greg Stein]
2787
2788   *) Complete re-write of mod_include.  This makes mod_include a filter that
2789      uses buckets directly.  This has now served the FAQ correctly.
2790      [Paul Reder <rederpj@raleigh.ibm.com>]
2791
2792   *) Allow modules to specify the first filter in a sub_request when
2793      making the sub_request.  This keeps modules from having to change the
2794      output_filter immediately after creating the sub-request, and therefore
2795      skip the sub_req_output_filter.  [Ryan Bloom]
2796
2797   *) Update ab to accept URLs with IPv6 literal address strings (in the
2798      format described in RFC 2732), and to build Host header fields in
2799      the same format.  This allows IPv6 literal address strings to be
2800      used with ab.  This support has been tested against Apache 1.3 with 
2801      the KAME patch, but Apache 2.0 does not yet work with this format
2802      of the Host header field.  [Jeff Trawick]
2803
2804   *) Accomodate an out-of-space condition in the piped logs and the
2805      rotatelogs.c code, and no longer churn log processes for this
2806      condition.  [Victor J. Orlikowski]
2807
2808   *) Add support for partial writes with apr_sendfile() to core_output_filter.
2809      [Greg Ames] 
2810
2811 Changes with Apache 2.0a8
2812
2813   *) Add a directive to mod_mime so that filters can be associated with
2814      a given mime-type.
2815      [Ryan Bloom]
2816
2817   *) Get multi-views working again.  We were setting the path_info
2818      field incorrectly if we couldn't find the specified file.
2819      [Ryan Bloom]
2820
2821   *) Fix 304 processing.  The core should never try to send the headers
2822      down the filter stack.  Always, just setup the table in the request
2823      record, and let the header filter convert it to data that is ready
2824      for the network.
2825      [Ryan Bloom]
2826
2827   *) More fixes for the proxy.  There are still bugs in the proxy code,
2828      but this has now proxied www.yahoo.com and www.ntrnet.net (my ISP)
2829      successfully.
2830      [Ryan Bloom]
2831
2832   *) Fix params for apr_getaddrinfo() call in connect proxy handler.
2833      [Chuck Murcko]
2834
2835   *) APR: Add new apr_getopt_long function to handle long options.
2836      [B. W. Fitzpatrick <fitz@red-bean.com>]
2837
2838   *) APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.
2839      Add generic apr_create_socket().  Add apr_getaddrinfo() for doing
2840      hostname resolution/address string parsing and building
2841      apr_sockaddr_t.  Add apr_get_sockaddr() for getting the address
2842      of one of the apr_sockaddr_t structures for a socket.  Change
2843      apr_bind() to take apr_sockaddr_t.  [David Reid and Jeff Trawick]
2844
2845   *) Remove the BUFF from the HTTP proxy.  This is still a bit ugly, but
2846      I have proxied pages with it, cleanup will commence soon.
2847      [Ryan Bloom]
2848
2849   *) Make the proxy work with filters.  This isn't perfect, because we
2850      aren't dealing with the headers properly.  [Ryan Bloom]
2851
2852   *) Do not send a content-length iff the C-L is 0 and this is a head
2853      request.  [Ryan Bloom]
2854
2855   *) Make cgi-bin work as a regular directory when using mod_vhost_alias
2856      with no VirtualScriptAlias directives. PR#6829 [Tony Finch]
2857
2858   *) Remove BUFF from the PROXY connect handling. [Ryan Bloom]
2859
2860   *) Get the default_handler to stop trying to deal with HEAD requests.
2861      The idea is to let the content-length filter compute the C-L before
2862      we try to send the data.  If we can get the C-L correctly, then we
2863      should send it in the HEAD response.
2864      [Ryan Bloom]
2865      
2866   *) The Header filter can now determine if a body should be sent based
2867      on r->header_only.  The general idea of this is that if we delay
2868      deciding to send the body, then we might be able to compute the
2869      content-length correctly, which will help caching proxies to cache
2870      our data better.  Any handler that doesn't want to try to compute
2871      the content-length can just send an EOS bucket without data and
2872      everything will just work.
2873      [Ryan Bloom]
2874
2875   *) Add the referer to the error log if one is available.
2876      [Markus Gyger <mgyger@itr.ch>]
2877
2878   *) Mod_info.c has now been ported to Apache 2.0.  As a part of this
2879      change, the root of the configuration tree has been exposed to modules
2880      as ap_conftree.
2881      [Ryan Morgan <rmorgan@covalent.net>]
2882
2883   *) Get the core_output_filter to use the bucket interface directly.
2884      This keeps us from calling the content-length filter multiple times
2885      for a simple static request.
2886      [Ryan Bloom]
2887
2888   *) We are sending the content-type correctly now.
2889      [Ryan Bloom and Will Rowe]
2890
2891   *) APR on FreeBSD: Fix a bug in apr_sendfile() which caused us to report
2892      a bogus bytes-sent value when the only thing being sent was trailers
2893      and writev() returned an error (or EAGAIN).  [Jeff Trawick]
2894
2895   *) Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again.  This uses the
2896      hints file to determine which platforms define 
2897      SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
2898      [Ryan Bloom]
2899
2900   *) APR: add apr_get_home_directory()  [Jeff Trawick]
2901
2902   *) Initial import of 1.3-current mod_proxy. [Chuck Murcko]
2903
2904   *) Not all platforms have INADDR_NONE defined by default.  Apache
2905      used to make this check and define INADDR_NONE if appropriate,
2906      but APR needs the check too, and I suspect other applications will
2907      as well.  APR now defines APR_INADDR_NONE, which is always a valid
2908      value on all platforms.
2909      [Branko Èibej <brane@xbc.nu>]
2910
2911   *) Destroy the pthread mutex in lock_intra_cleanup() for PR#6824.
2912      [Shuichi Kitaguchi <ki@hh.iij4u.or.jp>] 
2913
2914   *) Relax the syntax checking of Host: headers in order to support
2915      iDNS. PR#6635 [Tony Finch]
2916
2917   *) When reading from file buckets we convert to an MMAP if it makes
2918      sense.  This also simplifies the default handler because the
2919      default handler no longer needs to try to create MMAPs.
2920      [Ryan Bloom]
2921
2922   *) BUFF has been removed from the main server.  The BUFF code will remain
2923      in the code until it has been purged from the proxy module as well.
2924      [Ryan Bloom]
2925
2926   *) Byteranges have been completely re-written to be a filter.  This
2927      has been tested, and I believe it is working correctly, but it could
2928      doesn't work for the Adobe Acrobat plug-in.  The output almost matches
2929      the output from 1.3, the only difference being that 1.3 includes
2930      a content-length in the response, and this does not.
2931      [Ryan Bloom]
2932
2933   *) APR read/write functions and bucket read functions now operate
2934      on unsigned integers, instead of signed ones.  It doesn't make
2935      any sense to use signed ints, because we return the error codes,
2936      so if we have an error we should report 0 bytes read or written.
2937      [Ryan Bloom]
2938
2939   *) Always compute the content length, whether it is sent or not.
2940      The reason for this, is that it allows us to correctly report
2941      the bytes_sent when logging the request.  This also simplifies
2942      content-length filter a bit, and fixes the actual byte-reporing
2943      code in mod_log_config.c
2944      [Ryan Bloom]
2945
2946   *) Remove AP_END_OF_BRIGADE definition.  This does not signify what
2947      it says, because it was only used by EOS and FLUSH buckets.  Since
2948      neither of those are required at the end of a brigade, this was
2949      really signifying FLUSH_THE_DATA, but that can be determined better
2950      by checking AP_BUCKET_IS_EOS() or AP_BUCKET_IS_FLUSH.  EOS and FLUSH
2951      buckets now return a length of 0, which is actually the amount of data
2952      read, so they make more sense.
2953      [Ryan Bloom]
2954
2955   *) Allow the core_output_filter to save some data past the end of a
2956      request.  If we get an EOS bucket, we only send the data if it 
2957      makes sense to send it.  This allows us to pipeline request
2958      responses.  As a part of this, we also need to allocate mmap
2959      buckets out of the connection pool, not the request pool.  This
2960      allows the mmap to outlive the request.
2961      [Ryan Bloom]
2962
2963   *) Make blocking and non-blocking bucket reads work correctly for
2964      sockets and pipes.  These are the only bucket types that should
2965      have non-blocking reads, because the other bucket types should
2966      ALWAYS be able to return something immediately.
2967      [Ryan Bloom]
2968
2969   *) In the Apache/Win32 console window, accept Ctrl+C to stop the 
2970      server, but use Ctrl+Break to initiate a graceful restart 
2971      instead of duplicating behavior. [John Sterling]
2972
2973   *) Patch mod_autoindex to set the Last-Modified header based on
2974      the directory's mtime, and add the ETag header.  [William Rowe]
2975
2976   *) Merge the 1.3 patch to add support for logging query string in 
2977      such a way that "%m %U%q %H" is the same as "%r".
2978      [Bill Stoddard]
2979
2980   *) Port three log methods from mod_log_config 1.3 to 2.0: 
2981      CLF compliant '-' byte count, method and protocol.
2982      [Bill Stoddard]
2983
2984   *) Add a new LogFormat directive, %c, that will log connection
2985      status at the end of the response as follows:
2986      'X' - connection aborted before the response completed.
2987      '+' - connection may be kept-alive by the server.
2988      '-' - connection will be closed by the server.
2989      [Bill Stoddard]
2990
2991   *) Expand APR for WinNT to fully accept and return utf-8 encoded
2992      Unicode file names and paths for Win32, and tag the Content-Type 
2993      from mod_autoindex to reflect that charset if the the feature
2994      macro APR_HAS_UNICODE_FS is true.  [William Rowe]
2995
2996   *) Compute the content length (and add appropriate header field) for
2997      the response when no content length is available and we can't use 
2998      chunked encoding.  [Jeff Trawick]
2999
3000   *) Changed ap_discard_request_body() to use REQUEST_CHUNKED_DECHUNK,
3001      so that content input filters get dechunked data when using
3002      the default handler. Also removed REQUEST_CHUNKED_PASS.
3003      [Sascha Schumann]
3004      
3005   *) Add mod_ext_filter as an experimental module.  This module allows
3006      the administrator to use external programs as filters.  Currently,
3007      only filtering of output is supported.  [Jeff Trawick]
3008
3009   *) Most Apache functions work on EBCDIC machines again, as protocol
3010      data is now translated (again).  [Jeff Trawick]
3011
3012   *) Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
3013      the EBCDIC support.  They are noops on ASCII machines, so this
3014      type of translation doesn't have to be surrounded by #ifdef
3015      CHARSET_EBCDIC.  [Jeff Trawick]
3016
3017   *) Fix mod_include.  tag commands work again, and the server will
3018      send the FAQ again.  This also allows mod_include to set aside
3019      buckets that include partial buckets.
3020      [Ryan Bloom and David Reid]
3021
3022   *) Add suexec support back.  [Manoj Kasichainula]
3023
3024   *) Lingering close now uses the socket directly instead of using
3025      BUFF.  This has been tested, but since all we can tell is that it
3026      doesn't fail, this needs to be really hacked on.
3027      [Ryan Bloom]
3028
3029   *) Allow filters to modify headers and have those headers be sent to
3030      the client.  The idea is that we have an http_header filter that
3031      actually sends the headers to the network.  This removes the need
3032      for the BUFF to send headers.
3033      [Ryan Bloom]
3034
3035   *) Charset translation: mod_charset_lite handles translation of
3036      request bodies.  Get rid of the xlate version of ap_md5_digest()
3037      since we don't compute digests of filtered (e.g., translated) 
3038      response bodies this way anymore.  (Note that we don't do it at
3039      all at the present; somebody needs to write a filter to do so.)
3040      [Jeff Trawick]
3041
3042   *) Input filters and ap_get_brigade() now have a input mode parameter 
3043      (blocking, non-blocking, peek) instead of a length parameter.
3044      [hackathon]
3045
3046   *) Update the mime.types file to the registered media types as
3047      of 2000-10-19. PR#6613 [Carsten Klapp <carsten.klapp@home.net>,
3048      Tony Finch]
3049
3050   *) Namespace protect some macros declared in ap_config.h
3051      [Ryan Bloom]
3052
3053   *) Support HTTP header line folding with input filtering.
3054      [Greg Ames]
3055
3056   *) Mod_include works again.  This should still be re-written, but at
3057      least now we can serve an SHTML page again.
3058      [Ryan Bloom]
3059
3060   *) Begin to remove BUFF from the core.  Currently, we keep a pointer
3061      to both the BUFF and the socket in the conn_rec.  Functions that
3062      want to use the BUFF can, functions that want to use the socket,
3063      can.  They point to the same place.
3064      [Ryan Bloom]
3065
3066   *) apr_psprintf doesn't understand %lld as a format.  Make it %ld.
3067      [Tomas "Ögren" <stric@ing.umu.se>]
3068
3069   *) APR pipes on Unix and Win32 are now cleaned up automatically when the 
3070      associated pool goes away.  (APR pipes on OS/2 were already had this
3071      logic.)  This resolvs a fatal file descriptor leak with CGIs.  
3072      [Jeff Trawick]
3073
3074   *) The final line of the config file was not being read if there was
3075      no \n at the end of it.  This was caused by apr_fgets returning 
3076      APR_EOF even though we had read valid data.  This is solved by
3077      making cfg_getline check the buff that was returned from apr_fgets.
3078      If apr_fgets return APR_EOF, but there was data in the buf, then we
3079      return the buf, otherwise we return NULL.
3080      [Ryan Bloom]
3081
3082   *) Piped logs work again in the 2.0 series.
3083      [Ryan Bloom]
3084
3085   *) Restore functionality broken by the mod_rewrite security fix:
3086      rewrite map lookup keys and default values are now expanded
3087      so that the lookup can depend on the requested URI etc.
3088      PR #6671 [Tony Finch]
3089
3090   *) Tighten up the syntax checking of Host: headers to fix a
3091      security bug in some mass virtual hosting configurations
3092      that can allow a remote attacker to retrieve some files
3093      on the system that should be inaccessible. [Tony Finch]
3094
3095   *) Add a pool bucket type.  This bucket is used for data allocated out
3096      of a pool.  If the pool is cleaned before the bucket is destroyed, then
3097      the data is converted to a heap bucket, allowing it to survive the
3098      death of the pool.
3099      [Ryan Bloom]
3100
3101   *) Add a flush bucket.  This allows modules to signal that the filters
3102      should all flush whatever data they currently have.  There is no way
3103      to actually force them to do this, so if a filter ignores this bucket,
3104      that's life, but at least we can try with this.
3105      [Ryan Bloom]
3106
3107   *) Add an output filter for sub-requests.  This filter just strips the
3108      EOS bucket so that we don't confuse the main request's core output
3109      filter by sending multiple EOS buckets.  This change also makes sub
3110      requests start to send EOS buckets when they are finished.
3111      [Ryan Bloom]
3112
3113   *) Make ap_bucket_(read|destroy|split|setaside) into macros.  Also
3114      makes ap_bucket_destroy a return void, which is okay because it
3115      used to always return APR_SUCCESS, and nobody ever checked its
3116      return value anyway.
3117      [Cliff Woolley <cliffwoolley@yahoo.com>]
3118
3119   *) Remove the index into the bucket-type table from the buckets
3120      structure.  This has now been replaced with a pointer to the
3121      bucket_type.  Also add some macros to test the bucket-type.
3122      [Ryan Bloom]
3123
3124   *) Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
3125      for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
3126      and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
3127      All _VAR_ flavors changes to _DATA to be absolutely clear.
3128      [William Rowe]
3129
3130   *) Add support for /, //, //servername and //server/sharename 
3131      parsing of <Directory> blocks under Win32 and OS2.
3132      [Tim Costello, William Rowe, Brian Harvard]
3133
3134   *) Remove the function pointers from the ap_bucket type.  They have been
3135      replaced with a global table.  Modules are allowed to register bucket
3136      types and use then use those buckets.
3137      [Ryan Bloom]
3138
3139   *) mod_cgid: In the handler, shut down the Unix socket (only for write) 
3140      once we finish writing the request body to the cgi child process; 
3141      otherwise, the client doesn't hit EOF on stdin.  Small request bodies 
3142      worked without this change (for reasons I don't understand), but large 
3143      ones didn't.  [Jeff Trawick]
3144
3145   *) Remove file bucket specific information from the ap_bucket type.
3146      This has been moved to a file_bucket specific type that hangs off
3147      the data pointer in the ap_bucket type.
3148      [Ryan Bloom]
3149
3150   *) Input filtering now has a third argument.  This is the amount of data
3151      to read from lower filters.  This argument can be -1, 0, or a positive
3152      number.  -1 means give me all the data you have, I'll deal with it and
3153      let you know if I need more.  0 means give me one line and one line
3154      only.  A positive number means I want no more than this much data.
3155
3156      Currently, only 0 and a positive number are implemented.  This allows
3157      us to remove the remaining field from the conn_rec structure, which
3158      has also been done.
3159      [Ryan Bloom] 
3160     
3161   *) Big cleanup of the input filtering.  The goal is that http_filter
3162      understands two conditions, headers and body.  It knows where it is
3163      based on c->remaining.  If c->remaining is 0, then we are in headers,
3164      and http_filter returns a line at a time.  If it is not 0, then we are
3165      in body, and http_filter returns raw data, but only up to c->remaining
3166      bytes.  It can return less, but never more.
3167      [Greg Ames, Ryan Bloom, Jeff Trawick]
3168
3169   *) mod_cgi: Write all of the request body to the child, not just what
3170      the kernel would accept on the first write.  [Jeff Trawick]
3171
3172   *) Back out the change that moved the brigade from the core_output_filters
3173      ctx to the conn_rec.  Since all requests over a given connection
3174      go through the same core_output_filter, the ctx pointer has the
3175      correct lifetime.
3176      [Ryan Bloom]
3177
3178   *) Fix another bug in the send_the_file() read/write loop. A partial
3179      send by apr_send would cause unsent data in the read buffer to
3180      get clobbered. Complete making send_the_file handle partial
3181      writes to the network.
3182      [Bill Stoddard]
3183
3184   *) Fix a couple of type fixes to allow compilation on AIX again
3185      [Victor J. Orlikowski <v.j.orlikowski@gte.net>]
3186
3187   *) Fix bug in send_the_file() which causes offset to be ignored
3188      if there are no headers to send.
3189      [Bill Stoddard]
3190
3191   *) Handle APR_ENOTIMPL returned from apr_sendfile in the core
3192      filter. Useful for supporting Windows 9* with a binary
3193      compiled on Windows NT.
3194      [Bill Stoddard]
3195
3196 Changes with Apache 2.0a7
3197
3198   *) Reimplement core_output_filter to buffer/save bucket brigades
3199      across multiple calls to the core_filter. The brigade will be
3200      sent when either MIN_BYTES_TO_SEND or MAX_IOVEC_TO_WRITE
3201      thresholds are hit or the EOS bucket is received.
3202      [Bill Stoddard]
3203
3204   *) Create experimental filter (buffer_filter) that coalesces bytes 
3205      into one large buffer before invoking the next filter in the
3206      chain. This filter is particularly useful with the current 
3207      implementation of mod_autoindex when it inserted above the
3208      chunk_filter. mod_autoindex generates a lot of brigades that
3209      containing buckets holding just a few bytes each. The
3210      buffer_filter coalesces these buckets into a single large bucket.
3211      [Bill Stoddard]
3212
3213   *) Add apr_sendfile() support into the core_output_filter.
3214      [Bill Stoddard]
3215
3216   *) Add apr_sendv() support into the core_output_filter.
3217      [Bill Stoddard]
3218
3219   *) Fix mod_log_config so that it compiles cleanly with BUFFERED_LOGS
3220      [Mike Abbott <mja@sgi.com>]
3221
3222   *) Remove ap_send_fb.  This is no longer used in Apache, and it doesn't
3223      make much sense, because Apache uses buckets instead of BUFFs now.
3224      [Ryan Bloom]
3225
3226   *) send_the_file now falls back to a read/write loop on platforms that
3227      do not have sendfile.
3228      [Ryan Bloom and Brian Havard]
3229
3230   *) Install apachectl correctly, and substitute the proper values so
3231      that it works again.  [Ryan Bloom]
3232
3233   *) Better(??) handle platforms that lack sendfile().
3234      [Jim Jagielski]
3235
3236   *) APR now has UUID generation/formatting/parsing support.
3237      [Greg Stein]
3238
3239   *) Begin the http_filter.  This is an input filter that understands
3240      the absolute basic amount required to parse an HTTP Request.  The
3241      goal is to be able to split headers from request body before passing
3242      the data back to the other filters.
3243      [Ryan Bloom]
3244
3245   *) Bring forward from 1.3.13 the config directory implementation
3246      [Jim Jagielski]
3247
3248   *) install apxs if it is created
3249      [Ryan Bloom]
3250
3251   *) Added APR_IS_STATUS_condition test macros to eliminate canonical error
3252      conversions.  [William Rowe]
3253
3254   *) Now that we have ap_add_input_filter(), rename ap_add_filter() to 
3255      ap_add_output_filter().  [Jeff Trawick]
3256
3257   *) Multiple build and configuration fixes
3258     Build process:
3259
3260       -add datadir and localstatedir substitutions
3261       -fix layout name
3262       -fix logfilename misspelling
3263       -fix evaluation of installation dir variables and
3264       -replace $foobar by $(foobar) to be usefull in the makefile
3265     
3266     Cross compile:
3267     
3268       -add rules for cross-compiling in rules.mk. Okay, rule to check for
3269        $CC_FOR_BUILD is still missing
3270       -use CHECK_TOOL instead of CHECK_PROG for ranlib
3271       -add missing "AR=@AR@" to severaly Makefile.in's
3272       -cache result for "struct rlimit"
3273       -compile all helper programs with native and cross compiler
3274        and use the native version to generate header file
3275      ["Rüdiger" Kuhlmann <Tadu@gmx.de>]
3276
3277   *) Prepare our autoconf setup for autoconf 2.14a and for cross-
3278      compiling.
3279      ["Rüdiger" Kuhlmann <Tadu@gmx.de>]
3280
3281   *) Fix a bug where a client which only sends \n to delimit header
3282      lines (netcat) gets a strange looking HTTP_NOT_IMPLEMENTED 
3283      message.  Start working on ebcdic co-existance with input 
3284      filtering.
3285      [William Rowe, Greg Ames]
3286
3287   *) If mod_so is enabled in the server always create libexec, even
3288      if there are no modules installed in this directory.  This is a
3289      requirement for APXS to work correctly.
3290      [Ryan Bloom]
3291
3292   *) Connection oriented output filters are now stored in the 
3293      conn_rec instead of the request_rec.  This allows us to add the
3294      output filter in the pre-connection phase instead of the
3295      post_read_request phase, which keeps us from trying to write an
3296      error page before we have a filter to write to the network.
3297      [Ryan Bloom, Jeff Trawick, and Greg Ames]
3298
3299   *) Cleaning up an mmap bucket no longer deletes the mmap.  An
3300      mmap can be used across multiple buckets (default_handler with
3301      byte ranges, mod_file_cache, mod_mmap_static), so cleanup of
3302      the mmap itself can't be associated with the bucket.
3303      [Jeff Trawick]
3304
3305   *) Add .dll caching directive ISAPICacheFile to mod_isapi.
3306      [William Rowe]
3307
3308   *) Radical surgery to improve mod_isapi support under Win32.
3309      Includes a number of newer ServerSupportFunction calls, support
3310      for ReadClient (in order to retrieve POSTs greater than 48KB),
3311      and general bug fixes to more reliably load ISAPI .dll's and
3312      prevent leaking handle resources.  Note: There are still 
3313      discrepancies between IIS's and Apache's ServerVariables, and
3314      async calls are still not supported.  Additional warnings are
3315      logged to facilitate debugging of unsupported ISAPI calls.
3316      [William Rowe]
3317
3318   *) Add input filtering to Apache.  The basic idea for the input
3319      filters is the same as the ideas for output filters.  The biggest
3320      difference is that instead of calling ap_pass_brigade, ap_get_brigade
3321      should be called, and the order of execution for the filter itself is
3322      different.  When writing an output filter, a brigade is passed in,
3323      and filters operate directly on that brigade, when done, they call
3324      ap_pass_brigade.  Input filters are the exact opposite.  Because input
3325      is not a push operation, filters first call ap_get_brigade.  When this
3326      function returns, the input filter will be left with a valid brigade.
3327      The input filter should then operate on the brigade, and return.
3328      [Ryan Bloom]
3329
3330   *) Fix building on BSD/OS using its native make. The build system
3331      falls back to the BSD .include directive on that host platform.
3332      [Sascha Schumann]
3333
3334   *) Expand dbmmanage to allow -d -m -s -p options for Crypt, MD5,
3335      SHA1 and plaintext password encodings.  Make feature tests a
3336      bit more flexible.  [William Rowe]
3337
3338   *) Charset translation: mod_charset_lite handles output content 
3339      translation in a filter.  mod_charset_lite no longer ignores 
3340      subrequests.  A bunch of cruft related to BUFF's support for
3341      translating request and response bodies was removed.  
3342      [Jeff Trawick]
3343
3344   *) Move the addition of the CORE filter to the post_read_request
3345      hook in http_core.c.  This removes the need to add the filter in
3346      multiple places and allows for an SSL module to be added much
3347      simpler. [Ryan Bloom]
3348
3349   *) Fix a security problem that affects certain configurations of
3350      mod_rewrite. If the result of a RewriteRule is a filename that
3351      contains expansion specifiers, especially regexp backreferences
3352      $0..$9 and %0..%9, then it may be possible for an attacker to
3353      access any file on the web server. [Tony Finch]
3354
3355   *) Fix a bug where errors that are detected during early request parsing
3356      don't produce visible HTTP error messages at the browser, because
3357      the core_filter wasn't present.  [Greg Ames]
3358
3359   *) Provide apr_socklen_t as a portability aid. 
3360      [Victor  J. Orlikowski]
3361
3362   *) Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)
3363      as well as a comment arg to the add, adduser and update cmds.
3364      update allows the user to clear or preserve pw/groups/comment.
3365      Fixed a bug in dbmmanage that prevented the check option from 
3366      parsing a password followed by :group... text.  Corrected the
3367      seed calcualation for Win32 systems, and added -lsdbm support.
3368      [William Rowe]
3369
3370   *) Configured mod_auth_dbm to compile with sdbmlib under Win32.
3371      [William Rowe]
3372
3373   *) Avoid a segfault when parsing .htaccess files.  An 
3374      uninitialized tree pointer was passed to ap_build_config().
3375      [Jeff Trawick]
3376
3377   *) Change the way that inet_addr & inet_network are checked for
3378      in APR's configure process to allow BeOS BONE to correctly
3379      find them. With this change BeOS BONE now builds from source
3380      with no problems.  [David Reid]
3381
3382   *) Fix a bug in apr_create_process() for Unix.  The NULL signifying
3383      the end of the parameters to execve() was stored in the wrong
3384      location, overlaying the storage beyond the newargs[] array and 
3385      also passing uninitialized storage to execve(), which would 
3386      sometimes fail with EFAULT.  [Jeff Trawick]
3387
3388   *) Fix a bug parsing configuration file containers.  With a sequence
3389      like this in the config file
3390
3391        <IfModule mod_kilroy.c>
3392        any stuff
3393        </IfModule>
3394        <IfModule mod_lovejoy.c>
3395        (blank line)
3396        any stuff
3397        </IfModule>
3398
3399      the second container would be terminated at the blank line due to
3400      sediment in the buffer from reading the prior </IfModule> and an 
3401      error message would be generated for the real </IfModule> for the
3402      second container.  Also due to this problem, any two characters 
3403      could be used for "</" in the close of a container.  
3404      [Jeff Trawick]
3405
3406   *) ap_add_filter prototype changed to remove the ctx pointer.  The
3407      pointer still remains in the filter structure, but it can not be
3408      a part of the ap_add_filter prototype.  The reason is that when
3409      the core uses AddFilter to add a filter to the stack it doesn't
3410      know how to allocate the ctx pointer, or even how much memory should
3411      be allocated.  The filters will have to be responsible for allocating
3412      the ctx memory when they need it.
3413      [Ryan Bloom]
3414
3415   *) Add an AddFilter directive.  This directive takes a list of filters
3416      that should be activated for the requested resource.
3417      [Ryan Bloom]
3418
3419   *) apr_snprintf(): Get quad format strings working on OS/390 (and perhaps
3420      some other platforms).  [Jeff Trawick]
3421
3422   *) Modify mod_include to be a filter.  Currently, it has only been tested
3423      on actual files, but it should work for CGI scripts too.
3424      [Ryan Bloom]
3425
3426   *) apr_putc(), apr_puts() for Unix: handle buffered files and interrupted
3427      writes.  apr_flush() for Unix: handle interrupted writes.
3428      [Jeff Trawick]
3429
3430   *) NameVirtualHost can now take "*" as an argument instead of
3431      an IP address. This allows you to create a purely name-based
3432      virtual hosting server that does not have any IP addresses in
3433      the configuration file and which ignores the local address
3434      of any connections. PR #5595, PR #4455 [Tony Finch]
3435
3436   *) Fix some compile warnings in mod_mmap_static.c
3437      [Mike Abbott <mja@sgi.com>]
3438
3439   *) Fix chunking problem with CGI scripts.  The general problem was that
3440      the CGI modules were adding an EOS bucket and then the core added an
3441      EOS bucket.  The chunking filter finalizes the chunked response when it
3442      encounters an EOS bucket.  Because two EOS buckets were sent, we
3443      finalized the response twice.  The fix is to make sure we only send one
3444      EOS, by utilizing a flag in the request_rec.
3445      [Ryan Bloom]
3446
3447   *) apr_put_os_file() now sets up the unget byte appropriately on Unix
3448      and Win32.  Previously, the first read from an apr_file_t set up via
3449      apr_put_os_file() would return a '\0'.  [Jeff Trawick]
3450
3451   *) Mod_cgid now creates a single element bucket brigade, with a pipe
3452      bucket, instead of using BUFF's and ap_r*.
3453      [Ryan Bloom]
3454
3455   *) APRVARS.in no longer overwrites the EXTRA_LIBS variable.
3456      [Mike Abbott <mja@sgi.com>]
3457
3458   *) Remove ap_bopenf from buff code.  This required modifying the file_cache
3459      code to use APR file's directly instead of going through BUFFs.
3460      [Ryan Bloom]
3461
3462   *) Fix compile break on some platforms for mod_mime_magic.c
3463      [John K. Sterling <sterling@covalent.net>]
3464
3465   *) Fix merging of AddDefaultCharset directive.
3466      PR #5872 (1.3) [Jun Kuriyama <kuriyama@imgsrc.co.jp>]
3467
3468   *) Minor revamp of the rlimit sections of code. We now test
3469      explicitly for setrlimit and getrlimit. Also, unixd_set_rlimit()
3470      is now "available" even if the platform doesn't support
3471      the rlimit family (it's just a noop though). [Jim Jagielski]
3472
3473   *) Migrate the pre-selection of which MPM to use for specific
3474      platforms to hints.m4, which contains (or should contain)
3475      all platform specific "hints". [Jim Jagielski]
3476
3477   *) Remove IOLs from Apache.  With filtering, IOLs are no longer necessary
3478      [Ryan Bloom]
3479
3480   *) Add tables with non-string/binary values to APR.
3481      [Ken Coar]
3482
3483   *) Fix some bad calls to ap_log_rerror() in mod_rewrite. 
3484      [Jeff Trawick]
3485
3486   *) Update PCRE to version 3.2.  [Ryan Bloom]
3487
3488   *) Change the way buckets' destroy functions are called so that
3489      they can be more directly used when changing the type of a
3490      bucket in place. [Tony Finch]
3491
3492   *) Add generic support for reference-counting the resources used by
3493      buckets, and alter the HEAP and MMAP buckets to use it. Change
3494      the way buckets are initialised to support changing the type of
3495      buckets in place, and use it when setting aside TRANSIENT buckets.
3496      Change the implementation of TRANSIENT buckets so that it can be
3497      mostly shared with IMMORTAL buckets, which are now implemented.
3498      [Tony Finch]
3499
3500 Changes with Apache 2.0a6
3501
3502   *) Add support to Apache and APR for dsos on OS/390.  [Greg Ames]
3503
3504   *) Add a chunking filter to Apache.  This brings us one step closer
3505      to removing BUFF. [Ryan Bloom]
3506
3507   *) ap_add_filter now adds filters in a LIFO fashion.  The first filter
3508      added to the stack is the last filter to be called.  [Ryan Bloom]
3509
3510   *) Apache 2.0 has been completely documented using Scandoc.  The
3511      docs can be generated by running 'make docs'.  [Ryan Bloom]
3512
3513   *) Add filtered I/O to Apache.  This is based on bucket brigades,
3514      Currently the buckets still use BUFF under the covers, but that
3515      should change quickly.  The only currently written filter is the
3516      core filter which just calls ap_bwrite.  [The Apache Group]
3517
3518   *) APR locks on Unix: Let APR_LOCKALL locks work when APR isn't
3519      built with thread support.  [Jeff Trawick]
3520
3521   *) Abort configuration if --with-layout was specified and there's
3522      no layout definition file.  [Ken Coar]
3523
3524   *) Add support for '--with-port=n' option to configure.  [Ken Coar]
3525
3526   *) Add support for extension methods for the Allow response header
3527      field, and an API routine for accessing r->allowed and the
3528      list of extension methods in a unified manner.  [Ken Coar]
3529
3530   *) mod_cern_meta: fix broken file reading loop in scan_meta_file().
3531      [Rob Simonson <simo@us.ibm.com>]
3532
3533   *) Get xlate builds working again.  The apr renaming in 2.0a5 broke
3534      APACHE_XLATE builds.  [Jeff Trawick]
3535
3536   *) A configuration file parsing problem was fixed.  When the 
3537      configuration file started with an IfModule/IfDefine container, 
3538      only the last statement in the container would be retained.  
3539      [Jeff Trawick]
3540
3541 Changes with Apache 2.0a5
3542
3543   *) Perchild is serving pages after passing them to different child
3544      processes.  There are still a lot of bugs, but this does work.  I
3545      have made requests against the same installation of Apache, and had
3546      different servers use different user IDs to serve the responses.
3547      This change moves to using socketpair instead of an AF_UNIX socket.
3548      [Ryan Bloom]
3549
3550   *) Perchild MPM still doesn't work perfectly, but it is serving pages.
3551      It can't seem to pass between child processes yet, but I think we
3552      are closer now than before.  This moves us back to using Unix
3553      Domain Sockets.  [Ryan Bloom]
3554
3555   *) libapr functions and types renamed with apr_ prefix.
3556      #include "apr_compat.h" for 1.3.x backwards compat
3557      [Perl]
3558
3559   *) Fix problems with APR sockaddr handling on Win32.  It didn't always
3560      return the right information on the local socket address.
3561      [Gregory Nicholls <gnicholls@level8.com>]
3562
3563   *) ap_recv() on Win32: Set bytes-read to 0 on error.  
3564      [Gregory Nicholls <gnicholls@level8.com>]
3565
3566   *) Add an option to not detach from the controlling terminal without
3567      going into single process mode.  This allows for much easier
3568      debugging of the process startup code. [Ryan Bloom]
3569
3570   *) ab: don't use perror() to report the failure of an APR function.
3571      [Jeff Trawick]
3572
3573   *) Make dexter, mpmt_pthread, and perchild MPMs not destroy the
3574      scoreboard on graceful restarts.
3575      [Ryan Bloom]
3576
3577   *) Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.
3578      An invalid ap_proc_t was passed to ap_create_process().
3579      [Jeff Trawick]
3580
3581   *) Allow modules to register filters.  Those filters are still
3582      never called, but this is a step in the right direction.
3583      [Ryan Bloom and Greg Stein]
3584
3585   *) Register the mod_cgid daemon process for cleanup so that it is
3586      killed at termination if it does not die when the parent gets
3587      SIGTERM.  This change is to fix occasional problems where the
3588      process stays around.  Bugs in similar logic in mod_rewrite and
3589      mod_include were also fixed.  [Jeff Trawick]
3590
3591   *) Fix a bug in the time handling.  Basically, we were imploding a time
3592      in ap_parseHTTPdate, but it had bogus data in the exploded time format.
3593      Namely, tm_usec and tm_gmtoff were not filled out.  ap_implode_time
3594      uses those two fields to adjust the time value.  Because of the HTTP
3595      spec, both of those values can be zero'ed out safely.  This fixes
3596      the bug correctly.  [Ryan Bloom]
3597
3598   *) Fix a couple of place in the Windows code where the wrong error
3599      code was being returned. [Gregory Nicholls <gnicholls@level8.com>]
3600
3601   *) Fix POOL_DEBUG (at least for prefork mpm). [Dean Gaudet]
3602
3603   *) Added the APR_EOL_STR macro for platform dependent differences in 
3604      logfiles and other raw text (such as all APR files).  Fixes logfiles
3605      not terminated with cr/lf sequences in Win32.  [William Rowe]
3606
3607   *) Move all strings functions in APR to src/lib/apr/strings and create
3608      apr_strings.h for the prototypes. [Ryan Bloom]
3609
3610   *) APR lock fixes: when using SysV sems, flock(), or fcntl(), be sure
3611      to repeat the syscall until we stop getting EINTR.  I noticed a
3612      related problem at termination (SIGTERM) on FreeBSD when using
3613      fcntl().  Apache 1.3 had these new loops too.  Also, make the flock() 
3614      implementation work properly with child init.  Previously, ap_lock()
3615      was essentially a no-op because all children were using different
3616      locks and thus nobody ever blocked.  [Jeff Trawick]
3617
3618   *) The htdocs/ tree has been moved out of the CVS source tree into
3619      a separate area for easier development.  This has NO EFFECT on
3620      end-users or Apache installations.  [Ken Coar]
3621
3622   *) Integrate the mod_dav module for WebDAV protocol handling. This
3623      adds the dav and dav_fs modules, the SDBM library, and additional
3624      XML handling utilities. [Greg Stein]
3625
3626   *) Clean out obsolete names (from httpd.h) for the HTTP Status Codes
3627      [Greg Stein]
3628
3629   *) Update the lib/expat-lite/ library (bring forward changes from
3630      the Apache 1.3 repository). [Greg Stein]
3631
3632   *) If sizeof(long long) == sizeof(long), then prefer long in APR
3633      configure.in.  [Dave Hill <ddhill@zk3.dec.com>]
3634
3635   *) Add ap_sendfile for Tru64 Unix.  Also, add an error message for
3636      machines where sendfile is detected, but nobody has written ap_sendfile.
3637      [Dave Hill <ddhill@zk3.dec.com>]
3638
3639   *) Compile fixes in mod_mmap_static.  [Victor J. Orlikowski]
3640
3641   *) ab would start up more connections than needed, then quit when the
3642      desired number were finished. Also fixed a logic error involving
3643      ab keepalives.  [Victor J. Orlikowski]
3644
3645   *) WinNT: Implement non-blocking pipes with timeouts to communicate
3646      with CGIs. Apache 2.0a4 had non-blocking pipes but without 
3647      timeouts (i.e, if a timeout was specified, the pipe reverted to
3648      a full blocking pipe). Now the behaviour is more in line with
3649      Unix non-blocking pipes.
3650      [Bill Stoddard]
3651
3652   *) WinNT: Implement accept socket reuse. Using mod_file_cache to
3653      cache open file handles along with accept socket reuse enables
3654      Apache 2.0 to serve non-keepalive requests for static files at
3655      3x the rate of Apache 1.3.(e.g, Apache 1.3 will serve 400 rps
3656      and Apache 2.0 will serve almost 1200 rps on my system).
3657      [Bill Stoddard]
3658
3659   *) Merge mod_mmap_static function into mod_file_cache. mod_file_cache
3660      supports two config directives, mmapfile (same behavious as
3661      mod_mmap_static) and cachefile. Use the cachefile directive
3662      to cache open file handles. This directive only works on systems
3663      that have implemented the ap_sendfile API. cachefile works today
3664      on Windows NT, but has not been tested on any flavors of Unix.
3665      [Bill Stoddard]
3666
3667   *) Cleanup the configuration.  With the last few changes the
3668      configuration process automatically:
3669          inherits information about how to build from APR.  Allowing
3670          APR to inform Apache that it should or should not use -ldl
3671         
3672          Detects which mod_cgi should be used mod_cgi or mod_cgid,
3673          based on the threading model
3674
3675          Apache calls APR's configure process before finishing it's
3676          configuration processing, allowing for more information flow
3677          between the two.
3678      [Ryan Bloom]
3679          
3680
3681   *) Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCK
3682      with non-zero argument makes the socket non-blocking.  BeOS and
3683      OS/2 already worked this way.  [Jeff Trawick]
3684
3685   *) ap_close() now calls ap_flush() for buffered files, so write
3686      operations work a whole lot better on buffered files.
3687      [Jeff Trawick]
3688
3689   *) Fix error messages issued from MPMs which explain where to change
3690      compiled-in limits (e.g., ThreadsPerChild, MaxClients, StartTreads).
3691      [Greg Ames]
3692
3693   *) ap_create_pipe() now leaves pipes in blocking state.  (This helps 
3694      reduce the number of syscalls on Unix.)  ap_set_pipe_timeout() is
3695      now the way that the blocking state of a pipe is manipulated.
3696      ap_block_pipe() is gone.  [Jeff Trawick]
3697
3698   *) Correct the problem where the only local host name that the IP stack
3699      can discover are 'undotted' private names.  If no fully qualified
3700      domain name can be identified, the default ServerName will be set to
3701      the machine's IP address string. A warning is always provided if the
3702      ServerName not specified, but assumed.  Solves PR6215 [William Rowe]
3703
3704   *) Repair problems with config file processing which caused segfault
3705      at init when virtual hosts were defined and which caused ServerName to
3706      be ignored when there was no valid DNS setup.  [Jeff Trawick]
3707
3708   *) Removed pointless ap_is_aborted macro function. [Roy Fielding]
3709
3710   *) Add ap_sendfile implementation for AIX
3711      [Victor J. Orlikowski]
3712
3713   *) Repair C++ compatibility in ap_config.h, apr_file_io.h, 
3714      apr_network_io.h, and apr_thread_proc.h.  
3715      [Tyler J. Brooks <tylerjbrooks@home.com>, Jeff Trawick]
3716
3717   *) Bring the allocation and pool debugging code back into a working
3718      state.  This will need to be tested as so far it's only been used on
3719      BeOS. [David Reid]
3720
3721   *) Change configuration command setup to be properly typesafe when in
3722      maintainer mode. Note that this requires a compiler that can initialise
3723      unions. [Ben Laurie]
3724
3725   *) Turn on buffering for config file reads.  Part of this was to
3726      repair buffered I/O support in Unix and implement buffered
3727      ap_fgets() for all platforms.  [Brian Havard, Jeff Trawick]
3728
3729   *) Win32: Fix problem where UTC offset was not being set correctly
3730      in the access log. Problem reported on news group by Jerry Baker.
3731      [Bill Stoddard]
3732
3733   *) Fix segfault when reporting this type of syntax error:
3734      "</container> without matching <container> section", where
3735      container is VirtualHost or Directory or whatever.
3736      [Jeff Trawick]
3737
3738   *) Prevent the source code for CGIs from being revealed when using
3739      mod_vhost_alias and the CGI directory is under the document root
3740      and a user makes a request like http://www.example.com//cgi-bin/cgi
3741      as reported in <news:960999105.344321@ernani.logica.co.uk>
3742      [Tony Finch]
3743
3744   *) Add support for the new Beos NetwOrking Environment (BONE)
3745      [David Reid]
3746
3747   *) xlate: ap_xlate_conv_buffer() now tells the caller when the
3748      final input char is incomplete; ap_bwrite_xlate() now handles
3749      incomplete final input chars.  [Jeff Trawick]
3750
3751   *) Yet another update to saferead/halfduplex stuff -- need to ensure
3752      that a bhalfduplex call occurs before logging or else DNS and
3753      such can delay the last packet of the response.  [Dean Gaudet]
3754
3755   *) Some syscall reduction in APR on unix -- don't seek when setting
3756      up an mmap; and don't fcntl() more than once per socket.
3757      [Dean Gaudet]
3758
3759   *) When mod_cgid is started as root, the cgi daemon now switches 
3760      to the configured User/Group (like other httpd processes) 
3761      instead of continuing as root.  [Jeff Trawick]
3762
3763   *) The prefork MPM now uses an APR lock for the accept() mutex.
3764      It has not been getting a lock at all recently.  httpd -V now 
3765      displays APR's selection of the lock mechanism instead of the 
3766      symbols previously respected by prefork.  [Jeff Trawick]
3767
3768   *) Change the mmap() feature test to check only for existence.
3769      The previous check required features not used by Apache.
3770      [Greg Ames]
3771
3772   *) Fix a couple of bugs in mod_cgid:  The cgi arguments were
3773      sometimes mangled.  The len parm to accept() was not 
3774      initialized, leading sometimes to an endless loop of failed
3775      accept() calls on OS/390 and anywhere else that failed the call
3776      if the len was negative.  Use <sys/un.h> for struct sockaddr_un
3777      instead of declaring it ourselves to fix a compilation problem
3778      on Solaris.  [Jeff Trawick]
3779
3780   *) Add Resource limiting code back into Apache 2.0. [Ryan Bloom]
3781
3782   *) Fix zombie process problem with mod_cgi.  [Jeff Trawick]
3783
3784   *) Port mod_mmap_static to 2.0.  Make it go faster.  [Greg Ames]
3785
3786   *) Fix storage overlay when loading dsos.  Symptom: Apache dies at
3787      initialization if ALLOC_DEBUG is defined; no known symptom 
3788      otherwise.  [Jeff Trawick]
3789
3790   *) Fix typo in configure script when checking for mod_so.  bash
3791      doesn't seem to have a problem but /bin/sh on Solaris does.
3792      Symptom: "./configure: test: unknown operator =="
3793      [Jeff Trawick]
3794    
3795   *) Rebind the Win32 NT and 9x services control into the MPM.  
3796      All console, WinNT SCM and Win9x pseudo-service control code is
3797      now wrapped within the WinNT MPM.
3798      [William Rowe]
3799
3800   *) Make a copy of getenv("PATH") before storing for later use.  Some
3801      getenv() implementations use the same storage for successive calls.
3802      CGIs on OS/390 had a bad PATH due to this.  [Jeff Trawick]
3803
3804   *) Server Tokens work in 2.0 again.  This also propogates the change
3805      to allow just the product name in the server string using
3806      PRODUCT_ONLY.
3807      [Ryan Bloom]
3808
3809 Changes with Apache 2.0a4
3810
3811   *) EBCDIC: Rearrange calls to ap_checkconv() so that most handlers
3812      won't need to call it.  [Greg Ames, Jeff Trawick]
3813
3814   *) Move pre_config hook call to between configuration read and config
3815      tree walk.  This allows all modules to implement pre_config hooks
3816      and know that they will be called at an appropriate time.
3817      [Ryan Bloom] 
3818
3819   *) mod_cgi, mod_cgid: Make ScriptLog directive work again.  
3820      [Jeff Trawick]
3821
3822   *) Add pre-config hooks back to all modules.
3823      [Ryan Bloom]
3824
3825   *) Fix a SIGSEGV in ap_md5digest(), which is used when you have
3826      ContentDigest enabled and we can't/don't mmap the file. 
3827      [Jeff Trawick]
3828
3829   *) We now report the correct line number for syntax errors in config
3830      files.  [Ryan Bloom, Greg Stein, Jeff Trawick]
3831
3832   *) Brought mod_auth_digest up to synch with 1.3, fixed ap_time_t-
3833      related bugs, and changed shmem/locking to use apr API. Shared-mem
3834      is currently disabled, however, because of problems with graceful
3835      restarts. [Ronald Tschalär]
3836
3837   *) Fix corruption of IFS variable in --with-module= handling.  
3838      Depending on the user's shell or customization thereof, there 
3839      would be errors generating ap_config_auto.h later in the configure
3840      procedure.  [Jeff Trawick]
3841
3842   *) mod_cgi: Restore logging of stderr from child process when ScriptLog 
3843      isn't used (as in 1.3), except that on Unix it is now logged via 
3844      ap_log_rerror() instead of by the child having STDERR_FILENO refer
3845      to the error log.  [Greg Ames, Jeff Trawick]
3846
3847   *) Add '-D' argument processing for run time configuration defines.
3848      [William Rowe]
3849
3850   *) Organize http_main.c as independent code, such that no code or
3851      global data is exported from it.  WIN32 will dynamically link it
3852      to the server core, so this will prevent mutual dependency.
3853      [William Rowe]
3854
3855   *) Add separate dynamic linkage tags APR_EXPORT(), APR_EXPORT_NONSTD()
3856      and APR_VAR_EXPORT to correctly resolve apr functions and globals.
3857      [William Rowe]
3858
3859   *) Add Win9x service execution and Ctrl+C/Ctrl+Break/Shutdown handlers.
3860      [William Rowe, Jan Just Keijser <KEIJSERJJ@logica.com>]
3861
3862   *) Add mod_charset_lite for configuring character set translation.
3863      [Jeff Trawick]
3864
3865   *) Add '-n' option to htpasswd to make it print its user:pw record
3866      on stdout rather than having to frob a text file.  [Ken Coar]
3867
3868   *) Fix saferead.  Basically, we flush the output buffer if a read on the
3869      input will block.
3870      [Ryan Bloom]
3871  
3872   *) APR: Add ap_xlate_get_sb() so that an app can find out whether or not
3873      a conversion is single-byte only. [Jeff Trawick]
3874
3875   *) BEOS: ap_shutdown should return APR_SUCCESS or errno. Note that
3876      the BeOS 5.0 documentation says that shutdown doesn't work yet.
3877      [Roy Fielding]
3878
3879   *) Fix some minor errors where pid was being manipulated as an int
3880      instead of the portable pid_t.  [Roy Fielding]
3881
3882   *) Fix some error log prints that were printing the pointer to a
3883      structure rather than the pid within the structure.
3884      [Jeff Trawick, Roy Fielding]
3885
3886   *) ab: Fix a command-line processing bug; track bad headers in 
3887      err_response; support reading headers up to 2K. 
3888      [Ask Bjoern Hansen <ask@valueclick.com>]
3889
3890   *) Fix ap_resolve_env() so that it handles new function added in a prior
3891      alpha (see "Added the capability to do ${ENVVAR} constructs in the
3892      config file.") as well as the constructs used by mod_rewrite.
3893      [Paul Reder <rederpj@raleigh.ibm.com>]
3894
3895   *) Apache 2.0 builds and runs on OS/390. [Jeff Trawick, Greg Ames]
3896
3897   *) Change the EBCDIC support in functions for MD5, SHA1, and base 64 to use
3898      APR to perform translation, instead of accessing the hard-coded tables
3899      in 1.3's ebcdic.c. [Jeff Trawick]
3900
3901   *) Fix some bugs (mostly lost 1.3 code) in ab's command-line processing. 
3902      [Jeff Trawick]
3903
3904   *) Add the ability to hook into the config file reading phase.  Basically
3905      if a directive is specified EXEC_ON_READ, then when that directive is
3906      read from the config file, the assocaited function is executed.  This
3907      should only be used for those directives that must muck with HOW the
3908      server INTERPRETS the config.  This should not be used for directives
3909      that re-order or replace items in the config tree.  Those changes should
3910      be made in the pre-config step.
3911      [Ryan Bloom]
3912
3913   *) Add mod_example to the build system.
3914      [Tony Finch]
3915
3916   *) APR: Add ap_xlate_conv_byte() to convert one char between single-
3917      byte character sets. [Jeff Trawick]
3918
3919   *) Pick up various EBCDIC fixes from 1.3 (from Martin
3920      Kraemer and Oliver Reh originally according to the change log).
3921      [Jeff Trawick]
3922
3923   *) Fix a couple of problems in RFC1413 support (controlled by the
3924      IdentityCheck directive).  Apache did not build the request string
3925      properly and more importantly Apache would loop forever if the 
3926      would-be ident server dropped the connection before sending a
3927      properly terminated response. [Jeff Trawick]
3928
3929   *) apxs works in 2.0.
3930      [Ryan Bloom]
3931
3932   *) Reliable piped logs work in 2.0.
3933      [Ryan Bloom]
3934
3935   *) Introduce a hash table implementation into APR to be used for
3936      replacing tables and other random data structures in Apache.
3937      [Tony Finch]
3938
3939   *) Add some more error reporting to htpasswd in the case of problems
3940      generating or accessing the temporary file.  Also, pass in a
3941      buffer if the implementation knows how to use it (i.e., if L_tmpnam
3942      is defined).  [Ken Coar]
3943
3944   *) Configure creates config.nice now containing your configure
3945      options. Syntax: ./config.nice [--more-options]
3946      [Sascha Schumann]
3947
3948   *) Fix various return code problems in APR on Win32.  For most of
3949      these, APR was returning APR_EEXIST instead of GetLastError()/
3950      WSAGetLastError().  [Jeff Trawick]
3951
3952   *) Make piped logs work again in version 2.0
3953      [Ryan Bloom]
3954
3955   *) Add VPATH support to UNIX build system of Apache and APR.
3956      [Sascha Schumann]
3957
3958   *) Fix ap_tokenize_to_argv to respect the const arguments that are
3959      passed to it.
3960      [Ryan Bloom]
3961
3962   *) Fix mm's memcpy/memset macros, pointer arithmetic was broken.
3963      Patch submitted to author.
3964      [Sascha Schumann]
3965
3966   *) Fix mm configuration on Solaris 8 x86 and OS/390.  Don't require
3967      /sbin in PATH on FreeBSD (all submitted to rse previously) 
3968      [Jeff Trawick]
3969
3970   *) Fix building Pthread-based MPMs on OpenBSD
3971      [Sascha Schumann] PR#26
3972
3973   *) Fix ap_readdir() problem on systems where d_name[] field in
3974      struct dirent is declared with only one byte.  (This problem only 
3975      affected multithreaded builds.)  This caused a segfault during
3976      pool cleanup with mod_autoindex on Solaris (Solaris 8 x86, at 
3977      least). [Jeff Trawick]
3978
3979   *) Fix some make-portability problems on at least Tru64, Irix
3980      and UnixWare.
3981      [Sascha Schumann] PR#18, PR#39
3982
3983   *) Add ap_sigwait() to support old-style sigwait() on systems
3984      like OS/390 and UnixWare.
3985      [Sascha Schumann] 
3986
3987   *) Add POSIX-thread flags for more platforms.
3988      [Sascha Schumann]
3989
3990   *) Fix some minor bugs in ap_strerror().  Teach ap_strerror()
3991      (on Unix, at least) to handle resolver errors.  Fix a bug in
3992      the definition of APR_ENOMEM so that ap_strerror() can spit
3993      out the correct error message for it.
3994      [Jeff Trawick]
3995
3996 Changes with Apache 2.0a3
3997
3998   *) mod_so reports ap_os_dso_error() if ap_dso_load() fails
3999      [Doug MacEachern]
4000
4001   *) API: *HOOK* macros now have an AP_ prefix
4002      [Doug MacEachern]
4003
4004   *) Win32: Eliminate redundant calls to initialize winsock.
4005      [Tim Costello <timcostello@ozemail.com.au>]
4006
4007   *) Fix bugs initializing ungetchar for pipes. 
4008      [Chia-liang Kao <clkao@CirX.ORG>]
4009
4010   *) The ab program in the src/support directory is now portable using
4011      APR.
4012      [Ryan Bloom]
4013
4014   *) Support directory is being compiled when the server is built
4015      [Ryan Bloom]
4016
4017   *) The configure option --with-program-name has been added to allow
4018      developers to rename the executable at configure time.  This also
4019      changes the name of the config files to match the executable's name.
4020      [Ryan Bloom]
4021
4022   *) mod_autoindex: Add `IndexOptions +VersionSort', to nicely sort filenames
4023      containing version numbers. [Martin Pool]
4024
4025   *) ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 on
4026      Unix; access_log and error_log now created with these perms; non-
4027      Unix is unaffected [Jeff Trawick]
4028      
4029   *) Finished move of ap_md5 routines to apr_md5.  Removed ap_md5.h.
4030      Replaced more magic numbers with MD5_DIGESTSIZE.
4031      [William Rowe, Roy Fielding]
4032
4033   *) Win32: Get mod_auth_digest compiling and added to the Windows
4034      build environment. Not tested and I'd be suprised if it 
4035      actually works. [Bill Stoddard]
4036
4037   *) Revamp the Win32 make environment. Makefiles have been removed and
4038      Apache.dsw created to bring together all the pieces. Create new file
4039      os/win32/BaseAddr.ref to define module base addresses (to prevent
4040      dll relocation at start-up).
4041      [William Rowe, Greg Marr, Tim Costello, Bill Stoddard]
4042
4043   *) [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3.  This replaces most
4044      of the \015, \012, and \015\012 constants with macros.
4045      [Greg Ames]
4046      
4047   *) Add ap_xlate_open() et al for translation of text between different 
4048      character sets.  The initial implementation requires iconv().
4049      [Jeff Trawick]
4050
4051   *) More FAQs and answers from comp.infosystems.www.servers.unix.
4052      [Joshua Slive <slive@finance.commerce.ubc.ca>]
4053
4054   *) CGI output is being timed out now.
4055      [Ryan Bloom]
4056
4057   *) Fix the problem with dieing quietly.  dupfile now takes a pool which
4058      is used by the new apr file.  There is no reason to create a new file
4059      with the same lifetime as the original file.
4060      [Ryan Bloom] 
4061
4062   *) Win32: Attempt to eliminate dll relocation at start-up by specifying
4063      module base addresses. This will help shooting seg faults
4064      in the field. [William Rowe <wrowe@lnd.com>]
4065
4066   *) Update Apache on Windows documentation. Add new document
4067      describing how to compile Apache on Windows.
4068      [William Rowe <wrowe@lnd.com>]
4069
4070   *) ap_set_pipe_timeout(), ap_poll(), and APR_SO_TIMEOUT now take 
4071      microseconds instead of seconds.  Some storage leaks and other
4072      minor bugs in related code were fixed.  [Jeff Trawick]
4073
4074   *) Win32: First cut at getting mod_isapi working under 2.0
4075      [William Rowe <wrowe@lnd.com>]
4076
4077   *) First stab at getting mod_auth_digest working under 2.0
4078      quick change summary:
4079      - moved the random byte generation (ap_generate_random_bytes) into APR
4080      - now uses ap_time_t
4081      - compiles and runs on linux
4082      - tested with amaya
4083      [Brian Martin <bmartin@penguincomputing.com>]
4084
4085   *) Win32: Move the space stripping of physical service names
4086      fix up from Apache 1.3. #include'ing "ap_mpm.h" fixes up an
4087      unresolved symbol. Add dependency checking to the
4088      CreateService call to ensure TCPIP and AFP (winsock) is started
4089      before Apache.
4090      [William Rowe <wrowe@lnd.com>]
4091
4092   *) Win32: Add code to perform latebinding on functions that may
4093      not exist on all levels of Windows where Apache runs. This
4094      is needed to allow Apache to start-up on Win95/98. All calls
4095      to non portable functions should be protected with
4096      ap_oslevel checks to prevent runtime segfaults. 
4097      [William Rowe <wrowe@lnd.com>]
4098
4099   *) Fix fallback default values for SHM_R and SHM_W [Martin Kraemer]
4100
4101   *) Get lingering_close() working again. [Dean Gaudet, Jeff Trawick]
4102
4103   *) Win32: Get non-blocking CGI pipe reads working under Windows NT.
4104      This addresses PR 1623. Still need to address timing out runaway
4105      CGI scripts. [Bill Stoddard]
4106  
4107   *) Win32: Make ap_stat Windows 95/98 friendly
4108      [William Rowe <wrowe@lnd.com>]                                            
4109
4110   *) Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() to 
4111      always fail. Need to initialise the dwOSVersionInfoSize member of the 
4112      OSVERSIONINFO struct before calling GetVersionEx, so GetVersionEx 
4113      always fails. 
4114
4115      The patch also enhances ap_get_oslevel (and the associated enum) to 
4116      handle selected service packs for NT4, and adds recognition for 
4117      Windows 2000. This is useful, eg. if we can recognise NT4 SP2 then 
4118      we can use ReadFileScatter and WriteFileGather in readwrite.c. 
4119      [Tim Costello <Tim.Costello@BTFinancialgroup.com>]
4120
4121   *) Get mod_rewrite building and running, and mod_status building for Win NT
4122      [Allan Edwards <ake@raleigh.ibm.com>]
4123
4124   *) Patch to port mod_auth_db to the 2.0 api and also to support 
4125      Berlekey DB 3.0. It works for me with both Berkeley DB 3.0.55 and 
4126      2.7.7.  It should work with version 1 as well but I haven't tested it.  
4127      [Brian Martin <bmartin@penguincomputing.com>]
4128
4129   *) Get APR DSO code working under Windows. Includes cross platform
4130      fixes to mod_so.c.
4131      [Tim.Costello@BTFinancialgroup.com]
4132
4133   *) Fix some of the Windows APR time functions.
4134      [William Rowe]
4135
4136   *) FAQ changes related to tidying up historical documents on the web site.
4137      [Joshua Slive <slive@finance.commerce.ubc.ca>]
4138
4139   *) Move Windows DSO code into APR.
4140      [Bill Stoddard]
4141
4142   *) Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
4143      Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw
4144      at build time. At this point, the server will not compile on Windows because
4145      of the recent DSO commits. Fixing those next.
4146      [Bill Rowe & Bill Stoddard]
4147
4148   *) Added error checking for file I/O APR routines.
4149      [Jon Travis <jtravis@covalent.net>]
4150
4151   *) APR: Don't use the values of resolver error codes for the 
4152      corresponding APR error codes.  On Unix and Win32, return the 
4153      proper APR error code after a resolver error. [Jeff Trawick]
4154
4155 Changes with Apache 2.0a2
4156
4157   *) Renamed the executable back to httpd on all platforms other 
4158      than Win32
4159      [Ryan Bloom]
4160
4161   *) Allow BeOS to survive restarts, log properly and a few
4162      small things it had problems with due to the way it setup
4163      users and groups. [David Reid]
4164
4165   *) Get mod_rewrite working with APR locks
4166      [Paul Reder <rederpj@raleigh.ibm.com>]
4167
4168   *) Actually remove the sempahore when the lock cleanup routine
4169      is called on BeOS. [David Reid]
4170
4171   *) Clear hook registrations between reads of the config file.
4172      When DSOs are unloaded and re-loaded the old hook pointers may
4173      no longer be valid. This fix eliminates potential segfaults.
4174      [Allan Edwards <ake@raleigh.ibm.com>]
4175
4176   *) Fix a problem with Sigfunc not being defined or bypassed
4177      if sigaction() wasn't found. [Jim Jagielski]
4178
4179   *) Fix the locking mechanism on BSD variants.  They now use fcntl
4180      locks.  This allows the server to start and serve pages.
4181      [Ryan Bloom]
4182
4183   *) First cut at getting the Win32 installer to work
4184      [William Rowe <wrowe@lnd.com>]
4185
4186   *) Get htpasswd compiling under Windows
4187      [William Rowe <wrowe@lnd.com>]
4188
4189   *) Change the log message for a bind() failure to show the
4190      interface and port number. [Jeff Trawick]
4191
4192   *) Import the documentation from 1.3.12 and bring parts of it
4193      up-to-date with respect to the changes that have occurred
4194      in 2.0.
4195      [Tony Finch]
4196
4197   *) BeOS MPM updated.  CGI bug on BeOS fixed.  IP addresses
4198      now logged correctly on BeOS.
4199      [David Reid]
4200
4201   *) Create one makefile for all Win32 distributions (NT/2000/95/98).
4202      Makefile.win includes the same user interface as the old 
4203      Makefile.nt 
4204      [William Rowe <wrowe@lnd.com>, Jeff Trawick <trawick@us.ibm.com>]
4205
4206   *) Win32 exec now uses COMSPEC environment string for command 
4207      shell path resolution.
4208      [William Rowe <wrowe@lnd.com>] PR#3715
4209
4210   *) Win32: ap_connect() was not returning correct error condition
4211      PR5866
4212      [Allen Prescott <allen@clanprescott.com>]
4213
4214   *) Win32: ap_open() was broken on Win9x because an NT-specific
4215      flag was passed to CreateFile.  ap_puts() added an unnecessary
4216      '\n'.
4217      [Jeff Trawick <trawick@us.ibm.com>]
4218
4219   *) Put in Korean and Norwegian index.html pages (2.0 and 1.3)
4220      which where donated by Lee Kuk Hyun and Lorant Czaran. 'Fixed'
4221      confusing ee/et name and made all extensions language/dialect
4222      rather than country reflecting. Changed example files to
4223      explicit reflect the ISO charset and added a few common 
4224      ones to the example config [dirkx]
4225
4226   *) Extend external module capability.  To use this, you call
4227      configure with --with-module=path/to/mod1,path/to/mod2,etc.
4228      [Ryan Bloom]
4229
4230   *) Backported the various "default charset" fixes from 1.3.12,
4231      including the AddDefaultCharset directive. [Jim Jagielski]
4232
4233   *) Added the capability to do ${ENVVAR} constructs in the
4234      config file. E.g. 'ServerAdmin ${POSTMASTER}'. As commited
4235      it does this on a line by line basis; i.e. if the envvar
4236      expands to something with spaces you have to protect it
4237      by adding quotes around it (Unless of course you expect it
4238      to contains more than one argument. Alternatively you
4239      can compile it on a per token basis; which is what people
4240      usually expect by setting RESOLVE_ENV_PER_TOKEN. But this
4241      hampers fancier hacks.
4242      [Dirk-Willem van Gulik]
4243
4244   *) Changed the 'ErrorDocument' syntax in that it NO longer
4245      supports the asymetric
4246
4247                 ErrorDocument 301 "Some message
4248
4249      Note the opening " quote, without a closing quote. It now
4250      has either the following syntaxes
4251
4252                 ErrorDocument XXX /local/uri
4253                 ErrorDocument XXX http://valid/url
4254                 ErrorDocument XXX "Some Message"
4255
4256      The recognition heuristic is: if it has a space it
4257      is a message. If it has no spaces and starts with a /
4258      or is a valid URL then treat it that way. Otherwise it
4259      is assumed to be a message.
4260
4261      This breaks backward compatibility but makes live a hell
4262      of a lot easier for GUI's and config file parsers.
4263      [Dirk-Willem van Gulik]
4264
4265   *) Changed 'CacheNegotiatedDocs' from its present/not-present
4266      syntax into a 'on' or 'off' syntax. As it currently is the
4267      only non nesting token which uses NO_ARGS and thus is an
4268      absolute pain for any config interface automation. This
4269      breaks backward compatibility. [Dirk-Willem van Gulik]
4270
4271   *) Add ability to add external modules to the build process.  This is
4272      done with --with-module=/path/to/module.  Modules can only be added
4273      as static modules at this point.
4274      [Ryan Bloom]
4275
4276 Changes with Apache 2.0a1
4277
4278   *) Fix FreeBSD 3.3 core dump.
4279      Basically, ap_initialize() needs to get called before 
4280      create_process(), since create_process() passes op_on structure
4281      to semop() to get a lock, but op_on isn't initialized until 
4282      ap_initialize() calls setup_lock().  Here is a slight
4283      rearrangement to main() which calls ap_initialize() earlier...
4284      [Jeff Trawick <trawick@us.ibm.com>]
4285
4286   *) Enable Apache to use sendfile/TransmitFile API
4287      [Bill Stoddard, David Reid, Paul Reder]
4288
4289   *) Re-Implement Win32 APR network I/O APIs and most of the file I/O
4290      APIs.
4291      [Bill Stoddard]
4292
4293   *) Make file I/O and network I/O writev/sendv APIs consistent.
4294      Eliminate use of ap_iovec_t and use Posix struct iovec.
4295      Use seperate variable on ap_writev to set the number of iovecs
4296      passed in and number of bytes written.
4297      [Bill Stoddard]
4298
4299   *) Adapt file iol to use APR functions. Replaced ap_open_file() 
4300      with ap_create_file_iol(). ap_create_file_iol() requires that 
4301      the file be opened prior to the call using ap_open().
4302      [Bill Stoddard]
4303
4304   *) Port mod_include and mod_cgi to 2.0
4305      [Paul Reder, Bill Stoddard]
4306
4307   *) ap_send{,v}, ap_recv, ap_sendfile API clarification --
4308      bytes_read/bytes_written is always valid (never -1).  Plus
4309      some fixes to buff.c to correct problems introduced by the
4310      errno => ap_status_t changes a while back.  Plus a fix to
4311      chunked encoding introduced right at the beginning of 2.0.
4312      [Dean Gaudet]
4313
4314   *) Revamped UNIX build system to use autoconf and libtool.
4315      [Manoj Kasichainula, Sascha Schumann]
4316
4317   *) port mod_rewrite to 2.0. [Paul J. Reder <rederpj@raleigh.ibm.com>]
4318
4319   *) More rigorous checking of Host: headers to fix security problems
4320      with mass name-based virtual hosting (whether using mod_rewrite
4321      or mod_vhost_alias).
4322      [Ben Hyde, Tony Finch]
4323   
4324   *) Add back support for UseCanonicalName in <Directory> containers.
4325      [Manoj Kasichainula]
4326
4327   *) Added APLOG_STARTUP log type.  This allows us to write an error
4328      message without any of the date and time information.  As a part
4329      of this change, I also removed all of the calls to fprintf(stderr
4330      and replaced them with calls to ap_log_error using APLOG_STARTUP
4331      writing to stderr is no longer portable, because we don't direct 
4332      stderr to the error log on all platforms.
4333      [Ryan Bloom] 
4334  
4335   *) Convert error logging functions to take errno as an argument.
4336      This makes our error logs more portable, because some Windows API's 
4337      don't set errno.  This change allows us to still output a valid
4338      message on all of our platforms.
4339      [Ryan Bloom]
4340
4341   *) mod_mime_magic runs in 2.0-dev now.
4342      [Paul Reder <rederpj@raleigh.ibm.com>]
4343
4344   *) sendfile has been added to APR.
4345      [John Zedlewski <zedlwski@Princeton.EDU>]
4346
4347   *) buff.c has been converted to no longer use errno.
4348      [Manoj Kasichainula]
4349
4350   *) mod_speling runs in 2.0-dev now: a bug in readdir_r handling and
4351      interface adaption to APR functions did it. [Martin Kraemer]
4352
4353   *) Support DSOs properly on 32-bit HP-UX 11.0
4354      [Dilip Khandekar <dilip@cup.hp.com>]
4355
4356   *) Updated MM in APR source tree from version 1.0.8 to 1.0.11
4357      [Ralf S. Engelschall]
4358
4359   *) Cleaned APR build environment integration and bootstrap APR 
4360      automatically for developers from src/Configure.
4361      [Ralf S. Engelschall]
4362
4363   *) Fixed building of src/support/htpasswd.c
4364      [Ralf S. Engelschall]
4365
4366   *) When generating the Location: header, mod_speling forgot
4367      to escape the spelling-fixed uri. (Forw-Port from 1.3)
4368      [Martin Kraemer]
4369
4370   *) Moved mod_auth_digest.c from experimental to standard. [Roy Fielding]
4371
4372   *) Change all pools to APR contexts.  This is the first step to
4373      incorporating APR into Apache. [Ryan Bloom]
4374
4375   *) Move "handler not found" warning message to below the check
4376      for a wildcard handler.  [Dirk <dirkm@teleport.com>, Roy Fielding]
4377      PR#2584, PR#2751, PR#3349, PR#3436, PR#3548, PR#4384, PR#4795, PR#4807
4378
4379   *) Support line-continuation feature in config.option file and
4380      allow the loading of multiple option sections at once via
4381      ``--with-option=<section1>,<section2>,...''
4382      [Ralf S. Engelschall]
4383
4384   *) Rebuilt CVS repository with Apache 1.3.9 as basis.  [Roy Fielding]
4385
4386 Changes with Apache MPM
4387
4388   *) Use asynchronous AcceptEx() and a completion port to accept and
4389      dispatch connections to threads in Windows NT/2000. 
4390      [Bill Stoddard]
4391
4392   *) Implement WINNT Win32 MPM from original Win32 code in http_main.c
4393      [Bill Stoddard]  
4394
4395   *) Implement the APACI --with-option facility 
4396      (per default used the config.option file).
4397      [Ralf S. Engelschall]
4398
4399   *) MPM BEOS port.  [David Reid <abb37@dial.pipex.com>]
4400
4401   *) Start to implement module-defined hooks that are a) fast and b) typesafe.
4402      Replace pre_connection module call with a register_hook call and
4403      implement pre_connection as a hook. The intent is that these hooks will
4404      be extended to allow Apache to be multi-protocol, and also to allow the
4405      calling order to be specified on a per-hook/per-module basis.
4406      [Ben Laurie]
4407
4408   *) Implement mpm_* methods as "modules". Each method gets its own
4409      subdir in src/modules (eg: src/modules/prefork). Selection
4410      of method uses Rule MPM_METHOD.  [Jim Jagielski]
4411
4412   *) Port the hybrid server from the apache-apr repository as
4413      mpm_mpmt_pthread.  [Manoj Kasichainula]
4414
4415   *) os/unix/unixd.[ch]: detach, setuid, setgid, stuff which will be common
4416      amongst the unix MPMs.
4417
4418   *) mpm_prefork: throw away all the alarm/timeout crud; and clean up the
4419      signal handling for the new world order.  [Dean Gaudet]
4420
4421   *) Crude ap_thread_mutex abstraction so that we get the pthread stuff out
4422      of alloc.c for now.  [Dean Gaudet]
4423
4424   *) Handle partial large writes correctly.  [Ben Laurie]
4425
4426   *) Eliminate conn_rec's pointer to server. All it knows is the base server
4427      based on IP/port.  [Ben Laurie]
4428
4429   *) Port a bunch of modules to the new module structure.
4430      ["Michael H. Voase" <mvoase@midcoast.com.au>]
4431
4432   *) I/O layering and BUFF revamp.  See docs/buff.txt.  [Dean Gaudet]
4433
4434   *) Basic restructuring to introduce the MPM concept; includes various
4435      changes to the module API... better described by
4436      docs/initial_blurb.txt.  [Dean Gaudet]
4437
4438 Changes with Apache pthreads
4439
4440   *) New buff option added: BO_TIMEOUT. It describes the timeout for
4441      buff operations (generally over a network).
4442      [Dean Gaudet, Ryan Bloom, Manoj Kasichainula]
4443
4444   *) Created http_accept abstraction. Added 4 new functions (not exported):
4445      init_accept(), begin_accepting_requests(), get_request(), 
4446      stop_accepting_requests() [Bill Stoddard]
4447
4448   *) Fix to ap_rprintf call that allows mod_info to work properly.
4449      [James Morris <jmorris@intercode.com.au>]
4450
4451   *) user and ap_auth_type fields were moved from connection_rec to 
4452      request_rec. [Ryan Bloom] 
4453
4454   *) Removed the ap_block_alarms and ap_unblock_alarm calls.  These aren't
4455      needed in a threaded server.
4456
4457   *) Initial pthread implementation from from Dean's apache-nspr code.
4458      [Bill Stoddard, Ryan Bloom]
4459
4460
4461 Changes with Apache 1.3.9
4462
4463   *) Remove bogus error message when a redirect doesn't set Location.
4464      Instead, use an empty string to avoid coredump if the error message
4465      was supposed to include a location.  [Roy Fielding]
4466
4467   *) Don't allow configure to include mod_auth_digest unless it is
4468      explicitly requested, even if the user asked for all modules.
4469      [Roy Fielding]
4470
4471   *) Translate module names to dll names for OS/2 so that they are no more
4472      than 8 characters long and have an extension of "dll" instead of "so".
4473      [Brian Havard]
4474
4475   *) Print out pointer to Rule DEV_RANDOM when truerand lib not found.
4476      Fix test-compile check to check for randbyte instead of trand32.
4477      Use ap_base64encode_binary/decode instead of copy in mod_auth_digest.c
4478      and tweak to make Amaya happier.  [Ronald Tschalär]
4479
4480   *) Ensure that the installed expat include files are world readable,
4481      just like the other header files.  [Martin Kraemer]
4482
4483   *) Fixed generated AddModule adjustments in APACI's `configure' script
4484      in order to allow (new) modules like mod_vhost_alias to be handled
4485      correctly (which was touched by the adjustments for mod_alias).
4486      [Ralf S. Engelschall]
4487
4488   *) For binary builds, add -R flag to apachectl to work around the lack of
4489      an absolute path to the ./libexec directory where the libhttp.ep file
4490      is needed for SHARED_CORE architectures.  [Randy Terbush]
4491
4492   *) WIN32: Create the CGI script process as DETACHED.  This may solve the
4493      problem observed by some Win95/98 users where they get CGI script
4494      output sent to the console.  [Bill Stoddard]
4495
4496   *) Fix (re)naming in the uuencode/decode section. The ap/ap_
4497      routines are now called ap_base64* and are 'plain' (i.e., no 
4498      pool access or anything clever). Inside util.c the routines acting
4499      like pstrdup are called ap_pbase64encode() and ap_pbase64decode().
4500      The oddly named ap_uuencode(), ap_uudecode() are kept around for
4501      now but deprecated.  [dirkx]
4502
4503   *) Clean up the base64 and SHA1 additions and make sure they are
4504      represented in the ApacheCore.def, ApacheCoreOS2.def, and httpd.exp
4505      files.  [Roy Fielding]
4506
4507   *) WIN32: Migrate to InstallShield 5.5 and provide a bit more error
4508      checking.  Allow compiling on VS 6.0.  [Randy Terbush]
4509
4510   *) Fixed assumption of absolute paths in binbuild.sh.  [Tony Finch]
4511
4512   *) Use TestCompile to search for the truerand library (rather than blindly
4513      assuming its existence). If it is not found, complain (but do not
4514      exit - yet).  [Martin Kraemer]
4515
4516   *) We forgot to add the new exported function names to
4517      src/support/httpd.exp.  [Bill Stoddard, Randy Terbush]
4518
4519   *) Add description of -T command-line option to usage().
4520      [Ralf S. Engelschall]
4521
4522   *) For "some" platforms (notably, EBCDIC based ones), libos needs to be
4523      searched only AFTER libap has been searched, because libap needs
4524      some symbols from libos.  [Martin Kraemer]
4525
4526   *) Fix conflict with original mod_digest related to the symbol of the
4527      module dispatch list (which has to be unique for DSO and follow the
4528      usual conventions for the installation procedure).
4529      [Ralf S. Engelschall]
4530
4531   *) Add a dbm-library check for the "usual places" (-ldbm, -lndbm, -ldb)
4532      for other platforms as well.  [Martin Kraemer]
4533
4534   *) Make ap_sha1.c compile for EBCDIC platforms: replace remaining LONG
4535      types by AP_LONG and replace reference to renamed variable 'ubuf'
4536      by 'buffer'.  [Martin Kraemer]
4537
4538 Changes with Apache 1.3.8 [not released]
4539
4540   *) Flush the output buffer immediately after sending an error or redirect
4541      response, since the result may be needed by the client to abort a
4542      long data transfer or restart a series of pipelined requests.
4543      [Tom Vaughan <tvaughan@aventail.com>, Roy Fielding]
4544
4545   *) PORT: Improved compilation and DSO support on Sequent DYNIX/ptx.
4546      [Ian Turner <iant@sequent.com>] PR#4735
4547
4548   *) Local struct mmap in http_core.c conflicted with system structure
4549      name on DYNIX -- changed to mmap_rec.  [Roy Fielding] PR#4735
4550
4551   *) Added updated mod_digest as modules/experimental/mod_auth_digest.
4552      [Ronald Tschalär <ronald@innovation.ch>]
4553
4554   *) Fix a memory leak where the module counts were getting messed
4555      up across restarts.  [David Harris <dharris@drh.net>]
4556
4557   *) CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled
4558      properly in mod_access.
4559      ["Paul J. Reder" <rederpj@raleigh.ibm.com>] PR#4770
4560
4561   *) RewriteLock/RewriteMap didn't work properly with virtual hosts.
4562      [Dmitry Khrustalev <dima@bog.msu.su>] PR#3874
4563
4564   *) PORT: Support for compaq/tandem/com.
4565      [Michael Ottati <michael.ottati@compaq.com>, dirkx]
4566
4567   *) Added SHA1 password encryption support to easy migration from 
4568      Netscape servers. See support/SHA1 for more information.
4569      Caused the separation of ap_md5.c into md5, sha1 and a general
4570      ap_checkpass.c with just a validate_passwd routine. Added a
4571      couple of flags to support/htpasswd. Some reuse of the to64()
4572      function; hence renamed to ap_to64().
4573      [Dirk-Willem van Gulik, Clinton Wong <clintdw@netcom.com>]
4574
4575   *) Change for EBCDIC platforms (TPF and BS2000) to correctly deal
4576      with ASCII/EBCDIC conversions in "ident" query.
4577      [David McCreedy <McCreedy@us.ibm.com>]
4578
4579   *) Get rid of redefinition warning on MAC_OS_X_SERVER platform.
4580      Change "Power Macintosh" to Power* so if uname prints "Power Book"
4581      we're still happy on Rhapsody platforms.  [Wilfredo Sanchez]
4582
4583   *) Fix SIGSEGV on some systems because the Vary fix below included
4584      a call to table_do with a variable argument list that was not
4585      NULL terminated.  Replaced with better implementation. [Roy Fielding]
4586
4587 Changes with Apache 1.3.7 [not released]
4588
4589   *) The "Vary" response header field is now sanitised right before
4590      the header is sent back to the client.  Multiple "Vary" fields
4591      are combined, and duplicate tokens (e.g., "Vary: host, host" or
4592      "Vary: host, negotiate, host, accept-language") are reduced to
4593      single instances.  This is a better solution than the force-no-vary
4594      one (which is still valid for clients that can't cope with Vary
4595      at all).  PR#3118 [Dean Gaudet, Roy Fielding, Ken Coar]
4596
4597   *) Portability changes for BeOS. [David Reid abb37@dial.pipex.com]
4598
4599   *) Link DSO's with "gcc -shared" instead of "ld -Bshareable" at 
4600      least on Linux and FreeBSD for now.  
4601      [Rasmus Lerdorf]
4602
4603   *) Win32: More apache -k restart work. Restarts are now honored
4604      immediately and connections in the listen queue are -not- lost.
4605      This is made possible by the use of the WSADuplicateSocket()
4606      call.  The listeners are opened in the parent, duplicated, then
4607      the duplicates are passed to the child. The original listen sockets 
4608      are not closed by the parent across a restart, thus the listen queue 
4609      is preserved.
4610      [Bill Stoddard <stoddard@raleigh.ibm.com>]
4611
4612   *) Fix handling of case when a client has sent "Expect: 100-continue"
4613      and we are going to respond with an error, but get stuck waiting to
4614      discard the body in the pointless hope of preserving the connection.
4615      [Roy Fielding, Joe Orton <jeo101@york.ac.uk>] PR#4499, PR#3806
4616
4617   *) Fix 'configure' to work correctly with SysV-based versions of
4618      'tr' (consistent with Configure's use as well). [Jim Jagielski]
4619
4620   *) apxs: Add "-S var=val" option which allows for override of CFG_*
4621      built-in values. Add "-e" option which works like -i but doesn't
4622      install the DSO; useful for editing httpd.conf with apxs. Fix
4623      editing code so that multiple invocations of apxs -a will not
4624      create duplicate LoadModule/AddModule entries; apxs can now be
4625      used to re- enable/disable a module.  [Wilfredo Sanchez]
4626
4627   *) Win32: Update the server to use Winsock 2. Specifically, link with
4628      ws2_32.lib rather than wsock32.lib.  This gives us access to 
4629      WSADuplcateSocket() in addition to some other enhanced comm APIs.
4630      Win 95 users may need to update their TCP/IP stack to pick up
4631      Winsock 2. (See http://www.microsoft.com/windows95/downloads/)
4632      [Bill Stoddard stoddard@raleigh.ibm.com]
4633
4634   *) Win32: Redirect CGI script stderr (script debug info) into the 
4635      error.log when CGI scripts fail. This makes Apache on Win32 
4636      behave more like Unix.      
4637      [Bill Stoddard stoddard@raleigh.ibm.com]
4638
4639   *) Fixed `httpd' usage display: -D was missing.
4640      [Ralf S. Engelschall] PR#4614
4641
4642   *) Fix `make r' test procedure in src/regex/: ap_isprint was not found.
4643      [Ralf S. Engelschall] PR#4561, PR#4562
4644
4645   *) OS/2: Fix problem with accept lock semaphores where server would die with
4646      "OS2SEM: Error 105 getting accept lock. Exiting!" 
4647      [Brian Havard] PR#4505
4648
4649   *) Add DSO support for DGUX 4.x using gcc. Tested on x86 platforms.
4650      [Randy Terbush <randy@covalent.net>]
4651  
4652   *) Add the new mass-vhost module (mod_vhost_alias.c) developed and
4653      used by Demon Internet, Ltd. [Tony Finch <fanf@demon.net>]
4654
4655   *) Better GCC detection for DSO flags under Solaris 2 where the `cc' 
4656      command potentially _is_ GCC. [Ralf S. Engelschall]
4657
4658   *) Fix apxs build issues on AIX 
4659      [Rasmus Lerdorf <rasmus@raleigh.ibm.com>]
4660
4661   *) DocumentRoot Checking: Under previous versions, when Apache
4662      first started up, it used to do a stat of each DocumentRoot to
4663      see if it existed and was a directory. If not, then an error
4664      message was printed. THIS HAS BEEN DISABLED. If DocumentRoot
4665      does not exist, you will get error messages in error_log. If
4666      the '-t' command line option is used (to check the configuration)
4667      the check of DocumentRoot IS performed. An additional command
4668      line option, '-T', has been added if you want to avoid the
4669      DocumentRoot check even when checking the configuration.
4670      [Jim Jagielski]
4671
4672   *) Win32: The query switch "apache -S" didn't exit after showing the
4673      vhost settings. That was inconsistent with the other query functions.
4674      [Bill Stoddard - Fixed by Martin on Unix in 1.3.4]
4675
4676   *) Win32: Changed behaviour of apache -k restart. 
4677      Previously, the server would drain all connections in the stack's
4678      listen queue before honoring the restart. On a busy server, this
4679      could take hours.  Now, a restart is honored almost immediately. 
4680      All connections in Apache's queues are handled but connections in 
4681      the stack's listen queue are discarded. Restart triggered by 
4682      MaxRequestPerChild is unchanged.
4683      [Bill Stoddard <stoddard@raleigh.ibm.com>]
4684
4685   *) Win32: Eliminated unnecessary call to wait_for_multiple_objects in
4686      the accept loop. Good for a 5% performance boost. Cleaned up 
4687      parent/child process management code. 
4688      [Bill Stoddard <stoddard@raleigh.ibm.com>]
4689
4690   *) Added ceiling on file size for memory mapped files.
4691      [John Giannandrea <jg@meer.net>] PR#4122
4692
4693   *) Fix ndbm.h include problems with brain-dead glibc >= 2.1 which 
4694      has ndbm.h in a non-standard db1/ subdir. PR#4431, PR#4528
4695      [Henri Gomez <gomez@slib.fr>, Ralf S. Engelschall] 
4696
4697   *) Determine AP_BYTE_ORDER for ap_config_auto.h and already
4698      use this at least for Expat. [Ralf S. Engelschall]
4699
4700   *) Allow .module files to specify libraries with Lib:.
4701      [Ben Laurie]
4702
4703   *) Allow SetEnvIf[NoCase] to test environment variables as well
4704      as header fields and request attributes.  [Ken Coar]
4705
4706   *) Fix mod_autoindex's handling of ScanHTMLTitles when file
4707      content-types are "text/html;parameters".  PR#4524  [Ken Coar]
4708
4709   *) Remove "mxb" support from mod_negotiation -- it was a draft feature
4710      never accepted into any standard, and it opens up certain DoS
4711      attacks.  [Koen Holtman <Koen.Holtman@cern.ch>]
4712
4713   *) TestCompile updated. We can now run programs and output the
4714      results during the Configure process. [ Jim Jagielski]
4715
4716   *) The source is now quad (long long) aware as needed. Specifically,
4717      the Configure process determines the correct size of off_t and
4718      *void. When the OS/platform/compiler supports quads, ap_snprintf()
4719      provides for the 'q' format qualifier (if quads are not available,
4720      'q' is silently "demoted" to long). [Jim Jagielski]
4721
4722   *) When the username or password fed to htpasswd is too long, include the
4723      size limit in the error message.  Also report illegal characters
4724      (currently only ':') in the username.  Add the size restrictions
4725      to the man page.  [Ken Coar]
4726
4727   *) Fixed the configure --without-support option so it doesn't result in
4728      an infinite loop.  [Marc Slemko]
4729
4730   *) Piped error logs could cause a segfault if an error occured
4731      during configuration after a restart.
4732      [Aidan Cully <aidan@panix.com>] PR#4456
4733
4734   *) If a "Location" field was stored in r->err_headers_out rather
4735      than r->headers_out, redirect processing wouldn't find it and
4736      the server would core dump on ap_escape_html(NULL).  Check both
4737      tables and raise HTTP_INTERNAL_SERVER_ERROR with a log message
4738      if Location isn't set.  [Doug MacEachern, Ken Coar]
4739
4740   *) Add RULE_EXPAT, the src/lib/ directory structure, and a modified copy
4741      of the Expat 1.0.2 distribution. [Greg Stein]
4742
4743   *) Replace regexec() calls with calls to a new API stub function
4744      ap_regexec().  This solves problems with DSO modules which use the regex
4745      library. [Jens-Uwe Mager <jum@helios.de>, Ralf S. Engelschall]
4746
4747   *) Add 'Request_Protocol' special keyword to mod_setenvif so that
4748      environment variables can be set according to the protocol version
4749      (e.g., HTTP/0.9 or HTTP/1.1) of the request.  [Ken Coar]
4750
4751   *) Add DSO support for OpenStep (Mach 4.2) platform.
4752      [Ralf S. Engelschall, Rex Dieter <rdieter@math.unl.edu>] PR#3997
4753
4754   *) Fix sed regex for generating ap_config_auto.h in src/Configure.
4755      [Jan Gallo <gallo@pvt.sk>] PR#3690, PR#4373
4756  
4757   *) Switch to /bin/sh5 in APACI on Ultrix and friends to avoid problems with
4758      their brain-dead /bin/sh. [Ralf S. Engelschall] PR#4372
4759
4760   *) Better DSO flags recognition on NetBSD platforms using ELF.
4761      [Todd Vierling <tv@pobox.com>] PR#4310
4762
4763   *) Always log months in english format for %t in mod_log_config.
4764      [Petr Lampa <lampa@fee.vutbr.cz>] PR#4366, 679
4765
4766   *) Support for server-parsed and multiview-determined ReadmeName and
4767      HeaderName files in mod_autoindex. Removed the restriction on
4768      "/"s in ReadmeName and HeaderName directives since the *sub_req*
4769      routines will deal with the access issues. (It's now possible to
4770      have {site|group|project|customer|...} wide readmes and headers.)
4771      [Raymond S Brand <rsbx@rsbx.net>, Ken Coar] PR#1574, 3026, 3529,
4772      3569, 4256
4773
4774   *) When stat() fails, don't assume anything about the contents of
4775      the struct stat.  [Ed Korthof <ed@bitmechanic.com>]
4776
4777   *) It's OK for a semop to return EINTR, just loop around and try
4778      again.  [Dean Gaudet]
4779
4780   *) Fix configuration engine re-entrant hangups, which solve a
4781      handful of problems seen with mod_perl <Perl> configuration sections
4782      [Salvador Ortiz Garcia <sog@msg.com.mx>]
4783
4784   *) Mac OS and Mac OS X Server now use the appropriate custom layout
4785      by default when building with APACI; allow for platform-specific
4786      variable defaults in configure. [Wilfredo Sanchez]
4787
4788   *) Do setgid() before initgroups() in http_main; some platforms
4789      zap the grouplist when setgid() is called.  This was fixed in
4790      suexec earlier, but the main httpd code missed the change.
4791      [Rob Saccoccio <robs@InfiniteTechnology.com>]  PR#2579
4792
4793   *) Add recognition of .tgz as a gzipped tarchive.
4794      [Bertrand de Singly <bertrand.de-singly@polytechnique.fr>]  PR#2364
4795
4796   *) mod_include's fsize/flastmod should allow only relative paths, just
4797      like "include file".  [Jaroslav Benkovsky <benkovsk@pha.pvt.cz>]
4798
4799   *) OS/2: Add support for building loadable modules using DLLs.
4800      [Brian Havard]
4801
4802   *) Add iconsdir, htdocsdir, and cgidir to config.layout.
4803      [Wilfredo Sanchez]
4804
4805   *) Fix minor but annoying bug with the test for Configuration.tmpl
4806      being newer than Configuration so that it is less likely to fail
4807      when using APACI and shadow sources. [Wilfredo Sanchez]
4808
4809   *) PORT: Add initial support for Mac OS (versions 10.0 and
4810      greater). Use Mac OS X Server layout for now. Clean up dyld code
4811      in unix/os.c, and don't install the dyld error handlers, which
4812      are no longer needed in Mac OS. [Wilfredo Sanchez]
4813
4814   *) Rename Rhapsody layout to "Mac OS X Server". Change install
4815      locations to appropriate ones for user-built (as opposed to
4816      system) installs. [Wilfredo Sanchez]
4817
4818   *) Modify mod_autoindex's handling of AddDescription so that the
4819      behaviour matches the documentation.  [Ken Coar] PR#1898, 3072.
4820
4821   *) Add functionality to the install-bindist.sh script created by
4822      binbuild.sh to use tar when copying distribution files to the
4823      serverroot. This allows upgrading an existing installation
4824      without nesting the new distribution in the old.
4825
4826      install-bindist.sh now detects the local perl5 path to install
4827      apxs and dbmmanage with proper path to perl interpreter.
4828
4829      Add an install-binsupport target which copies the source files
4830      for apxs and dbmmanage to bindist to allow these scripts to
4831      be properly installed relative to the destination serverroot.
4832      [Randy Terbush, Covalent Technologies, randy@covalent.net]
4833
4834   *) Fix intermittent SEGV in ap_proxy_cache_error() in
4835      src/modules/proxy_util.c where a NULL filepointer and
4836      temporary filename were closed and unlinked.
4837      [Graham Leggett <minfrin@sharp.fm>,
4838      Tim Costello <tjcostel@socs.uts.edu.au>] PR#3178
4839
4840   *) Fix inconsistent error messages reported by mod_proxy.
4841      [Graham Leggett <minfrin@sharp.fm>]
4842
4843   *) OS/2: Fix terminating CGIs that aren't compiled by EMX GCC when a 
4844      connection is aborted.  [Brian Havard]
4845
4846   *) Force the LANG envariable to the known state of "C" so that we
4847      have assurance about how string manipulators (e.g., tr) will
4848      function.  [Ken Coar]  PR#1630
4849
4850   *) Add a directive to allow customising of the tracking cookie name.
4851      [Ken Coar]  PR#2921, 4303
4852
4853   *) Add "force-no-vary" envariable to allow servers to work around
4854      clients that choke on "Vary" fields in the response header.
4855      [Ken Coar, Dmitry Khrustalev <dima@zippy.machaon.ru>]  PR#4118
4856
4857   *) Fixed a bug in mod_dir that causes a child process will infinitely
4858      recurse when it attemps to handle a request for a directory wnd the
4859      value of the DirectoryIndex directive is a single dot. Also likely
4860      to happen for anyother values of DirectoryIndex that will map back
4861      to the same directory. The handler now only considers regular files
4862      as being index candidates. No PR#s found.
4863      [Raymond S Brand <rsbx@rsbx.net>]
4864
4865   *) Ease configuration debugging by making TestCompile fall back to
4866      using "make" if the $MAKE variable is unset [Martin Kraemer]
4867
4868   *) Fixed the ServerSignature directive to work as documented.
4869      [Raymond S Brand <rsbx@rsbx.net>] PR#4248
4870
4871   *) Add "opt" (SysV-style) layout to config.layout. [Raymond S Brand
4872      <rsbx@rsbx.net>]
4873
4874   *) Add APACI --without-execstrip option which can be used to disable the
4875      stripping of executables on installation.  This is very important for DSO
4876      and debugging situations. [Ralf S. Engelschall]
4877
4878   *) Add support for OS/2 (case insenstive filesystem, .exe suffix, etc)
4879      to APACI files and related scripts. 
4880      [Yitzchak Scott-Thoennes <sthoenna@efn.org>, Ralf S. Engelschall] PR#4269
4881
4882   *) Add support for standalone mode in TPF
4883      [Joe Moenich <moenich@us.ibm.com>]
4884
4885   *) Fix number of bytes copied by read_connection() in src/support/ab.c
4886      [Jim Cox <jc@superlink.net>] PR#4271
4887
4888   *) Fix special RewriteCond "-s" pattern matching.
4889      [Bob Finch <bob@nas.com>]
4890
4891   *) Fix value quoting in src/Configure script for ap_config_auto.h 
4892      [Paul Sutton <paul@awe.com>]
4893
4894   *) Make sure RewriteLock can be used only in the global context, (i.e.
4895      outside of any <VirtualHost> sections) because it's a global facility of
4896      the rewrite engine. [Ralf S. Engelschall]
4897
4898   *) Fix the ownership delegation for proxy directory under `make install'.
4899      [Ralf S. Engelschall]
4900
4901   *) APACI would not correctly build suexec. [Maria Verina
4902      <mariav@icgeb.trieste.it>] PR#4260
4903
4904   *) mod_mime_magic passed only the first 4k of a file to
4905      uncompress/gzip, but those tools sometimes do not produce
4906      any output unless a sufficient portion of the compressed
4907      file is input.  Change to pass the entire file -- but
4908      only read 4k of output.
4909      [Marcin Cieslak <saper@system.pl>] PR#4097
4910
4911   *) "IndexOptions None" generated extra spaces at the end of each
4912      line.  [inkling@firstnethou.com] PR#3770
4913
4914   *) The "100 Continue" response wasn't being sent after internal
4915      redirects. [Jose KAHAN <kahan@w3.org>] PR#3910, 3806, 3575
4916
4917   *) When padding the name with spaces for display, mod_autoindex would
4918      count &, <, and > in their escaped width, messing up the display.
4919      [Dean Gaudet] PR#4075, 3758
4920
4921   *) PORT: fixed a compilation problem on NEXT.
4922      [Jacques Distler <distler@golem.ph.utexas.edu>] PR#4130
4923
4924   *) r->request_time wasn't being set properly in certain error conditions.
4925      [Dean Gaudet] PR#4156
4926
4927   *) PORT: deal with UTS compiler error in http_protocol.c
4928      [Dave Dykstra <dwd@bell-labs.com>] PR#4189
4929
4930   *) Add ap_vrprintf() function.  [John Tobey <jtobey@banta-im.com>] PR#4246
4931
4932   *) Fix the mod_mime hash table to work properly with locales other
4933      than C.  [Dean Gaudet] PR#3427
4934
4935   *) Fix a memory leak which is exacerbated by certain configurations.
4936      [Dean Gaudet] PR#4225
4937
4938   *) Prevent clobbering saved IFS values in APACI. [Jim Jagielski]
4939
4940   *) Fix buffer overflows in ap_uuencode and ap_uudecode pointed out
4941      by "Peter 'Luna' Altberg <peter@altberg.nu>" and PR#3422
4942      [Peter 'Luna' Altberg <peter@altberg.nu>, Ronald Tschalär]
4943
4944   *) Make {Set,Unset,Pass}Env per-directory instead of per-server.
4945      [Ben Laurie]
4946
4947   *) Correct an apparent typo: on the Windows and MPE platforms, the
4948      htpasswd utility was limiting passwords to only 8 characters.
4949      [Ken Coar]
4950
4951   *) EBCDIC platforms: David submitted patches for two bugs in the
4952      MD5 digest port for EBCDIC machines:
4953      a) the htdigest utility overwrote the old contents of the digest file
4954      b) the Content-MD5 header value (ContentDigest directive) was wrong
4955      when the returned file was not converted from EBCDIC, but was a
4956      binary (e.g., image file) in the first place.
4957      [David McCreedy <mccreedy@us.ibm.com>]
4958
4959   *) support/htpasswd now permits the password to be specified on the
4960      command line with the '-b' switch.  This is useful when passwords
4961      need to be maintained by scripts -- particularly in the Win32
4962      environment.  [Ken Coar]
4963
4964   *) Win32: Win32 multiple services patch. Added capability to install and
4965      run multiple copies of apache as individual services.
4966
4967      Example 1:
4968      apache -n apache1 -i -f c:/httpd.conf
4969         Installs apache as service 'apache1' and associates c:/httpd.conf
4970         with that service.
4971      net start apache1
4972         Starts apache1 service.
4973      net stop apache1
4974         Stops apache1 service
4975
4976      Example 2:
4977      apache -n apache2 -i
4978         Installs apache as service 'apache2'. httpd.conf is located under
4979         the default server root (/apache/conf/httpd.conf).
4980      net start apache2
4981         Starts apache2 service.
4982
4983      Example 3:
4984      apache -n apache3 -i -d c:/program files/apache
4985         Install apache as service 'apache3' and sets server root to
4986         c:/program files/apache.
4987
4988      Example 4:
4989      apache -n apache2 -k restart
4990         Restart apache2 service 
4991
4992      [Keith Wannamaker, Ken Parzygnat, Bill Stoddard]
4993
4994   *) Correct the signed/unsigned character handling for the MD5 routines;
4995      mismatches were causing compilation problems with gcc -pedantic and
4996      in the TPF cross-compilation.  [Ken Coar]
4997
4998   *) OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving
4999      a roughly 5 fold speed up. [Brian Havard]
5000
5001   *) proxy ftp: instead of using the hardwired string "text/plain" as
5002      a fallback type for files served by the ftp proxy, use the
5003      ap_default_type() function to determine the configured type.
5004      This allows for special configurations like
5005         <Directory proxy:ftp://some.host>
5006         DefaultType gargle/blurb
5007         </Directory>
5008      Additionally, add the Content-Encoding: header to FTP proxy replies
5009      when the encoding is defined (by the AddEncoding directive).
5010      Because it was missing, it was almost impossible to browse compressed
5011      files using the FTP proxy (works now perfectly in Communicator).
5012      The ftp proxy now also returns the Date: and Server: header lines (if not
5013      much else... This code is "somewhat" broken) like normal requests do.
5014      [Martin Kraemer]
5015
5016   *) Be more smart in APACI's configure script when determining the UID/GID
5017      for User/Group directives and use the determined UID/GID to initialize
5018      the permissions on the proxycachedir.
5019      [Dirk-Willem van Gulik, Ralf S. Engelschall]
5020
5021   *) Changed the forking-prior-to-cleanup in the proxy module to first
5022      check wether it actually needs to collect garbage. This reduces 
5023      the number of fork()s from one/request to just the odd one an hour.
5024      [Dirk-Willem van Gulik]
5025
5026   *) Added proxy, auth and header support to src/support/ab.c. Added a
5027      README file to src/support/
5028      [Dirk-Willem van Gulik]
5029
5030   *) Don't hard-code the path to AWK in --shadow bootstrapping Makefile.
5031      [Ralf S. Engelschall] PR#4050
5032
5033   *) Add support for DSO module compilation on BSD/OS 3.x.
5034      [Randy Terbush, Covalent Technologies]
5035
5036   *) Fix sed-substitutions in `make install': path elements like `httpd/conf'
5037      (for instance from an APACI configure --sysconfdir=/etc/httpd/conf
5038      option) were substituted with $(TARGET).conf, etc. Same for other strings
5039      with dots where the dot wasn't matched as plain text. 
5040      [Ralf S. Engelschall]
5041
5042   *) PORT: Add support for FreeBSD 4.x [Ralf S. Engelschall]
5043
5044   *) Fix verbose output of APACI configure (option -v) 
5045      [Martin Kraemer, Ralf S. Engelschall]
5046
5047 Changes with Apache 1.3.6
5048
5049   *) Removed new PassAllEnv code due to DSO problems. [Lars Eilebrecht]
5050
5051 Changes with Apache 1.3.5 [not released]
5052
5053   *) M_INVALID needed a value within the scope of METHODS so that unknown
5054      methods can be access controlled.  [Roy Fielding] PR#3821
5055
5056   *) Added PassAllEnv; makes server's entire environment available
5057      to CGIs and SSIs executed within directive's scope.  [Ken Coar]
5058
5059   *) ap_uuencode() always added two trailing '='s and encoding of
5060      8 bit characters on a machine with signed char may produced
5061      incorrect results. Additionally ap_uuencode() should now
5062      work correctly on EBCDIC platforms.
5063      [Ronald Tschalär <ronald@innovation.ch>] PR#3411
5064
5065   *) WIN32: Binary installer now runs the configuration DLL before
5066      the reboot prompt (which is only given if MSVCRT.DLL system
5067      DLL is new or updated). This should avoid the configuration
5068      directory being empty after installation. [Paul Sutton]
5069      PR#3767, 3800, 3827, 3850, 3900, 3953, 3988
5070
5071   *) WIN32: Binary installer now creates Start menu options to start
5072      and stop Apache as a console application and to uninstall
5073      the Apache service on NT. [Paul Sutton] PR#3741
5074
5075   *) WIN32: Apache.exe now contains an icon. [Paul Sutton]
5076
5077   *) PORT: Switch back to using fcntl() locking on Linux -- instabilities
5078      have been reported with flock() locking (probably related to kernel
5079      version).  [Dean Gaudet] PR#2723, 3531
5080
5081   *) Using APACI, the main config file (usually httpd.conf) was
5082      not being adjusted as $(TARGET).conf. [Wilfredo Sanchez
5083      <wsanchez@apple.com>]
5084
5085   *) PORT: AIX does not require the SHARED_CODE "hack"
5086      [Ryan Bloom <rbb@raleigh.ibm.com>]
5087
5088   *) Set-Cookie headers were being doubled up for some CGIs by the O(n^2)
5089      avoidance code added in 1.3.3.
5090      [Dean Gaudet, Jeff Lewis <lewis@stanford.edu>] PR#3872
5091
5092   *) ap_isxdigit was somehow neglected when adding the ap_isfoo() macros
5093      for 8-bit safeness.  [Dean Gaudet]
5094
5095   *) PORT: Use -fPIC instead of -fpic on Solaris and SunOS for compiling DSOs
5096      because SPARCs have a small machine-specific maximum size for the Global
5097      Offset Table which is often exceeded when compiling one of the larger
5098      third-party modules with Apache. [Peter Urban <Peter.Urban@epfl.ch>] PR#3977
5099
5100   *) Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the
5101      DSO/DLL section because it's a directive from mod_status and isn't
5102      available before the DLL of mod_status is loaded.
5103      [Martin POESCHL <mpoeschl@gmx.net>] PR#3936
5104
5105   *) SECURITY: Fix a bug in the calculation of the buffer size for the line 
5106      continuation facility in Apache's configuration files which could 
5107      lead to a buffer overflow situation.
5108      [Thomas Devanneaux <Thomas.Devanneaux@enst.fr>] PR#3617
5109
5110   *) Make documentation and error messages of APACI's --activate-module=FILE 
5111      option more clear. [Jan Wolter <janc@wwnet.net>] PR#3995
5112
5113   *) Fix the gcc version check (for enabling the `inline' facility) to 
5114      really support all future gcc versions >= 2.7 until we know more.
5115      [John Tobey <jtobey@banta-im.com>] PR#3983
5116
5117   *) Let APACI's configure script correctly complain for unknown --enable-XXX
5118      and --disable-XXX options. [Ralf S. Engelschall] PR#3958
5119
5120   *) Link the shared core bootstrap program (``Rule SHARED_CORE=yes'') also
5121      against libap.a and use its ap_snprintf() instead of sprintf() to avoid
5122      possible buffer overflows. [Ralf S. Engelschall]
5123
5124   *) Remove no longer used non-API function ap_single_module_init().
5125      [Ralf S. Engelschall]
5126
5127   *) Add Apple's Mac OS X Server Layout "Rhapsody" to config.layout.
5128      [Wilfredo Sanchez]
5129
5130   *) Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order
5131      to make platform installations easier.  [Wilfredo Sanchez]
5132
5133   *) In configure, do not append the target name to the directory path if
5134      the path already contains "apache".  [Ralf S. Engelschall]
5135
5136   *) SIGPIPE is now ignored by the server core.  The request write routines
5137      (ap_rputc, ap_rputs, ap_rvputs, ap_rwrite, ap_rprintf, ap_rflush) now
5138      correctly check for output errors and mark the connection as aborted.
5139      Replaced many direct (unchecked) calls to ap_b* routines with the
5140      analogous ap_r* calls.  [Roy Fielding]
5141
5142   *) Enhanced mod_rewrite's mapfile handling: The in-core cache for text and
5143      DBM format mapfiles now uses a 4-way hash table with LRU functionality.
5144      Furthermore map lookups for non-existent keys are now cached as well.
5145      Additionally "txt" maps are now parsed with simple string functions
5146      instead of using ap_pregcomp(). As a side effect a bug that prevented
5147      the usage of keys containing the "," character was fixed.
5148      The changes drastically improve the performance when large rewrite maps
5149      are in use.
5150      [Michael van Elst <mlelstv@serpens.swb.de>, Lars Eilebrecht] PR#3160
5151
5152   *) Added ap_sub_req_method_uri() for doing a subrequest with a method
5153      other than GET, and const'd the definition of method in request_rec.
5154      [Greg Stein]
5155
5156   *) Use proper pid_t type for saving PIDs in alloc.c.  [John Bley]
5157
5158   *) Replaced use of WIN32 define with HAVE_DRIVE_LETTERS to indicate
5159      when the OS allows a DOS drive letter within pathnames.  [Brian Havard]
5160
5161   *) Add %V to mod_log_config, this logs the hostname according to the
5162      UseCanonicalName setting (this is the pre-1.3.4 behaviour of
5163      %v).  Useful for mass vhosting.  [Tony Finch <dot@dotat.at>]
5164
5165   *) Add support for \n and \t to mod_log_config, can be used to produce
5166      more reliable logs with multiline entries.  [Tony Finch <dot@dotat.at>]
5167
5168   *) Fixed a few compiler nits.  [John Bley <jbb6@acpub.duke.edu>]
5169
5170   *) Added informative error messages for failed munmap() and fseek() calls
5171      in http_core.c. [John Bley, Roy Fielding]
5172
5173   *) Added some informative error messages for some failed malloc()
5174      calls. [John Bley <jbb6@acpub.duke.edu>, Jim Jagielski]
5175
5176   *) OS/2 ap_os_canonical_filename()'s behaviour is improved: ap_assert()
5177      is removed. This allows <Directory proxy:*> directives to work and
5178      prevents invalid requests from killing the process.
5179      [Brian Havard <brianh@kheldar.apana.org.au>]
5180
5181   *) Reorganised FAQ document.
5182      [Joshua Slive <slive@finance.commerce.ubc.ca>] PR#2497
5183
5184   *) src/support/: The ApacheBench benchmark program was overhauled by
5185      David N. Welton: you can now have it generate an HTML TABLE, presumably
5186      for integration into other HTML sources. David updated the ab man page
5187      as well and added some missing descriptions. Thanks!
5188      [David N. Welton <davidw@prosa.it>]
5189
5190   *) Win32: The filename validity checker now allows filenames containing
5191      characters in the range 0x80 to 0xff (for example accented characters).
5192      [Paul Sutton] PR#3890
5193
5194   *) Added conditional logging based upon environment variables to
5195      mod_log_config.  mod_log_referer and mod_log_agent
5196      are now deprecated.  [Ken Coar]
5197
5198   *) Allow apache acting as a proxy server to relay the real
5199      reason of a failure to a client rather than the "internal
5200      server error" it does currently. The general exposure mechanism
5201      can be triggered by any module by setting the "verbose-error-to"
5202      note to "*"; this allows more than just proxy errors to be exposed.
5203      [Cliff Skolnick, Roy Fielding, Martin Kraemer] Related to PR#3455, 4086
5204
5205   *) Moved man pages for ab and apachectrl to section 8.
5206      [Wilfredo Sanchez, Roy Fielding]
5207
5208   *) Added -S option to install.sh so that options can be passed to
5209      strip on some platforms. [Ralf S. Engelschall, Wilfredo Sanchez]
5210
5211   *) Tweak modules Makefile generated by Configure so that it handles
5212      the test case of no modules being selected. [chaz@reliant.com]
5213
5214   *) Added a <LimitExcept method ...> sectioning directive that allows
5215      the user to assign authentication control to any HTTP method that
5216      is *not* given in the argument list; i.e., the logical negation
5217      of the <Limit> directive.  This is particularly useful for controlling
5218      access on methods unknown to the Apache core, but perhaps known by
5219      some module or CGI script. [Roy Fielding, Tony Finch]
5220
5221   *) Prevent apachectl from complaining if the PIDFILE exists but
5222      does not contain a process id, as might occur if the server is
5223      being rapidly restarted. [Wilfredo Sanchez]
5224
5225   *) Win32: Add global symbols missing from ApacheCore.def. [Carl Olsen]
5226
5227   *) Entity tag comparisons for If-Match and If-None-Match were not being
5228      performed correctly -- weak tags might cause false positives.  Also,
5229      strong comparison wasn't properly enforced in all cases.
5230      [Roy Fielding, Ken Coar, Dean Gaudet] PR#2065, 3657
5231
5232   *) OS/2: Supply OS/2 error code instead of errno on semaphore errors.
5233      [Brian Havard]
5234
5235   *) Work around a bug in Lynx regarding its sending "Negotiate: trans"
5236      even though it doesn't understand TCN.  [Koen Holtman, Roy Fielding]
5237
5238   *) Added ap_size_list_item(), ap_get_list_item(), and ap_find_list_item()
5239      to util.c for parsing an HTTP header field value to extract the next
5240      list item, taking into account the possible presence of nested comments,
5241      quoted-pairs, and quoted-strings. ap_get_list_item() also removes
5242      insignificant whitespace and lowercases non-quoted tokens.
5243      [Roy Fielding] PR#2065
5244
5245   *) proxy: The various calls to ap_proxyerror() can return HTTP/1.1 status
5246      code different from 500. This allows the proxy to, e.g., return
5247      "403 Forbidden" for ProxyBlock'ed URL's. [Martin Kraemer] Related to PR#3455
5248
5249   *) Fix ordering of language variants for the case where the traditional
5250      negotiation algorithm is being used with multiple language variants
5251      and no Accept-Language. [James Treacy <treacy@debian.org>] PR#3299, 3688
5252
5253   *) Do not round the TCN quality calculation to 5 decimal places,
5254      unlike RFC 2296, because the calculation might need 12 decimal places
5255      to get the right result.  [Roy Fielding]
5256
5257   *) Remove unused code to disable transparent negotiation when
5258      negotiating on encoding only, as we now handle encoding too
5259      (though this is nonstandard for TCN), remove charset=ISO-8859-1
5260      fiddle from the fiddle-averse RVSA comparison, and fix bugs in
5261      some debugging statements within mod_negotiation. [Koen Holtman]
5262
5263   *) Fixed a rare memory corruption possibility in mod_dir if the index
5264      file is negotiable and no acceptable variant can be found.
5265      [Dean Gaudet, Roy Fielding, Martin Kraemer]
5266
5267   *) Win32: Add new config directive, ScriptInterpreterSource, to enable
5268      searching the Win32 registry for script interpreters.
5269      [Bill Stoddard]
5270
5271   *) Win32: The compiled-in default filename for the error log is now
5272      error.log, which matches the default in the distributed httpd.conf.
5273      [Paul Sutton]
5274
5275   *) Win32: Any error messages from -i or -u command line options are now
5276      displayed on the console output rather than sent to the error log.
5277      Also the "Running Apache..." message is not output unless Apache is
5278      going to serve requests. [Paul Sutton]
5279
5280   *) Rework the MD5 authentication scheme to use FreeBSD's algorithm,
5281      and use a private significator ('$apr1$') to mark passwords as
5282      being smashed with our own algorithm.  Also abstract the password
5283      checking into a new ap_validate_password() routine.  [Ken Coar]
5284
5285   *) Win32: The filename validity checker now allows "COM" but refuses 
5286      access to "COM1" through "COM4". This allows filenames such
5287      as "com.name" to be served. [Paul Sutton] PR#3769.
5288
5289   *) BS2000: Adapt to the new ufork() system call interface which will
5290      make subtasking easier on the OSD/POSIX mainframe environment.
5291      [Martin Kraemer]
5292
5293   *) Add a compatibility define for escape_uri() -> ap_escape_uri() to
5294      ap_compat.h. [David White <david@persimmon.com>] PR#3725
5295
5296   *) Make NDBM file suffix determination for mod_rewrite more accurate, i.e.
5297      use `.db' instead of `.pag' not only for FreeBSD, but also when
5298      the NDBM library looks like Berkeley-DB based.
5299      [Ralf S. Engelschall] PR#3773
5300
5301   *) Add ability to handle DES or MD5 authentication passwords.
5302      [Ryan Bloom <rbb@Raleigh.IBM.Com>]
5303
5304   *) Fix O(n^2) memory consumption in mod_speling.  [Dean Gaudet]
5305
5306   *) SECURITY: Avoid some buffer overflow problems when escaping
5307      quoted strings.  (This overflow was on the heap and we believe
5308      impossible to exploit.)  [Rick Perry <perry@ece.vill.edu>]
5309
5310   *) Let src/Configure be aware of CFLAGS options starting with plus
5311      signs as it's the case for the HP/UX compiler.
5312      [Doug Yatcilla <yatcilda@umdnj.edu>] PR#3681
5313
5314   *) Remove the hard-wire of TAR=tar (we now check for gtar and gnutar first)
5315      and check to see if the tar we wind up with supports '-h'.
5316      [Jim Jagielski] PR#3671
5317
5318   *) A consistent and conservative style for all shell scripts has been
5319      implemented. Basically, all shell string tests use the traditional
5320      hack of 'if [ "x$var" != "x" ]' or 'if [ "x$var" = "xstring" ]'
5321      to protect against bare null variable strings (ie: wrapping both
5322      sides with double quotes and prepending 'x'). 'x' was chosen
5323      because it's more universal and hopefully easier for old shell
5324      prgrammers, as well as being easier to search for in 'vi' (/x\$) :)
5325      [Jim Jagielski]
5326
5327   *) The status module now prints out both the main server generation as
5328      well as the generation of each process. Also, the vhost info is
5329      printed with '?notable'. [Jim Jagielski]
5330
5331   *) Move src/main/md5c.c to src/ap/ap_md5c.c; it's httpd-neutral
5332      and this makes its functions available to things in src/support.
5333      [Ken Coar]
5334
5335 Changes with Apache 1.3.4
5336
5337   *) Renamed macros status_drops_connection to ap_status_drops_connection
5338      and vestigial scan_script_header to ap_scan_script_header_err,
5339      mostly for aesthetic reasons. [Roy Fielding]
5340
5341   *) The query switch "httpd -S" didn't exit after showing the
5342      vhost settings. That was inconsistent with the other query functions.
5343      [Martin Kraemer]
5344
5345   *) Moved the MODULE_MAGIC_COOKIE from before the versions and
5346      filename to the end of the STANDARD_MODULE_STUFF.  Its
5347      presence at the beginning prevented reporting of the filename
5348      for modules compiled before 1 January 1999.  [Ken Coar]
5349
5350   *) SECURITY: ap_os_is_filename_valid() has been added to Win32
5351      to detect and prevent access to special DOS device file names.
5352      [Paul Sutton, Ken Parzygnat]
5353      
5354   *) WIN32: Created new makefiles Makefile_win32.txt (normal build)
5355      and Makefile_win32_debug.txt (debug build) that work on Win95.
5356      Run each of the following from the src directory:
5357         nmake /f Makefile_win32.txt           # compiles normal build
5358         nmake /f Makefile_win32.txt install   # compiles and installs
5359         nmake /f Makefile_win32.txt clean     # removes compiled junk
5360         nmake /f Makefile_win32_debug.txt     # compiles debug build
5361         nmake /f Makefile_win32_debug.txt install
5362         nmake /f Makefile_win32_debug.txt clean
5363      [Roy Fielding]
5364
5365   *) Added binbuild.sh and findprg.sh helpers to make it easier for us
5366      to build binary distributions. [Lars Eilebrecht]
5367
5368   *) IndexOptions SuppressColumnSorting only turned off making
5369      the column headers anchors; you could still change the display
5370      order by manually adding a '?N=A' or similar query string to the
5371      URL.  Now SuppressColumnSorting locks in the sort order so
5372      it can't be overridden this way.  [Ken Coar]
5373
5374   *) Added IndexOrderDefault directive to supply a default sort order
5375      for FancyIndexed directory listings.  [Ken Coar] PR#1699
5376
5377   *) Change the ap_assert macro to a variant that works on all platforms.
5378      [Richard Prinz <richard.prinz@cso.net>] PR#2575
5379
5380   *) Make sure under ELF-based NetBSD (now) and OpenBSD (future) we don't
5381      search for an underscore on dlsym() (as it's already the case
5382      for FreeBSD 3.0). [Todd Vierling <tv@pobox.com>] PR#2462
5383   
5384   *) Small fix for mod_env.html: The module was documented as to be _not_
5385      compiled into Apache per default, although it _IS_ compiled into 
5386      Apache per default. [Sim Harbert <sim@mindspring.com>] PR#3572
5387
5388   *) Instead of fixing a bug in the generation procedure for config.status (a
5389      backslash was missing) we remove the bug together with it's complete
5390      context because the special cases of the past can now no longer occur
5391      because of the recent magic for the --with-layout default.
5392      [Ralf S. Engelschall] PR#3590
5393  
5394   *) Make top-level Makefile aware of a parallel build procedures (make -j) by
5395      making sure the src/support/ tools are _forced_ to be build last (they
5396      depend on other libraries).
5397      [Markus Theissinger <markus.theissinger@gmx.de>]
5398
5399   *) Fix installation procedure: Now that os-inline.c is actually used (a
5400      recently fixed bug prevented this) we need to also install os-include.c
5401      in addition to os.h into the PREFIX/include/ location or building of
5402      module DSOs with APXS fails. [Ralf S. Engelschall] PR#3527
5403
5404   *) Added MODULE_MAGIC_COOKIE as the first field in a module structure to
5405      allow us to distinguish between a garbled DSO (or even a file which isn't
5406      an Apache module DSO at all) and a DSO which doesn't match the current
5407      Apache API. [Ralf S. Engelschall] PR#3152
5408  
5409   *) Two minor enhancements to mod_rewrite: First RewriteRule now also
5410      supports the ``nocase|NC'' flag (as RewriteCond already does for ages) to
5411      match case insensitive (this especially avoids nasty patterns like
5412      `[tT][eE][sS][tT]'). Second two additional internal map functions
5413      `escape' and `unescape' were added which can be used to escape/unescape
5414      to/from hex-encodings in URLs parts (this is especially useful in
5415      combination with map lookups). 
5416      [Magnus Bodin, Ian Kallen, Ralf S. Engelschall]
5417
5418   *) Renamed the macro escape_uri() to ap_escape_uri() which was
5419      forgotten (because it was a macro) in the symbol renaming process.
5420      [Ralf S. Engelschall]
5421
5422   *) Fix some inconsistencies related to the scopes of directives. The only
5423      user visible change is that the directives `UseCanonicalName' and
5424      `ContentDigest' now use the (more correct) `Options' scope instead of
5425      (less correct) `AuthConfig' scope.  [Ralf S. Engelschall]
5426
5427   *) Using DSO, the Server token was being mangled. Specifically, the
5428      module's token was being added first before the Apache token. This
5429      has been fixed. [Jim Jagielski]
5430
5431   *) Major overhaul of mod_negotiation.c, part 2.
5432      - properly handle "identity" within Accept-Encoding.
5433      - allow encoded variants in RVSA negotiation and let them appear in
5434        the Alternates field using the non-standard "encoding" tag-list.
5435      - fixed both negotiation algorithms so that an explicitly accepted
5436        encoding is preferred over no encoding if "identity" is not
5437        included within Accept-Encoding.
5438      - added ap_array_pstrcat() to alloc.c for efficient concatenation
5439        of large substring sequences.
5440      - replaced O(n^2) memory hogs in mod_negotiation with ap_array_pstrcat.
5441      [Roy Fielding]
5442
5443   *) Major overhaul of mod_negotiation.c, part 1.
5444      - cleanups to mod_negotiation comments and code structure
5445      - made compliant with HTTP/1.1 proposed standard (rfc2068) and added
5446        support for everything in the upcoming HTTP/1.1
5447        revision (draft-ietf-http-v11-spec-rev-06.txt).
5448          - language tag matching also handles tags with more than 2
5449            levels like x-y-z
5450          - empty Accept, Accept-Language, Accept-Charset headers are
5451            processed correctly; previously an empty header would make all
5452            values acceptable instead of unacceptable.
5453          - allowed for q values in Accept-Encoding
5454      - added support for transparent content negotiation (rfc2295 and
5455        rfc2296) (though we do not implement all features in these drafts,
5456        e.g. no feature negotiation).  Removed old experimental version.
5457      - implemented 'structured entity tags' for better cache correctness
5458        (structured entity tags ensure that caches which can deal with Vary
5459        will (eventually) be updated if the set of variants on the server
5460        is changed)
5461          - this involved adding a vlist_validator element to request_rec
5462          - this involved adding the ap_make_etag() function to the global API
5463      - modified guessing of charsets used by Apache negotiation algorithm 
5464        to guess 'no charset' if the variant is not a text/* type
5465      - added code to sort multiviews variants into a canonical order so that
5466        negotiation results are consistent across backup/restores and mirrors
5467      - removed possibility of a type map file resolving to another type map
5468        file as its best variant
5469      [Koen Holtman, Roy Fielding, Lars Eilebrecht] PR#3451, 3299, 1987
5470
5471   *) RFC2396 allows the syntax http://host:/path (with no port number)
5472      but the proxy disallowed it (ap_proxy_canon_netloc()).
5473      [David Kristol <dmk@bell-labs.com>] PR#3530
5474
5475   *) When modules update/modify the file name in the configfile_t structure,
5476      syntax errors will report the updated name, not the original one.
5477      [Fabien Coelho <coelho@cri.ensmp.fr>] PR#3573
5478
5479   *) Correct some filename case assumptions from WIN32 to
5480      CASE_BLIND_FILESYSTEM.  [Brian Havard <brianh@kheldar.apana.org.au>]
5481
5482   *) For %v log ServerName regardless of the UseCanonicalName
5483      setting (similarly for %p).  [Dean Gaudet]
5484
5485   *) Configure was initializing the variables $OSDIR, $INCDIR and $SHELL
5486      rather late (too late for some invocations of TestCompile).
5487      This improves the make environment available to TestCompile and
5488      the *.module scripts. [Martin Kraemer]
5489
5490   *) The hashbang emulation code in ap_execve.c would interpret
5491      #!/hashbang/scripts correctly, but failed to fall back to a
5492      standard shell for scripts which did NOT start with #!
5493      Now SHELL_PATH is started in these cases. [Martin Kraemer]
5494
5495   *) PORT: Added the Cyberguard V2 port [Richard Stagg <stagg@lentil.org>]
5496      PR#3336
5497
5498   *) Update APXS manual page: some -q option arguments were missing
5499      and another was incorrect. [Mark Anderson <mda@discerning.com>] PR#3553
5500
5501   *) Cleanup the command line options: `-?' was documented to show
5502      the usage list but does it with an error because `?' is not a valid
5503      command. OTOH a lot of users expect `-h' to print such a usage list and
5504      instead are annoyed for ages by our huge unreadable list of directives.
5505      So we now changed the command line options this way:
5506      1. `-L' => `-R' 
5507         Intent: we need `-L' to be free, and `-R' for the DSO run-time path is
5508         very similar to the popular linker option.
5509      2. `-h' => `-L'
5510         Intent: while -l gives the small list of modules, -L now gives the
5511         large list of directives implemented by these modules.  This is also
5512         consistent with -v (short version info) and -V (large version info).
5513      3. `-?' => `-h' 
5514         Intent: it's now the expected option ;-)
5515      The manual page was adjusted accordingly. 
5516      [Ralf S. Engelschall] PR#2714
5517
5518   *) Fixed problem of fclose() on an unopened file in suexec if LOG_EXEC
5519      wasn't defined.  [Rick Franchuk <rickf@transpect.net>]
5520
5521   *) Removed recently introduced bugs and disfigurements in APACI:
5522      o fixed argument line processing: using $args was broken: It was not
5523        initialized and using args="$args $apc_option" and even args="$args
5524        \"$apc_option\"" fails in the second processing round for any arguments
5525        containing whitespaces. The only correct way is to use the construct
5526        "$@" (but not possible here) or iterate _both_ times over the implicit
5527        argument line (no argument to for-loop) which is what we now use.
5528      o make --with-layout=Apache the default without creating
5529        redundancy (copying the --with-layout block in the argument parsing
5530        loop).  We achieve this by using the "$@" construct together with the
5531        `set' command to prepend --with-layout=Apache to the command line in
5532        case --with-layout is not used.
5533      o fixed auto-suffix handling now that config.layout exists.
5534        Paths which are auto-suffixed are marked with a trailing plus sign in
5535        config.layout and every path now can be marked this way (not only the
5536        four paths for which we do it currently).  Additionally the suffix is
5537        no longer a static one. Instead it's now `/<target>' where <target> is
5538        the argument of the --target option or per default `httpd'.
5539      o allow also tabs (and only spaces) where we match whitespaces
5540      o various fixes and cleanups related to used shell coding style
5541      o made Jim happy by replacing `Written by' with `Initially written by' ;-)
5542      o trimmed output of --help to fit into 80 columns
5543      [Ralf S. Engelschall]
5544
5545   *) Added two new core API functions, ap_single_module_configure() and
5546      ap_single_module_init(), which are now used by mod_so to configure a module
5547      after loading. [Ralf S. Engelschall]
5548
5549   *) PORT: Add defines for USE_FLOCK_SERIALIZED_ACCEPT and
5550      SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section
5551      of ap_config.h to allow serialized accept for multiport listens.
5552      [Roy Fielding, Curt Sampson] PR#3120
5553
5554   *) PORT: Fixed a misplaced #endif for NetBSD/OpenBSD section
5555      of ap_config.h that would skip several defines if DEFAULT_GROUP
5556      was overridden. [Roy Fielding]
5557
5558   *) PORT: The I86 version of DGUX has support for strncasecmp and 
5559      strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247
5560
5561   *) Fix ordering of definitions in ap_config.h so that ap_inline is
5562      defined before it might be used. [Victor Khimenko]
5563
5564   *) PORT: Add Dynamic Shared Object (DSO) support for BSDI (v4.0).
5565      [Tom Serkowski <tks@bsdi.com>] PR#3453
5566
5567   *) Make generation of src/Configuration.apaci more robust: It failed to
5568      differenciate between modules when one module name was a postfix of
5569      another (e.g. cgi vs. fastcgi). We now check for mod_XXX, libXXX and even
5570      just XXX (think about totally non-standard names like "apache_ssl", too).
5571      [Ralf S. Engelschall] PR#3380
5572
5573   *) In src/Configure remove the SERVER_SUBVERSION support (already deprecated
5574      since 1.3b7) and make whitespace handling more robust (it failed horrible
5575      when whitespaces were present in the arguments of -D options).
5576      [Ralf S. Engelschall] PR#3240
5577
5578   *) Add APACI --shadow=DIR variant (in addition to --shadow). This now first
5579      creates an external package shadow tree in DIR before the local build
5580      shadow tree is generated under DIR. This way one can have the extracted
5581      Apache distribution tree read-only on NFS or CDROM and still build Apache
5582      from these sources. An automatically triggered VPATH-like mechanism is
5583      provided through the TOP variable, too.
5584      [Ralf S. Engelschall, Wilfredo Sanchez <wsanchez@apple.com>]
5585
5586   *) Fix negotiation so that a Vary response header is correctly 
5587      generated when, for a particular dimension, variants only vary
5588      in having or not having a value for that dimension. [Paul Sutton]
5589
5590   *) Fix negotiation so that we prefer an encoded variant over an
5591      unencoded variant if the user-agent explicitly says it can
5592      accept that encoding. Previously we always preferred the unencoded
5593      variant.
5594      [Paul Ausbeck <paula@alumni.cse.ucsc.edu>, Paul Sutton] PR#3447
5595  
5596   *) Fix APXS tool: query variables LIBS_SHLIB and TARGET were not recognized
5597      and the usage page was inconsistent with the functionality and manpage.
5598      [Ralf S. Engelschall]
5599
5600   *) Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command.
5601      They can occur multiple times and their arguments (`xxx') are passed AS
5602      IS to the compiler/linker command.  [Ralf S. Engelschall]
5603
5604   *) Fixed possible (but harmless in practice) bug in the DBM lookup
5605      procedure of mod_rewrite: very long keys were truncated.
5606      [Ralf S. Engelschall]
5607
5608   *) Added a generic --with-layout=[FILE:]ID option. ID here is a layout
5609      identifier, currently "Apache" and "GNU" are pre-defined in the file
5610      config.layout.  Custom layouts are possible by using FILE:ID as the
5611      argument where the layout ID is taken from FILE.
5612
5613      The config.layout file consists of <Layout ID>..</Layout> sections
5614      where inside those sections "path_variable: path_value" pairs can be
5615      specified. These lines are converted to path_variable='path_value'.
5616
5617   *) Add a DefaultLanguage directive so that files missing a language
5618      extension (e.g., .fr, .de) can be labelled as being some other
5619      default language. DefaultLanguage can appear in <Directory> and 
5620      <Files> containers as well as .htaccess files.  [Paul Sutton]
5621      PR#1180
5622
5623   *) Fix TARGET configuration when configuring and installing using
5624      APACI configure. TARGET now defines the basename of the configuration
5625      file, startup script, manual page, etc. log_error_core() now reports
5626      the server binary name given by argv[0]. TARGET can now also be defined
5627      with --target=TARGET parameter passed to APACI configure.
5628      [Ralf Engelschall, Randy Terbush]
5629
5630   *) mod_include.c:handle_perl() now properly tests for OPT_INCNOEXEC
5631      rather than OPT_INCLUDES [Rainer Schoepf <schoepf@uni-mainz.de>]
5632
5633   *) ap_md5_binary() was using sprintf() rather than a table lookup
5634      to convert binary bytes to hex digits.
5635      [Ronald Tschalär <ronald@innovation.ch>] PR#3409
5636
5637   *) Fix SEGV in TCN negotiation if no variants are acceptable.
5638      [Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>] PR#1987
5639
5640   *) API: ap_exists_config_define() function is now "public" [Doug MacEachern]
5641
5642   *) Fix documentation of `Action' directive: It can activate a CGI script
5643      when either a handler or a MIME content type is triggered by the request.
5644      [Andrew Pimlott <pimlott@math.harvard.edu>] PR#3340
5645
5646   *) Document the `add' command of `dbmmanage' in `dbmmanage.1' manpage.
5647      [David MacKenzie <djm@uu.net>] PR#3394
5648
5649   *) Ignore a "ErrorDocument 401" directive with a full URL and write a
5650      notice to the error log. It is not possible to send a 401 response
5651      and a redirect at the same time.  [Lars Eilebrecht]
5652
5653   *) Fallback to native compilers for IRIX-32 platform. It seems that
5654      a gcc 2.8.1 compiled apache is logging client addresses with all
5655      bits set (255.255.255.255). This is the second such problem caused
5656      by gcc 2.8.1 compiler. The first being broken semaphore locking.
5657      [Randy Terbush]
5658
5659   *) Updated mime.types to reflect current Internet media types
5660      and include a URL to the registry.
5661      [Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
5662
5663   *) SECURITY: Do a more complete check in mod_include to avoid 
5664      an infinite loop of recursive SSI includes.  [Marc Slemko] PR#3323
5665
5666   *) Add APACI --suexec-docroot and --suexec-logfile options which can be
5667      used to set the document root directory (DOC_ROOT) and the suexec
5668      logfile (LOG_EXEC), respectively. Additionally the --layout option
5669      was changed to show more information about the suEXEC setup.
5670      [Lars Eilebrecht] PR#3316, 3357, 3361
5671
5672   *) Added the last two WebDAV status codes of 424 (Failed Dependency)
5673      and 507 (Insufficient Storage) for use by third-party modules.
5674      [Roy Fielding]
5675
5676   *) Enabled all of the WebDAV method names for use by third-party
5677      modules, Limit, and Script directives.  That includes PATCH,
5678      PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK.
5679      Improved mod_actions.c so that it can use any of the methods
5680      defined in httpd.h.  Added ap_method_number_of(method) for
5681      getting the internal method number.  [Roy Fielding]
5682
5683   *) PORT: Add a port to the TPF OS. [Joe Moenich <moenich@us.ibm.com> and
5684      others at IBM]
5685
5686   *) Fix problems with handling of UNC names (e.g., \\host\path)
5687      on Win32.  [Ken Parzygnat <kparz@us.ibm.com>]
5688
5689   *) Rework os_canonical_*() on Win32 so it's simpler, more
5690      robust, and works.  [Ken Parzygnat <kparz@us.ibm.com>]
5691      PR#2555, 2915, 3064, 3232
5692
5693   *) Work around incomplete implementation of strftime on Win32.
5694      [Manoj Kasichainula, Ken Parzygnat <kparz@us.ibm.com>]
5695
5696   *) Move a typedef to fix compile problems on Linux with 1.x kernels.
5697      [Manoj Kasichainula] PR#3177
5698
5699   *) PORT: Add a port to the Concurrent PowerMAX OS. [Tom Horsley
5700      <Tom.Horsley@mail.ccur.com>]
5701
5702   *) WIN32: Log more explicit error messages if spawning an interpreted 
5703      script failed, including the command line used to attempt to execute 
5704      the interpreter and the Win32 error code returned.  [Marc Slemko]
5705
5706   *) Disable sending of error-notes on a 500 (Internal Server Error) response
5707      since it often includes file path info.  Enable sending of error-notes
5708      on a 501 (Method Not Implemented).  [Roy Fielding] PR#3173
5709
5710   *) http_config.c would respond with 501 (Method Not Implemented) if a
5711      content type handler was specified but could not be found, which
5712      should have been a 500 response.  Likewise, mod_proxy.c would responsd
5713      with a 501 if the URI scheme is unrecognized instead of the correct
5714      response of 403 (Forbidden).  [Roy Fielding]
5715
5716   *) SECURITY: Eliminate DoS attack when a bad URI path contains what
5717      looks like a printf format escape.  [Marc Slemko, Studenten Net Twente]
5718
5719   *) Fix in mod_autoindex: for files where the last modified time stamp was
5720      unavailable, an empty string was printed which was 2 bytes short.
5721      The size and description columns were therefore not aligned correctly.
5722      [Martin Kraemer] (no PR#)
5723
5724   *) Update BS2000 OS code to work with recent versions. Starting with
5725      release A17, the child fork() must be replaced by a _rfork().
5726      (BS2000 only) [Martin Kraemer]
5727
5728   *) Add the actual server_rec structure of the specific Vhost to the
5729      scoreboard file and avoid a string copy (as well as allow some
5730      further future enhancements). [Harrie Hazewinkel
5731      <harrie.hazewinkel@jrc.it>]
5732
5733   *) Add APACI --permute-module=foo:bar option which can be used to
5734      on-the-fly/batch permute the order of two modules (mod_foo and mod_bar)
5735      in the Configuration[.apaci] file. Two special and important variants are
5736      supported for the option argument: first BEGIN:foo which permutes module
5737      mod_foo with the begin of the module list, i.e. it `moves' the module to
5738      the begin of the list (gives it lowest priority).  And second foo:END
5739      which permutes mod_foo with the end of the module list, i.e. it `moves'
5740      the module to the end of the list (gives it highest priority). 
5741      [Ralf S. Engelschall]
5742
5743   *) Fix problem with 'apache -k shutdown' and startup event
5744      synchronisation (Win32).  [Ken Parzygnat <kparz@raleigh.ibm.com>]
5745      PR#3255
5746
5747   *) The config parser wasn't correctly noticing a missing '>'
5748      on container start lines (e.g., it wouldn't spot
5749      "<Directory /" as a syntax error).  [Ryan Bloom <rbbloom@us.ibm.com>]
5750      PR#3279
5751
5752   *) Add a 'RemoveHandler' directive which will selectively remove
5753      all handler associations for the specified file extensions.
5754      [Ryan Bloom <rbbloom@us.ibm.com>] PR#1799.
5755
5756   *) Properly handle & allow "nul" and ".*/null" in AccessConfig and
5757      ResourceConfig directives on Win32.  Also add a note to the effect
5758      of 'useless User directive ignored on Win32' to the errorlog if
5759      a User directive is encountered on Win32.
5760      [Ken Parzygnat <kparz@raleigh.ibm.com>] PR#2078, 2303.
5761
5762   *) Fix multiple whitespace handling in imagemaps for mod_imap which was
5763      broken since Apache 1.3.1 where we took out compressing of multiple
5764      spaces in ap_cfg_getline().
5765      [Ivan Richwalski <ivan@seppuku.net>] PR#3249
5766
5767   *) Fix Berkeley-DB/2.x support in mod_auth_db: The data structures were not
5768      initialized correctly and the db_open() call used an invalid mode
5769      parameter. [Ron Klatchko <ron@ckm.ucsf.edu>] PR#3171
5770
5771   *) PORT: DSO support for UnixWare 7
5772      [Ralf S. Engelschall, Ron Record <rr@sco.com>]
5773
5774   *) Merge the contents of the {srm,access}.conf-dist* files into the
5775      httpd.conf-dist* files.  The srm and access files now contain
5776      only comments, and httpd.conf has all the combined contents in
5777      a rational order.  [Ken Coar]
5778
5779   *) PORT: DSO/ELF support for FreeBSD 3.0.
5780      [Ralf S. Engelschall, Dirk Froemberg <ibex@physik.TU-Berlin.DE>]
5781   
5782   *) Add a "default-handler" handler that calls the default_hander()
5783      function which is normally called for static content.  This allows
5784      you to override a specific handler.  [Marc Slemko]
5785
5786   *) Further simplify checking for absolute paths by replacing an
5787      hard-coded syntax check with a call to a routine we already created to
5788      do this.  [Ken Parzygnat <kparz@raleigh.ibm.com>] PR#2976, 3074
5789
5790   *) Log an error if we encounter a malformed "require" directive 
5791      in mod_auth if we know that we know that no other module can
5792      deal with it.  [Marc Slemko]
5793
5794   *) Remove ap_private_extern method of hiding conflicting symbols
5795      on the NEXT platform because it is not correct for all versions,
5796      and the versions for which it is correct are unknown.
5797      [Wilfredo Sanchez <wsanchez@apple.com>]
5798
5799   *) Fix inheritance of IndexOptions NameWidth and remove unintended
5800      restriction on +NameWidth, +IconHeight, and +IconWidth.  [Ken Coar]
5801
5802   *) Fix per-directory config merging for cases in which a 500 error
5803      is encountered in an .htaccess file somewhere down the tree.
5804      [Ken Coar]  PR#2409
5805
5806   *) Minor performance improvement to ap_escape_html(). [Roy Fielding]
5807
5808   *) Fixed a segmentation violation in mod_proxy when a response is
5809      non-cachable.  [Roy Fielding, traced by Doug Bloebaum]. PR#2950, 3056
5810
5811 Changes with Apache 1.3.3
5812
5813   *) Added a complete implementation of the Expect header field as
5814      specified in rev-05 of HTTP/1.1.  Disabled the 100 Continue
5815      response when we already know the final status, which is mighty
5816      useful for PUT responses that result in 302 or 401. [Roy Fielding]
5817
5818   *) Remove extra trailing whitespace from the getline results as part
5819      of the protocol processing, which is extra nice because it works
5820      between continuation lines, is almost no cost in the normal case
5821      of no extra whitespace, and saves memory. [Roy Fielding]
5822
5823   *) Added new HTTP status codes and default response bodies from the
5824      revised HTTP/1.1 (307, 416, 417), WebDAV (102, 207, 422, 423), and 
5825      HTTP Extension Framework (510) specifications.  Did not add the
5826      WebDAV 424 and 425 codes because they are bogus.  We don't use any
5827      of these codes yet, but they are now available to 3rd-party modules.
5828      [Roy Fielding]
5829
5830   *) Fix a possible race condition between timed-out requests and the
5831      ap_bhalfduplex select that might result in an infinite loop on
5832      platforms that do not validate the descriptor. [Roy Fielding]
5833
5834   *) WIN32: Add "-k shutdown" and "-k restart" options to signal a
5835      running Apache server [Paul Sutton]
5836
5837   *) Fix mod_autoindex bug where directories got a size of "0k" instead
5838      of "-".  [Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>, Marc Slemko]
5839      PR#3130
5840
5841   *) PORT: DRS 6000 machine. [Paul Debleecker <pdebleecker@jetair.be>]
5842
5843   *) Add the server signature text (from the core ServerSignature directive)
5844      to the list of envariables available to scripts, SSI, and the like.
5845      [Ken Coar]
5846
5847   *) PORT: Fix sys/resource.h handling for SCO 3.x platform.
5848      [M. Laak <maert@proinv.ee>] PR#3108
5849  
5850   *) Fallback from sysconf-based to plain HZ-based `ticks per second'
5851      calculation in mod_status for all systems which don't have POSIX
5852      sysconf() (like UTS 2.1) and not only for the NEXT platform.
5853      [Dave Dykstra <dwd@bell-labs.com>] PR#3055
5854
5855   *) Fix `require ...' directive parsing in mod_auth, mod_auth_dbm and
5856      mod_auth_db by using ap_getword_white() (which uses ap_isspace()) 
5857      instead of ap_getword(..., ' ') (which parses only according to spaces 
5858      but not tabs).  [James Morris <jmorris@intercode.com.au>, 
5859      Ralf S. Engelschall] PR#3105
5860
5861   *) Fix the SERVER_NAME variable under sub-request situations (where
5862      `UseCanonicalName off' is used) like CGI's called from SSI pages or
5863      RewriteCond variables by adopting r->hostname to sub-requests.
5864      [James Grinter <jrg@blodwen.demon.co.uk>] PR#3111
5865
5866   *) Fix stderr redirection under syslog-based error logging situation.
5867      [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#3095
5868
5869   *) Document `ErrorLog syslog:facility' variant of error logging.
5870      [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#3096
5871
5872   *) Fix http://localhost/ hints in top-level INSTALL document.
5873      [Rob Jenson <robjen@spotch.com>, Ralf S. Engelschall] PR#3088
5874
5875   *) Quote paths in default configuration files.  [Wilfredo Sanchez]
5876
5877   *) PORT: Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
5878      it is now taken care of properly by the header file tests.
5879      [Wilfredo Sanchez <wsanchez@apple.com>]
5880
5881   *) Fix problem with scripts and filehandle inheritance on Win32.
5882      [Ken Parzygnat <kparz@raleigh.ibm.com>]  PR#2884, 2910
5883
5884   *) Win32 name canonicalisation could end up using the server's
5885      working directory to fill in some blanks.  [Ken Parzygnat
5886      <kparz@raleigh.ibm.com>] PR#3001
5887
5888   *) Correct invalid assumption by ap_sub_req_lookup_file() that all
5889      absolute paths begin with "/" -- because they don't on Win32.
5890      [Ken Parzygnat <kparz@raleigh.ibm.com>] PR#2976, 3074
5891
5892   *) Add [REDIRECT_]VARIANTS environment variable to mod_speling
5893      so that ErrorDocument 300 processors can reformat the list
5894      if desired.  [Ken Coar] PR#2859
5895
5896   *) Add +/- incremental prefixes to IndexOptions keywords, and
5897      enable merging of multiple IndexOptions directives.  [Ken Coar]
5898
5899   *) PORT: Allow GuessOS to recognize Unixware 7.0.1 [Steve Cameron
5900      <steve.cameron@compaq.com>]
5901
5902   *) Reconstructed the loop through multiple htaccess file names so
5903      that missing files are not confused with unreadable files.
5904      [Roy Fielding]
5905
5906   *) The ap_pfopen and ap_pfdopen routines were failing to protect the
5907      errno on an error, which leads to one error being mistaken for
5908      another when reading non-existent .htaccess files.
5909      [Jim Jagielski]
5910
5911   *) OS/2: The new header tests get things right, need to update
5912      ap_config.h.  [Brian Havard]
5913
5914   *) The Perl %ENV hash will now be setup by default when using the
5915      mod_include `perl' command [Doug MacEachern]
5916
5917   *) PORT: Add Pyramid DC/OSx support to configuration mechanism.
5918      [Earle Ake <akee@wpdiss1.wpafb.af.mil>]
5919
5920   *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1
5921      [Dave Dykstra <dwd@bell-labs.com>] PR#3054
5922
5923   *) Correct comment in mod_log_config.c about its internals.
5924      [Elf Sternberg <elf@halcyon.com>]
5925
5926   *) Avoid possible line overflow in Configure: Use an awkfile to
5927      handle the creation of modules.c [Jim Jagielski]
5928
5929 Changes with Apache 1.3.2
5930
5931   *) Fix bug in ap_remove_module(), which caused problems for dso's 
5932      who were the top_module.  [Doug MacEachern]
5933
5934   *) Add support for Berkeley-DB/2.x (in addition to Berkeley-DB/1.x) to
5935      mod_auth_db to both be friendly to users who wants to use this version
5936      and to avoid problems under platforms where only version 2.x is present.
5937      [Dan Jacobowitz <drow@false.org>, Ralf S. Engelschall]
5938
5939   *) When using ap_log_rerror(), make the error message available to the
5940      *ERROR_NOTES envariables by default.  [Ken Coar]
5941
5942   *) BS2000 platform only: get rid of the nasty BS2000AuthFile.
5943      You now must define a BS2000Account name for the server User.
5944      This has fewer security implications than the old approach.
5945      [Martin Kraemer]
5946
5947   *) Fix SHARED_CORE feature for HPUX platform: We now use extension `.sl'
5948      instead of `.so' and `SHLIB_PATH' instead of `LD_LIBRARY_PATH' on this
5949      platform to make the braindead HPUX linker happy. Notice, for the module
5950      DSOs we don't have to use this, because these are loaded manually (and
5951      not via HPUX' dld). [Ralf S. Engelschall] PR#2905, PR#2968
5952
5953   *) Remove 64 thread limit on Win32.
5954      [Bill Stoddard <stoddard@raleigh.ibm.com>]
5955
5956   *) Remove redundant substitutions in top-level Makefile.tmpl.
5957      [Ralf S. Engelschall]
5958
5959   *) Fix APACI's `Group' configuration adjustment - especially for Linux
5960      platforms where `nogroup' exists in /etc/group. [Ralf S. Engelschall]
5961  
5962   *) Make PrintPath work generically instead of having one version
5963      strictly for OS/2. [Jim Jagielski, Brian Havard]
5964
5965   *) Fix the recently introduced C header file checking: We now use the C
5966      pre-processor pass only (and no longer the complete compiler pass) to
5967      determine whether a C header file exists or not. Because only this way
5968      we're safe against inter-header dependencies (which caused horrible
5969      portability problems). The only drawback is that we now have a CPP
5970      configuration variable which has to be determined first (we do a similar
5971      approach as GNU Autoconf does here). When all fails the user still has
5972      the possibility to override it manually via APACI or src/Configuration.
5973      As a fallback for the header check itself we can directly check the
5974      existance of the file under /usr/include, too.
5975      [Ralf S. Engelschall] PR#2777
5976
5977   *) PORT: Added RHAPSODY (Mac OS X Server) support. MAP_TMPFILE defined
5978      as an alternate mechanism for mmap'd shared memory for RHAPSODY.
5979      ap_private_extern defined to hide symbols that conflict with loaded
5980      dynamic libraries on the NEXT and RHAPSODY platforms.
5981      [Wilfredo Sanchez <wsanchez@apple.com>]
5982
5983   *) Delete PID file on clean shutdowns.
5984      [Charles Randall <crandall@matchlogic.com>] PR#2947
5985
5986   *) Fix mod_auth_*.html documents: NSCA -> NCSA
5987      [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#2991
5988
5989   *) Fix INSTALL document: www.gnu.ai.mit.edu -> www.gnu.org
5990      [Karl Berry <karl@gnu.org>] PR#2994
5991
5992   *) Fix dbmmanage.1 manual page.
5993      [Youichirou Koga <y-koga@jp.FreeBSD.org>] PR#2992
5994      
5995   *) Fix possible buffer overflow situation in suexec.c.
5996      [Jeff Stewart <jws@purdue.edu>] PR#2790
5997
5998   *) Add some more LIBS for the SCO5 platform which are needed for the already
5999      used -lprot. It's actually a bug in SCO5, of course.
6000      [Ronald Record <rr@sco.com>] PR#2533
6001
6002   *) Fix documentation of ProxyPass/ProxyPassReverse according to the
6003      trailing slash problem. [Jon Drukman <jsd@gamespot.com>] PR#2933
6004   
6005   *) Remove `-msym' option from LDFLAGS_SHLIB for the Digital UNIX (OSF/1)
6006      platform, because it's only supported under version 4.0 and higher. But
6007      because our GuessOS is still unaware of Digital UNIX versions and the
6008      -msym is just to optimize the DSO statup time a little bit it's safe and
6009      best when we leave it out now.  [Ralf S. Engelschall] PR#2969
6010
6011   *) Fix the ap_log_error_old(), ap_log_unixerr() and ap_log_printf()
6012      functions: First all three functions no longer fail on strings containing
6013      "%" chars and second ap_log_printf() no longer does a double-formatting
6014      (instead it directly passes through the message to be formatted to the
6015      real internal formatting function). [Ralf S. Engelschall] PR#2941
6016
6017   *) Allow "Include" directives anywhere in the server config
6018      files (but not .htaccess files).  [Ken Coar] PR#2727
6019
6020   *) The proxy was refusing to serve CONNECT requests except to
6021      port 443 (https://) and 563 (snews://). The new AllowCONNECT
6022      directive allows the configuration of the ports to which a
6023      CONNECT is allowed.  [Sameer Parekh, Martin Kraemer]
6024
6025   *) mod_expires will now act on content that is not sent from a file
6026      on disk.  Previously it would never add an Expires: header to
6027      any response that did not come from a file on disk; the only
6028      case where it still doesn't (and can't) add one for that type of 
6029      content is if you are using a modification date based setting.  
6030      [Marc Slemko, Paul Phillips <paulp@go2net.com>]
6031
6032   *) Problems encountered during .htaccess parsing or CGI execution
6033      that lead to a "500 Server Error" condition now provide explanatory
6034      text (in the *ERROR_NOTES envariable) to ErrorDocument 500 scripts.
6035      [Ken Coar] PR#1291
6036
6037   *) Add NameWidth keyword to IndexOptions directive so that the
6038      width of the filename column is customisable.  [Ken Coar, Dean Gaudet]
6039      PR#1949, 2324.
6040
6041   *) Recognize lowercase _and_ uppercase `uname' results under
6042      SCO OpenServer. [David Coelho <drc@ppt.com>]
6043
6044   *) As duplicate "HTTP/1.0 200 OK" lines within the header seem to be
6045      a common problem of (mis-administrated?) IIS servers, make the apache
6046      proxy immune to these errors (and ignore the duplicates, but log
6047      the fact to error_log). [Martin Kraemer], after the proposal in PR#2914 
6048      
6049   *) The <IfModule and <IfDefine block starting directives now only
6050      allow exactly one argument. Previously, the optional negation
6051      character '!' could be separated by whitespace without a syntax
6052      error being reported, albeit defeating the IfModule functionality
6053      (enclosed directives would ALWAYS be executed). By using the
6054      stricter syntax, these hard-to-track errors can be avoided.
6055      [Martin Kraemer]
6056
6057   *) Simplify handling of IndexOptions in mod_autoindex -- and BTW
6058      cause the standalone FancyIndexing directive to logically OR
6059      into any existing IndexOptions settings rather than wiping
6060      them out.  [Ken Coar]
6061
6062   *) Changes in ftp proxy: make URL parsing simpler by using the
6063      parsed_uri stuff.
6064      + Add display of the "current directory" in cases where it's
6065      different from the supplied path (e.g., ftp://user@host/ lives
6066      in /home/user, not in /, therefore clicking on "../" in the
6067      starting directory might send us to /home/).
6068      + When ftp login fails, (esp. when a user name was part of the
6069      URL already), we now return [401 Unauthorized ] to allow the
6070      browser to pop up an authorization dialog. This makes passwords
6071      slightly less visible (they don't appear in the regular log files)
6072      and implements a functionality that other www proxy servers
6073      already offered.
6074      [Martin Kraemer]
6075
6076   *) Triggered by the recent "Via:" header changes, the proxy module would
6077      dump core for replies with invalid headers (e.g., duplicate
6078      "HTTP/1.0 200 OK" lines). These errors are now logged and the
6079      core dump is avoided. Also, broken replies are not cached.
6080      [Martin Kraemer] PR#2914
6081
6082   *) new `GprofDir' directive when compiled with -DGPROF, where gprof can
6083      plop gmon.out profile data for each child [Doug MacEachern]
6084    
6085   *) Use the construct ``"$@"'' instead of ``$*'' in the generated
6086      config.status script to be immune against arguments with whitespaces.
6087      [Yves Arrouye <yves@apple.com>] PR#2866
6088
6089   *) Replace the inlined information grabbing stuff for the configuration
6090      adjustment feature (no --without-confadjust) with calls to a new helper
6091      script `buildinfo.sh' which is both more flexible and already proofed to
6092      be more robust against platform differences. This mainly fixes the
6093      recently occured ``sed: command garbled: ...'' problems.
6094      [Ralf S. Engelschall] PR#2776, PR#2848
6095
6096   *) Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
6097      -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''
6098      without complains after we recently added the POST feature.
6099      [Ralf S. Engelschall]
6100
6101   *) Renamed is_HTTP_xxx() macros to ap_is_HTTP_xxx() name. They are used inside
6102      modules as API functions and we forgot them at the big symbol renaming.
6103      [Ralf S. Engelschall]
6104
6105   *) Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.html
6106      [Youichirou Koga <y-koga@jp.FreeBSD.ORG>] PR#2895
6107
6108   *) Dynamically size the filename column of mod_autoindex output.
6109      [Dean Gaudet]
6110
6111   *) Add the ability to do POST requests to the ab benchmarking tool.
6112      [Kurt Sussman <kls@best.com>] PR#2871
6113
6114   *) Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
6115      5 to 10 because there are some users out there who always have 5 to 8
6116      variables in one RewriteRule and had to patch mod_rewrite.h for every
6117      release. So 15 should be now more than enough, even for them. (I never
6118      needed more than 4 in my RewriteRules ;-)
6119      [Ralf S. Engelschall]
6120
6121   *) Make the proxy generate and understand Via: headers
6122      [Martin Kraemer]
6123
6124   *) Change the proxy to use tables instead of array_headers for
6125      the header lines. [Martin Kraemer]
6126
6127   *) Make sure the config.status file is not overridden when just
6128      ``configure --help'' is used. [Ralf S. Engelschall] PR#2844
6129
6130   *) Split MODULE_MAGIC_NUMBER into _MAJOR/_MINOR numbers. This should
6131      provide a way to trace API changes that add functionality but do
6132      not create a compatibility issue for precompiled modules, etc.
6133      See include/ap_mmn.h for more details.  [Randy Terbush]
6134
6135   *) Fix suexec installation under `make install root=xxx' situation.
6136      [Ralf S. Engelschall]
6137
6138   *) Extend the output of the -V switch to include the paths of all
6139      compiled-in configuration files, if they were overridden at
6140      compile time, for least astonishment of the user.
6141      [Martin Kraemer]
6142
6143   *) When READing a request in ExtendedStatus mode, the "old"
6144      vhost, request and client information is not displayed.
6145      [Jim Jagielski]
6146
6147   *) STATUS is no longer available. Full status information now
6148      run-time configurable using the ExtendedStatus directive.
6149      [Jim Jagielski]
6150
6151   *) SECURITY: Eliminate O(n^2) space DoS attacks (and other O(n^2)
6152      cpu time attacks) in header parsing.  Add ap_overlap_tables(),
6153      a function which can be used to perform bulk update operations
6154      on tables in a more efficient manner.  [Dean Gaudet]
6155
6156   *) SECURITY: Added compile-time and configurable limits for
6157      various aspects of reading a client request to avoid some simple
6158      denial of service attacks, including limits on maximum request-line
6159      size (LimitRequestLine), number of header fields (LimitRequestFields),
6160      and size of any one header field (LimitRequestFieldsize).  Also added
6161      a configurable directive LimitRequestBody for limiting the size of the
6162      request message body.  [Roy Fielding]
6163
6164   *) Make status module aware of DNS and logging states, even if
6165      STATUS not defined.  [Jim Jagielski]
6166
6167   *) Fix a problem with the new OS/2 mutexes.  [Brian Havard]
6168
6169   *) Enhance mod_speling so that CheckSpelling can be used in
6170      <Directory> containers and .htaccess files.  [Ken Coar]
6171
6172   *) API: new ap_custom_response() function for hooking into the
6173      ErrorDocument mechanism at runtime [Doug MacEachern]
6174
6175   *) API: new ap_uuencode() function [Doug MacEachern]
6176
6177   *) API: scan_script_header_err_core() now "public" and renamed
6178      ap_scan_script_header_err_core() [Doug MacEachern]
6179
6180   *) The 'status' module will now show the process pid's and their
6181      state even without full STATUS accounting. [Jim Jagielski]
6182
6183   *) Restore the client IP address to the error log messages, this
6184      was lost during the transition from 1.2 to 1.3.  Add a new
6185      function ap_log_rerror() which takes a request_rec * and
6186      formats it appropriately.  [Dean Gaudet] PR#2661
6187
6188   *) Cure ap_cfg_getline() of its nasty habit of compressing internal
6189      whitespace in input lines -- including within quoted strings.
6190      [Ken Coar]
6191      but leading and trailing whitespace should continue to be
6192      stripped [Martin Kraemer]
6193
6194   *) Cleanup of the PrintPath/PrintPathOS2 helper functions. Avoid
6195      the ugly use of an env. variable and use command-line args for
6196      alternate $PATH. Make more like advanced 'type's as well.
6197      [Jim Jagielski]
6198
6199   *) The IRIXN32 Rule was being ignored. Configure now correctly adds
6200      -n32 only if IRIXN32 says to. [Jim Jagielski, Alain St-Denis
6201      <alain.st-denis@ec.gc.ca>] PR#2736
6202
6203   *) Clean up a warning in mod_proxy. [Ralf S. Engelschall]
6204
6205   *) Renamed __EMX__ (internal define of the gcc port under OS/2) to OS2
6206      following the same idea as "MSVC vs WIN32". Additionally the src/os/emx/
6207      directory was renamed to src/os/os2/ for consistency.
6208      [Brian Havard, Ralf S. Engelschall]
6209
6210   *) Add new Rule SHARED_CHAIN which can be used to enable linking of DSO
6211      files (here modules) against other DSO files (here shared libraries).
6212      This is done by determining a subset of LIBS which can be safely used for
6213      linking the DSOs, i.e. PIC libs and shared libs.  Currently the rule is
6214      disabled for all platforms to avoid problems with this (experimental)
6215      rule. But we provide it now for those people how ran into problems and
6216      want to came out by forcing linking against DSOs.
6217      [Ralf S. Engelschall] PR#2587
6218
6219   *) Fix suEXEC start message: Has to be of `notice' level to really get
6220      printed together with the standard startup message because the `notice'
6221      level is handled special inside ap_log_error() for startup messages.
6222      [Ralf S. Engelschall] PR#2761 PR#2761 PR#2765
6223
6224   *) Add correct `model' MIME types from RFC2077 to mime.types file.
6225      [Ralf S. Engelschall] PR#2732
6226
6227   *) Fixed examples in mod_rewrite.html document. 
6228      [Youichirou Koga <y-koga@jp.FreeBSD.org>, Ralf S. Engelschall] PR#2756
6229
6230   *) Allow ap_read_request errors to propagate through the normal request
6231      handling loop so that the connection can be properly closed with
6232      lingering_close, thus avoiding a potential TCP reset that would
6233      cause the client to miss the HTTP error response.  [Roy Fielding]
6234
6235   *) One more portability fix for APACI shadow tree support: Swap order of awk
6236      and sed in top-level configure script to avoid sed fails on some
6237      platforms (for instance SunOS 4.1.3 and NCR SysV) because of the
6238      non-newline-termined output of Awk. [Ralf S. Engelschall] PR#2729
6239
6240   *) PORT: NEC EWS4800 support.
6241      [MATSUURA Takanori <t-matsuu@protein.osaka-u.ac.jp>]
6242
6243   *) Fix a segfault in the proxy on OS/2.  [Brian Havard]
6244
6245   *) Fix Win32 part of ap_spawn_child() by providing a reasonable child_info
6246      structure instead of just NULL. This fixes at least the RewriteMap
6247      programs under Win32. [Marco De Michele <mdemichele@tin.it>] PR#2483
6248
6249   *) Add workaround to top-level `configure' script for brain dead 
6250      `echo' commands which interpet escape sequences per default.
6251      [Ralf S. Engelschall] PR#2654
6252
6253   *) Make sure that the path to the Perl interpreter is correctly
6254      adjusted under `make install' also for the printenv CGI script.
6255      [Ralf S. Engelschall] PR#2595
6256  
6257   *) Update the mod_rewrite.html document to correctly reflect the situation
6258      of the `proxy' (`[P]') feature. [Ralf S. Engelschall] PR#2679
6259
6260   *) Fix `install-includes' sub-target of `install' target in top-level
6261      Makefile.tmpl: The umask+cp approach didn't work as expected (especially
6262      for users which extracted the distribution under 'umask 077'), so replace
6263      it by an explicit cp+chmod approach.
6264      [Richard Lloyd, Curt Sampson, Ralf S. Engelschall] PR#2656 PR#2626
6265  
6266   *) Fix `distclean' and `clean' targets in src/Makefile.tmpl to have same
6267      behavior and to cleanup correctly even under enabled SHARED_CORE rule.
6268      [Ralf S. Engelschall]
6269
6270   *) Use a more straight forward and thus less problematic Sed command in
6271      src/helper/mkdir.sh script.  [Ralf S. Engelschall]
6272
6273   *) Make sure the `configure' scripts doesn't fail when trying to guess the
6274      domainname of the machine and there are multiple `domainname' and
6275      `search' entries in /etc/resolv.conf.
6276      [Ralf S. Engelschall] PR#2710
6277
6278   *) Add note about the SHARED_CORE requirement on some platforms also to the
6279      INSTALL file because a lot of users don't read htdocs/manual/dso.html
6280      first. [Ralf S. Engelschall] PR#2701
6281
6282   *) Fix document "hyperlink" for dso.html in src/Configuration.tmpl
6283      [Knut A.Syed <Knut.Syed@nhh.no>] PR#2674
6284
6285   *) Modify mod_rewrite to update the Vary response field if the URL rewriting
6286      engine does any manipulations or decisions based upon request fields. 
6287      [Ken Coar] PR#1644
6288
6289   *) Document the special APACI behavior for installation paths where
6290      ``/apache'' is appended to paths under some (well defined, of course)
6291      situations to prevent pollution of system locations with Apache files.
6292      [Ralf S. Engelschall] PR#2660
6293
6294   *) Fixed problem with buffered response message not being sent for
6295      the read_request error conditions of URI-too-long (414) and
6296      malformed header fields (400).  [Roy Fielding] PR#2646
6297
6298   *) Add support for the Max-Forwards: header line required by RFC2068 for
6299      the TRACE method. This allows apache to TRACE along a chain of proxies
6300      up to a predetermined depth. [Martin Kraemer]
6301
6302   *) Fix SHARED_CORE rule: The CFLAGS_SHLIB variable is no longer doubled
6303      (compilers complained) and the .so.V.R.P filename extension was adjusted
6304      to correctly reflect the 1.3.2 version.
6305      [Ralf S. Engelschall] PR#2644
6306
6307   *) SECURITY: Plug "..." and other canonicalization holes under OS/2.
6308      [Brian Havard]
6309   
6310   *) PORT: implement serialized accepts for OS/2.  [Brian Havard]
6311
6312   *) mod_include had problems with the fsize and flastmod directives
6313      under WIN32.  Fix also avoids the minor security hole of using
6314      ".." paths for fsize and flastmod.
6315      [Manoj Kasichainula <manojk@raleigh.ibm.com>] PR#2355
6316
6317   *) Fixed some Makefile dependency problems.  [Dean Gaudet]
6318
6319 Changes with Apache 1.3.1
6320
6321   *) Disable the incorrect entry for application/msword in the 
6322      mod_mime_magic "magic" file because it also matches other Office
6323      documents.  [Ralf S. Engelschall] PR#2608
6324
6325   *) Fix broken RANLIB handling in src/Configure (the entry from
6326      src/Configuration.tmpl was ignored) and additionally force RANLIB to
6327      /bin/true under HP/UX where ranlib exists but is deprecated.
6328      [Ralf S. Engelschall] PR#2627
6329      
6330   *) 'apachectl status' failed on some systems.
6331      [Steve VanDevender <stevev@darkwing.uoregon.edu>, Lars Eilebrecht] PR#2613
6332
6333   *) Add new flags for ap_unparse_uri_components() to make it generate
6334      the scheme://sitepart string only, or to omit the query string.
6335      [Martin Kraemer]
6336
6337   *) WIN32: Canonicalize ServerRoot before checking to see if it
6338      is a valid directory.  The failure to do this caused certain
6339      ServerRoot settings (eg. "ServerRoot /apache") to be improperly
6340      rejected.  [Marc Slemko]
6341
6342   *) Global renaming of C header files to both get rid of conflicts with third
6343      party packages and to again reach consistency:
6344        1. conf.h      -> ap_config.h
6345        2. conf_auto.h -> ap_config_auto.h \ these are now merged
6346        3. ap_config.h -> ap_config_auto.h / in the config process
6347        4. compat.h    -> ap_compat.h
6348        5. apctype.h   -> ap_ctype.h
6349      Backward compatibility files for conf.h and compat.h were created.
6350
6351   *) mod_mmap_static will no longer take action on requests unless at 
6352      least one "mmapfile" directive is present in the configuration. 
6353      This experimental module has to do some black magic to operate 
6354      inside the current API and thus creates side-effects for other 
6355      modules under some circumstances.
6356      [Ralf S. Engelschall]
6357  
6358   *) Add conservative ticks around more egrep arguments in top-level configure
6359      to avoid problems under brain-dead platforms like Digital UNIX (OSF1).
6360      [Ralf S. Engelschall] PR#2596
6361
6362   *) mod_rewrite created RewriteLock files under the UID of the parent
6363      process, thus the child processes had no write access to the files.
6364      Now a chown() is done on the file to the uid of the children,
6365      if applicable.  [Lars Eilebrecht, Ralf S. Engelschall] PR#2341
6366
6367   *) Autogenerate some HAVE_XXXXX_H defines in conf_auto.h (determined via
6368      TestCompile) instead of defining them manually in conf.h based on less
6369      accurate platform definitions.  This way we no longer have to fiddle with
6370      OS-type and/or OS-version identifiers to discover whether a system header
6371      file exists or not.  Instead we now directly check for the existence of
6372      those esoteric ones. 
6373      [Ralf S. Engelschall] PR#2093, PR#2361, PR#2377, PR#2434,
6374                            PR#2524, PR#2525, PR#2533, PR#2569
6375
6376   *) mod_setenvif (BrowserMatch* and friends) will now match a missing
6377      field with "^$".  [Ken Coar]
6378
6379   *) Set the RTLD_GLOBAL dlopen mode parameter to allow dynamically loaded
6380      modules to load their own modules dynamically.  This improves mod_perl
6381      and mod_php3 when these modules are loaded dynamically into Apache.
6382      [Rasmus Lerdorf]
6383
6384   *) Cache a proxied request in the event that the client cancels the
6385      transfer, provided that the configured percentage of the file has
6386      already been transfered. It works for HTTP transfers only.  The 
6387      new configuration directive is called CacheForceCompletion. 
6388      [Glen Parker <glenebob@nwlink.com>] PR#2277
6389
6390   *) Add the "<!DOCTYPE HTML" magic cookie used by modern documents (and
6391      required by HTML 3.2 and later) to mod_mime_magic's conf/magic.
6392      [Anna Shergold <anna@inext.co.uk>]
6393
6394   *) Fix yet another signal-based race condition involving nested timers.
6395      Signals suck.  [Dean Gaudet]
6396
6397   *) suexec's error messages have been clarified a little bit.  [Ken Coar]
6398
6399   *) Clean up some, but perhaps not all, 8-bit character set problems
6400      with config file parsing, and URL parsing.  We now define
6401      ap_isdigit(), ap_isupper(), ... which cast to an (unsigned char).
6402      This should work on most modern unixes.
6403      [Dean Gaudet] PR#800, 2282, 2553  (and others)
6404
6405   *) The "handler not found" error was issued in cases where the handler
6406      really did exist, but was just declining to serve the request.
6407      [John Van Essen <jve@gamers.org>] PR#2529
6408
6409   *) Add Dynamic Shared Object (DSO) support for SCO5 (OpenServer 5.0.x).
6410      [Ronald Record <rr@sco.com>] PR#2533
6411
6412   *) The APACI libexecdir was not extended with an "apache/" subdir
6413      if the installation prefix didn't already contain "apache", but
6414      it should be because the DSO files are Apache-specific.  Now
6415      libexecdir is treated the same way sysconfdir, datadir, localstatedir
6416      and includedir are already treated.
6417      [Charles Levert <charles@comm.polymtl.ca>] PR#2551
6418
6419   *) The <Limit> parsing routine was incorrectly treating methods as
6420      case-insensitive.  [Ken Coar]
6421
6422   *) The ap_bprintf() code neglected to test if there was an error on
6423      the connection.  ap_bflush() misdiagnosed a failure as a success.
6424      [Dean Gaudet]
6425
6426   *) add support for #perl arg interpolation in mod_include
6427      [Doug MacEachern]
6428
6429   *) API: Name changes of table_elts to ap_table_elts, is_table_empty
6430      to ap_is_table_empty and bgetflag to ap_bgetflag. [Ben Laurie]
6431
6432   *) PORT: Add UnixWare 7 support
6433      [Vadim Kostoglodoff <vadim@olly.ru>] PR#2463
6434
6435   *) Fix the Guess-DSO-flags-from-Perl stuff in src/Configure: "perl" was
6436      used instead of "$PERL" which contains the correctly determined Perl
6437      interpreter (important for instance on systems where "perl" and "perl5"
6438      exists, like BSDI or FreeBSD, etc).
6439      [Ralf S. Engelschall] PR#2505
6440
6441   *) Move the initial suEXEC-related startup message from plain
6442      fprintf()/stderr to a delayed ap_log_error()-based one to avoid problems
6443      when Apache is started from inetd (instead of standalone). Under this
6444      situation startup messages on stderr lead to problems (the line is sent
6445      to the client in front of the requested document).
6446      [Ralf S. Engelschall] PR#871, PR#1318
6447
6448   *) Add a flag so ap_fnmatch() can be used for case-blind pattern matching.
6449      [Ken Coar, Dean Gaudet]
6450
6451   *) WIN32: Don't collapse multiple slashes in PATH_INFO.
6452      [Ben Laurie, Bill Stoddard <wgstodda@us.ibm.com>] PR#2274
6453
6454   *) WIN32 SECURITY: Eliminate trailing "."s in path components. These are
6455      ignored by the Windows filesystem, and so can be used to bypass security.
6456      [Ben Laurie, Alexei Kosut].
6457
6458   *) We now attempt to dump core when we get SIGILL. [Jim Jagielski]
6459
6460   *) PORT: remove broken test for MAP_FILE in http_main.c.
6461      [Wilfredo Sanchez <wsanchez@apple.com>]
6462
6463   *) PORT: Change support/apachectl to use "kill -0 $pid" to test if the
6464      httpd is running.  This should be more portable than figuring out
6465      which of three dozen different versions of "ps" are installed.
6466      [a cast of dozens]
6467
6468   *) WIN32: If we can't figure out how to execute a file in a script
6469      directory, bail out of the request with an error message.  [W G Stoddard]
6470
6471   *) WIN32 SECURITY: Eliminate directories consisting of three or more dots;
6472      these are treated by Win32 as if they are ".." but are not detected by
6473      other machinery within Apache. This is something of a kludge but
6474      eliminates a security hole. [Manoj Kasichainula, Ben Laurie]
6475
6476   *) Move ap_escape_quotes() from src/ap to src/main/util.c; it uses
6477      pools and thus pollutes libap (until the pool stuff is moved there).
6478      [Ken Coar]
6479
6480   *) IndexIgnore should be case-blind on Win32 (and any other case-aware
6481      but case-insensitive platforms).  New #define for this added to conf.h
6482      (CASE_BLIND_FILESYSTEM).  [Ken Coar] PR#2455
6483
6484   *) Enable DSO support for OpenBSD in general, not only for 2.x, because it
6485      also works for OpenBSD 1.x. [Ralf S. Engelschall]
6486
6487   *) PORT: Fix compilation problem on ARM Linux.
6488      [Sam Kington <sam@illuminated.co.uk>] PR#2443
6489
6490   *) Let APACI's configure script determine some configuration parameters
6491      (Group, Port, ServerAdmin, ServerName) via some intelligent tests to
6492      remove some of the classical hurdles for new users when setting up
6493      Apache. This is done per default because it is useful for the average
6494      user. Package authors can use the --without-confadjust option to disable
6495      these configuration adjustments.
6496      [Ralf S. Engelschall]
6497
6498   *) Added an EXTRA_DEPS configuration parameter which can be used
6499      to add an extra Makefile dependency for the httpd target, for instance
6500      to external third-party libraries, etc.
6501      [Ralf S. Engelschall]
6502
6503   *) Add <IfDefine>..</IfDefine> sections to the core module (with same spirit
6504      as <IfModule>..</IfModule> sections) which can be used to skip or process
6505      contained commands dependend of ``-D PARAMETER'' options on the command
6506      line. This can be used to achieve logical conditions like <IfDefine
6507      ReverseProxy> instead of physically ones (e.g. <IfModule mod_proxy.c>)
6508      and thus especially can be used for conditionally loading DSO-based
6509      modules via LoadModule, etc. [Ralf S. Engelschall]
6510
6511   *) PORT: clean up a warning in mod_status for OS/2.  [Brian Havard]
6512
6513   *) Make table elements const. This may prevent obscure errors. [Ben Laurie]
6514
6515   *) Fix parsing of FTP `SIZE' responses in proxy module: The newline was not
6516      truncated which forced following HTTP headers to be data in the HTTP
6517      reponse. [Ralf S. Engelschall, Charles Fu <ccwf@bacchus.com>] 
6518      PR#2412, 2367
6519
6520   *) Portability fix for APACI shadow tree support: Swap order of awk and sed
6521      in top-level configure script to avoid sed fails on some platforms (for
6522      instance SunOS 4.1.3 and NCR SysV) because of the non-newline-termined
6523      output of Awk. [Bill Houle <bhoule@sandiegoca.ncr.com>] PR#2435
6524
6525   *) Improve performance of directory listings (mod_autoindex) by comparing
6526      integer keys (last-modified and size) as integers rather than converting
6527      them to strings first.  Also use a set of explicit byte tests rather
6528      than strcmp() to check for parent directory-ness of an entry.  Oh, and
6529      make sure the parent directory (if displayed) is *always* listed first
6530      regardless of the sort key.  Overall performance winnage should be good
6531      in CPU time, instruction cache, and memory usage, particularly for large
6532      directories.  [Ken Coar]
6533
6534   *) Add a tiny but useful goody to APACI's configure script: The generation
6535      of a config.status script (as GNU Autoconf does) which remembers the used
6536      configure command and hence can be used to restore the configuration by
6537      just re-running this script or for remembering the configuration between
6538      releases.
6539      [Ralf S. Engelschall]
6540
6541   *) Add httpd -t (test) option for running configuration syntax tests only.
6542      If something is broken it complains and exits with a return code
6543      non-equal to 0. This can be used manually by the user to check the Apache
6544      configuration after editing and is also automatically used by apachectl
6545      on (graceful) restart command to make sure Apache doesn't die on restarts
6546      because of a configuration which is now broken since the last (re)start.
6547      This way `apachectl restart' can be used inside cronjobs without having
6548      to expect Apache to be falling down. Additionally the httpd -t can be run
6549      via `apachectl configtest'.
6550      [Ralf S. Engelschall] PR#2393
6551   
6552   *) Minor display fix for "install" target of top-level Makefile:
6553      the displayed installation command was incorrect although the
6554      executed command was correct. Now they are in sync.
6555      [Ralf S. Engelschall] PR#2402
6556
6557   *) Correct initialization of variable `allowed_globals' in http_main.c
6558      [Justin Bradford <justin@ukans.edu>] PR#2400
6559
6560   *) Apache would incorrectly downcase the entire Content-Type passed from
6561      CGIs.  This affected server-push scripts and such which use
6562      multipart/x-mixed-replace;boundary=ThisRandomString.
6563      [Dean Gaudet] PR#2394
6564
6565   *) PORT: QNX update to properly guess 32-bit systems.
6566      [Sean Boudreau <seanb@qnx.com>] PR#2390
6567
6568   *) Make sure the DSO emulation code for HPUX finds the proprietary shl_xxx()
6569      functions which are in libdld under HPUX 9/10.
6570      [Ralf S. Engelschall] PR#2378
6571
6572   *) Make sure the "install" target of the top-level Makefile doesn't break
6573      because of a return code of 1 from an "if" (for instance under braindead
6574      Ultrix the result code of an "if" construct is 1 if the "then" clause
6575      didn't match). [Ralf S. Engelschall]
6576
6577   *) Add an additional "dummy" target to the "$(LIB)" target in generated
6578      modules/xxx/Makefile's to avoid problems with SVR4 Make under "full-DSO"
6579      situation (no libxxx.a built, only mod_xxx.so's) where LIB and OBJS are
6580      empty. [Ralf S. Engelschall, Dean Gaudet, Martin Kraemer]
6581
6582   *) Replace two bad sprintf() calls with ap_snprintf() variants in
6583      mod_rewrite. [Ralf S. Engelschall]
6584
6585   *) Fix missing usage description for MetaFiles directive.
6586      [David MacKenzie <djm@va.pubnix.com>] PR#2384
6587
6588   *) mod_log_config wouldn't let vhosts use log formats defined in the
6589      main server.  [Christof Damian <damian@mediaconsult.com>] PR#2090
6590
6591   *) mod_usertrack was corrupting the client hostname.  As part of the
6592      fix, the cookie values were slightly extended to include the
6593      fully qualified hostname of the client.
6594      [Dean Gaudet] PR#2190, 2229, 2366
6595
6596   *) Fix a typo in pool debugging code.  [Alvaro Martinez Echevarria]
6597
6598   *) mod_unique_id did not work on alpha linux (in general on any
6599      architecture that has 64-bit time_t).
6600      [Alvaro Martinez Echevarria]
6601
6602   *) PORT: Make SCO 5 (and probably 3) compile again. [Ben Laurie]
6603
6604   *) PORT: NCR MPRAS systems have the same bug with SIGHUP restart that
6605      Solaris systems experience.  So define WORKAROUND_SOLARIS_BUG.
6606      [Klaus Weber <kweber@chephren.germany.ncr.com>] PR#1973
6607
6608   *) Change "Options None" to "Options FollowSymLinks" in the 
6609      <Directory /> section of the default access.conf-dist
6610      (and -win even though it doesn't matter there).  This has better
6611      performance, and more intuitive semantics.  [Dean Gaudet]
6612
6613   *) PORT: Updated support for UTS 2.1.2.
6614      [Dave Dykstra <dwd@bell-labs.com>] PR#2320
6615
6616   *) Fix symbol export list (src/support/httpd.exp) after recent
6617      API changes in the child spawning area.
6618      [Jens-Uwe Mager <jum@helios.de>]
6619
6620   *) Workaround for configure script and old `test' commands which do not
6621      support the -x flag (for instance under platforms like Ultrix). This is
6622      solved by another helper script findprg.sh which searches for Perl and
6623      Awk like PrintPath but _via different names_.
6624      [Ralf S. Engelschall]
6625
6626   *) Remove the system() call from htpasswd.c, which eliminates a system
6627      dependancy.  ["M.D.Parker" <mdpc@netcom.com>] PR#2332
6628
6629   *) PORT: Fix compilation failures on NEXTSTEP.
6630      [Rex Dieter <rdieter@math.unl.edu>] PR#2293, 2316
6631
6632   *) PORT: F_NDELAY is a typo, should have been FNDELAY.  There's also
6633      O_NDELAY on various systems.  [Dave Dykstra <dwd@bell-labs.com>] PR#2313
6634
6635   *) PORT: helpers/GuessOS updates for various versions for NCR SVR4.
6636      [juerg schreiner <j.schreiner@zh.ch>,
6637      Bill Houle <Bill.Houle@SanDiegoCA.NCR.COM>] PR#2310
6638
6639   *) Fix recently introduced Win32 child spawning code in mod_rewrite.c which
6640      was broken because of invalid ap_pstrcat() -> strcat() transformation.
6641      [Ralf S. Engelschall]
6642
6643   *) Proxy Cache Fixes: account for directory sizes, fork off garbage collection
6644      to continue in background, use predefined types (off_t, size_t, time_t),
6645      log the current cache usage percentage at LogLevel debug
6646      [Martin Kraemer, based on discussion between Dean Gaudet & Dirk vanGulik]
6647
6648 Changes with Apache 1.3.0
6649
6650   *) Using a type map file as a custom error document was not possible.
6651      [Lars Eilebrecht] PR#1031
6652
6653   *) Avoid problems with braindead Awks by additionally searching for gawk 
6654      and nawk in APACI's configure script.
6655      [Dave Dykstra <dwd@bell-labs.com>, Ralf S. Engelschall] PR#2319
6656
6657   *) Rename md5.h to ap_md5.h to avoid conflicts with native MD5 on
6658      some systems. [Randy Terbush]
6659
6660   *) Change usage of perror()+fprintf(stderr,...) in mod_rewrite to
6661      more proper ap_log_error() variants.
6662      [Ralf S. Engelschall]
6663
6664   *) Make sure the argument for the --add-module option to APACI's configure
6665      script is of type [path/to/]mod_xxx.c because all calculations inside
6666      configure and src/Configure depend on this.
6667      [Ralf S. Engelschall] PR#2307
6668
6669   *) Changes usage of perror/fprintf to stderr to more proper ap_log_error
6670      in mod_mime, mod_log_referer, mod_log_agent, and mod_log_config.
6671      [Brian Behlendorf]
6672
6673   *) Various OS/2 cleanups ["Brian Havard" <brianh@kheldar.apana.org.au>]
6674
6675   *) PORT: QNX needed a #include <sys/mman.h>; and now it uses flock
6676      serialized accept to handle multiple sockets.
6677      [Rob Saccoccio <robs@InfiniteTechnology.com>] PR#2295, 2296
6678  
6679   *) Have NT properly set the directory for CGI scripts 
6680      (& other spawned children)
6681      [W G Stoddard <wgstodda@us.ibm.com>]
6682
6683   *) Propagate environment to CGI scripts correctly in Win32.
6684      [W G Stoddard <wgstodda@us.ibm.com>] PR#2294
6685
6686   *) Some symbol renaming:
6687      ap_spawn_child_err became ap_spawn_child
6688      ap_spawn_child_err_buff became ap_bspawn_child
6689      spawn_child was obsoleted and moved to compat.h
6690      [Brian Behlendorf]
6691
6692   *) Upgrade the child spawning code in mod_rewrite for the RewriteMap
6693      programs: ap_spawn_child_err() is used and the Win32 case now uses
6694      CreateProcess() instead of a low-level execl() (which caused problems in
6695      the past under Win32).
6696      [Ralf S. Engelschall]
6697
6698   *) A few cosmetics and trivial enhancements to APXS to make the
6699      generated Makefile more user friendly. [Ralf S. Engelschall]
6700
6701   *) Proxy Fix: The proxy special failure routine ap_proxyerror()
6702      was updated to use the normal apache error processing, thereby allowing
6703      proxy errors to be treated by ErrorDocument's as well. For this
6704      purpose, a new module-to-core communication variable "error-notes"
6705      was introduced; the proxy (and possibly other modules) communicates
6706      its error text using this variable. Its content is copied to a new
6707      cgi-env-var REDIRECT_ERROR_NOTES for use by ErrorDocuments.
6708      The old proxy special error routine ap_proxy_log_uerror()
6709      was replaced by regular ap_log_error() calls, many messages were made
6710      more informative. 
6711      [Martin Kraemer] PR#494, 1259
6712
6713   *) SECURITY: A possible buffer overflow in the ftp proxy was fixed.
6714      [Martin Kraemer]
6715
6716   *) Transform the configure message "You need root privileges for suEXEC"
6717      from a fatal error into a (more friendly) warning because the building
6718      ("make") of Apache we can allow, of course. Root privileges are needed
6719      only for the installation step ("make install"). So make sure the
6720      user is aware of this fact but let him proceed as long as he can.
6721      [Ralf S. Engelschall] PR#2288
6722   
6723   *) Renamed three more functions to common ap_ prefix which we missed at the
6724      Big Symbol Renaming because they're #defines and not real C functions:
6725      is_default_port(), default_port(), http_method().
6726      [Ralf S. Engelschall]
6727
6728   *) A zero-length name after a $ in an SSI document should cause
6729      just the $ to be in the expansion.  This was broken during the
6730      security fixes in 1.2.5.  [Dean Gaudet] PR#1921, 2249
6731
6732   *) Call ap_destroy_sub_req() in ap_add_cgi_vars() to reclaim some
6733      memory.  [Rob Saccoccio <robs@InfiniteTechnology.com>] PR#2252
6734
6735   *) Fix src/support/httpd.exp (DSO export file which is currently only
6736      used under AIX) because of recent changes to function names.
6737      [Ralf S. Engelschall]
6738
6739 Changes with Apache 1.3b7
6740
6741   *) Make sure a MIME-type can be forced via a RewriteRule even when no
6742      substitution takes place, for instance via the following rule:
6743      ``RewriteRule ^myscript$ - [T=application/x-httpd-cgi]'' This was often
6744      requested by users in the past to force a single script without a .cgi
6745      extension and outside any cgi-bin dirs to be executed as a CGI program.
6746      [Ralf S. Engelschall] PR#2254
6747
6748   *) A fix for protocol issues surrounding 400, 408, and
6749      414 responses. [Ed Korthof]
6750
6751   *) Ignore MaxRequestsPerChild on WIN32. [Brian Behlendorf]
6752
6753   *) Fix discrepancy in proxy_ftp.c which was causing failures when 
6754      trying to connect to certain ftpd's, such as anonftpd.  
6755      [Rick Ohnemus <rick@ecompcon.com>]
6756
6757   *) Make mod_rewrite use ap_open_piped_log() for RewriteLog directive's
6758      logfile instead of fiddling around itself with child spawning stuff.
6759      [Ralf S. Engelschall]
6760
6761   *) Made RefererIgnore case-insensitive.
6762
6763   *) Mod_log_agent, mod_log_referer now use ap_open_piped_log for piped logs.
6764      [Brian Behlendorf]
6765
6766   *) Replace use of spawn_child with ap_spawn_child_err_buff, to make everything
6767      "safe" under Win32.  In: mod_include.c, mod_mime_magic.c
6768      [Brian Behlendorf]
6769
6770   *) Improve RFC1413 support. [Bob Beck <beck@bofh.ucs.ualberta.ca>]
6771
6772   *) Fix support script `dbmmanage': It was unable to handle some sort
6773      of passwords, especially passwords with "0" chars.
6774      [Ralf S. Engelschall] PR#2242
6775
6776   *) WIN32: Clicking on "Last Modified" in a fancy index caused a crash. Fixed.
6777      [Ben Laurie] PR#2238
6778
6779   *) WIN32: CGIs could cause a hang (because of a deadlock in the standard C
6780      library), so CGI handling has been changed to use Win32 native handles
6781      instead of C file descriptors.
6782      [Ben Laurie and Bill Stoddard <wgstodda@us.ibm.com>] PR#1129, 1607
6783
6784   *) The proxy cache would store an incorrect content-length in the cached
6785      file copy after a cache update. That resulted in repeated fetching
6786      of the original copy instead of using the cached copy.
6787      [Ernst Kloppenburg <kloppen@isr.uni-stuttgart.de>] PR#2094
6788
6789   *) The Makefiles assumed that DSO files are build via $(LD). This
6790      is broken for two reasons: First we never defined at least LD=ld
6791      somewhere to make sure this works (it was silently assumed that most Make
6792      provide a built-in LD definition - ARGL!) and second using the generic LD
6793      variable is not the truth. Instead a special variable named LD_SHLIB is
6794      reasonable because although "ld" is usually the default, the command for
6795      building DSO files can be "libtool" or even "cc" on some systems.
6796      [Ralf S. Engelschall]
6797
6798   *) Replace the AddVersionPlatform directive with ServerTokens which
6799      provides for more control over the format of the Server:
6800      header line. SERVER_SUBVERSION is no longer supported;
6801      all module should use the ap_add_version_component()
6802      API function instead. [Jim Jagielski]
6803
6804   *) Support for the NCR MP/RAS 3.0
6805      [John Withers <withers@semi.kcsc.mwr.irs.gov>]
6806
6807   *) The LDFLAGS_SHLIB_EXPORT variable of src/Configuration[.tmpl] was
6808      not retrieved in src/Configure and thus was not useable.
6809      [Ralf S. Engelschall]
6810  
6811   *) Various Makefile consistency cleanups:
6812      - make OSDIR also automatically be relative to src/ like INCDIR
6813      - SUBDIRS is now generated in src/Makefile only and not in
6814        Makefile.config because it is a local define for this location.
6815      - remove BROKEN_BPRINTF_FLAGS because is it no longer used inside
6816        any Makefile but make sure that at least the "-K inline" is kept in
6817        CFLAGS for SCO 5.
6818      - update the "depend" targets in Makefile.tmpl files to use $(OSDIR), too.
6819      - updated the dependencies theirself
6820      - removed not existing SHLIB variable from "clean" targets
6821      - replaced SHLIB_OBJS/SHLIBS_OBJ consistently with OBJS_PIC because OBJS
6822        already exists and OBJS_PIC are also just plain objects and have not
6823        directly to do with "shared" things. The only difference is that they
6824        contain PIC. So OBJS_PIC is the more canonical name.
6825      - Updated the Makefile-dependency lines for OBJS_PIC
6826      - Removed the Makefile-dependency line in Configure to avoid double
6827        definitions
6828      - replaced ugly xx-so.o/xx.so-o hack with a clean and consistent usage
6829        of xxx.lo as GNU libtool does with its PIC objects
6830      - reduce local complexity in modules Makefile.tmpl by moving the last
6831        existing target "depend" to the generation section in Configure, too.
6832      - removed the historical $(SPACER) which was used in the past together
6833        with BROKEN_BPRINTF_FLAGS to avoid zig-zags in the build process. This
6834        is no longer needed.
6835      - force the build and run of the gen_xxx programs under main/ as the
6836        first step before building the objects because it looks cleaner
6837      [Ralf S. Engelschall]
6838
6839   *) WIN32: Make Win32 work again after the /dev/null DoS fix.
6840      [Ben Laurie]
6841
6842   *) WIN32: Check for buffer overflows in ap_os_canonical_filename.
6843      [Ben Laurie]
6844
6845   *) WIN32: Don't force ISAPI headers to finish with \n.
6846      [Jim Patterson <Jim.Patterson@Cognos.COM>, Ben Laurie] PR#2060
6847
6848   *) When opening "configuration" files (like httpd.conf, htaccess
6849      and htpasswd), Apache will not allow them to be non-/dev/null
6850      device files. This closes a DoS hole. At the same time,
6851      we use ap_pfopen to open these files to handle timeouts.
6852      [Jim Jagielski, Martin Kraemer]
6853
6854   *) Apache will now log the reason its httpd children exit if they exit
6855      due to an unexpected signal.  (It requires a new porting define,
6856      SYS_SIGLIST, which if defined should point to a list of text
6857      descriptions of the signals available.  See PORTING.)  [Dean Gaudet]
6858
6859   *) WIN32: chdir() doesn't make sense in a multithreaded environment 
6860      like WIN32.  Before, Win32 CGI's could have had sporadic failures 
6861      if a chdir call from one thread was made between another chdir call 
6862      and a spawn in another thread.  So, for now don't chdir for CGI scripts 
6863      in WIN32.  The current CGI "spec" is unclear as to whether it's 
6864      necessary.  Long-term fix is to either serialize the chdir/spawn combo 
6865      or use WIN32 native calls to spawn a process.  This temp fix was 
6866      necessary to remove this as a showstopper for 1.3's release. 
6867      [Brian Behlendorf]
6868
6869   *) Cleanup the suEXEC support in APACI and make it more safe:
6870      1. Add big fat hint in INSTALL about risks and to read the
6871         htdocs/manual/suexec.html document before using the suexec-related
6872         configure options.
6873      2. Make sure the user has at least provided one --suexec-xxxx option
6874         (specifies suEXEC parameters) in addition to --enable-suexec option.
6875         If only --enable-suexec is given APACI stops with a hint to INSTALL
6876         and htdocs/manual/suexec.html documents.
6877      3. Provide two additional --suexec-xxxx options to make the suEXEC
6878         configuration complete (especially for package maintainers who else
6879         had to patch the source tree) by providing ways to configure minimal
6880         UID/GID and safe PATH, too.
6881      [Ralf S. Engelschall]
6882
6883   *) Cleanup of the `configure --shadow' process:
6884      - make sure the configure script creates its temporary files in the
6885        shadow tree to avoid conflicts with parallel configure runs
6886      - removed unnecessary option "-r" from "rm" call for Makefiles
6887      - make sure the configure scripts creates the shadow-wrapper Makefile
6888        only when no shadow trees already exists
6889      - make sure "make distclean" removes the shadow-wrapper Makefile but only
6890        when no more shadow trees exists
6891      - overhauled mkshadow.sh script: now its more IFS-safe and approx. twice
6892        as fast (in the past it needed 70sec, now it runs just 38sec)
6893      - make sure CVS does not complain about the created files
6894        Makefille.<gnutriple> and directories src.<gnutriple>
6895      [Ralf S. Engelschall]
6896
6897   *) Added the ap_add_version_component() API routine and the
6898      AddVersionPlatform core directive.  The first allows modules to
6899      declare themselves in the Server response header field value,
6900      augmenting the SERVER_SUBVERSION define in the Configuration file
6901      with run-time settings (more useful in a loadable-module environment).
6902      AddVersionPlatform inserts a comment such as "(UNIX)" or "(Win32)"
6903      into the server version string.  [Ken Coar] PR#2056
6904
6905   *) Minor stability tweaks to avoid core dumps in ap_snprintf.
6906      [Martin Kraemer]
6907
6908   *) Emit the "Accept-Range" header for the default handler.
6909      [Brian Behlendorf] PR#1464
6910
6911   *) Add a note to httpd.conf-dist that apache will on some systems fail
6912      to start when the Group # is set to a negative or large positive value.
6913      [Martin Kraemer]
6914
6915   *) Make sure the module execution order is correct even when some modules
6916      are loaded under runtime (`LoadModule') via the DSO mechanism:
6917      1. The list of loaded modules is now a dynamically allocated one
6918         and not the original statically list from modules.c
6919      2. The loaded modules are now correctly setup by LoadModule for
6920         later use by the AddModule command.
6921      3. When the DSO mechanism for modules is used APACI's `install'
6922         target now enables all created `LoadModule' lines per default because
6923         this is both already expected by the user _and_ needed to avoid
6924         confusion with the next point and reduces the Makefile.tmpl complexity
6925      4. When the DSO mechanism for modules is used, APACI's `install'
6926         target now additionally makes sure the module list is reconstructed
6927         via a complete `ClearModuleList+AddModule...' entry.
6928      5. The support tool `apxs' now also makes sure an AddModule command
6929         is added in addition to the LoadModule command.
6930      6. The modules.c generation was extended to now contain two
6931         comments to make sure no one is confused by the confusing terminology
6932         of loading/linking (we use load=link+load & link=activate instead of
6933         the obvious load=activate & link=link :-( )
6934      This way now there is no longer a difference under execution time between
6935      statically and dynamically linked modules.
6936      [Ralf S. Engelschall]
6937
6938   *) Fix the generated mod_xxx.c from "apxs -g -f xxx" after the
6939      Big Symbol Renaming. [Ralf S. Engelschall]
6940
6941   *) Add a comment to mod_example.c showing the format of a FLAG command
6942      handler.  [Ken Coar]
6943
6944   *) Standardized the time format in mod_status to match that of other 
6945      places in the code (e.g. DATE_GMT).  PR#1551
6946
6947   *) Fix handling of %Z in timefmt strings for those platforms with no time
6948      zone information in their tm struct. [Paul Eggert <eggert@twinsun.com>]
6949      PR#754
6950
6951   *) Makes mod_rewrite, mod_log_config, mod_status and the ServerSignature 
6952      feature compatible with 'UseCanonicalName off' by changing  
6953      r->server->server_hostname to ap_get_server_name().  And I changed some 
6954      functions which use r->server->port to use ap_get_server_port() instead, 
6955      because if there's no Port directive in the config r->server->port is 0.
6956      [Lars Eilebrecht]
6957
6958   *) get/set_module_config are trivial enough to be better off inline.  Worth
6959      1.5% performance boost. [Dean Gaudet]
6960
6961   *) Fix off-by-one error in ap_proxy_date_canon() in proxy_util.c
6962      when ensuring 'x' is at least 30-chars big. [Jim Jagielski,
6963      Brian Behlendorf]
6964
6965   *) [BS2000 security] BS2000 needs an extra authentication to initialize
6966      the task environment to the unprivileged User id. Otherwise CGI scripts
6967      would have a way to gain super user access. [Martin Kraemer]
6968
6969   *) Fix debug log messages for BS2000/OSD: instead of logging the whole
6970      absolute path, only log base name of logging source as is done
6971      in unix. [Martin Kraemer]
6972
6973   *) Ronald Tschalaer's Accept-Encoding patch - preserve the "x-" in
6974      the encoding type from the Accept-Encoding header (if it's there)
6975      and use it in the response, as that's probably what it'll be expecting.
6976      [Ronald.Tschalaer@psi.ch]
6977
6978   *) Fix to mod_alias: translate_alias_redir is dealing with
6979      a URI, not a filename, so the check for drive letters for win32 
6980      and emx is not necessary. [Dean Gaudet]
6981
6982   *) WIN32: Allow .cmd as an executable extension.
6983      [Kari Likovuori <Kari.Likovuori@mol.fi>] PR#2146
6984
6985   *) Make Apache header files, and some variables, C++ friendly.
6986      [Michael Anderson's <mka@redes.int.com.mx>]
6987
6988   *) Child processes can now "signal" (by exiting with a status
6989      of APEXIT_CHILDFATAL) the parent process to abort and
6990      shutdown the server if the error in the child process was
6991      fatal enough. [Jim Jagielski]
6992
6993   *) mod_autoindex's find_itme() was sensitive to MIME type case.
6994      [Jim Jagielski] PR#2112
6995
6996   *) Make sure the referer_log and agent_log entries in the default httpd.conf
6997      file are also adjusted for the actual relative installation paths.
6998      [Ralf S. Engelschall] PR#2175
6999
7000   *) WIN32: Extensive overhaul of the way UNCs are handled. [Ben Laurie]
7001
7002   *) WIN32: Make roots of filesystems (e.g. c:/) work. [Ben Laurie]
7003      PR#1558
7004
7005   *) PORT: Various porting changes to support AIX 3.2, 4.1.5, 4.2 and 4.3.
7006      Additionally the checks for finding the vendor DSO library were moved
7007      from mod_so.c to Configure because first it needs $PLAT etc. and second
7008      mod_so already uses an abstraction layer and does not fiddle with the
7009      vendor functions itself.
7010      [Jens-Uwe Mager, Ralf S. Engelschall]
7011
7012   *) PORT: Some optimization defines for NetBSD
7013      [Jaromir Dolecek <dolecek@ics.muni.cz>] PR#2165
7014
7015   *) PORT: Dynamic Shared Object (DSO) support for NetBSD.
7016      [Jaromir Dolecek <dolecek@ics.muni.cz>, Ralf S. Engelschall] PR#2158
7017
7018   *) Add Dynamic Shared Object (DSO) support for AIX (at least 4.2 but older
7019      AIX variants should work fine, too. Even AIX 3.x should work). This is
7020      accomplished by using the free DSO emulation code from Jens-Uwe Mager
7021      which we put into a os/unix/os-dso-aix.c file.
7022      [Ralf S. Engelschall]
7023   
7024   *) PORT: Fix compiler warnings under AIX >= 4.2 where the manual pages imply
7025      that we should use NET_SIZE_T == int but the include files force size_t.
7026      [Ralf S. Engelschall]
7027
7028   *) Fix two bugs in select() handling in http_main.c.
7029      [Roy Fielding]
7030
7031   *) Suppress "error(0)" messages for ap_log_error() when the APLOG_NOERRNO
7032      is unset (as it is in situations like timeouts) where it is unclear
7033      whether errno is set or not.  [Martin Kraemer]
7034
7035   *) Just having APACI's localstatedir is too general and not enough for most
7036      of the systems. 1.3b6 again required manual APACI patches by package
7037      maintainers from Red Hat and FreeBSD because for their filesystem layout a
7038      little bit more flexibility in configuring the paths is needed. Hence we
7039      provide three additional configure options (--runtimedir, --logfiledir,
7040      --proxycachedir) which now can be used for more granular adjustments if
7041      --localstatedir is not enough to fit the particular needs. As a nice
7042      side-effect this reduces some subdir fiddling in configure+Makefile.tmpl.
7043      [Ralf S. Engelschall]
7044
7045   *) Make the install root for "make install" in APACI's Makefile overrideable
7046      by package authors.  This way we are even more friendly to package
7047      maintainers (especially Debian and Red Hat) who build for the real prefix
7048      via "configure --prefix=/<real>" but use a different local prefix via
7049      "make root=/tmp/apache install" for rolling the package without bristling
7050      the target location on their system. 
7051      [Ralf S. Engelschall]
7052
7053   *) Workaround sed limitations in APACI's configure script by now
7054      substituting in chunks of 50 commands (because for instance HPUX's vendor
7055      sed has a limit of max. 98 commands)
7056      [Ralf S. Engelschall] PR#2136
7057
7058   *) Adding SOCKS5 support and fixing existing SOCKS4 support.
7059      [Ralf S. Engelschall] PR#2140
7060
7061   *) Manually fix some symbols which were not renamed to prefix ap_ in the BIG
7062      RENAMING process because they are defined as pre-processor macros instead
7063      of real functions: bputc, bgetc, piped_log_write_fd, piped_log_read_fd
7064      [Ralf S. Engelschall]
7065
7066   *) Workaround braindead AWK's when generating ap_config.h: The split() and
7067      substr() functions cannot be nested under vendor AWK from Solaris 2.6.
7068      [Ralf S. Engelschall] PR#2139
7069
7070   *) Various bugfixes and cleanups for the APACI configure script:
7071      o fix IFS handling for _nested_ situation
7072      o fix Perl interpreter search: take first one found instead of last one
7073      o fix DSO consistency check
7074      o print error messages to stderr instead of stdout
7075      o add install-quiet for --shadow situation to Makefile stub
7076      o reduce complexity by avoiding sed-hacks for rule and module list loops
7077      [Ralf S. Engelschall]
7078
7079   *) Fix DEBUG_CGI situation in mod_cgi.c [David MacKenzie] PR#2114
7080
7081   *) Make sure the input field separator (IFS) shell variable is explicitly
7082      initialized correctly before _every_ `for' loop and also restored after
7083      the loops. [Ralf S. Engelschall]
7084
7085   *) Make sure that "make install" doesn't overwrite the `mime.types' and
7086      `magic' files from an existing Apache installation. Because people often
7087      customize these for own MIME and content types.
7088      [Ralf S. Engelschall]
7089
7090   *) PORT: Dynamic Shared Object (DSO) support for OpenBSD 2.x
7091      [Peter Galbavy, Ralf S. Engelschall] PR#2109
7092
7093   *) Fix the path to the ScoreBoardFile in the install-config target, too.
7094      [Ralf S. Engelschall] PR#2105
7095
7096   *) Let "configure" clear out the users parameters (provided as shell
7097      variables) to avoid side-effects in "src/Configure" when the user
7098      exported them (which is not needed, but some users do it). 
7099      [Ralf S. Engelschall] PR#2101
7100
7101   *) Provide backward compatibility from some old src/Configuration.tmpl
7102      parameter names to the canonical Autoconf-style shell variable names. For
7103      instance CFLAGS vs. EXTRA_CFLAGS. The EXTRA_xxx variants are accepted now
7104      but a hint message is displayed. [Ralf S. Engelschall]
7105   
7106   *) Make sure that "make install" doesn't overwrite the DocumentRoot and
7107      CGI scripts from an existing Apache installation. 
7108      [Ralf S. Engelschall, Jim Jagielski] PR#2084
7109
7110   *) Make `configure --compat' more "compatible" by first 
7111      let the libexecdir default to EPREFIX/libexec instead of EPREFIX/bin and
7112      second by making sure the "avoid-bristling-suffix" /apache is not
7113      appended to sysconfdir, datadir, localstatedir and includedir when
7114      --compat is used. [Ralf S. Engelschall, Lars Eilebrecht]
7115
7116   *) NeXT required strdup() in support/logresolve.c
7117      [Francisco Tomei <fatomei@sandburg.unm.edu>] PR#2082
7118
7119   *) AIX required sys/select.h in support/ab.c
7120      [Jens Schleusener <Jens.Schleusener@dlr.de>] PR#2081
7121
7122   *) Fix the path to the MimeMagicFile in the install-config target, too.
7123      [Ralf S. Engelschall] PR#2089
7124
7125   *) PORT: Added HP-UX 11 patches [Jeff Earickson <jaearick@colby.edu>]
7126
7127   *) If you start apache with the -S command line option it will dump
7128      out the parsed vhost settings.  This is useful for folks trying
7129      to figure out what is wrong with their vhost configuration.
7130      (Other dumps may be added in the future.) [Dean Gaudet]
7131
7132   *) Add %pA, %pI, and %pp codes to ap_vformatter (and hence ap_bprintf,
7133      ap_snprintf, and ap_psprintf).  See include/ap.h for docs.
7134      [Dean Gaudet]
7135
7136   *) Because /usr/local/apache is the default prefix the ``configure
7137      --compat'' option no longer has to set prefix, again. This way the
7138      --compat option honors a leading --prefix option. [Lars Eilebrecht]
7139
7140   *) PORT: Cast the first argument of dlopen() in ap_os_dso_load()
7141      to `char *' under OSF1 and FreeBSD 2.x where it is defined this way
7142      to avoid "discard const" warnings. [Ralf S. Engelschall]
7143
7144   *) If a specific handler is set for a file yet the request still
7145      ends up being handled by the default handler, log an error
7146      message before handling it.  This catches things such as trying 
7147      to use SSIs without mod_include enabled.  [Marc Slemko]
7148
7149   *) Fix error logging for the startup case where ap_log_error() still uses
7150      stderr as the target. Now the default log level is honored here, too.
7151      [Ralf S. Engelschall]
7152     
7153   *) PORT: Make sure some AWK's don't fail in src/Configure with "string too
7154      long" errors when generating the MODULES entry for src/Makefile
7155      [Ben Hyde, Ralf S. Engelschall]
7156
7157   *) Make sure src/Configure doesn't complain about the old directory
7158      /usr/local/etc/httpd/ when APACI is used.  [Lars Eilebrecht]
7159    
7160 Changes with Apache 1.3b6
7161
7162   *) PORT: Clean up warnings on Ultrix and HPUX.  [Ben Hyde]
7163  
7164   *) Adding DSO support for the HP/UX platform by emulating the dlopen-style
7165      interface via the similar but proprietary HP/UX shl_xxx-style system
7166      calls. [Ralf S. Engelschall]
7167
7168   *) PORT: Updated UnixWare 2.0.x and 2.1.x entries for DSO support and made
7169      APACI Makefile.tmpl "install" target more robust for sensible UnixWare
7170      Make. [Ralf S. Engelschall]
7171
7172   *) ++++ THE BIG SYMBOL RENAMING ++++
7173      To avoid symbol clashes with third-party code compiled into the server,
7174      we globally applied the prefix "ap_" to the following classes of
7175      functions:
7176         - Apache provided general functions (e.g., ap_cpystrn)
7177         - Public API functions (e.g., palloc, bgets)
7178         - Private functions which we can't make static (because of
7179           cross-object usage) but should be (e.g., new_connection)
7180      For backward source compatibility a new header file named compat.h was
7181      created which provides defines for the old symbol names and can be used
7182      by third-party module authors.
7183      [The Apache Group]
7184
7185   *) Added dynamic shared object (DSO) support for SVR4-derivates: The
7186      problem under SVR4 is that there is no command flag to force the linker
7187      to export the global symbols of the httpd executable therewith they are
7188      available to the DSO's. Instead of problematic hacks like creating a
7189      dummy.so file (containing dummy references to all global symbols) the
7190      httpd binary is linked against, we use a clean trick stolen from Perl 5:
7191      Placing the Apache core code itself into a DSO library named libhttpd.so.
7192      This way the global symbols _HAVE_ to be exported and thus are available
7193      to any manually loaded DSO's under runtime. To reduce the impact to the
7194      user to null we go even further and create a stub httpd executable which
7195      automatically keeps track of the DSO library loading itself and thus
7196      hides the complete mechanism from the user. Although the generation of
7197      this DSO library is automatically triggered for platforms which
7198      essentially need it (mostly all SVR4-derivates) it can be also enabled
7199      manually via the Rule SHARED_CORE. This can be interesting in the future
7200      where we perhaps exploit this libhttpd.so mechanism for providing nifty
7201      features like graceful upgrades, or whatever. 
7202      [Ralf S. Engelschall, Martin Kraemer]
7203
7204   *) Build the libraries before building the rest of the tools. [Ben Hyde]
7205
7206   *) Add "distclean" target to src/-Makefiles to provide "make distclean" also
7207      inside the src subtree (i.e. for non-APACI users). Following GNU Makefile
7208      conventions while "clean" removes only stuff created by "all" targets,
7209      "distclean" additionally removes the stuff from the configuration
7210      process. This way "make distclean" (hence the name) provides a fresh
7211      source tree as it was for distribution.
7212      [Ralf S. Engelschall]
7213
7214   *) Allow top-level (APACI) Makefile to break on build errors
7215      the same way the src/ subtree Makefiles breaks on them by replacing the
7216      initial APACI sed-subdir-display-kludge with a more clean
7217      variable-passing-solution: variable SDP can optionally hold the subdir
7218      prefix which is consistently used for displaying the subdir movement.
7219      This way even the top-level Makefile can stop correctly on errors as the
7220      user expects. [Ralf S. Engelschall]
7221
7222   *) Fixed ordering of argument checks for RewriteBase directive.
7223      [Todd Eigenschink <eigenstr@mixi.net>] PR#2045
7224
7225   *) Change Win32 IS_MODULE to SHARED_MODULE to match Unix' method of
7226      indicating that a module is being compiled for dynamic loading. Also
7227      remove #define IS_MODULE from modules and add SHARED_MODULE define
7228      to the mak/dsp files. [Alexei Kosut]
7229
7230   *) Reduce logging level of "normal" warning messages to APLOG_INFO,
7231      since we are now logging APLOG_WARNING by default. [Roy Fielding]
7232
7233   *) PORT: OS/2 tweak to deal with multiple .exe targets. [Brian Havard]
7234  
7235   *) Add documentation file and src/Configuration.tmpl entry for the
7236      experimental mod_mmap_static module. Because although it is and marked as
7237      an experimental one it is distributed and thus should be documented and
7238      prepared for configuration the same way as all others modules. 
7239      [Ralf S. Engelschall]
7240
7241   *) Add query (-q) option to apxs support tool to be able to manually query
7242      specific settings from apxs. This is needed for instance when you
7243      manually want to access Apache's header files and you need to assemble
7244      the -I option.  Now you can do -I`apxs -q INCLUDEDIR`.
7245      [Ralf S. Engelschall]
7246
7247   *) Now src/Configure uses a fallback strategy for the shared object support
7248      on platforms where no explicit information is available: If a Perl
7249      installation exists we ask it about its shared object support and if it's
7250      the dlopen-style one we shamelessly guess the compiler and linker flags
7251      for creating shared objects from Perls knowledge. Of course, the user is
7252      warning about what we are doing and informed that he should send us
7253      the guessed flags when they work. [Ralf S. Engelschall]
7254
7255   *) Provide APACI --without-support option to be able to disable the build
7256      and installation of the support tools from the src/support/ area.
7257      Although its useful to have these installed per default we should provide
7258      a way to compile and install without them for backward-compatibility.
7259      [Ralf S. Engelschall]
7260
7261   *) Add of the new APache eXtenSion (apxs) support tool for building and
7262      installing modules into an _already installed_ Apache package through the
7263      dynamic shared object (DSO) mechanism [mod_so.c]. The trick here is that
7264      this approach actually doesn't need the Apache source tree.  The
7265      (APACI-installed) server package is enough, because this now includes the
7266      Apache C header files (PREFIX/include) and the new APXS tool
7267      (SBINDIR/apxs).  The intend is to provide a handy tool for third-party
7268      module authors to build their Apache modules _OUTSIDE_ the Apache source
7269      tree while avoiding them to fiddle around with the totally platform
7270      dependend way of compiling DSO files. The tool supports all ranges of
7271      modules, from trivial ones (single mod_foo.c) to complex ones (like PHP3
7272      which has a mod_php3.c plus a pre-built libmodphp3-so.a) and even can
7273      on-the-fly generate a minimalistic Makefile and sample module for the
7274      first step to provide both a quick success event and to demonstrate the
7275      APXS mechanism to module authors. [Ralf S. Engelschall]
7276
7277   *) Fix core dumps in use of CONNECT in proxy.  
7278      [Rainer.Scherg@rexroth.de] PR#1326, #1573, #1942
7279
7280   *) Modify the log directives in httpd.conf-dist files to use CustomLog
7281      so that users have examples of how CustomLog can be used.
7282      [Lars Eilebrecht]
7283
7284   *) Add the new Apache Autoconf-style Interface (APACI) for the top-level of
7285      the Apache distribution tree.  Until Apache 1.3 there was no real
7286      out-of-the-box batch-capable build and installation procedure for the
7287      complete Apache package. This is now provided by a top-level "configure"
7288      script and a corresponding top-level "Makefile.tmpl" file.  The goal is
7289      to provide a GNU Autoconf-style frontend which is capable to both drive
7290      the old src/Configure stuff in batch and additionally installs the
7291      package with a GNU-conforming directory layout. Any options from the old
7292      configuration scheme are available plus a lot of new options for flexibly
7293      customizing Apache. [Ralf S. Engelschall]
7294
7295   *) The floating point ap_snprintf code wasn't threadsafe.
7296      Had to remove the HAVE_CVT macro in order to do threadsafe
7297      calling of the ?cvt() floating point routines.  [Dean Gaudet]
7298
7299   *) PORT: Add the SCO_SV port. [Jim Jagielski] PR#1962
7300
7301   *) PORT: IRIX needs the -n32 flag iff using the 'cc' compiler
7302      [Jim Jagielski] PR#1901
7303
7304   *) BUG: Configure was using TCC and CC inconsistently. Make sure
7305      Configure knows which CC we are using. [Jim Jagielski]
7306
7307   *) "Options +Includes" wasn't correctly merged if "+IncludesNoExec"
7308      was defined in a parent directory. [Lars Eilebrecht]
7309
7310   *) API: ap_snprintf() code mutated into ap_vformatter(), which is
7311      a generic printf-style routine that can call arbitrary output
7312      routines.  Use this to replace http_bprintf.c.  Add new routines
7313      psprintf(), pvsprintf() which allocate the exact amount of memory
7314      required for a string from a pool.  Use psprintf() to clean up
7315      various bits of code which used ap_snprintf()/pstrdup().
7316      [Dean Gaudet]
7317
7318   *) PORT: HAVE_SNPRINTF doesn't do anything any longer.  This is because
7319      ap_snprintf() has different semantics and formatting codes than
7320      snprintf().  [Dean Gaudet]
7321
7322   *) SIGXCPU and SIGXFSZ are now reset to SIG_DFL at boot-time.  This
7323      is necessary on at least Solaris where the /etc/rc?.d scripts
7324      are run with these signals ignored, and "SIG_IGN" settings are
7325      maintained across exec().
7326      [Rein Tollevik <reint@sys.sol.no>] PR#2009
7327
7328   *) Fix the check for symbolic links in ``RewriteCond ... -l'': stat() was
7329      used instead of lstat() and thus this flag didn't work as expected.
7330      [Rein Tollevik <reint@sys.sol.no>] PR#2010
7331
7332   *) Fix the proxy pass-through feature of mod_rewrite for the case of
7333      existing QUERY_STRING now that mod_proxy was recently changed because of
7334      the new URL parsing stuff. [Ralf S. Engelschall]
7335
7336   *) A few changes to scoreboard definitions which helps gcc generate
7337      better code.  [Dean Gaudet]
7338
7339   *) ANSI C doesn't guarantee that "int foo : 2" in a structure will
7340      be a signed bitfield.  So mark a few bitfields as signed to
7341      ensure correct code.  [Dean Gaudet]
7342
7343   *) The default for HostnameLookups was changed to Off, but there
7344      was a problem and it wasn't taking effect. [Dean Gaudet]
7345
7346   *) PORT: Clean up undefined signals on some platforms (SCO, BeOS).
7347      [Dean Gaudet]
7348
7349   *) After a SIGHUP the listening sockets in the parent weren't
7350      properly marked for closure on fork().
7351      [Jürgen Keil <jk@tools.de>] PR#2000
7352  
7353   *) Allow %2F in two situations: 1) it is in the query part of the URI,
7354      therefore not exposed to %2F -> '/' translations and 2) the request
7355      is a proxy request, so we're not dealing with a local resource anyway.
7356      Without this, the proxy would fail to work for any URL's with
7357      %2f in them (occurs quite often in
7358      http://.../cgi-bin/...?http%3A%2F%2F... references) [Martin Kraemer]
7359
7360   *) Protect against FD_SETSIZE mismatches.  [Dean Gaudet]
7361
7362   *) Make the shared object compilation command more portable by avoiding
7363      the direct combination of `-c' & `-o' which is not honored by some
7364      compilers like UnixWare's cc. [Ralf S. Engelschall]
7365
7366   *) WIN32: the proxy was creating filenames missing the last four
7367      characters.  While this normally doesn't stop anything from 
7368      working, it can result in extra collisions.  
7369      [Tim Costello <tjcostel@socs.uts.edu.au>] PR#1890
7370
7371   *) Now mod_proxy uses the response string (in addition to the response status
7372      code) from the already used FTP SIZE command to setup the Content-Length
7373      header if available. [Ralf S. Engelschall] PR#1183
7374
7375   *) Reanimated the (still undocumented) proxy receive buffer size directive:
7376      Renamed from ReceiveBufferSize to ProxyReceiveBufferSize because the old
7377      name was really too generic, added documentation for this directive to
7378      the mod_proxy.html and corrected the hyperlink to it in the
7379      new_features_1.3.html document.  [Ralf S. Engelschall] PR#1348
7380
7381   *) Fix a bug in the src/helpers/fp2rp script and make it a little bit
7382      faster [Martin Kraemer]
7383   
7384   *) Make Configure die when you give it an unknown command switch.
7385      [Ben Hyde]
7386
7387   *) Add five new and fresh manpages for the support programs: dbmmanage.1,
7388      suexec.8, htdigest.1, rotatelogs.8 and logresolve.8.  Now all up-to-date
7389      and per default compiled support programs have manual pages - just to
7390      document our stuff a little bit more and to be able to do really
7391      Unix-like installations ;-) [Ralf S. Engelschall]
7392
7393   *) Major cleanups to the Configure script to make it and its generated
7394      Makefiles again readable and maintainable: add SRCDIR option, removed
7395      INCLUDES_DEPTH[0-2] kludge, cleanup of TARGET option, cleanup of
7396      generated sections, consequently added Makefile headers with inheritance
7397      information, added subdir movement messages for easier following where
7398      the build process currently stays (more verbose then standard Make, less
7399      verbose than GNU make), same style to comments in the Configure script,
7400      added Apache license header, fixed a few bugs, etc. [Ralf S. Engelschall]
7401      
7402   *) Add the new ApacheBench program "ab" to src/support/: This is derived
7403      from the ZeusBench benchmarking program and can be used to determine the
7404      response performance of an Apache installation. This version is
7405      officially licensed with Zeus Technology, Ltd. See the license agreement
7406      statements in <199803171224.NAA24547@en1.engelschall.com> in apache-core.
7407      [Ralf S. Engelschall]
7408
7409   *) API: Various core functions that are definately not part of the API
7410      have been made static, and a few have been marked API_EXPORT.  Still
7411      more have been marked CORE_EXPORT and are not intended for general
7412      use by modules.  [Doug MacEachern, Dean Gaudet]
7413
7414   *) mod_proxy was not clearing the Proxy-Connection header from
7415      requests; now it does.  This did not violate any spec, however 
7416      causes poor interactions when you are talking to remote proxies.  
7417      [Marc Slemko] PR#1741
7418
7419   *) Various cleanups to the command line interface and manual pages.
7420      [Ralf S. Engelschall]
7421
7422   *) cfg_getline() was not properly handling lines that did not end
7423      with a line termination character.  [Marc Slemko] PR#1869, 1909
7424
7425   *) Performance tweak to mod_log_config.  [Dmitry Khrustalev]
7426
7427   *) Clean up some undocumented behavior of mod_setenvif related to
7428      "merging" two SetEnvIf directives when they match the same header
7429      and regex.  Document that mod_setenvif will perform comparisons in
7430      the order they appear in the config file.  Optimize mod_setenvif by
7431      doing more work at config time rather than at runtime.
7432      [Dean Gaudet]
7433
7434   *) src/include/ap_config.h now wraps it's #define's with #ifndef/#endif's
7435      to allow for modules to overrule them and to reduce redefinition
7436      warnings [Jim Jagielski]
7437
7438   *) [PORT] For A/UX change the OS-#define for -DAUX to -DAUX3.
7439      [Jim Jagielski]
7440
7441   *) Making the hard-coded cross-module function call mime_find_ct() (from
7442      mod_proxy to mod_mime) obsolete by making sure the API hook for MIME type
7443      checking is really called even for proxy requests except for URLs with
7444      HTTP schemes (because there we can optimize by not running the type
7445      checking hooks due to the fact that the proxy gets the MIME Content-type
7446      from the remote host later). This change cleans up mod_mime by removing
7447      the ugly export kludge, makes the one-liner file mod_mime.h obsolete, and
7448      especially unbundles mod_proxy and mod_mime. This way they both now can
7449      be compiled as shared objects and are no longer tied together. 
7450      [Ralf S. Engelschall]
7451
7452   *) util.c cleanup and speedup. [Dean Gaudet]
7453
7454   *) API: Clarification, pstrndup() will always copy n bytes of the source
7455      and NUL terminate at the (n+1)st byte.  [Dean Gaudet]
7456
7457   *) Mark module command_rec and handler_rec structures const so that they
7458      end up in the read-only data section (and are friendlier to systems
7459      that don't do optimistic memory allocation on fork()). [Dean Gaudet]
7460
7461   *) Add check to the "Port" directive to make sure the specified 
7462      port is in the appropriate range.  [Ben Hyde]
7463
7464   *) Performance improvements to invoke_handler().
7465      [Dmitry Khrustalev <dima@bog.msu.su>]
7466
7467   *) Added support for building shared objects even for library-style modules
7468      (which are built from more than one object file). This now provides the
7469      ability to build mod_proxy as a shared object module. Additionally
7470      modules like mod_example are now also supported for shared object
7471      building because the generated Makefiles now no longer assume there is at
7472      least one statically linked module. [Ralf S. Engelschall]
7473
7474   *) API: Clarify usage of content_type, handler, content_encoding,
7475      content_language and content_languages fields in request_rec.  They
7476      must always be lowercased; and the strings pointed to shouldn't
7477      be modified (you must copy them to modify them).  Fix a few bugs
7478      related to this.  [Dean Gaudet]
7479
7480   *) API: Clarification: except for RAW_ARGS, all command handlers can
7481      treat the char * parameters as permanent, and modifiable.  There
7482      is no need to pstrdup() them.  Clean up some needless pstrdup().
7483      [Dean Gaudet]
7484
7485   *) Now mod_so keeps track of which module shared objects with which names
7486      are loaded and thus avoids multiple loading and unloading and irritating
7487      error_log messages. [Ralf S. Engelschall]
7488
7489   *) Prior to the existence of mod_setenv it was necessary to tweak the TZ
7490      environment variable in the apache core.  But that tweaking interferes
7491      with mod_setenv.  So don't tweak if the user has specified an explicit
7492      TZ variable.  [Jay Soffian <jay@cimedia.com>] PR#1888
7493
7494   *) rputs() did not calculate r->sent_bodyct properly.
7495      [Siegmund Stirnweiss <siegst@kat.ina.de>] PR#1900
7496
7497   *) The CGI spec says that REMOTE_HOST should be set to the remote hosts's
7498      name, or left unset if this value is unavailable.  Apache was setting
7499      it to the IP address when unavailable.
7500      [Tony Finch <fanf@demon.net>] PR#1925
7501
7502   *) Various improvements to the configuration and build support for compiling
7503      modules as shared objects. Especially Solaris 2.x, SunOS 4.1, IRIX and
7504      OSF1 support with GCC and vendor compilers was added.  This way shared
7505      object support is now provided out-of-the-box for FreeBSD, Linux,
7506      Solaris, SunOS, IRIX and OSF1. In short: On all major platforms!
7507      [Ralf S. Engelschall]
7508
7509   *) Minor cleanup in http_main -- split QNX and OS2 specific "mmap"
7510      scoreboard code into separate #defines -- USE_POSIX_SCOREBOARD
7511      and USE_OS2_SCOREBOARD.  [Dean Gaudet]
7512
7513   *) Fix one more special locking problem for RewriteMap programs in
7514      mod_rewrite: According to the documentation of flock(), "Locks are on
7515      files, not file descriptors.  That is, file descriptors duplicated
7516      through dup(2) or fork(2) do not result in multiple instances of a lock,
7517      but rather multiple references to a single lock. If a process holding a
7518      lock on a file forks and the child explicitly unlocks the file, the
7519      parent will lose its lock.". To overcome this we have to make sure the
7520      RewriteLock file is opened _AFTER_ the childs were spawned which is now
7521      the case by opening it in the child_init instead of the module_init API
7522      hook. [Ralf S. Engelschall] PR#1029
7523
7524   *) Change to Location and LocationMatch semantics.  LocationMatch no
7525      longer lets a single slash match multiple adjacent slashes in the
7526      URL.  This change is for consistency with RewriteRule and
7527      AliasMatch.  Multiple slashes have meaning in URLs that they do
7528      not have in (some) filesystems.  Location on the other hand can
7529      be considered a shorthand for a more complicated regex, and it
7530      does match multiple slashes with a single slash -- which is
7531      also consistent with the Alias directive.
7532      [Dean Gaudet] related PR#1440
7533
7534   *) Fix bug with mod_mime_magic causing certain files, including files
7535      of length 0, to result in no response from the server.
7536      [Dean Gaudet]
7537
7538   *) The Configure script now generates src/include/ap_config.h which
7539      contains the set of defines used when Apache is compiled on a platform.
7540      This file can then be included by external modules before including
7541      any Apache header files in case they are being built separately from
7542      Apache.  Along with this change, a couple of minor changes were
7543      made to make Apache's #defines coexist peacefully with any autoconf
7544      defines an external module might have. [Rasmus Lerdorf]
7545
7546   *) Fix mod_rewrite for the ugly API case where <VirtualHost> sections exist
7547      but without any RewriteXXXXX directives. Here mod_rewrite is given no
7548      chance by the API to initialize its per-server configuration and thus
7549      receives the wrong one from the main server. This is now avoided by
7550      remembering the server together with the config structure while
7551      configuring and later assuming there is no config when we see a
7552      difference between the remembered server and the one calling us. 
7553      [Ralf S. Engelschall] PR#1790
7554
7555   *) Fixed the DBM RewriteMap support for mod_rewrite: First the support now
7556      is automatically disabled under configure time when the dbm_xxx functions
7557      are not available. Second, two heavy source code errors in the DBM
7558      support code were fixed.  This makes DBM RewriteMap's usable again after
7559      a long time of brokenness. [Ralf S. Engelschall] PR#1696
7560
7561   *) Now all configuration files support Unix-style line-continuation via 
7562      the trailing backslash ("\") character. This enables us to write down
7563      complex or just very long directives in a more readable way.  The
7564      backslash character has to be really the last character before the
7565      newline and it has not been prefixed by another (escaping) backslash.
7566      [Ralf S. Engelschall]
7567
7568   *) When using ProxyPass the ?querystring was not passed correctly.
7569      [Joel Truher <truher@wired.com>]
7570
7571   *) To deal with modules being compiled and [dynamically] linked
7572      at a different time from the core, the SERVER_VERSION and
7573      SERVER_BUILT symbols have been abstracted through the new
7574      API routines apapi_get_server_version() and apapi_get_server_built().
7575      [Ken Coar]  PR#1448
7576
7577   *) WIN32: Preserve trailing slash in canonical path (and hence
7578      in PATH_INFO). [Paul Sutton, Ben Laurie]
7579
7580   *) PORT: USE_PTHREAD_SERIALIZED_ACCEPT has proven unreliable
7581      depending on the rev of Solaris and what mixture of modules
7582      are in use.  So it has been disabled, and Solaris is back to
7583      using USE_FCNTL_SERIALIZED_ACCEPT.  Users may experiment with
7584      USE_PTHREAD_SERIALIZED_ACCEPT at their own risk, it may speed
7585      up static content only servers.  Or it may fail unpredictably.
7586      [Dean Gaudet] PR#1779, 1854, 1904
7587
7588   *) mod_test_util_uri.c created which tests the logic in util_uri.c.
7589      [Dean Gaudet]
7590
7591   *) API: Rewrite of absoluteURI handling, and in particular how
7592      absoluteURIs match vhosts.  Unless a request is a proxy request, a
7593      "http://host" url is treated as if a similar "Host:" header had been
7594      supplied.  This change was made to support future HTTP/1.x protocols
7595      which may require clients to send absoluteURIs for all requests.
7596
7597      In order to achieve this change subtle changes were made to the API.  In a
7598      request_rec, r->hostlen has been removed.  r->unparsed_uri now exists so
7599      that the unmodified uri can be retrieved easily.  r->proxyreq is not set
7600      by the core, modules must set it during the post_read_request or
7601      translate_names phase.
7602
7603      Plus changes to the virtualhost test suite for absoluteURI testing.
7604
7605      This fixes several bugs with the proxy proxying requests to vhosts
7606      managed by the same httpd.
7607      [Dean Gaudet]
7608
7609   *) API: Cleanup of code in http_vhost.c, and remove vhost matching
7610      code from mod_rewrite.  The vhost matching is now performed by a
7611      globally available function matches_request_vhost().  [Dean Gaudet]
7612
7613   *) Reduce memory usage, and speed up ServerAlias support.  As a
7614      side-effect users can list multiple ServerAlias directives
7615      and they're all considered.
7616      [Chia-liang Kao <clkao@cirx.org>] PR#1531
7617
7618   *) The "poly" directive in image maps did not include the borders of the
7619      polygon, whereas the "rect" directive does.  Fix this inconsistency.
7620      [Konstantin Morshnev <moko@design.ru>] PR#1771
7621
7622   *) Make \\ behave as expected.  [Ronald.Tschalaer@psi.ch]
7623
7624   *) Add the `%a' construct to LogFormat and CustomLog to log the client IP
7625      address. [Todd Eigenschink <eigenstr@mixi.net>] PR#1885
7626
7627   *) API: A new source module main/util_uri.c; It contains a routine
7628      parse_uri_components() and friends which breaks a URI into its component
7629      parts.  These parts are stored in a uri_components structure called
7630      parsed_uri within each request_rec, and are available to all modules.
7631      Additionally, an unparse routine is supplied which re-assembles the URI
7632      components back to an URI, optionally hiding the username:password@ part
7633      from ftp proxy requests, and other useful routines.  Within the structure,
7634      you find on a ready-for-use basis:
7635         scheme;     /* scheme ("http"/"ftp"/...) */
7636         hostinfo;   /* combined [user[:password]@]host[:port] */
7637         user;       /* user name, as in http://user:passwd@host:port/ */
7638         password;   /* password, as in http://user:passwd@host:port/ */
7639         hostname;   /* hostname from URI (or from Host: header) */
7640         port_str;   /* port string (integer representation is in "port") */
7641         path;       /* the request path (or "/" if only scheme://host was given) */
7642         query;      /* Everything after a '?' in the path, if present */
7643         fragment;   /* Trailing "#fragment" string, if present */
7644      This is meant to serve as the platform for *BIG* savings in
7645      code complexity for the proxy module (and maybe the vhost logic).
7646      [Martin Kraemer]
7647
7648   *) Make all possible meta-construct expansions ($N, %N, %{NAME} and
7649      ${map:key}) available for all location where a string is created in
7650      mod_rewrite rewriting rulesets: 1st arg of RewriteCond, 2nd arg of
7651      RewriteRule and for the [E=NAME:STRING] flag of RewriteRule. This way the
7652      possible expansions are consequently usable at all string creation
7653      locations. [Ralf S. Engelschall]
7654
7655   *) Fix initialization of RewriteLogLevel (default now is 0 as documented 
7656      and not 1) and the per-virtual-server merging of directives. Now all
7657      directives except `RewriteEngine' and `RewriteOption' are either
7658      completely overridden (default) or completely inherited (when
7659      `RewriteOptions inherit') is used. [Ralf S. Engelschall] PR#1325
7660
7661   *) Fix `RewriteMap' program lookup in situations where such maps are
7662      defined but disabled (`RewriteEngine off') in per-server context. 
7663      [Ralf S. Engelschall] PR#1431
7664
7665   *) Fix bug introduced in 1.3b4-dev, config with no Port setting would cause
7666      server to bind to port 0 rather than 80.  [Dean Gaudet]
7667
7668   *) Fix long-standing problem with RewriteMap _programs_ under Unix derivates
7669      (like SunOS and FreeBSD) which don't accept the locking of pipes
7670      directly.  A new directive RewriteLock is introduced which can be used to
7671      setup a separate locking file which then is used for synchronization.
7672      [Ralf S. Engelschall] PR#1029
7673
7674   *) WIN32: The server root is obtained from the registry key
7675      HKLM\SOFTWARE\Apache Group\Apache\<version> (version is currently
7676      "1.3 beta"), unless overridden by the -d command line flag. The
7677      value is stored by running "apache -i -d serverroot". [Paul Sutton]
7678
7679   *) Merged os/win32/mod_dll.c into modules/standard/mod_so.c to support
7680      dynamic loading on Win32 and Unix via the same module. [Paul Sutton]
7681
7682   *) Now mod_rewrite no longer makes problematic assumptions on the characters
7683      a username can contain when trying to expand it via /etc/passwd. 
7684      [Ralf S. Engelschall]
7685
7686   *) The mod_setenvif BrowserMatch backwards compatibility command did not
7687      work properly with spaces in the regex.  [Ronald Tschalaer] PR#1825
7688
7689   *) Add new RewriteMap types: First, `rnd' which is equivalent to the `txt'
7690      type but with a special post-processing for the looked-up value: It
7691      parses it into alternatives according to `|' chars and then only one
7692      particular alternative is chosen randomly (this is an essential
7693      functionality needed for balancing between backend-servers when using
7694      Apache as a Reverse Proxy.  The looked up value here is a list of
7695      servers). Second, `int' with the built-in maps named `tolower' and
7696      `toupper' which can be used to map URL parts to a fixed case (this is an
7697      essential feature to fix the case of server names when doing mass
7698      virtual-hosting with the help of mod_rewrite instead of using
7699      <VirtualHost> sections). [Ralf S. Engelschall, parts based on code from
7700      Jay Soffian <jay@cimedia.com>] PR#1631
7701
7702   *) Add a new directive to mod_proxy similar to ProxyPass: `ProxyPassReverse'.
7703      This directive lets Apache adjust the URL in Location-headers on HTTP
7704      redirect responses sent by the remote server. This way the virtually
7705      mapped area is no longer left on redirects and thus by-passed which is
7706      especially essential when running Apache as a reverse proxy.  
7707      [Ralf S. Engelschall]
7708
7709   *) Hide Proxy-Authorization from CGI/SSI/etc just like Authorization is
7710      hidden. [Alvaro Martinez Echevarria]
7711
7712   *) Apache will, when started with the -X (single process) debugging flag,
7713      honor the SIGINT or SIGQUIT signals again now. This capability got lost
7714      a while ago during OS/2 signal handling changes.
7715
7716   *) [PORT] Work around the fact that NeXT runs on more than the
7717      m68k chips in mod_status [Scott Anguish and Timothy Luoma
7718      <luomat@peak.org>]
7719
7720   *) [PORT] Recognize FreeBSD versions so we can use the OS regex as well
7721      as handling unsigned-chars for FreeBSD v3 and v2 [Andrey Chernov
7722      <ache@nagual.pp.ru> and Jim] PR#1450
7723
7724   *) Use SA_RESETHAND or SA_ONESHOT when installing the coredump handlers.
7725      In particular the handlers could trigger themselves into an infinite
7726      loop if RLimitMem was used with a small amount of memory -- too small
7727      for the signal stack frame to be set up.  [Dean Gaudet]
7728
7729   *) Fix problems with absoluteURIs introduced during 1.3b4.  [Dean Gaudet,
7730      Alvaro Martinez Echevarria <alvaro@lander.es>]
7731
7732   *) Fix multiple UserDir problem introduced during 1.3b4-dev.
7733      [Dean Gaudet] PR#1850
7734
7735   *) ap_cpystrn() had an off-by-1 error.
7736      [Charles Fu <ccwf@klab.caltech.edu>] PR#1847
7737
7738   *) API: As Ken suggested the check_cmd_context() function and related
7739      defines are non-static now so modules can use 'em.  [Martin Kraemer]
7740
7741   *) mod_info would occasionally produce an unpaired <tt> in its
7742      output. Fixed. [Martin Kraemer]
7743
7744   *) By default AIX binds a process (and it's children) to a single
7745      processor.  httpd children now unbind themselves from that cpu
7746      and re-bind to one selected at random via bindprocessor()
7747      [Doug MacEachern]
7748
7749   *) Linux 2.0 and above implement RLIMIT_AS, RLIMIT_DATA has almost no
7750      effect.  Work around it by using RLIMIT_AS for the RLimitMEM
7751      directive.  [Enrik Berkhan <enrik@inka.de>] PR#1816
7752
7753   *) mod_mime_magic error message should indicate the filename when
7754      reads fail.  ["M.D.Parker" <mdpc@netcom.com>] PR#1827
7755
7756   *) Previously Apache would permit </Files> to end <FilesMatch> (and
7757      similary for Location and Directory), now this is diagnosed as an
7758      error.  Improve error messages for mismatched sections (<Files>,
7759      <FilesMatch>, <Directory>, <DirectoryMatch>, ...).
7760      [Dean Gaudet, Martin Kraemer]
7761
7762   *) <Files> is not permitted within <Location> (because of the
7763      semantic ordering).  [Dean Gaudet] PR#379
7764
7765   *) <Files> with wildcards was broken by the change in wildcard
7766      semantics (* does not match /).  To fix this, <Files> now
7767      apply only to the basename of the request filename.  This
7768      fixes some other inconsistencies in <Files> semantics
7769      (such as <Files a*b> not working).  [Dean Gaudet] PR#1817
7770
7771   *) Removed bogus "dist.tar" target from Makefile.tmpl and make sure
7772      backup files are removed on "clean" target [Ralf S. Engelschall]
7773
7774   *) PORT: Add -lm to LIBS for HPUX.  [Dean Gaudet] PR#1639
7775
7776   *) Various errors from select() and accept() in child_main() would
7777      result in an infinite loop.  It seems these two tickle kernel
7778      or library bugs occasionally, and result in log spammage and
7779      a generally bad scene.  Now the child exits immediately,
7780      which seems to be a good workaround.
7781      [Dean Gaudet] PR#1747, 1107, 588, 1787, 987, 588
7782
7783   *) Cleaned up some race conditions in unix child_main during
7784      initialization. [Dean Gaudet]
7785
7786   *) SECURITY: "UserDir /abspath" without a * in the path would allow
7787      remote users to access "/~.." and bypass access restrictions
7788      (but note /~../.. was handled properly).
7789      [Lauri Jesmin <jesmin@ut.ee>] PR#1701
7790
7791   *) API: os_is_path_absolute() now takes a const char * instead of a char *.
7792      [Dean Gaudet]
7793
7794 Changes with Apache 1.3b5
7795
7796   *) Source file dependencies in Makefile.tmpl files throughout the
7797      source tree were updated to accurately reflect reality.
7798      [Dean Gaudet]
7799
7800   *) Preserve the content encoding given by the AddEncoding directive
7801      when the client doesn't otherwise specify an encoding.
7802      [Ronald Tschalaer <Ronald.Tschalaer@psi.ch>]
7803
7804   *) Sort out problems with canonical filename handling happening too late.
7805      [Dean Gaudet, Ben Laurie]
7806
7807 Changes with Apache 1.3b4
7808
7809   *) The module structure was modified to include a *dynamic_load_handle
7810      in the STANDARD_MODULE_STUFF portion, and the MODULE_MAGIC_NUMBER
7811      has been bumped accordingly.  [Paul Sutton]
7812
7813   *) All BrowserMatch directives mentioned in
7814      htdocs/manual/known_client_problems.html are in the default
7815      configuration files.  [Lars Eilebrecht]
7816
7817   *) MiNT port update. [Jan Paul Schmidt]
7818
7819   *) HTTP/1.1 requires x-gzip and gzip encodings be treated
7820      equivalent, similarly for x-compress and compress.  Apache
7821      now ignores a leading x- when comparing encodings.  It also
7822      preserves the encoding the client requests (for example if
7823      it requests x-gzip, then Apache will respond with x-gzip
7824      in the Content-Encoding header).
7825      [Ronald Tschalaer <Ronald.Tschalaer@psi.ch>] PR#1772
7826
7827   *) Fix a memory leak on keep-alive connections.  [Igor Tatarinov]
7828
7829   *) Added mod_so module to support dynamic loading of modules on Unix
7830      (like mod_dld for Win32). This replaces mod_dld.c. Use SharedModule
7831      instead of AddModule in Configuration to build shared modules
7832      [Sameer Parekh, Paul Sutton]
7833
7834   *) Minor cleanups to r->finfo handling in some modules.
7835      [Dean Gaudet]
7836
7837   *) Abstract read()/write() to ap_read()/ap_write().
7838      Makes it easier to add other types of IO code such as SFIO.
7839      [Randy Terbush]
7840
7841   *) API: Generalize default_port manipulations to make support of
7842      different protocols easier. [Ben Laurie, Randy Terbush]
7843
7844   *) There are many cases where users do not want Apache to form
7845      self-referential urls using the "canonical" ServerName and Port.
7846      The new UseCanonicalName directive (default on), if set to off
7847      will cause Apache to use the client-supplied hostname and port.
7848      API: Part of this change required a change to the construct_url()
7849      prototype; and the addition of get_server_name() and
7850      get_server_port().
7851      [Michael Douglass <mikedoug@texas.net>, Dean Gaudet]
7852      PR#315, 459, 485, 1433
7853
7854   *) Yet another rearrangement of the source tree.. now all the common
7855      header files are in the src/include directory.  The -Imain -Iap
7856      references in Makefiles have been changed to the simpler -Iinclude
7857      instead.  In addition to simplifying the build a little bit, this
7858      also makes it clear when a module is referencing something in a
7859      other than kosher manner (e.g., the proxy including mod_mime.h).
7860      Module-private header files (the proxy, mod_mime, the regex library,
7861      and mod_rewrite) have not been moved to src/include; nor have
7862      the OS-abstraction files.  [Ken Coar]
7863
7864   *) Fix a bug where r->hostname didn't have the :port stripped
7865      from it.  [Dean Gaudet]
7866
7867   *) Tweaked the headers_out table size, and the subprocess_env
7868      table size guess in rename_original_environment().  Added
7869      MAKE_TABLE_PROFILE which can help discover make_table()
7870      calls that use too small an initial guess, see alloc.c.
7871      [Dean Gaudet]
7872
7873   *) Options and AllowOverride weren't properly merging in the main
7874      server setting inside vhosts (only an issue when you have no
7875      <Directory> or other section containing an Options that affects
7876      a request).  Options +foo or -foo in the main_server wouldn't
7877      affect the main_server's lookup defaults.  [Dean Gaudet]
7878
7879   *) Variable 'cwd' was being used pointlessly before being set.
7880      [Ken Coar] PR#1738
7881
7882   *) r->allowed handling cleaned up in the standard modules.
7883      [Dean Gaudet]
7884
7885   *) Some case-sensitivity issues cleaned up to be consistent with
7886      RFC2068.  [Dean Gaudet]
7887
7888   *) SIGURG doesn't exist everywhere.
7889      [Mark Andrew Heinrich <heinrich@tinderbox.Stanford.EDU>]
7890
7891   *) mod_unique_id was erroneously generating a second unique id when
7892      an internal redirect occured.  Such redirects occur, for example,
7893      when processing a DirectoryIndex match.  [Dean Gaudet]
7894
7895   *) API: table_add, table_merge, and table_set include implicit pstrdup()
7896      of the key and value.  But in many cases this is not required
7897      because the key/value is a constant, or the value has been built
7898      by pstrcat() or other similar means.  New routines table_addn,
7899      table_mergen, and table_setn have been added to the API, these
7900      routines do not pstrdup() their arguments.  The core code and
7901      standard modules were changed to take advantage of these routines.
7902      The resulting server is up to 20% faster in some situations.
7903
7904      Note that it is easy to get code subtly wrong if you pass a key/value
7905      which is in a pool other than the pool of the table.  The only
7906      safe thing to do is to pass key/values which are in the pool of
7907      the table, or in one of the ancestors of the pool of the table.
7908      i.e. if the table is part of a subrequest, a value from the main
7909      request's pool is OK since the subrequest pool is a sub_pool of the
7910      main request's pool (and therefore has a lifespan at most as long as
7911      the main pool).  There is debugging code which can detect improper
7912      usage, enabled by defining POOL_DEBUG.  See alloc.c for more details.
7913      [Dmitry Khrustalev <dima@bog.msu.su>, Dean Gaudet]
7914
7915   *) More mod_mime_magic cleanup:  fewer syscalls; should handle "files"
7916      which don't exist on disk more gracefully; handles vhosts properly.
7917      Update documentation to reflect the code -- if there's no
7918      MimeMagicFile directive then the module is not enabled.
7919      [Dean Gaudet]
7920
7921   *) PORT: Some older *nix dialects cannot automatically start scripts
7922      which begin with a #! interpreter line (the shell starts the scripts
7923      appropriately on these platforms). Apache now supports starting of
7924      "hashbang-scripts" when the NEED_HASHBANG_EMUL define is set.
7925      [Martin Kraemer, with code from peter@zeus.dialix.oz.au (Peter Wemm)
7926      taken from tcsh]
7927
7928   *) API: "typedef array_header table" removed from alloc.h, folks should
7929      have been writing to use table as if it were an opaque type, but even
7930      some standard modules got this wrong.  By changing the definition
7931      to "typedef struct table table" module authors will receive compile
7932      time warnings that they're doing the wrong thing.  This change
7933      facilitates future changes with more sophisticated table
7934      structures.  Specifically, module authors should be using table_elts()
7935      to get access to an array_header * for the table. [Dean Gaudet]
7936
7937   *) API: Renamed new_connection() to avoid namespace collision with LDAP
7938      library routines.  [Ken Coar, Rasmus Lerdorf]
7939
7940   *) WIN32: mod_speling is now available on the Win32 platform.
7941      [Marc Slemko]
7942
7943   *) For clarity the following compile time definition was changed:
7944
7945         SAFE_UNSERIALIZED_ACCEPT  ->   SINGLE_LISTEN_UNSERIALIZED_ACCEPT
7946
7947      Also, for example, HAVE_MMAP would mean to use mmap() scoreboards
7948      and not be a general notice that the OS has mmap(). Now the
7949      HAVE_MMAP/SHMGET #defines strictly are informational that the
7950      OS has that method of shared memory; the type to use for
7951      the scoreboard is a seperate #define (USE_MMAP_SCOREBOARD
7952      and USE_SHMGET_SCOREBOARD). This allows outside modules to
7953      determine if shared memory is available and allows Apache
7954      to determine the best method to use for the scoreboard.
7955      [Jim Jagielski]
7956
7957   *) PORT: UnixWare 2.1.2 SMP appears to require USE_FCNTL_SERIALIZED_ACCEPT,
7958      as do various earlier versions.  It should be safe on all versions.
7959      Unixware 1.x appears to have the same SIGHUP bug as solaris does with
7960      the slack code.  A few other cleanups for Unixware.
7961      [Tom Hughes <thh@cyberscience.com>] PR#1082, PR#1282, PR#1499, PR#1553
7962
7963   *) PORT: A/UX can handle single-listen accepts without mutex
7964      locking, so we add SINGLE_LISTEN_UNSERIALIZED_ACCEPT. [Jim Jagielski]
7965
7966   *) When die() happens we need to eat any request body if one exists.
7967      Otherwise we can't continue with a keepalive session.  This shows up
7968      as a POST problem with MSIE 4.0, typically against pages which are
7969      authenticated.  [Roy Fielding] PR#1399
7970
7971   *) If you define SECURITY_HOLE_PASS_AUTHORIZATION then the Authorization
7972      header will be passed to CGIs.  This is generally a security hole, so
7973      it's not a default.  [Marc Slemko] PR#549
7974
7975   *) Fix Y2K problem with date printing in suexec log.
7976      [Paul Eggert <eggert@twinsun.com>] PR#1343
7977
7978   *) WIN32 deserves a pid file.  [Ben Hyde]
7979
7980   *) suexec errors now include the errno/description.  [Marc Slemko] PR#1543
7981
7982   *) PORT: OSF/1 now uses USE_FLOCK_SERIALIZED_ACCEPT to solve PR#467.
7983      The choice of flock vs. fcntl was made based on timings which showed that
7984      even on non-NFS, non-exported filesystems fcntl() was an order of
7985      magnitude slower.  It also uses SINGLE_LISTEN_UNSERIALIZED_ACCEPT so
7986      that single socket users will see no difference. [Dean Gaudet] PR#467
7987
7988   *) "File does not exist" error message was erroneously including the
7989      errno.  [Marc Slemko]
7990
7991   *) Improve the warning message generated when a client drops the
7992      connection (hits stop button, etc.) during a send.  [Roy Fielding]
7993
7994   *) Defining GPROF will disable profiling in the parent and enable it
7995      in the children.  If you're profiling under Linux this is pretty much
7996      necessary because SIGPROF is lost across a fork(). [Dean Gaudet]
7997
7998   *) htdigest and htpasswd needed slight tweaks to work on OS/2 and WIN32.
7999      [Brian Havard]
8000
8001   *) The NeXT cc (which is gcc hacked up) doesn't appear to support some
8002      gcc functionality.  Work around it.
8003      [Keith Severson <keith@sssd.navy.mil>] PR#1613
8004
8005   *) Some linkers complain when .o files contain no functions.
8006      [Keith Severson <keith@sssd.navy.mil>] PR#1614
8007
8008   *) Some const declarations in mod_imap.c that were added for debugging
8009      purposes caused some compilers heartburn without adding any
8010      significant value, so they've been removed.  [Ken Coar]
8011
8012   *) The src/main/*.h header files have had #ifndef wrappers added to
8013      insulate them against duplicate calls if they get included through
8014      multiple paths (e.g., in .c files as well as other .h files).
8015      [Ken Coar]
8016
8017   *) The libap routines now have a header file for their prototypes,
8018      src/ap/ap.h, to ease their use in non-httpd applications.  [Ken Coar]
8019
8020   *) mod_autoindex with a plaintext header file would emit the <PRE>
8021      start-tag before the HTML preamble, rather than after the preamble
8022      but before the header file contents.  [John Van Essen <jve@gamers.org>]
8023      PR#1667
8024
8025   *) SECURITY: Fix a possible buffer overflow in logresolve.  This is
8026      only an issue on systems without a MAXDNAME define or where
8027      the resolver returns domain names longer than MAXDNAME.  [Marc Slemko]
8028
8029   *) SECURITY: Eliminate possible buffer overflow in cfg_getline, which
8030      is used to read various types of files such as htaccess and
8031      htpasswd files.  [Marc Slemko]
8032
8033   *) SECURITY: Ensure that the buffer returned by ht_time is always
8034      properly null terminated.  [Marc Slemko]
8035
8036   *) The "Connection" header could be sent back with multiple "close"
8037      tokens.  Not an error, but a waste.
8038      [Ronald.Tschalaer@psi.ch] PR#1683
8039
8040   *) mod_rewrite's RewriteLog should behave like mod_log_config, it
8041      shouldn't force hostname lookups.  [Dean Gaudet] PR#1684
8042
8043   *) "basic" auth needs a case-insensitive comparison.
8044      [Ronald.Tschalaer@psi.ch] PR#1666
8045
8046   *) For maximum portability, the environment passed to CGIs should
8047      only contain variables whose names match the regex
8048      /[a-zA-Z][a-zA-Z0-9_]*/.  This is now enforced by stamping
8049      underscores over any character outside the regex.  This
8050      affects HTTP_* variables, in a way that should be backward
8051      compatible for all the standard headers; and affects variables
8052      set with SetEnv/BrowserMatch and similar directives.
8053      [Dean Gaudet]
8054
8055   *) mod_speling returned incorrect HREF's when an ambigous match
8056      was found. Noticed by <robinton@amtrash.comlink.de> (Soeren Ziehe)
8057      [robinton@amtrash.comlink.de (Soeren Ziehe), Martin Kraemer]
8058
8059   *) PORT: Apache now compiles & runs on an EBCDIC mainframe
8060      (the Siemens BS2000/OSD family) in the POSIX subsystem
8061      [Martin Kraemer]
8062
8063   *) PORT: Fix problem killing children when terminating.  Allow ^C
8064      to shut down the server.  [Brian Havard]
8065
8066   *) pstrdup() is implicit in calls to table_* functions, so there's
8067      no need to do it before calling.  Clean up a few cases.
8068      [Marc Slemko, Dean Gaudet]
8069
8070   *) new -C and -c command line arguments
8071      usage:
8072      -C "directive" : process directive before reading config files
8073      -c "directive" : process directive after reading config files
8074      example:
8075      httpd -C "PerlModule Apache::httpd_conf"
8076      [Doug MacEachern, Martin Kraemer]
8077
8078   *) WIN32: Fix the execution of CGIs that are scripts and called 
8079      with path info that does not have an '=' in.
8080      (eg. http://server/cgi-bin/printenv?foobar)  
8081      [Marc Slemko] PR#1591
8082
8083   *) WIN32: Fix a call to os_canonical_filename so it doesn't try to 
8084      mess with fake filenames.  This fixes proxy caching on 
8085      win32. PR#1265
8086
8087   *) SECURITY: General mod_include cleanup, including fixing several
8088      possible buffer overflows and a possible infinite loop.
8089      [Dean Gaudet, Marc Slemko]
8090
8091   *) SECURITY: Numerous changes to mod_imap in a general cleanup
8092      including fixing a possible buffer overflow.  [Dean Gaudet]
8093
8094   *) WIN32: overhaul of multithreading code. Shutdowns are now graceful
8095      (connections are not dropped). Code can handle graceful restarts
8096      (but there is as yet no way to signal this to Apache). Various
8097      other cleanups. [Paul Sutton]
8098
8099   *) The aplog_error changes specific to 1.3 introduced a buffer
8100      overrun in the (now legacy) log_printf function.  Fixed.
8101      [Dean Gaudet]
8102
8103   *) mod_digest didn't properly deal with proxy authentication.  It
8104      also lacked a case-insensitive comparision of the "Digest"
8105      token.  [Ronald Tschalaer <Ronald.Tschalaer@psi.ch>] PR#1599
8106
8107   *) A few cleanups in mod_status for efficiency.  [Dean Gaudet]
8108
8109   *) A few cleanups in mod_info to make it thread-safe, and remove an
8110      off-by-5 bug that could hammer \0 on the stack. [Dean Gaudet]
8111
8112   *) no2slash() was O(n^2) in the length of the input.  Make it O(n).
8113      [Dean Gaudet]
8114
8115   *) API: migration from strncpy() to our "enhanced" version called
8116      ap_cpystrn() for performance and functionality reasons.
8117      Located in libap.a.  [Jim Jagielski]
8118
8119   *) table_set() and table_unset() did not deal correctly with
8120      multiple occurrences of the same key.
8121      [Stephen Scheck <sscheck@infonex.net>, Ben Laurie] PR#1604
8122
8123   *) The AuthName must now be enclosed in quotes if it is to contain
8124      spaces.  [Ken Coar] PR#1195
8125
8126   *) API: new function: ap_escape_quotes(). [Ken Coar] PR#1195
8127
8128   *) WIN32: Work around optimiser bug that killed ISAPI in release
8129      versions. [Ben Laurie] PR#1533
8130
8131   *) PORT: Update the MPE port [Mark Bixby, Jim Jagielski]
8132
8133   *) Interim (slow) fix for p->sub_pool critical sections in
8134      alloc.c (affects win32 only).  [Ben Hyde]
8135
8136   *) non-WIN32 was missing destroy_mutex definition.  [Ben Hyde]
8137
8138   *) send_fd_length() did not calculate total_bytes_sent properly.
8139      [Ben Reser <breser@regnow.com>] PR#1366
8140
8141   *) The bputc() macro was not properly integrated with the chunking
8142      code; in many cases modules using bputc() could cause completely
8143      bogus chunked output.  (Typically this will show up as problems
8144      with Internet Explorer 4.0 reading a page, but other browsers
8145      having no problem.) [Dean Gaudet]
8146
8147   *) Create LARGE_WRITE_THRESHOLD define which determines how many
8148      bytes have to be supplied to bwrite() before it will consider
8149      doing a writev() to assemble multiple buffers in one system
8150      call.  This is critical for modules such as mod_include,
8151      mod_autoindex, mod_php3 which all use bputc()/bputs() of smaller
8152      strings in some cases.  The result would be extra effort
8153      setting up writev(), and in many cases extra effort building
8154      chunks.  The default is 31, it can be overriden at compile
8155      time. [Dean Gaudet]
8156
8157   *) Move the gid switching code into the child so that log files
8158      and pid files are opened with the root gid.
8159      [Gregory A Lundberg <lundberg@vr.net>]
8160
8161   *) WIN32: Check for binaries by looking for the executable header
8162      instead of counting control characters.
8163      [Jim Patterson <Jim.Patterson@Cognos.COM>] PR#1340
8164
8165   *) ap_snprintf() moved from main/util_snprintf.c to ap/ap_snprintf.c
8166      so the functionality is available to applications other than the
8167      server itself (like the src/support tools).  [Ken Coar]
8168
8169   *) ap_slack() moved out of main/util.c into ap/ap_slack.c as part of
8170      the libap consolidation work.  [Ken Coar]
8171
8172   *) ap_snprintf() with a len of 0 behaved like sprintf().  This is not
8173      useful, and isn't what the standards require.  Now it returns 0
8174      and writes nothing.  [Dean Gaudet]
8175
8176   *) When an error occurs in fcntl() locking suggest the user look up
8177      the docs for LockFile.  [Dean Gaudet]
8178
8179   *) Eliminate some dead code from writev_it_all().
8180      [Igor Tatarinov <tatarino@prairie.NoDak.edu>]
8181
8182   *) mod_autoindex had an fread() without checking the result code.
8183      It also wouldn't handle "AddIconByType (TXT,/icons/text.gif text/*"
8184      (note the missing closing paren) properly.  [Dean Gaudet]
8185
8186   *) It appears the "257th byte" bug (see
8187      htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
8188      at the 256th byte as well.  Fixed.  [Dean Gaudet]
8189
8190   *) PORT: Fix mod_mime_magic under OS/2, no support for block devices.
8191      [Brian Havard]
8192
8193   *) Fix memory corruption caused by allocating auth usernames in the
8194      wrong pool.  [Dean Gaudet] PR#1500
8195
8196   *) Fix an off-by-1, and an unterminated string error in
8197      mod_mime_magic.  [Dean Gaudet]
8198
8199   *) Fix a potential SEGV problem in mod_negotiation when dealing
8200      with type-maps.  [Dean Gaudet]
8201
8202   *) Better glibc support under Linux.  [Dean Gaudet] PR#1542
8203
8204   *) "RedirectMatch gone /" would cause a SIGSEGV. [Dean Gaudet] PR#1319
8205
8206   *) WIN32: avoid overflows during file canonicalisations.
8207      [malcolm@mgdev.demon.co.uk] PR#1378
8208
8209   *) WIN32: set_file_slot() didn't detect absolute paths. [Ben Laurie]
8210      PR#1511, 1508
8211
8212   *) WIN32: mod_status display header didn't match fields. [Ben Laurie]
8213
8214   *) The pthread_mutex_* functions return an error code, and don't
8215      set errno.  [Igor Tatarinov <tatarino@prairie.NoDak.edu>]
8216
8217   *) WIN32: Allow spaces to prefix the interpreter in #! lines.
8218      [Ben Laurie] PR#1101
8219
8220   *) WIN32: Cure file leak in CGIs. [Peter Tillemans <pti@net4all.be>] PR#1523
8221
8222   *) proxy_ftp: the directory listings generated by the proxy ftp module
8223      now have a title in which the path components are clickable and allow
8224      quick navigation to the clicked-on directory on the currently listed
8225      ftp server. This also fixes a bug where the ".." directory links would
8226      sometimes refer to the wrong directory.  [Martin Kraemer]
8227
8228   *) WIN32: Allocate the correct amount of memory for the scoreboard.
8229      [Ben Hyde] PR#1387
8230
8231   *) WIN32: Only lowercase the part of the path that is real. [Ben Laurie]
8232      PR#1505
8233
8234   *) Fix problems with timeouts in inetd mode and -X mode.  [Dean Gaudet]
8235
8236   *) Fix the spurious "(0)unknown error: mmap_handler: mmap failed"
8237      error messages. [Ben Hyde]
8238
8239 Changes with Apache 1.3b3
8240
8241   *) WIN32: Work around brain-damaged spawn calls that can't deal
8242      with spaces and slashes.  [Ben Laurie]
8243
8244   *) WIN32: Fix the code so CGIs can use socket calls on Windows.  
8245      The problem was that certain undocumented environment variables
8246      needed for sockets to work under Win32 were not being passed.
8247      [Frank Faubert <frank@sane.com>]
8248
8249   *) Add a "-V" command line flag to the httpd binary.  This 
8250      flag shows some of the defines that Apache was compiled with.
8251      It is useful for debugging purposes.  [Martin Kraemer]
8252
8253   *) Start separating the ap_*() routines into their own library, so they
8254      can be used by items in src/support among other things.  
8255      [Ken Coar] PR#512, 905, 1252, 1308 
8256
8257   *) Give a more informative error when no AuthType is set.
8258      [Lars Eilebrecht]
8259
8260   *) Remove strtoul() use from mod_proxy because it isn't available
8261      on all platforms.   [Marc Slemko] PR#1214
8262
8263   *) WIN32: Some Win32 systems terminated all responses after 16 kB. 
8264      This turns out to be a bug in Winsock - select() doesn't always 
8265      return the correct status.  [Ben Laurie]
8266
8267   *) Directives owned by http_core can now use the new check_cmd_context()
8268      routine to ensure that they're not being used within a container
8269      (e.g., <Directory>) where they're invalid.  [Martin Kraemer]
8270
8271   *) PORT: Recent changes made it necessary to add explicit prototype
8272      for fgetc() and fgets() on SunOS 4.x.  [Martin Kraemer, Ben Hyde]
8273
8274   *) It was necessary to distinguish between resources which are
8275      allocated in the parent, for cleanup in the parent, and resources
8276      which are allocated in each child, for cleanup in each child.
8277      A new pool was created which is passed to the module child_init
8278      and child_exit functions; modules are free to register per-child
8279      cleanups there.  This fixes a bug with reliable piped logs.
8280      [Dean Gaudet]
8281
8282   *) mod_autoindex wasn't displaying the ReadmeName file at the bottom
8283      unless it was also doing FancyIndexes, but it displayed the
8284      HeaderName file at the top under all circumstances.  It now shows
8285      the ReadmeName file for simple indices, too, as it should.  
8286      [Ken Coar] PR#1373
8287
8288   *) http_core was mmap()ing even in cases where it wasn't going to
8289      read the file.  [Ben Hyde <bhyde@gensym.com>]
8290
8291   *) Complete rewrite ;-) of mod_rewrite's URL rewriting engine:
8292      Now the rewriting engine (the heart of mod_rewrite) is organized more
8293      straight-forward, first time well documented and reduced to the really
8294      essential parts. All redundant cases were stripped off and processing now
8295      is the same for both per-server and per-directory context with only a
8296      minimum difference (the prefix stripping in per-dir context). As a
8297      side-effect some subtle restrictions and two recently discovered problems
8298      are gone: Wrong escaping of QUERY_STRING on redirects in per-directory
8299      context and restrictions on the substitution URL on redirects.
8300      Additionally some minor source cleanups were done. 
8301      [Ralf S. Engelschall] 
8302
8303   *) Lars Eilebrecht wrote a whole new set of Apache Vhost Internals
8304      documentation, examples, explanations and caveats. They live in a new
8305      subdirectory htdocs/manual/vhost/. [Lars Eilebrecht <sfx@unix-ag.org>]
8306
8307   *) If ap_slack fails to allocate above the low slack line it's a good
8308      indication that further problems will occur; it's a better indication
8309      than many external libraries give us when we actually run out of
8310      descriptors.  So report it to the user once per restart.
8311      [Dean Gaudet] PR#1181
8312
8313   *) Change mod_include and mod_autoindex to use Y2K-safe date formats
8314      by default.  [Ken Coar]
8315
8316   *) Add a "SuppressColumnSorting" option to the IndexOptions list,
8317      which will keep the column heading from being links for sorting
8318      the display.  [Ken Coar, suggested by Brian Tiemann <btman@pacific.net>]
8319      PR #1261
8320
8321   *) PORT: Update the LynxOS port.  [Marius Groeger <mag@sysgo.de>]
8322
8323   *) Fix logic error when issuing a mmap() failed message
8324      with a non-zero MMAP_THRESHOLD.
8325      [David Chambers <davidc@flosun.salk.edu>] PR#1294
8326
8327   *) Preserve handler value on ProxyPass'ed requests by not
8328      calling find_types on a proxy'd request; fixes problems
8329      where some ProxyPass'ed URLs weren't actually passed
8330      to the proxy.
8331      [Lars Eilebrecht] PR#870
8332
8333   *) Fix a byte ordering problem in mod_access which prevented
8334      the old-style syntax (i.e. "a.b.c." to match a class C)
8335      from working properly. [Dean Gaudet] PR#1248, 1328, 1384
8336
8337   *) Fix problem with USE_FLOCK_SERIALIZED_ACCEPT not working
8338      properly. Each child needs to open the lockfile instead
8339      of using the passed file-descriptor from the parent. 
8340      [Jim Jagielski] PR#1056
8341
8342   *) Fix the error logging in mod_cgi; the recent error log changes
8343      introduced a bug that prevented it from working correctly.
8344      [M.D.Parker] PR#1352
8345
8346   *) Default to USE_FCNTL_SERIALIZED_ACCEPT on HPUX to properly 
8347      handle multiple Listen directives.  [Marc Slemko] PR#872
8348
8349   *) Inherit a bugfix to fnmatch.c from FreeBSD sources.
8350      ["[KOI8-R] áÎÄÒÅÊ þÅÒÎÏ×" <ache@nagual.pp.ru>] PR#1311
8351
8352   *) When a configuration parse complained about a bad directive,
8353      the logger would use whatever (unrelated) value was in errno.
8354      errno is now forced to EINVAL first in this case.  [Ken Coar]
8355
8356   *) A sed command in the Configure script pushed the edge of POSIXness,
8357      breaking on some systems.  [Bhaba R.Misra <system@vt.edu>] PR#1368
8358
8359   *) Solaris >= 2.5 was totally broken due to a mess up using pthread
8360      mutexes.  [Roy Fielding, Dean Gaudet]
8361
8362   *) OS/2 Port updated; it should be possible to build OS/2 from the same
8363      sources as Unix now.  [Brian Havard <brianh@kheldar.apana.org.au>]
8364
8365   *) Fix a year formatting bug in mod_usertrack.
8366      [Paul Eggert <eggert@twinsun.com>] PR#1342
8367
8368   *) A mild SIGTERM/SIGALRM race condition was eliminated.
8369      [Dean Gaudet] PR#1211
8370
8371   *) Warn user that default path has changed if /usr/local/etc/httpd
8372      is found on the system.  [Lars Eilebrecht]
8373
8374   *) Various mod_mime_magic bug fixes and cleanups: Uncompression
8375      should work, it should work on WIN32, and a few resource
8376      leaks and abort conditions are fixed.
8377      [Dean Gaudet] PR#1205
8378
8379   *) PORT: On AIX 1.x files can't be named '@', fix the proxy cache
8380      to use '%' instead of '@' in its encodings.
8381      [David Schuler <schuld@btv.ibm.com>] PR#1317
8382
8383   *) Improve the warning message generated when the "server is busy".
8384      [Dean Gaudet] PR#1293
8385
8386   *) PORT: All ports which don't otherwise define DEF_WANTHSREGEX will
8387      get Spencer regex by default.  This is to avoid having to
8388      discover bugs in operating system libraries.  [Dean Gaudet]
8389
8390   *) PORT: "Fix" PR#467 by generating warnings on systems which we have
8391      not been able to get working USE_*_SERIALIZED_ACCEPT settings for.
8392      Document this a bit more in src/PORTING.  [Dean Gaudet] PR#467
8393
8394   *) Ensure that one copy of config warnings makes it to the
8395      error_log.  [Dean Gaudet]
8396
8397   *) Invent new structure and associated methods to handle config file
8398      reading. Add "custom" hook to use config file cfg_getline() on
8399      something which is not a FILE*  [Martin Kraemer]
8400
8401   *) Make single-exe Windows install. [Ben Laurie and Eric Esselink]
8402
8403   *) WIN32: Make CGI work under Win95. [Ben Laurie and Paul Sutton]
8404
8405   *) WIN32: Make index.html and friends work under Win95. [Ben Laurie]
8406
8407   *) PORT: Solaris 2.4 needs Spencer regex, the system regex is broken.
8408      [John Line <jml4@cam.ac.uk>] PR#1321
8409
8410   *) Default pathname has been changed everywhere to /usr/local/apache
8411      [Sameer <sameer@c2.net>]
8412
8413   *) PORT: AIX now uses USE_FCNTL_SERIALIZED_ACCEPT.
8414      [David Bronder <David-Bronder@uiowa.edu>] PR#849
8415
8416   *) PORT: i386 AIX does not have memmove.
8417      [David Schuler <schuld@btv.ibm.com>] PR#1267
8418
8419   *) PORT: HPUX now defaults to using Spencer regex.
8420      [Philippe Vanhaesendonck <pvanhaes@be.oracle.com>,
8421      Omar Del Rio <al112263@academ01.lag.itesm.mx>] PR#482, 1246
8422
8423   *) PORT: Some versions of NetBSD don't automatically define
8424      __NetBSD__.  Workaround by defining NETBSD.
8425      [Chris Craft <ccraft@cncc.cc.co.us>] PR#977
8426
8427   *) PORT: UnixWare 2.x requires -lgen for syslog.
8428      [Hans Snijder <hs@meganet.nl>] PR#1249
8429
8430   *) PORT: ULTRIX appears to not have syslog.
8431      [Lars Eilebrecht <Lars.Eilebrecht@unix-ag.org>]
8432
8433   *) PORT: Basic Gemini port (treat it like unixware212).
8434      ["Pavel Yakovlev (Paul McHacker)" <hac@tomcat.olly.ru>]
8435
8436   *) PORT: All SVR4 systems now use NET_SIZE_T = size_t, and
8437      use USE_SHMGET_SCOREBOARD.
8438      [Martin Kraemer]
8439
8440   *) Various improvements in detecting config file errors (missing closing
8441      directives for <Directory>, <Files> etc. blocks, prohibiting global
8442      server settings in <VirtualHost> blocks, flagging unhandled multiple
8443      arguments to <Directory>, <Files> etc.)
8444      [Martin Kraemer]
8445
8446   *) Add support to suexec wrapper program for mod_unique_id's UNIQUE_ID
8447      variable to provide this one to suexec'd CGIs, too.
8448      [M.D.Parker <mdpc@netcom.com>] PR#1284
8449
8450   *) New support tool: src/support/split-logfile, a sample Perl script which
8451      splits up a combined access log into separate files based on the
8452      name of the virtual host (listed first in the log records by "%v").
8453      [Ken Coar]
8454
8455 Changes with Apache 1.3b2 (there is no 1.3b1)
8456
8457   *) TestCompile was not passing $LIBS [Dean Gaudet]
8458
8459   *) Makefile.tmpl was not using $CFLAGS in the link phase. 
8460      [Martin Kraemer]
8461
8462   *) Add debugging code to alloc.c.  Defining ALLOC_DEBUG provides a
8463      rudimentary memory debugger which can be used on live servers with
8464      low impact -- it sets all allocated and freed memory bytes to 0xa5.
8465      Defining ALLOC_USE_MALLOC will cause the alloc code to use malloc()
8466      and free() for each object.  This is far more expensive and should
8467      only be used for testing with tools such as Electric Fence and
8468      Purify.  See main/alloc.c for more details.  [Dean Gaudet]
8469
8470   *) Configure uses a sh trap and didn't set its exitcode properly.
8471      [Dean Gaudet] PR#1159
8472
8473   *) Yet another vhost revamp.  Add the NameVirtualHost directive which
8474      explicitly lists the ip:port pairs that are to be used for name-vhosts.
8475      From a given ip:port, regardless what the Host: header is, you can
8476      only reach the vhosts defined on that ip:port.  The precedence of
8477      vhosts was reversed to match other precedences in the config --
8478      the earlier vhosts override the later vhosts.  All vhost matching was
8479      moved into http_vhost.[ch].  [Dean Gaudet]
8480
8481   *) ap_inline can be used to force inlining.  GNUC __attribute__() can
8482      be used for whatever reason is appropriate (i.e. format() warnings
8483      for printf style functions).  Both are enabled only with
8484      gcc >= 2.7.x (so that we have fewer support issues with older
8485      versions).  [Dean Gaudet]
8486
8487   *) Fix support for Proxy Authentication (we were testing the response
8488      status too early). [Marc Slemko]
8489
8490   *) CoreDumpDirectory directive directs where the core file is
8491      written when a SIGSEGV, SIGBUS, SIGABORT or SIGABRT are
8492      received.  [Marc Slemko, Dean Gaudet]
8493
8494   *) PORT: Support for Atari MINT.
8495      [Jan Paul Schmidt <Jan.P.Schmidt@mni.fh-giessen.de>]
8496
8497   *) When booting, apache will now detach itself from stdin, stdout,
8498      and stderr.  stderr will not be detached until after the config
8499      files have been read so you will be able to see initial error
8500      messages.  After that all errors are logged in the error_log.
8501      This makes it more convenient to start apache via rsh, ssh,
8502      or crontabs.  [Dean Gaudet] PR#523
8503
8504   *) mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake.
8505      Also removed the auto-generated link to www.apache.org that was the
8506      source of so many misdirected bug reports.  [Roy Fielding, Marc Slemko]
8507
8508   *) send_fb would not detect aborted connections in some situations.
8509      [Dean Gaudet]
8510
8511   *) mod_include would use uninitialized data when parsing certain
8512      expressions involving && and ||. [Brian Slesinsky] PR#1139
8513
8514   *) mod_imap should only handle GET methods.  [Jay Bloodworth]
8515
8516   *) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
8517
8518   *) mod_autoindex improperly counted &escapes; as more than one
8519      character in the description.  It also improperly truncated
8520      descriptions that were exactly the maximum length.
8521      [Martin Kraemer]
8522
8523   *) RedirectMatch was not properly escaping the result (PR#1155).  Also
8524      "RedirectMatch /advertiser/(.*) $1" is now permitted.
8525      [Dean Gaudet]
8526
8527   *) mod_include now uses symbolic names to check for request success
8528      and return HTTP errors, and correctly handles all types of
8529      redirections (previously it only did temporary redirect correctly).
8530      [Ken Coar, Roy Fielding]
8531
8532   *) mod_userdir was modifying r->finfo in cases where it wasn't setting
8533      r->filename.  Since those two are meant to be in sync with each other
8534      this is a bug.  ["Paul B. Henson" <henson@intranet.csupomona.edu>]
8535
8536   *) PORT: Support Unisys SVR4, whose uname returns mostly useless data.
8537      ["Kaufman, Steven E" <Steven.Kaufman@unisys.com>]
8538
8539   *) Inetd mode (which is buggy) uses timeouts without having setup the
8540      jmpbuffer. [Dean Gaudet] PR#1064
8541
8542   *) Work around problem under Linux where a child will start looping
8543      reporting a select error over and over.
8544      [Rick Franchuk <rickf@transpect.net>] PR#1107, 987, 588
8545
8546   *) Fixed error in proxy_util.c when looping through multiple host IP
8547      addresses. [Lars Eilebrecht] PR#974
8548
8549   *) If BUFFERED_LOGS is defined then mod_log_config will do atomic
8550      buffered writes -- that is, it will buffer up to PIPE_BUF (i.e. 4k)
8551      bytes before writing, but it will never split a log entry across a
8552      buffer boundary.  [Dean Gaudet]
8553
8554   *) API: the short_score record has been split into two pieces, one which
8555      the parent writes on, and one which the child writes on.  As part of
8556      this change the get_scoreboard_info() function was removed, and
8557      scoreboard_image was exported.  This change fixes a race condition
8558      in file based scoreboard systems, and speeds up changes involving the
8559      scoreboard in earlier 1.3 development.  [Dean Gaudet]
8560
8561   *) API: New register_other_child() API (see http_main.h) which allows
8562      modules to register children with the parent for maintenance.  It
8563      is disabled by defining NO_OTHER_CHILD.  [Dean Gaudet]
8564
8565   *) API: New piped_log API (see http_log.h) which implements piped logs,
8566      and will use register_other_child to implement reliable piped logs
8567      when it is available.  The reliable piped logs part can be disabled
8568      by defining NO_RELIABLE_PIPED_LOGS.  At the moment reliable piped
8569      logs is only available on Unix. [Dean Gaudet]
8570
8571   *) API: set_last_modified() broken into set_last_modified(), set_etag(), and
8572      meets_conditions().  This allows conditional HTTP selection to be
8573      handled separately from the storing of the header fields, and provides
8574      the ability for CGIs to set their own ETags for conditional checking.
8575      [Ken Coar, Roy Fielding]  PR#895
8576
8577   *) Changes to mod_log_config to allow naming of format strings.
8578      Format nicknames are defined with "LogFormat fmt nickname", and can
8579      be used with "LogFormat nickname" and "CustomLog logtarget nickname".
8580      [Ken Coar]
8581
8582   *) New module, "mod_speling", which can help find files even when 
8583      the URL is slightly misspelled. [Martin Kraemer, Alexei Kosut]
8584
8585   *) API: New function child_terminate() triggers the child process to
8586      exit, while allowing the child finish what it needs to for the
8587      current request first.  
8588      [Doug MacEachern, Alexei Kosut]
8589
8590   *) Windows now defaults to using full status reports with mod_status.
8591      [Alexei Kosut] PR #1094
8592
8593   *) *Really* disable all mod_rewrite operations if the engine is off.
8594      Some things (like RewriteMaps) were checked/performed even if they
8595      weren't supposed to be.  [Ken Coar] PR #991
8596
8597   *) Implement a new timer scheme which eliminates the need to call alarm() all
8598      the time.  Instead a counter in the scoreboard for each child is used to
8599      show when the child has made forward progress.  The parent samples this
8600      counter every scoreboard maintenance cycle, and issues SIGALRM if no
8601      progress has been made in the timeout period.  This reduces the static
8602      request best-case syscall count to 22 from 29.  This scheme is only
8603      used by systems with memory-based scoreboards.  [Dean Gaudet]
8604
8605   *) The proxy now properly handles CONNECT requests which are sent
8606      to proxy servers when using ProxyRemote.  [Marc Slemko] PR#1024
8607
8608   *) A script called apachectl has been added to the support 
8609      directory.  This script allows you to do things such as 
8610      "apachectl start" and "apachectl restart" from the command
8611      line.  [Marc Slemko]
8612
8613   *) Modules and core routines are now put into libraries, which
8614      simplifies the link line tremendously (among other advantages).
8615      [Paul Sutton]
8616
8617   *) Some of the MD5 names defined in Apache have been renamed to have
8618      an `ap_' prefix to avoid conflicts with routines supplied by
8619      external libraries.  [Ken Coar]
8620
8621   *) Removal of mod_auth_msql.c from the distribution. There are many
8622      other options for databases today. Rather than offer one option,
8623      offer none at this time. mod_auth_msql and other SQL database
8624      authentication modules can be found at the Apache Module Registry.
8625      http://modules.apache.org/ It would be nice to offer a generic
8626      mod_auth_sql option in the near future.
8627
8628   *) PORT: BeOS support added [Alexei Kosut]
8629
8630   *) Configure no longer accepts the -make option, since it creates
8631      Makefile on the fly based on Makefile.tmpl and Configuration.
8632
8633   *) Apache now gracefully shuts down when it receives a SIGTERM, instead
8634      of forcibly killing off all its processes and exiting without
8635      cleaning up. [Alexei Kosut]
8636
8637   *) API: A new field in the request_rec, r->mtime, has been added to
8638      avoid gratuitous parsing of date strings.  It is intended to hold
8639      the last-modified date of the resource (if applicable).  An
8640      update_mtime() routine has also been added to advance it if
8641      appropriate.  [Roy Fielding, Ken Coar]
8642
8643   *) SECURITY: If a htaccess file can not be read due to bad permissions,
8644      deny access to the directory with a HTTP_FORBIDDEN.  The previous
8645      behavior was to ignore the htaccess file if it could not be read.
8646      This change may make some setups with unreadable htaccess files
8647      stop working.  [Marc Slemko] PR#817
8648
8649   *) Add aplog_error() providing a mechanism to define levels of
8650      verbosity to the server error logging. This addition also provides
8651      the ability to log errors using syslogd. Error logging is configurable
8652      on a per-server basis using the LogLevel directive. Conversion
8653      of log_*() in progress. [Randy Terbush]
8654
8655   *) Further enhance aplog_error() to not log filename, line number, and
8656      errno information when it isn't applicable. [Ken Coar, Dean Gaudet]
8657
8658   *) WIN32: Canonicalise filenames under Win32. Short filenames are
8659      converted to long ones. Backslashes are converted to forward
8660      slashes. Case is converted to lower. Parts of URLs that do not
8661      correspond to files are left completely alone. [Ben Laurie]
8662
8663   *) PORT: 2 new OSs added to the list of ports:
8664       Encore's UMAX V: Arieh Markel <amarkel@encore.com>
8665       Acorn RISCiX: Stephen Borrill <sborrill@xemplar.co.uk>
8666
8667   *) Add the server version (SERVER_VERSION macro) to the "server
8668      configured and running" entry in the error_log.  Also build an
8669      object file at link-time that contains the current time
8670      (SERVER_BUILT global const char[]), and include that in the
8671      message.  [Ken Coar]
8672
8673   *) Set r->headers_out when sending responses from the proxy.
8674      This fixes things such as the logging of headers sent from
8675      the proxy.  [Marc Slemko] PR#659
8676
8677   *) support/httpd_monitor is no longer distributed because the 
8678      scoreboard should not be file based if at all possible. Use
8679      mod_status to see current server snapshot.
8680
8681   *) (set_file_slot): New function, allowing auth directives to be
8682      independent of the server root, so the server documents can be
8683      moved to a different directory or machine more easily.
8684      [David J. MacKenzie]
8685
8686   *) If no TransferLog is given explicitly, decline
8687      to log.  This supports coexistence with other logging modules,
8688      such as the custom one that UUNET uses. [David J. MacKenzie]
8689
8690   *) Check for titles in server-parsed HTML files.
8691      Ignore leading newlines and returns in titles.  The old behavior
8692      of replacing a newline after <title> with a space causes the
8693      title to be misaligned in the listing. [David J. MacKenzie]
8694
8695   *) Change mod_cern_meta to be configurable on a per-directory basis.
8696      [David J. MacKenzie]
8697
8698   *) Add 'Include' directive to allow inclusion of configuration
8699      files within configuration files. [Randy Terbush]
8700
8701   *) Proxy errors on connect() are logged to the error_log (nothing
8702      new); now they include the IP address and port that failed
8703      (*that's* new).   [Ken Coar, Marc Slemko] PR#352
8704
8705   *) Various architectures now define USE_MMAP_FILES which causes
8706      the server to use mmap() for static files.  There are two
8707      compile-time tunables MMAP_THRESHOLD (minimum number of bytes
8708      required to use mmap(), default is 0), and MMAP_SEGMENT_SIZE (maximum
8709      number of bytes written in one cycle from a single mmap()d object,
8710      default 32768).  [Dean Gaudet]
8711
8712   *) API: Added post_read_request API phase which is run right after reading
8713      the request from a client, or right after an internal redirect.  It is
8714      useful for modules setting environment variables that depend only on
8715      the headers/contents of the request.  It does not run during subrequests
8716      because subrequests inherit pretty much everything from the main
8717      request. [Dean Gaudet]
8718
8719   *) Added mod_unique_id which is used to generate a unique identifier for
8720      each hit, available in the environment variable UNIQUE_ID.
8721      [Dean Gaudet]
8722
8723   *) init_modules is now called after the error logs have been opened.  This
8724      allows modules to emit information messages into the error logs.
8725      [Dean Gaudet]
8726
8727   *) Fixed proxy-pass-through feature of mod_rewrite; Added error logging
8728      information for case where proxy module is not available. [Marc Slemko]
8729
8730   *) PORT: Apache has need for mutexes to serialize its children around
8731      accept.  In prior versions either fcntl file locking or flock file
8732      locking were used.  The method is chosen by the definition of
8733      USE_xxx_SERIALIZED_ACCEPT in conf.h.  xxx is FCNTL for fcntl(),
8734      and FLOCK for flock().  New options have been added:
8735         - SYSVSEM to use System V style semaphores
8736         - PTHREAD to use POSIX threads (appears to work on Solaris only)
8737         - USLOCK to use IRIX uslock
8738      Based on timing various techniques, the following changes were made
8739      to the defaults:
8740         - Linux 2.x uses flock instead of fcntl
8741         - Solaris 2.x uses pthreads
8742         - IRIX uses SysV semaphores -- however multiprocessor IRIX boxes
8743           work far faster if you -DUSE_USLOCK_SERIALIZED_ACCEPT
8744      [Dean Gaudet, Pierre-Yves Kerembellec <Pierre-Yves.Kerembellec@vtcom.fr>,
8745      Martijn Koster <m.koster@pobox.com>]
8746
8747   *) PORT: The semantics of accept/select make it very desirable to use
8748      mutexes to serialize accept when multiple Listens are in use.  But
8749      in the case where only a single socket is open it is sometimes
8750      redundant to serialize accept().  Not all unixes do a good job with
8751      potentially dozens of children blocked on accept() on the same
8752      socket.  It's now possible to define SINGLE_LISTEN_UNSERIALIZED_ACCEPT and
8753      the server will avoid serialization when listening on only one socket,
8754      and use serialization when listening on multiple sockets.
8755      [Dean Gaudet] PR#467
8756
8757   *) Configure changes: TestLib replaced by TestCompile, which has
8758      some additional capability (such as doing a sanity check of
8759      the compiler and flags selected); the version of Solaris is now
8760      available via the #define value of SOLARIS2; IRIX n32bit libs
8761      now supported and selectable by new Configuration Rule: IRIXN32;
8762      We no longer default to -O2 optimization.  [Jim Jagielski]
8763
8764   *) Updated Configure: Configuration now uses AddModule to specify
8765      module source or binary file location, relative to src directory.
8766      Modules can be dropped into modules/extra, or in their own 
8767      directory, and modules can come with a Makefile or Configure can 
8768      create one.  Modules can add compiler or library information to 
8769      generated Makefiles. [Paul Sutton]
8770
8771   *) Source core re-organisation: distributed modules are now in 
8772      modules/standard. All other source code is in main. OS-specific
8773      code is in os/{unix,emx,win32} directories. [Paul Sutton]
8774
8775   *) mod_browser has been removed, since it's replaced by mod_setenvif.
8776      [Ken Coar]
8777
8778   *) Fix another long-standing bug in sub_req_lookup_file where it would
8779      happily skip past access checks on subdirectories looked up with
8780      relative paths.  (It's used by mod_dir, mod_negotiation,
8781      and mod_include.) [Dean Gaudet]
8782
8783   *) directory_walk optimization to reduce an O(N*M) loop to O(N+M) where
8784      N is the number of <Directory> sections, and M is the number of
8785      components in the filename of an object.
8786
8787      To achieve this optimization the following config changes were made:
8788         - Wildcards (* and ?, not the regex forms) in <Directory>s,
8789           <Files>s, and <Location>s now treat a slash as a special
8790           character.  For example "/home/*/public_html" previously would
8791           match "/home/a/andrew/public_html", now it only matches things
8792           like "/home/bob/public_html".  This mimics /bin/sh behaviour.
8793         - It's possible now to use [] wildcarding in <Directory>, <Files>
8794           or <Location>.
8795         - Regex <Directory>s are applied after all non-regex <Directory>s.
8796
8797     [Dean Gaudet]
8798
8799   *) Fix a bug introduced in 1.3a1 directory_walk regarding .htaccess files
8800      and corrupted paths.  [Dean Gaudet]
8801
8802   *) Enhanced and cleaned up the URL rewriting engine of mod_rewrite:
8803      First the grouped parts of RewriteRule pattern matches (parenthesis!) can
8804      be accessed now via backreferences $1..$9 in RewriteConds test-against
8805      strings in addition to RewriteRules subst string. Second the grouped
8806      parts of RewriteCond pattern matches (parenthesis!) can be accessed now
8807      via backreferences %1..%9 both in following RewriteCond test-against
8808      strings and RewriteRules subst string. This provides maximum flexibility
8809      through the use of backreferences.
8810      Additionally the rewriting engine was cleaned up by putting common
8811      code to the new expand_backrefs_inbuffer() function. 
8812      [Ralf S. Engelschall]
8813
8814   *) When merging the main server's <Directory> and <Location> sections into
8815      a vhost, put the main server's first and the vhost's second.  Otherwise
8816      the vhost can't override the main server.  [Dean Gaudet] PR#717
8817
8818   *) The <Directory> code would merge and re-merge the same section after
8819      a match was found, possibly causing problems with some modules.
8820      [Dean Gaudet]
8821
8822   *) ip-based vhosts are stored and queried using a hashing function, which
8823      has been shown to improve performance on servers with many ip-vhosts.
8824      Some other changes had to be made to accommodate this:
8825         - the * address for vhosts now behaves like _default_
8826         - the matching process now is:
8827             - match an ip-vhost directly via hash (possibly matches main
8828               server)
8829             - if that fails, just pretend it matched the main server
8830             - if so far only the main server has been matched, perform
8831               name-based lookups (ServerName, ServerAlias, ServerPath)
8832               *only on name-based vhosts*
8833             - if they fail, look for _default_ vhosts
8834      [Dean Gaudet, Dave Hankins <dhankins@sugarat.net>]
8835
8836   *) dbmmanage overhaul:
8837      - merge dbmmanage and dbmmanage.new functionality, remove dbmmanage.new 
8838      - tie() to AnyDBM_File which will use one of DB_File, NDBM_File or
8839        GDBM_File (-ldb, -lndbm, -lgdbm) (trying each in that order)
8840      - provide better seed for rand
8841      - prompt for password as per getpass(3) (turn off echo, read from
8842        /dev/tty, etc.)
8843      - use "newstyle" crypt based on $Config{osname} ($^O)
8844      - will not add a user if already in database, use new `update' command
8845        instead
8846      - added `check' command to check a users' password
8847      - added `import' command to convert existing password text-files or 
8848        dbm files exported with `view'
8849      - more descriptive usage, general cleanup, 'use strict' clean, etc.
8850      [Doug MacEachern]
8851
8852   *) Added psocket() which is a pool form of socket(), various places within
8853      the proxy weren't properly blocking alarms while registering the cleanup
8854      for its sockets.  bclose() now uses pclose() and pclosesocket().  There
8855      was a bug where the client socket was being close()d twice due a still
8856      registered cleanup.  [Dean Gaudet]
8857
8858   *) A few cleanups were made to reduce time(), getpid(), and signal() calls.
8859      [Dean Gaudet]
8860
8861   *) PORT: AIX >= 4.2 requires -lm due to libc changes.
8862      [Jason Venner <jason@idiom.com>] PR#667
8863
8864   *) Enable ``=""'' for RewriteCond directives to match against
8865      the empty string. This is the preferred way instead of ``^$''.
8866      [Ralf S. Engelschall]
8867
8868   *) Fixed an infinite loop in mod_imap for references above the server root
8869      [Dean Gaudet] PR#748
8870
8871   *) mod_proxy now has a ReceiveBufferSize directive, similar to
8872      SendBufferSize, so that the TCP window can be set appropriately
8873      for LFNs. [Phillip A. Prindeville]
8874
8875   *) mod_browser has been replaced by the more general mod_setenvif
8876      (courtesy of Paul Sutton).  BrowserMatch* directives are still
8877      available, but are now joined by SetEnvIf*, UnSetEnvIf*, and
8878      UnSetEnvIfZero directives.  [Ken Coar]
8879
8880   *) "HostnameLookups double" forces double-reverse DNS to succeed in
8881      order for remote_host to be set (for logging, or for the env var
8882      REMOTE_HOST).  The old define MAXIMUM_DNS has been deprecated.
8883      [Dean Gaudet]
8884
8885   *) mod_access overhaul:
8886      - Now understands network/netmask syntax (i.e.  10.1.0.0/255.255.0.0)
8887        and cidr syntax (i.e. 10.1.0.0/16).  PR#762
8888      - Critical path was sped up by pre-computing a few things at config time.
8889      - The undocumented syntax "allow user-agents" was removed,
8890        the replacement is "allow from env=foobar" combined with mod_browser.
8891      - When used with hostnames it now forces a double-reverse lookup
8892        no matter what the directory settings are.  This double-reverse
8893        doesn't affect any of the other routines that use the remote
8894        hostname.  In particular it's still passed to CGIs and the log
8895        without the double-reverse check.  Related PR#860.
8896      [Dean Gaudet]
8897
8898   *) When a large bwrite() occurs (larger than the internal buffer size),
8899      while there is already something in the buffer, apache will combine
8900      the large write and the buffer into a single writev().  (This is
8901      in anticipation of using mmap() for reading files.)
8902      [Dean Gaudet]
8903
8904   *) In obscure cases where a partial socket write occurred while chunking,
8905      Apache would omit the chunk header/footer on the next block.  Cleaned
8906      up other bugs/inconsistencies in error conditions in buff.c.  Fixed
8907      a bug where a long pause in DNS lookups could cause the last packet
8908      of a response to be unduly delayed.  [Roy Fielding, Dean Gaudet]
8909
8910   *) API: Added child_exit function to module structure.  This is called
8911      once per "heavy-weight process" just before a server child exit()'s 
8912      e.g. when max_requests_per_child is reached, etc.
8913      [Doug MacEachern, Dean Gaudet]
8914
8915   *) mod_include cleanup showed that handle_else was being used to handle
8916      endif.  It didn't cause problems, but it was cleaned up too.
8917      [Howard Fear]
8918
8919   *) mod_cern_meta would attempt to find meta files for the directory itself
8920      in some cases, but not in others.  It now avoids it in all cases.
8921      [Dean Gaudet]
8922
8923   *) mod_mime_magic would core dump if there was a decompression error.
8924      [Martin Kraemer <Martin.Kraemer@mch.sni.de>] PR#904
8925
8926   *) PORT: some variants of DGUX require -lsocket -lnsl
8927      [Alexander L Jones <alex@systems-options.co.uk>] PR#732
8928
8929   *) mod_autoindex now allows sorting of FancyIndexed directory listings
8930      by the various fields (name, size, et cetera), either in ascending
8931      or descending order.  Just click on the column header.  [Ken Coar]
8932
8933   *) PORT: Various tweaks to eliminate pointer-int casting warnings on 64-bit
8934      CPUs like the Alpha.  Apache still stores ints in pointers, but that's
8935      the relatively safe direction.  [Dean Gaudet] PR#344
8936
8937   *) PORT: QNX mmap() support for faster/more reliable scoreboard handling.
8938      [Igor N Kovalenko <infoh@mail.wplus.net>] PR#683
8939
8940   *) child_main avoids an unneeded call to select() when there is only one
8941      listening socket.  [Dean Gaudet]
8942
8943   *) In the event that the server is starved for idle servers it will
8944      spawn 1, then 2, then 4, ..., then 32 servers each second,
8945      doubling each second.  It'll also give a warning in the errorlog
8946      since the most common reason for this is a poor StartServers
8947      setting.  The define MAX_SPAWN_RATE can be used to raise/lower
8948      the maximum.  [Dean Gaudet]
8949
8950   *) Apache now provides an effectively unbuffered connection for
8951      CGI scripts.  This means that data will be sent to the client
8952      as soon as the CGI pauses or stops output; previously, Apache would
8953      buffer the output up to a fixed buffer size before sending, which
8954      could result in the user viewing an empty page until the CGI finished
8955      or output a complete buffer.  It is no longer necessary to use an
8956      "nph-" CGI to get unbuffered output.  Given that most CGIs are written
8957      in a language that by default does buffering (e.g. perl) this
8958      shouldn't have a detrimental effect on performance.
8959
8960      "nph-" CGIs, which formerly provided a direct socket to the client
8961      without any server post-processing, were not fully compatible with
8962      HTTP/1.1 or SSL support.  As such they would have had to implement
8963      the transport details, such as encryption or chunking, in order
8964      to work properly in certain situations.  Now, the only difference
8965      between nph and non-nph scripts is "non-parsed headers".
8966      [Dean Gaudet, Sameer Parekh, Roy Fielding]
8967
8968   *) If a BUFF is switched from buffered to unbuffered reading the first
8969      bread() will return whatever remained in the buffer prior to the
8970      switch. [Dean Gaudet]
8971
8972 Changes with Apache 1.3a1
8973
8974   *) Added another Configure helper script: TestLib. It determines
8975      if a specified library exists.  [Jim Jagielski]
8976
8977   *) PORT: Allow for use of n32bit libraries under IRIX 6.x
8978      [derived from patch from Jeff Hayes <jhayes@aw.sgi.com>]
8979      PR#721
8980
8981   *) PORT: Some architectures use size_t for various lengths in network
8982      functions such as accept(), and getsockname().  The definition
8983      NET_SIZE_T is used to control this. [Dean Gaudet]
8984
8985   *) PORT: Linux: Attempt to detect glibc based systems and include crypt.h
8986      and -lcrypt.  Test for various db libraries (dbm, ndbm, db) when
8987      mod_auth_dbm or mod_auth_db are included.  [Dean Gaudet]
8988
8989   *) PORT: QNX doesn't have initgroups() which support/suexec.c uses.
8990      [Igor N Kovalenko <infoh@mail.wplus.net>]
8991
8992   *) "force-response-1.0" now only applies to requests which are HTTP/1.0 to
8993      begin with.  "nokeepalive" now works for HTTP/1.1 clients.  Added
8994      "downgrade-1.0" which causes Apache to pretend it received a 1.0.
8995      [Dean Gaudet] related PR#875
8996
8997   *) API: Correct child_init() slot declaration from int to void, to
8998      match the init() declaration.  Update mod_example to use the new
8999      hook.  [Ken Coar]
9000
9001   *) added transport handle slot (t_handle) to the BUFF structure
9002      [Doug MacEachern]
9003
9004   *) get_client_block() returns wrong length if policy is
9005      REQUEST_CHUNKED_DECHUNK.
9006      [Kenichi Hori <ken@d2.bs1.fc.nec.co.jp>] PR#815
9007
9008   *) Support the image map format of FrontPage.  For example:
9009         rect /url.hrm 10 20 30 40
9010      ["Chris O'Byrne" <obyrne@iol.ie>] PR#807
9011
9012   *) PORT: -lresolv and -lsocks were in the wrong order for Solaris.
9013      ["Darren O'Shaughnessy" <darren@aaii.oz.au>] PR#846
9014
9015   *) AddModuleInfo directive for mod_info which allows you to annotate
9016      the output of mod_info.  ["Lou D. Langholtz" <ldl@usi.utah.edu>]
9017
9018   *) Added NoProxy directive to avoid using ProxyRemote for selected
9019      addresses.  Added ProxyDomain directive to cause unqualified
9020      names to be qualified by redirection.
9021      [Martin Kraemer <Martin.Kraemer@mch.sni.de>]
9022
9023   *) Support Proxy Authentication, and don't pass the Proxy-Authorize
9024      header to the remote host in the proxy. [Sameer Parekh and
9025      Wallace]
9026
9027   *) Upgraded mod_rewrite from 3.0.6+ to latest officially available version
9028      3.0.9. This upgrade includes: fixed deadlooping on rewriting to same
9029      URLs, fixed rewritelog(), fixed forced response code handling on
9030      redirects from within .htaccess files, disabled pipe locking under
9031      braindead SunOS 4.1.x, allow env variables to be set even on rules with
9032      no substitution, bugfixed situations where HostnameLookups is off, made
9033      mod_rewrite more thread-safe for NT port and fixed problem when creating
9034      an empty query string via "xxx?".
9035          This update also removes the copyright of Ralf S. Engelschall,
9036      i.e. now mod_rewrite no longer has a shared copyright. Instead is is
9037      exclusively copyrighted by the Apache Group now. This happened because
9038      the author now has gifted mod_rewrite exclusively to the Apache Group and 
9039      no longer maintains an external version.
9040      [Ralf S. Engelschall]
9041
9042   *) API: Added child_init function to module structure.  This is called
9043      once per "heavy-weight process" before any requests are handled.
9044      See http_config.h for more details.  [Dean Gaudet]
9045
9046   *) Anonymous_LogEmail was logging on each subrequest.
9047      [Dean Gaudet] PR#421, 868
9048
9049   *) API: Added is_initial_req() which tests if the request being
9050      processed is the initial request, or a subrequest.
9051      [Doug MacEachern]
9052
9053   *) Extended SSI (mod_include) now handles additional relops for
9054      string comparisons (<, >, <=, and >=).  [Bruno Wolff III] PR#41
9055
9056   *) Configure fixed to correctly propagate user-selected options and
9057      settings (such as CC and OPTIM) to Makefiles other than
9058      src/Makefile (notably support/Makefile).  [Ken Coar] PR#666, #834
9059
9060   *) IndexOptions SuppressHTMLPreamble now causes the actual HTML of
9061      directory indices to start with the contents of the HeaderName file
9062      if there is one.  If there isn't one, the behaviour is unchanged.
9063      [Ken Coar, Roy Fielding, Andrey A. Chernov]
9064
9065   *) WIN32: Modules can now be dynamically loaded DLLs using the
9066      LoadModule/LoadFile directives. Note that module DLLs must be
9067      compiled with the multithreaded DLL version of the runtime library.
9068      [Alexei Kosut and Ben Laurie]
9069
9070   *) Automatic indexing removed from mod_dir and placed into mod_autoindex.
9071      This allows the admin to completely remove automatic indexing
9072      from the server, while still supporting the basic functions of
9073      trailing-slash redirects and DirectoryIndex files.  Note that if
9074      you're carrying over an old Configuration file and you use directory
9075      indexing then you'll want to add:
9076
9077      Module autoindex_module    mod_autoindex.o
9078
9079      before mod_dir in your Configuration.  [Dean Gaudet]
9080
9081   *) popendir/pclosedir created to properly protect directory scanning.
9082      [Dean Gaudet] PR#525
9083
9084   *) AliasMatch, ScriptAliasMatch and RedirectMatch directives added,
9085      giving regex support to mod_alias. <DirectoryMatch>, <LocationMatch>
9086      and <FilesMatch> sections added to succeed <DirectoryMatch ~>, etc...
9087      [Alexei Kosut]
9088
9089   *) The AccessFileName directive can now take more than one filename.
9090      ["Lou D. Langholtz" <ldl@usi.utah.edu>]
9091
9092   *) The new mod_mime_magic can be used to "magically" determine the type
9093      of a file if the extension is unknown.  Based on the unix file(1)
9094      command.  [Ian Kluft <ikluft@cisco.com>]
9095
9096   *) We now determine and display the time spent processing a
9097      request if desired.  [Jim Jagielski]
9098
9099   *) mod_status: PID field of "dead" child slots no longer displays
9100      main httpd process's PID.  [Jim Jagielski]
9101
9102   *) Makefile.nt added - to build all the bits from the command line:
9103         nmake -f Makefile.nt
9104          Doesn't yet work properly. [Ben Laurie]
9105
9106   *) Default text of 404 error is now "Not Found" rather than the
9107      potentially misleading "File Not Found".  [Ken Coar]
9108
9109   *) CONFIG: "HostnameLookups" now defaults to off because it is far better
9110      for the net if we require people that actually need this data to
9111      enable it.  [Linus Torvalds]
9112
9113   *) directory_walk() is an expensive function, keep a little more state to
9114      avoid needless string counting.  Add two new functions make_dirstr_parent
9115      and make_dirstr_prefix which replace all existing uses of make_dirstr.
9116      The new functions are a little less general than make_dirstr, but
9117      work more efficiently (less memory, less string counting).
9118      [Dean Gaudet]
9119
9120   *) EXTRA_LFLAGS was changed to EXTRA_LDFLAGS (and LFLAGS was changed
9121      to LDFLAGS) to avoid complications with lex rules in make files.
9122      [Dean Gaudet] PR#372
9123
9124   *) run_method optimized to avoid needless scanning over NULLs in the
9125      module list.  [Dean Gaudet]
9126
9127   *) Revamp of (unix) scoreboard management code such that it avoids
9128      unnecessary traversals of the scoreboard on each hit.  This is
9129      particularly important for high volume sites with a large
9130      HARD_SERVER_LIMIT.  Some of the previous operations were O(n^2),
9131      and are now O(n).  See also SCOREBOARD_MAINTENANCE_INTERVAL in
9132      httpd.h. [Dean Gaudet]
9133
9134   *) In configurations using multiple Listen statements it was possible for
9135      busy sockets to starve other sockets of service.  [Dean Gaudet]
9136
9137   *) Added hook so standalone_main can be replaced at compile time
9138      (define STANDALONE_MAIN)
9139      [Doug MacEachern]
9140
9141   *) Lowest-level read/write functions in buff.c will be replaced with
9142      the SFIO library calls sfread/sfwrite if B_SFIO is defined at
9143      compile time.  The default sfio discipline will behave as apache
9144      would without sfio compiled in.
9145      [Doug MacEachern]
9146
9147   *) Enhance UserDir directive (mod_userdir) to accept a list of
9148      usernames for the 'disable' keyword, and add 'enable user...' to
9149      selectively *en*able userdirs if they're globally disabled.
9150      [Ken Coar]
9151
9152   *) If NETSCAPE_DBM_COMPAT is defined in EXTRA_CFLAGS then Apache
9153      will work with Netscape dbm files.  (dbmmanage will probably not
9154      work however.) [Alexander Spohr <aspohr@netmatic.com>] PR#444
9155
9156   *) Add a ListenBacklog directive to control the backlog parameter
9157      passed to listen().  Also change the default to 511 from 512.
9158      [Marc Slemko]
9159
9160   *) API: A new handler response DONE which informs apache that the
9161      request has been handled and it can finish off quickly, similar to
9162      how it handles errors. [Rob Hartill]
9163
9164   *) Turn off chunked encoding after sending terminating chunk/footer
9165      so that we can't do it twice by accident. [Roy Fielding]
9166
9167   *) mod_expire also issues Cache-Control: max-age headers.
9168      [Rob Hartill]
9169
9170   *) API: Added kill_only_once option for free_proc_chain so that it won't
9171      aggressively try to kill off specific children.  For fastcgi.
9172      [Stanley Gambarin <gambarin@OpenMarket.com>]
9173
9174   *) mod_auth deals with extra ':' delimited fields.  [Marc Slemko]
9175
9176   *) Added IconHeight and IconWidth to mod_dir's IndexOptions directive.
9177      When used together, these cause mod_dir to emit HEIGHT and WIDTH
9178      attributes in the FancyIndexing IMG tags.  [Ken Coar]
9179
9180   *) PORT: Sequent and SONY NEWS-OS support added.  [Jim Jagielski]
9181
9182   *) PORT: Added Windows NT support
9183      [Ben Laurie and Ambarish Malpani <ambarish@valicert.com>]
9184
9185 Changes with Apache 1.2.6
9186
9187   *) mod_include when using XBitHack Full would send ETags in addition to
9188      sending Last-Modifieds.  This is incorrect HTTP/1.1 behaviour.
9189      [Dean Gaudet] PR#1133
9190
9191   *) SECURITY: When a client connects to a particular port/addr, and
9192      gives a Host: header ensure that the virtual host requested can
9193      actually be reached via that port/addr.  [Ed Korthof <ed@organic.com>]
9194
9195   *) Support virtual hosts with wildcard port and/or multiple ports
9196      properly.  [Ed Korthof <ed@organic.com>]
9197
9198   *) Fixed some case-sensitivity issues according to RFC2068.
9199      [Dean Gaudet]
9200
9201   *) Set r->allowed properly in mod_asis.c, mod_dir.c, mod_info.c,
9202      and mod_include.c.  [Dean Gaudet]
9203
9204   *) Variable 'cwd' was being used pointlessly before being set.
9205      [Ken Coar] PR#1738
9206
9207   *) SIGURG doesn't exist on all platforms.
9208      [Mark Andrew Heinrich <heinrich@tinderbox.Stanford.EDU>]
9209
9210   *) When an error occurs during a POST, or other operation with a
9211      request body, the body has to be read from the net before allowing
9212      a keepalive session to continue.  [Roy Fielding] PR#1399
9213
9214   *) When an error occurs in fcntl() locking suggest the user look up
9215      the docs for LockFile.  [Dean Gaudet]
9216
9217   *) table_set() and table_unset() did not deal correctly with
9218      multiple occurrences of the same key. [Stephen Scheck
9219      <sscheck@infonex.net>, Ben Laurie] PR#1604
9220
9221   *) send_fd_length() did not calculate total_bytes_sent properly in error
9222      cases.  [Ben Reser <breser@regnow.com>] PR#1366
9223
9224   *) r->connection->user was allocated in the wrong pool causing corruption
9225      in some cases when used with mod_cern_meta.  [Dean Gaudet] PR#1500
9226
9227   *) mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake.
9228      Also removed the auto-generated link to www.apache.org that was the
9229      source of so many misdirected bug reports.  [Roy Fielding, Marc Slemko]
9230
9231   *) Multiple "close" tokens may have been set in the "Connection"
9232      header, not an error, but a waste.
9233      [Ronald.Tschalaer@psi.ch] PR#1683
9234
9235   *) "basic" and "digest" auth tokens should be tested case-insensitive.
9236      [Ronald.Tschalaer@psi.ch] PR#1599, PR#1666
9237
9238   *) It appears the "257th byte" bug (see
9239      htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
9240      at the 256th byte as well.  Fixed.  [Dean Gaudet]
9241
9242   *) mod_rewrite would not handle %3f properly in some situations.
9243      [Ralf Engelschall]
9244
9245   *) Apache could generate improperly chunked HTTP/1.1 responses when
9246      the bputc() or rputc() functions were used by modules (such as
9247      mod_include).  [Dean Gaudet]
9248
9249   *) #ifdef wrap a few #defines in httpd.h to make life easier on
9250      some ports.  [Ralf Engelschall]
9251
9252   *) Fix MPE compilation error in mod_usertrack.c.  [Mark Bixby]
9253
9254   *) Quote CC='$(CC)' to improve recurse make calls.  [Martin Kraemer]
9255
9256   *) Avoid B_ERROR redeclaration on sysvr4 systems.  [Martin Kraemer]
9257
9258 Changes with Apache 1.2.5
9259
9260   *) SECURITY: Fix a possible buffer overflow in logresolve.  This is
9261      only an issue on systems without a MAXDNAME define or where 
9262      the resolver returns domain names longer than MAXDNAME.  [Marc Slemko]
9263
9264   *) Fix an improper length in an ap_snprintf call in proxy_date_canon().
9265      [Marc Slemko]
9266
9267   *) Fix core dump in the ftp proxy when reading incorrectly formatted
9268      directory listings.  [Marc Slemko]
9269
9270   *) SECURITY: Fix possible minor buffer overflow in the proxy cache.
9271      [Marc Slemko]
9272
9273   *) SECURITY: Eliminate possible buffer overflow in cfg_getline, which
9274      is used to read various types of files such as htaccess and 
9275      htpasswd files.  [Marc Slemko]
9276
9277   *) SECURITY: Ensure that the buffer returned by ht_time is always
9278      properly null terminated.  [Marc Slemko]
9279
9280   *) SECURITY: General mod_include cleanup, including fixing several
9281      possible buffer overflows and a possible infinite loop.  This cleanup
9282      was done against 1.3 code and then backported to 1.2, the result
9283      is a large difference (due to indentation cleanup in 1.3 code).
9284      Users interested in seeing a smaller set of relevant differences
9285      should consider comparing against src/modules/standard/mod_include.c
9286      from the 1.3b3 release.  Non-indentation changes to mod_include
9287      between 1.2 and 1.3 were minimal.  [Dean Gaudet, Marc Slemko]
9288
9289   *) SECURITY: Numerous changes to mod_imap in a general cleanup
9290      including fixing a possible buffer overflow.  This cleanup also
9291      was done with 1.3 code as a basis, see the the previous note
9292      about mod_include.  [Dean Gaudet]
9293
9294   *) SECURITY: If a htaccess file can not be read due to bad 
9295      permissions, deny access to the directory with a HTTP_FORBIDDEN.  
9296      The previous behavior was to ignore the htaccess file if it could not
9297      be read.  This change may make some setups with unreadable
9298      htaccess files stop working.  PR#817  [Marc Slemko]
9299
9300   *) SECURITY: no2slash() was O(n^2) in the length of the input.  
9301      Make it O(n).  This inefficiency could be used to mount a denial 
9302      of service attack against the Apache server.  Thanks to 
9303      Michal Zalewski <lcamtuf@boss.staszic.waw.pl> for reporting
9304      this.  [Dean Gaudet]
9305
9306   *) mod_include used uninitialized data for some uses of && and ||.
9307      [Brian Slesinsky <bslesins@wired.com>] PR#1139
9308
9309   *) mod_imap should decline all non-GET methods.
9310      [Jay Bloodworth <jay@pathways.sde.state.sc.us>]
9311
9312   *) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
9313
9314   *) mod_userdir was modifying r->finfo in cases where it wasn't setting
9315      r->filename.  Since those two are meant to be in sync with each other
9316      this is a bug.  ["Paul B. Henson" <henson@intranet.csupomona.edu>]
9317
9318   *) mod_include did not properly handle all possible redirects from sub-
9319      requests.  [Ken Coar]
9320
9321   *) Inetd mode (which is buggy) uses timeouts without having setup the
9322      jmpbuffer. [Dean Gaudet] PR#1064
9323
9324   *) Work around problem under Linux where a child will start looping
9325      reporting a select error over and over.
9326      [Rick Franchuk <rickf@transpect.net>] PR#1107
9327
9328 Changes with Apache 1.2.4
9329
9330   *) The ProxyRemote change in 1.2.3 introduced a bug resulting in the proxy
9331      always making requests with the full-URI instead of just the URI path.
9332      [Marc Slemko, Roy Fielding]
9333
9334   *) Add -lm for AIX versions >= 4.2 to allow Apache to link properly
9335      on this platform.  [Marc Slemko]
9336
9337 Changes with Apache 1.2.3
9338
9339   *) The request to a remote proxy was mangled if it was generated as the
9340      result of a ProxyPass directive. URL schemes other than http:// were not
9341      supported when ProxyRemote was used. PR#260, PR#656, PR#699, PR#713,
9342      PR#812 [Lars Eilebrecht]
9343
9344   *) Fixed proxy-pass-through feature of mod_rewrite; Added error logging
9345      information for case where proxy module is not available. [Marc Slemko]
9346
9347   *) Force proxy to always respond as HTTP/1.0, which it was failing to
9348      do for errors and cached responses.  [Roy Fielding]
9349
9350   *) PORT: Improved support for ConvexOS 11.  [Jeff Venters]
9351
9352 Changes with Apache 1.2.2 [not released]
9353
9354   *) Fixed another long-standing bug in sub_req_lookup_file where it would
9355      happily skip past access checks on subdirectories looked up with relative
9356      paths.  (It's used by mod_dir, mod_negotiation, and mod_include.)
9357      [Dean Gaudet]
9358
9359   *) Add lockfile name to error message printed out when
9360      USE_FLOCK_SERIALIZED_ACCEPT is defined.
9361      [Marc Slemko]
9362
9363   *) Enhanced the chunking and error handling inside the buffer functions.
9364      [Dean Gaudet, Roy Fielding]
9365
9366   *) When merging the main server's <Directory> and <Location> sections into
9367      a vhost, put the main server's first and the vhost's second.  Otherwise
9368      the vhost can't override the main server.  [Dean Gaudet] PR#717
9369
9370   *) The <Directory> code would merge and re-merge the same section after
9371      a match was found, possibly causing problems with some modules.
9372      [Dean Gaudet]
9373
9374   *) Fixed an infinite loop in mod_imap for references above the server root.
9375      [Dean Gaudet] PR#748
9376
9377   *) mod_include cleanup showed that handle_else was being used to handle
9378      endif.  It didn't cause problems, but it was cleaned up too.
9379      [Howard Fear]
9380
9381   *) Last official synchronization of mod_rewrite with author version (because
9382      mod_rewrite is now directly developed by the author at the Apache Group):
9383      o added diff between mod_rewrite 3.0.6+ and 3.0.9
9384        minus WIN32/NT stuff, but plus copyright removement.
9385        In detail:
9386        - workaround for detecting infinite rewriting loops
9387        - fixed setting of env vars when "-" is used as subst string
9388        - fixed forced response code on redirects (PR#777)
9389        - fixed cases where r->args is ""
9390        - kludge to disable locking on pipes under braindead SunOS
9391        - fix for rewritelog in cases where remote hostname is unknown
9392        - fixed totally damaged request_rec walk-back loop
9393      o remove static from local data and add static to global ones.
9394      o replaced ugly proxy finding stuff by simple
9395        find_linked_module("mod_proxy") call.
9396      o added missing negation char on rewritelog()
9397      o fixed a few comment typos
9398      [Ralf S. Engelschall]
9399
9400   *) Anonymous_LogEmail was logging on each subrequest.
9401      [Dean Gaudet] PR#421, PR#868
9402
9403   *) "force-response-1.0" now only applies to requests which are HTTP/1.0 to
9404      begin with.  "nokeepalive" now works for HTTP/1.1 clients.  Added
9405      "downgrade-1.0" which causes Apache to pretend it received a 1.0.
9406      Additionally mod_browser now triggers during translate_name to workaround
9407      a deficiency in the header_parse phase.
9408      [Dean Gaudet] PR#875
9409
9410   *) get_client_block() returns wrong length if policy is 
9411      REQUEST_CHUNKED_DECHUNK.
9412      [Kenichi Hori <ken@d2.bs1.fc.nec.co.jp>] PR#815
9413
9414   *) Properly treat <files> container like other containers in mod_info.
9415      [Marc Slemko] PR#848
9416
9417   *) The proxy didn't treat the "Host:" keyword of the host header as case-
9418      insensitive.  The proxy would corrupt the first line of a response from
9419      an HTTP/0.9 server.  [Kenichi Hori <ken@d2.bs1.fc.nec.co.jp>] PR#813,814
9420
9421   *) mod_include would log some bogus values occasionally.
9422      [Skip Montanaro <skip@calendar.com>, Marc Slemko] PR#797
9423
9424   *) PORT: The slack fd changes in 1.2.1 introduced a problem with SIGHUP
9425      under Solaris 2.x (up through 2.5.1).  It has been fixed.
9426      [Dean Gaudet] PR#832
9427
9428   *) API: In HTTP/1.1, whether or not a request message contains a body
9429      is independent of the request method and based solely on the presence
9430      of a Content-Length or Transfer-Encoding.  Therefore, our default
9431      handlers need to be prepared to read a body even if they don't know
9432      what to do with it; otherwise, the body would be mistaken for the
9433      next request on a persistent connection.  discard_request_body()
9434      has been added to take care of that.  [Roy Fielding] PR#378
9435
9436   *) API: Symbol APACHE_RELEASE provides a numeric form of the Apache
9437      release version number, such that it always increases along the
9438      same lines as our source code branching.  [Roy Fielding]
9439
9440   *) Minor oversight on multiple variants fixed.  [Paul Sutton] PR#94
9441
9442 Changes with Apache 1.2.1
9443
9444   *) SECURITY: Don't serve file system objects unless they are plain files,
9445      symlinks, or directories.  This prevents local users from using pipes
9446      or named sockets to invoke programs for an extremely crude form of
9447      CGI.  [Dean Gaudet]
9448
9449   *) SECURITY: HeaderName and ReadmeName were settable in .htaccess and
9450      could contain "../" allowing a local user to "publish" any file on
9451      the system.  No slashes are allowed now.  [Dean Gaudet]
9452
9453   *) SECURITY: It was possible to violate the symlink Options using mod_dir
9454      (headers, readmes, titles), mod_negotiation (type maps), or
9455      mod_cern_meta (meta files).  [Dean Gaudet]
9456
9457   *) SECURITY: Apache will refuse to run as "User root" unless
9458      BIG_SECURITY_HOLE is defined at compile time.  [Dean Gaudet]
9459
9460   *) CONFIG: If a symlink pointed to a directory then it would be disallowed
9461      if it contained a .htaccess disallowing symlinks.  This is contrary
9462      to the rule that symlink permissions are tested with the symlink
9463      options of the parent directory.  [Dean Gaudet] PR#353
9464
9465   *) CONFIG: The LockFile directive can be used to place the serializing
9466      lockfile in any location.  It previously defaulted to /usr/tmp/htlock.
9467      [Somehow it took four of us: Randy Terbush, Jim Jagielski, Dean Gaudet,
9468      Marc Slemko]
9469
9470   *) Request processing now retains state of whether or not the request
9471      body has been read, so that internal redirects and subrequests will
9472      not try to read it twice (and block). [Roy Fielding]
9473
9474   *) Add a placeholder in modules/Makefile to avoid errors with certain
9475      makes. [Marc Slemko]
9476
9477   *) QUERY_STRING was unescaped in mod_include, it shouldn't be.
9478      [Dean Gaudet] PR#644
9479
9480   *) mod_include was not properly changing the current directory.
9481      [Marc Slemko] PR#742
9482
9483   *) Attempt to work around problems with third party libraries that do not
9484      handle high numbered descriptors (examples include bind, and
9485      solaris libc).  On all systems apache attempts to keep all permanent
9486      descriptors above 15 (called the low slack line).  Solaris users
9487      can also benefit from adding -DHIGH_SLACK_LINE=256 to EXTRA_CFLAGS
9488      which keeps all non-FILE * descriptors above 255.  On all systems
9489      this should make supporting large numbers of vhosts with many open
9490      log files more feasible.  If this causes trouble please report it,
9491      you can disable this workaround by adding -DNO_SLACK to EXTRA_CFLAGS.
9492      [Dean Gaudet] various PRs
9493
9494   *) Related to the last entry, network sockets are now opened before
9495      log files are opened.  The only known case where this can cause
9496      problems is under Solaris with many virtualhosts and many Listen
9497      directives.  But using -DHIGH_SLACK_LINE=256 described above will
9498      work around this problem.  [Dean Gaudet]
9499
9500   *) USE_FLOCK_SERIALIZED_ACCEPT is now default for FreeBSD, A/UX, and
9501      SunOS 4.
9502
9503   *) Improved unix error response logging.  [Marc Slemko]
9504
9505   *) Update mod_rewrite from 3.0.5 to 3.0.6.  New ruleflag
9506      QSA=query_string_append.  Also fixed a nasty bug in per-dir context:
9507      when a URL http://... was used in conjunction with a special
9508      redirect flag, e.g. R=permanent, the permanent status was lost.
9509      [Ronald Tschalaer <Ronald.Tschalaer@psi.ch>, Ralf S. Engelschall]
9510
9511   *) If an object has multiple variants that are otherwise equal Apache
9512      would prefer the last listed variant rather than the first.
9513      [Paul Sutton] PR#94
9514
9515   *) "make clean" at the top level now removes *.o.  [Dean Gaudet] PR#752
9516
9517   *) mod_status dumps core in inetd mode.  [Marc Slemko and Roy Fielding]
9518      PR#566
9519
9520   *) pregsub had an off-by-1 in its error checking code. [Alexei Kosut]
9521
9522   *) PORT: fix rlim_t problems with AIX 4.2. [Marc Slemko] PR#333
9523
9524   *) PORT: Update UnixWare support for 2.1.2.
9525      [Lawrence Rosenman <ler@lerctr.org>] PR#511
9526
9527   *) PORT: NonStop-UX [Joachim Schmitz <schmitz_joachim@tandem.com>] PR#327
9528
9529   *) PORT: Update ConvexOS support for 11.5.
9530      [David DeSimone <fox@convex.com>] PR#399
9531
9532   *) PORT: Support for DEC cc compiler under ULTRIX.
9533      ["P. Alejandro Lopez-Valencia" <alejolo@ideam.gov.co>] PR#388
9534
9535   *) PORT: Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
9536
9537   *) PORT: Workaround for AIX 3.x compiler bug in http_bprintf.c.  
9538      [Marc Slemko] PR#725
9539
9540   *) PORT: fix problem compiling http_bprintf.c with gcc under SCO
9541      [Marc Slemko] PR#695
9542
9543 Changes with Apache 1.2
9544
9545 Changes with Apache 1.2b11
9546
9547   *) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko]
9548
9549   *) Added undocumented perl SSI mechanism for -DUSE_PERL_SSI and mod_perl.
9550      [Doug MacEachern, Rob Hartill]
9551
9552   *) Proxy needs to use hard_timeout instead of soft_timeout when it is
9553      reading from one buffer and writing to another, at least until it has
9554      a custom timeout handler.  [Roy Fielding and Petr Lampa]
9555
9556   *) Fixed problem on IRIX with servers hanging in IdentityCheck,
9557      apparently due to a mismatch between sigaction and setjmp.
9558      [Roy Fielding] PR#502
9559
9560   *) Log correct status code if we timeout before receiving a request (408)
9561      or if we received a request-line that was too long to process (414).
9562      [Ed Korthof and Roy Fielding] PR#601
9563
9564   *) Virtual hosts with the same ServerName, but on different ports, were
9565      not being selected properly.  [Ed Korthof]
9566
9567   *) Added code to return the requested IP address from proxy_host2addr()
9568      if gethostbyaddr() fails due to reverse DNS lookup problems. Original
9569      change submitted by Jozsef Hollosi <hollosi@sbcm.com>.
9570      [Chuck Murcko] PR#614
9571
9572   *) If multiple requests on a single connection are used to retrieve
9573      data from different virtual hosts, the virtual host list would be
9574      scanned starting with the most recently used VH instead of the first,
9575      causing most virtual hosts to be ignored.
9576      [Paul Sutton and Martin Mares] PR#610
9577
9578   *) The OS/2 handling of process group was broken by a porting patch for
9579      MPE, so restored prior code for OS/2.  [Roy Fielding and Garey Smiley]
9580
9581   *) Inherit virtual server port from main server if none (or "*") is
9582      given for VirtualHost.  [Dean Gaudet] PR#576
9583
9584   *) If the lookup for a DirectoryIndex name with content negotiation
9585      has found matching variants, but none are acceptable, return the
9586      negotiation result if there are no more DirectoryIndex names to lookup.
9587      [Petr Lampa and Roy Fielding]
9588
9589   *) If a soft_timeout occurs after keepalive is set, then the main child
9590      loop would try to read another request even though the connection
9591      has been aborted.  [Roy Fielding]
9592
9593   *) Configure changes: Allow for whitespace at the start of a
9594      Module declaration. Also, be more understanding about the
9595      CC=/OPTIM= format in Configuration. Finally, fix compiler
9596      flags if using HP-UX's cc compiler. [Jim Jagielski]
9597
9598   *) Subrequests and internal redirects now inherit the_request from the
9599      original request-line. [Roy Fielding]
9600
9601   *) Test for error conditions before creating output header fields, since
9602      we don't want the error message to include those fields.  Likewise,
9603      reset the content_language(s) and content_encoding of the response
9604      before generating or redirecting to an error message, since the new
9605      message will have its own Content-* definitions. [Dean Gaudet]
9606
9607   *) Restored the semantics of headers_out (headers sent only with 200..299
9608      and 304 responses) and err_headers_out (headers sent with all responses).
9609      Avoid the overhead of copying tables if err_headers_out is empty
9610      (the usual case).  [Roy Fielding]
9611
9612   *) Fixed a couple places where a check for the default Content-Type was
9613      not properly checking both the value configured by the DefaultType
9614      directive and the DEFAULT_TYPE symbol in httpd.h.  Changed the value
9615      of DEFAULT_TYPE to match the documented default (text/plain).
9616      [Dean Gaudet] PR#506
9617
9618   *) Escape the HTML-sensitive characters in the Request-URI that is
9619      output for each child by mod_status. [Dean Gaudet and Ken Coar] PR#501
9620
9621   *) Properly initialize the flock structures used by the mutex locking
9622      around accept() when USE_FCNTL_SERIALIZED_ACCEPT is defined.
9623      [Marc Slemko]
9624
9625   *) The method for determining PATH_INFO has been restored to the pre-1.2b
9626      (and NCSA httpd) definition wherein it was the extra path info beyond
9627      the CGI script filename.  The environment variable FILEPATH_INFO has
9628      been removed, and instead we supply the original REQUEST_URI to any
9629      script that wants to be Apache-specific and needs the real URI path.
9630      This solves a problem with existing scripts that use extra path info
9631      in the ScriptAlias directive to pass options to the CGI script.
9632      [Roy Fielding]
9633
9634   *) The _default_ change in 1.2b10 will change the behaviour on configs
9635      that use multiple Listen statements for listening on multiple ports.
9636      But that change is necessary to make _default_ consistent with other
9637      forms of <VirtualHost>.  It requires such configs to be modified
9638      to use <VirtualHost _default_:*>.  The documentation has been
9639      updated.  [Dean Gaudet] PR#530
9640
9641   *) If an ErrorDocument CGI script is used to respond to an error
9642      generated by another CGI script which has already read the message
9643      body of the request, the server would block trying to read the
9644      message body again.  [Rob Hartill]
9645
9646   *) signal() replacement conflicted with a define on QNX (and potentially
9647      other platforms). Fixed. [Ben Laurie] PR#512
9648
9649 Changes with Apache 1.2b10
9650
9651   *) Allow HTTPD_ROOT, SERVER_CONFIG_FILE, DEFAULT_PATH, and SHELL_PATH
9652      to be configured via -D in Configuration.  [Dean Gaudet] PR#449
9653
9654   *) <VirtualHost _default_:portnum> didn't work properly.  [Dean Gaudet]
9655
9656   *) Added prototype for mktemp() for SUNOS4 [Marc Slemko]
9657
9658   *) In mod_proxy.c, check return values for proxy_host2addr() when reading
9659      config, in case the hostent struct returned is trash.
9660      [Chuck Murcko] PR #491
9661
9662   *) Fixed the fix in 1.2b9 for parsing URL query info into args for CGI
9663      scripts.  [Dean Gaudet, Roy Fielding, Marc Slemko]
9664
9665 Changes with Apache 1.2b9  [never announced]
9666
9667   *) Reset the MODULE_MAGIC_NUMBER to account for the unsigned port
9668      changes and in anticipation of 1.2 final release.  [Roy Fielding]
9669
9670   *) Fix problem with scripts not receiving a SIGPIPE when client drops
9671      the connection (e.g., when user presses Stop).  Apache will now stop
9672      trying to send a message body immediately after an error from write.
9673      [Roy Fielding and Nathan Kurz] PR#335
9674
9675   *) Rearrange Configuration.tmpl so that mod_rewrite has higher priority
9676      than mod_alias, and mod_alias has higher priority than mod_proxy;
9677      rearranged other modules to enhance understanding of their purpose
9678      and relative order (and maybe even reduce some overhead).
9679      [Roy Fielding and Sameer Parekh]
9680
9681   *) Fix graceful restart.  Eliminate many signal-related race
9682      conditions in both forms of restart, and in SIGTERM.  See
9683      htdocs/manual/stopping.html for details on stopping and
9684      restarting the parent.  [Dean Gaudet]
9685
9686   *) Fix memory leaks in mod_rewrite, mod_browser, mod_include.  Tune
9687      memory allocator to avoid a behaviour that required extra blocks to
9688      be allocated.  [Dean Gaudet]
9689
9690   *) Allow suexec to access files relative to current directory but not
9691      above.  (Excluding leading / or any .. directory.)  [Ken Coar]
9692      PR#269, 319, 395
9693
9694   *) Fix suexec segfault when group doesn't exist. [Gregory Neil Shapiro]
9695      PR#367, 368, 354, 453
9696
9697   *) Fix the above fix: if suexec is enabled, avoid destroying r->url
9698      while obtaining the /~user and save the username in a separate data
9699      area so that it won't be overwritten by the call to getgrgid(), and
9700      fix some misuse of the pool string allocation functions.  Also fixes
9701      a general problem with parsing URL query info into args for CGI scripts.
9702      [Roy Fielding] PR#339, 367, 354, 453
9703
9704   *) Fix IRIX warning about bzero undefined. [Marc Slemko]
9705
9706   *) Fix problem with <Directory proxy:...>. [Martin Kraemer] PR#271
9707
9708   *) Corrected spelling of "authoritative".  AuthDBAuthoratative became
9709      AuthDBAuthoritative. [Marc Slemko] PR#420
9710
9711   *) MaxClients should be at least 1. [Lars Eilebrecht] PR#375
9712
9713   *) The default handler now logs invalid methods or URIs (i.e. PUT on an
9714      object that can't be PUT, or FOOBAR for some method FOOBAR that
9715      apache doesn't know about at all).  Log 404s that occur in mod_include.
9716      [Paul Sutton, John Van Essen]
9717
9718   *) If a soft timeout (or lingerout) occurs while trying to flush a
9719      buffer or write inside buff.c or fread'ing from a CGI's output,
9720      then the timeout would be ignored. [Roy Fielding] PR#373
9721
9722   *) Work around a bug in Netscape Navigator versions 2.x, 3.x and 4.0b2's
9723      parsing of headers.  If the terminating empty-line CRLF occurs starting
9724      at the 256th or 257th byte of output, then Navigator will think a normal
9725      image is invalid.  We are guessing that this is because their initial
9726      read of a new request uses a 256 byte buffer. We check the bytes written
9727      so far and, if we are about to tickle the bug, we instead insert a
9728      padding header of eminent bogosity. [Roy Fielding and Dean Gaudet] PR#232
9729
9730   *) Fixed SIGSEGV problem when a DirectoryIndex file is also the source
9731      of an external redirection.  [Roy Fielding and Paul Sutton]
9732
9733   *) Configure would create a broken Makefile if the configuration file
9734      contained a commented-out Rule.  [Roy Fielding]
9735
9736   *) Promote per_dir_config and subprocess_env from the subrequest to the
9737      main request in mod_negotiation.  In particular this fixes a bug
9738      where <Files> sections wouldn't properly apply to negotiated content.
9739      [Dean Gaudet]
9740
9741   *) Fix a potential deadlock in mod_cgi script_err handling.
9742      [Ralf S. Engelschall]
9743
9744   *) rotatelogs zero-pads the logfile names to improve alphabetic sorting.
9745      [Mitchell Blank Jr]
9746
9747   *) Updated mod_rewrite to 3.0.4: Fixes HTTP redirects from within
9748      .htaccess files because the RewriteBase was not replaced correctly.
9749      Updated mod_rewrite to 3.0.5: Fixes problem with rewriting inside
9750      <Directory> sections missing a trailing /.  [Ralf S. Engelschall]
9751
9752   *) Clean up Linux settings in conf.h by detecting 2.x versus 1.x.  For
9753      1.x the settings are those of pre-1.2b8.  For 2.x we include
9754      USE_SHMGET_SCOREBOARD (scoreboard in shared memory rather than file) and
9755      HAVE_SYS_RESOURCE_H (enable the RLimit commands).
9756      [Dean Gaudet] PR#336, PR#340
9757
9758   *) Redirect did not preserve ?query_strings when present in the client's
9759      request.  [Dean Gaudet]
9760
9761   *) Configure was finding non-modules on EXTRA_LIBS. [Frank Cringle] PR#380
9762
9763   *) Use /bin/sh5 on ULTRIX.  [P. Alejandro Lopez-Valencia] PR#369
9764
9765   *) Add UnixWare compile/install instructions.  [Chuck Murcko]
9766
9767   *) Add mod_example (illustration of API techniques).  [Ken Coar]
9768
9769   *) Add macro for memmove to conf.h for SUNOS4. [Marc Slemko]
9770
9771   *) Improve handling of directories when filenames have spaces in them.
9772      [Chuck Murcko]
9773
9774   *) For hosts with multiple IP addresses, try all additional addresses if
9775      necessary to get a connect. Fail only if hostent address list is
9776      exhausted. [Chuck Murcko]
9777
9778   *) More signed/unsigned port fixes.  [Dean Gaudet]
9779
9780   *) HARD_SERVER_LIMIT can be defined in the Configuration file now.
9781      [Dean Gaudet]
9782
9783 Changes with Apache 1.2b8
9784
9785   *) suexec.c doesn't close the log file, allowing CGIs to continue writing
9786      to it.  [Marc Slemko]
9787
9788   *) The addition of <Location> and <File> directives made the
9789      sub_req_lookup_simple() function bogus, so we now handle
9790      the special cases directly.  [Dean Gaudet]
9791
9792   *) We now try to log where the server is dumping core when a fatal
9793      signal is received.  [Ken Coar]
9794
9795   *) Improved lingering_close by adding a special timeout, removing the
9796      spurious log messages, removing the nonblocking settings (they
9797      are not needed with the better timeout), and adding commentary
9798      about the NO_LINGCLOSE and USE_SO_LINGER issues.  NO_LINGCLOSE is
9799      now the default for SunOS4, UnixWare, NeXT, and IRIX.  [Roy Fielding]
9800
9801   *) Send error messages about setsockopt failures to the server error
9802      log instead of stderr.  [Roy Fielding]
9803
9804   *) Fix loopholes in proxy cache expiry vis a vis alarms. [Brian Moore]
9805
9806   *) Stopgap solution for CGI 3-second delay with server-side includes: if
9807      processing a subrequest, allocate memory from r->main->pool instead
9808      of r->pool so that we can avoid waiting for free_proc_chain to cleanup
9809      in the middle of an SSI request.  [Dean Gaudet] PR #122
9810
9811   *) Fixed status of response when POST is received for a nonexistent URL
9812      (was sending 405, now 404) and when any method is sent with a
9813      full-URI that doesn't match the server and the server is not acting
9814      as a proxy (was sending 501, now 403).  [Roy Fielding]
9815
9816   *) Host port changed to unsigned short. [Ken Coar] PR #276
9817
9818   *) Fix typo in command definition of AuthAuthoritative. [Ken Coar] PR #246
9819
9820   *) Defined USE_SHMGET_SCOREBOARD for shared memory on Linux.  [Dean Gaudet]
9821
9822   *) Report extra info from errno with many errors that cause httpd to exit.
9823      spawn_child, popenf, and pclosef now have valid errno returns in the
9824      event of an error.  Correct problems where errno was stomped on
9825      before being reported.  [Dean Gaudet]
9826
9827   *) In the proxy, if the cache filesystem was full, garbage_coll() was
9828      never called, and thus the filesystem would remain full indefinitely.
9829      We now also remove incomplete cache files left if the origin server
9830      didn't send a Content-Length header and either the client has aborted
9831      transfer or bwrite() to client has failed. [Petr Lampa]
9832
9833   *) Fixed the handling of module and script-added header fields.
9834      Improved the interface for sending header fields and reduced
9835      the duplication of code between sending okay responses and errors.
9836      We now always send both headers_out and err_headers_out, and
9837      ensure that the server-reserved fields are not being overridden,
9838      while not overriding those that are not reserved.  [Roy Fielding]
9839
9840   *) Moved transparent content negotiation fields to err_headers_out
9841      to reflect above changes.  [Petr Lampa]
9842
9843   *) Fixed the determination of whether or not we should make the
9844      connection persistent for all of the cases where some other part
9845      of the server has already indicated that we should not.  Also
9846      improved the ordering of the test so that chunked encoding will
9847      be set whenever it is desired instead of only when KeepAlive
9848      is enabled. Added persistent connection capability for most error
9849      responses (those that do not indicate a bad input stream) when
9850      accessed by an HTTP/1.1 client. [Roy Fielding]
9851
9852   *) Added missing timeouts for sending header fields, error responses,
9853      and the last chunk of chunked encoding, each of which could have
9854      resulted in a process being stuck in write forever.  Using soft_timeout
9855      requires that the sender check for an aborted connection rather than
9856      continuing after an EINTR.  Timeouts that used to be initiated before
9857      send_http_header (and never killed) are now initiated only within or
9858      around the routines that actually do the sending, and not allowed to
9859      propagate above the caller.  [Roy Fielding]
9860
9861   *) mod_auth_anon required an @ or a . in the email address, not both.
9862      [Dirk vanGulik]
9863
9864   *) per_dir_defaults weren't set correctly until directory_walk for
9865      name-based vhosts.  This fixes an obscure bug with the wrong config
9866      info being used for vhosts that share the same ip as the server.
9867      [Dean Gaudet]
9868
9869   *) Improved generation of modules/Makefile to be more generic for
9870      new module directories. [Ken Coar, Chuck Murcko, Roy Fielding]
9871
9872   *) Generate makefile dependency for Configuration based on the actual
9873      name given when running the Configure process.  [Dean Gaudet]
9874
9875   *) Fixed problem with vhost error log not being set prior to
9876      initializing virtual hosts. [Dean Gaudet]
9877
9878   *) Fixed infinite loop when a trailing slash is included after a type map
9879      file URL (extra path info). [Petr Lampa]
9880
9881   *) Fixed server status updating of per-connection counters. [Roy Fielding]
9882
9883   *) Add documentation for DNS issues (reliability and security), and try
9884      to explain the virtual host matching process.  [Dean Gaudet]
9885
9886   *) Try to continue gracefully by disabling the vhost if a DNS lookup
9887      fails while parsing the configuration file.  [Dean Gaudet]
9888
9889   *) Improved calls to setsockopt.  [Roy Fielding]
9890
9891   *) Negotiation changes: Don't output empty content-type in variant list;
9892      Output charset in variant list; Return sooner from handle_multi() if
9893      no variants found; Add handling of '*' wildcard in Accept-Charset.
9894      [Petr Lampa and Paul Sutton]
9895
9896   *) Fixed overlaying of request/sub-request notes and headers in
9897      mod_negotiation.  [Dean Gaudet]
9898
9899   *) If two variants' charset quality are equal and one is the default
9900      charset (iso-8859-1), then prefer the variant that was specifically
9901      listed in Accept-Charset instead of the default.  [Petr Lampa]
9902
9903   *) Memory allocation problem in push_array() -- it would corrupt memory
9904      when nalloc==0.  [Kai Risku <krisku@tf.hut.fi> and Roy Fielding]
9905
9906   *) invoke_handler() doesn't handle mime arguments in content-type
9907      [Petr Lampa] PR#160
9908
9909   *) Reduced IdentityCheck timeout to 30 seconds, as per RFC 1413 minimum.
9910      [Ken Coar]
9911
9912   *) Fixed problem with ErrorDocument not working for virtual hosts
9913      due to one of the performance changes in 1.2b7. [Dean Gaudet]
9914
9915   *) Log an error message if we get a request header that is too long,
9916      since it may indicate a buffer overflow attack. [Marc Slemko]
9917
9918   *) Made is_url() allow "[-.+a-zA-Z0-9]+:" as a valid scheme and
9919      not reject URLs without a double-slash, as per RFC2068 section 3.2.
9920      [Ken Coar] PR #146, #187
9921
9922   *) Added table entry placeholder for new header_parser callback
9923      in all of the distributed modules. [Ken Coar] PR #191
9924
9925   *) Allow for cgi files without the .EXE extension on them under OS/2.
9926      [Garey Smiley] PR #59
9927
9928   *) Fixed error message when resource is not found and URL contains
9929      path info. [Petr Lampa and Dean Gaudet] PR #40
9930
9931   *) Fixed user and server confusion over what should be a virtual host
9932      and what is the main server, resulting in access to something
9933      other than the name defined in the virtualhost directive (but
9934      with the same IP address) failing. [Dean Gaudet]
9935
9936   *) Updated mod_rewrite to version 3.0.2, which: fixes compile error on
9937      AIX; improves the redirection stuff to enable the users to generally
9938      redirect to http, https, gopher and ftp; added TIME variable for
9939      RewriteCond which expands to YYYYMMDDHHMMSS strings and added the
9940      special patterns >STRING, <STRING and =STRING to RewriteCond, which
9941      can be used in conjunction with %{TIME} or other variables to create
9942      time-dependent rewriting rules. [Ralf S. Engelschall]
9943
9944   *) bpushfd() no longer notes cleanups for the file descriptors it is handed.
9945      Module authors may need to adjust their code for proper cleanup to take
9946      place (that is, call note_cleanups_for_fd()). This change fixes problems
9947      with file descriptors being erroneously closed when the proxy module was
9948      in use. [Ben Laurie]
9949
9950   *) Fix bug in suexec reintroduced by changes in 1.2b7 which allows
9951      initgroups() to hose the group information needed for later
9952      comparisons. [Randy Terbush]
9953
9954   *) Remove unnecessary call to va_end() in create_argv() which
9955      caused a SEGV on some systems.
9956
9957   *) Use proper MAXHOSTNAMELEN symbol for limiting length of server name.
9958      [Dean Gaudet]
9959
9960   *) Clear memory allocated for listeners. [Randy Terbush]
9961
9962   *) Improved handling of IP address as a virtualhost address and
9963      introduced "_default_" as a synonym for the default vhost config.
9964      [Dean Gaudet] PR #212
9965
9966 Changes with Apache 1.2b7
9967
9968   *) Port to  UXP/DS(V20) [Toshiaki Nomura <nom@yk.fujitsu.co.jp>]
9969
9970   *) unset Content-Length if chunked (RFC-2068) [Petr Lampa]
9971
9972   *) mod_negotiation fixes [Petr Lampa] PR#157, PR#158, PR#159
9973      - replace protocol response numbers with symbols
9974      - save variant-list into main request notes
9975      - free allocated memory from subrequests
9976      - merge notes, headers_out and err_headers_out
9977
9978   *) changed status check mask in proxy_http.c from "HTTP/#.# ### *" to
9979      "HTTP/#.# ###*" to be more lenient about what we accept.
9980      [Chuck Murcko]
9981
9982   *) more proxy FTP bug fixes:
9983      - Changed send_dir() to remove user/passwd from displayed URL.
9984      - Changed login error messages to be more descriptive.
9985      - remove setting of SO_DEBUG socket option
9986      - Make ftp_getrc() more lenient about multiline responses,
9987        specifically, 230 responses which don't have continuation 230-
9988        on each line). These seem to be all NT FTP servers, and while
9989        perhaps questionable, they appear to be legal by RFC 959.
9990      - Add missing kill_timeout() after transfer to user completes.
9991      [Chuck Murcko]
9992
9993   *) Fixed problem where a busy server could hang when restarting
9994      after being sent a SIGHUP due to child processes not exiting.
9995      [Marc Slemko]
9996
9997   *) Modify mod_include escaping so a '\' only signifies an escaped
9998      character if the next character is one that needs
9999      escaping.  [Ben Laurie]
10000
10001   *) Eliminated possible infinite loop in mod_imap when relative URLs are
10002      used with a 'base' directive that does not have a '/' in it.
10003      [Marc Slemko, reported by Onno Witvliet <onno@tc.hsa.nl>]
10004
10005   *) Reduced the default timeout from 1200 seconds to 300, and the
10006      one in the sample configfile from 400 to 300.  [Marc Slemko]
10007
10008   *) Stop vbprintf from crashing if given a NULL string pointer;
10009      print (null) instead.  [Ken Coar]
10010
10011   *) Don't disable Nagle algorithm if system doesn't have TCP_NODELAY.
10012      [Marc Slemko and Roy Fielding]
10013
10014   *) Fixed problem with mod_cgi-generated internal redirects trying to
10015      read the request message-body twice. [Archie Cobbs and Roy Fielding]
10016
10017   *) Reduced timeout on lingering close, removed possibility of a blocked
10018      read causing the child to hang, and stopped logging of errors if
10019      the socket is not connected (reset by client).  [Roy Fielding]
10020
10021   *) Rearranged main child loop to remove duplication of code in
10022      select/accept and keep-alive requests, fixed several bugs regarding
10023      checking scoreboard_image for exit indication and failure to
10024      account for all success conditions and trap all error conditions,
10025      prevented multiple flushes before closing the socket; close the entire
10026      socket buffer instead of just one descriptor, prevent logging of
10027      EPROTO and ECONNABORTED on platforms where supported, and generally
10028      improved readability.  [Roy Fielding]
10029
10030   *) Extensive performance improvements. Cleaned up inefficient use of
10031      auto initializers, multiple is_matchexp calls on a static string,
10032      and excessive merging of response_code_strings. [Dean Gaudet]
10033
10034   *) Added double-buffering to mod_include to improve performance on
10035      server-side includes. [Marc Slemko]
10036
10037   *) Several fixes for suexec wrapper. [Randy Terbush]
10038      - Make wrapper work for files on NFS filesystem.
10039      - Fix portability problem of MAXPATHLEN.
10040      - Fix array overrun problem in clean_env().
10041      - Fix allocation of PATH environment variable
10042
10043   *) Removed extraneous blank line is description of mod_status chars.
10044      [Kurt Kohler]
10045
10046   *) Logging of errors from the call_exec routine simply went nowhere,
10047      since the logfile fd has been closed, so now we send them to stderr.
10048      [Harald T. Alvestrand]
10049
10050   *) Fixed core dump when DocumentRoot is a CGI.
10051      [Ben Laurie, reported by geddis@tesserae.com]
10052
10053   *) Fixed potential file descriptor leak in mod_asis; updated it and
10054      http_core to use pfopen/pfclose instead of fopen/fclose.
10055      [Randy Terbush and Roy Fielding]
10056
10057   *) Fixed handling of unsigned ints in ap_snprintf() on some chips such
10058      as the DEC Alpha which is 64-bit but uses 32-bit ints.
10059      [Dean Gaudet and Ken Coar]
10060
10061   *) Return a 302 response code to the client when sending a redirect
10062      due to a missing trailing '/' on a directory instead of a 301; now
10063      it is cacheable. [Markus Gyger]
10064
10065   *) Fix condition where, if a bad directive occurs in .htaccess, and
10066      sub_request() goes first to this directory, then log_reason() will
10067      SIGSEGV because it doesn't have initialized r->per_dir_config.
10068      [PR#162 from Petr Lampa, fix by Marc Slemko and Dean Gaudet]
10069
10070   *) Fix handling of lang_index in is_variant_better().  This was
10071      causing problems which resulted in the server sending the
10072      wrong language document in some cases. [Petr Lampa]
10073
10074   *) Remove free() from clean_env() in suexec wrapper. This was nuking
10075      the clean environment on some systems.
10076
10077   *) Tweak byteserving code (e.g. serving PDF files) to work around
10078      bugs in Netscape Navigator and Microsoft Internet Explorer.
10079      Emit Content-Length header when sending multipart/byteranges.
10080      [Alexei Kosut]
10081
10082   *) Port to HI-UX/WE2. [Nick Maclaren]
10083
10084   *) Port to HP MPE operating system for HP 3000 machines
10085      [Mark Bixby <markb@cccd.edu>]
10086
10087   *) Fixed bug which caused a segmentation fault if only one argument
10088      given to RLimit* directives. [Ed Korthof]
10089
10090   *) Continue persistent connection after 204 or 304 response. [Dean Gaudet]
10091
10092   *) Improved buffered output to the client by delaying the flush decision
10093      until the BUFF code is actually about to read the next request.
10094      This fixes a problem introduced in 1.2b5 with clients that send
10095      an extra CRLF after a POST request. Also improved chunked output
10096      performance by combining writes using writev() and removing as
10097      many bflush() calls as possible.  NOTE: Platforms without writev()
10098      must add -DNO_WRITEV to the compiler CFLAGS, either in Configuration
10099      or Configure, unless we have already done so.  [Dean Gaudet]
10100
10101   *) Fixed mod_rewrite bug which truncated the rewritten URL [Marc Slemko]
10102
10103   *) Fixed mod_info output corruption bug introduced by buffer overflow
10104      fixes. [Dean Gaudet]
10105
10106   *) Fixed http_protocol to correctly output all HTTP/1.1 headers, including
10107      for the special case of a 304 response.  [Paul Sutton]
10108
10109   *) Improved handling of TRACE method by bypassing normal method handling
10110      and header parsing routines; fixed Allow response to always allow TRACE.
10111      [Dean Gaudet]
10112
10113   *) Fixed compiler warnings in the regex library. [Dean Gaudet]
10114
10115   *) Cleaned-up some of the generated HTML. [Ken Coar]
10116
10117 Changes with Apache 1.2b6
10118
10119   *) Allow whitespace in imagemap mapfile coordinates. [Marc Slemko]
10120
10121   *) Fix typo introduced in fix for potential infinite loop around
10122      accept() in child_main(). This change caused the rev to 1.2b6.
10123      1.2b5 was never a public beta.
10124
10125 Changes with Apache 1.2b5
10126
10127   *) Change KeepAlive semantics (On|Off instead of a number), add
10128      MaxKeepAliveRequests directive. [Alexei Kosut]
10129
10130   *) Various NeXT compilation patches, as well as a change in
10131      regex/regcomp.c since that file also used a NEXT define.
10132      [Andreas Koenig]
10133
10134   *) Allow * to terminate the end of a directory match in mod_dir.
10135      Allows /~* to match for both /~joe and /~joe/. [David Bronder]
10136
10137   *) Don't call can_exec() if suexec_enabled. Calling this requires
10138      scripts executed by the suexec wrapper to be world executable, which
10139      defeats one of the advantages of running the wrapper. [Randy Terbush]
10140
10141   *) Portability Fix: IRIX complained with 'make clean' about *pure* (removed)
10142      [Jim Jagielski]
10143
10144   *) Migration from sprintf() to snprintf() to avoid buffer
10145      overflows. [Marc Slemko]
10146
10147   *) Provide portable snprintf() implementation (ap_snprintf)
10148      as well as *cvt family. [Jim Jagielski]
10149
10150   *) Portability Fix: NeXT lacks unistd.h so we wrap it's inclusion
10151      [Jim Jagielski]
10152
10153   *) Remove mod_fastcgi.c from the distribution. This module appears
10154      to be maintained more through the Open Market channels and should
10155      continue to be easily available at http://www.fastcgi.com/
10156
10157   *) Fixed bug in modules/Makefile that wouldn't allow building in more
10158      than one subdirectory (or cleaning, either). [Jeremy Laidman]
10159
10160   *) mod_info assumed that the config files were relative to ServerRoot.
10161      [Ken the Rodent]
10162
10163   *) CGI scripts called as an error document resulting from failed
10164      CGI execution would hang waiting for POST'ed data. [Rob Hartill]
10165
10166   *) Log reason when mod_dir returns access HTTP_FORBIDDEN
10167      [Ken the Rodent]
10168
10169   *) Properly check errno to prevent display of a directory index
10170      when server receives a long enough URL to confuse stat().
10171      [Marc Slemko]
10172
10173   *) Several security enhancements to suexec wrapper. It is _highly_
10174      recommended that previously installed versions of the wrapper
10175      be replaced with this version.  [Randy Terbush, Jason Dour]
10176
10177         - ~user execution now properly restricted to ~user's home
10178           directory and below.
10179         - execution restricted to UID/GID > 100
10180         - restrict passed environment to known variables
10181         - call setgid() before initgroups() (portability fix)
10182         - remove use of setenv() (portability fix)
10183
10184   *) Add HTTP/1.0 response forcing. [Ben Laurie]
10185
10186   *) Add access control via environment variables. [Ben Laurie]
10187
10188   *) Add rflush() function. [Alexei Kosut]
10189
10190   *) remove duplicate pcalloc() call in new_connection().
10191
10192   *) Fix incorrect comparison which could allow number of children =
10193      MaxClients + 1 if less than HARD_SERVER_LIMIT. Also fix potential
10194      problem if StartServers > HARD_SERVER_LIMIT. [Ed Korthof]
10195
10196   *) Updated support for OSes (MachTen, ULTRIX, Paragon, ISC, OpenBSD
10197      AIX PS/2, CONVEXOS. [Jim Jagielski]
10198
10199   *) Replace instances of inet_ntoa() with inet_addr() for ProxyBlock.
10200      It's more portable. [Martin Kraemer]
10201
10202   *) Replace references to make in Makefile.tmpl with $(MAKE).
10203      [Chuck Murcko]
10204
10205   *) Add ProxyBlock directive w/IP address caching. Add IP address
10206      caching to NoCache directive as well. ProxyBlock works with all
10207      handlers; NoCache now also works with FTP for anonymous logins.
10208      Still more code cleanup. [Chuck Murcko]
10209
10210   *) Add "header parse" API hook [Ben Laurie]
10211
10212   *) Fix byte ordering problems for REMOTE_PORT [Chuck Murcko]
10213
10214   *) suEXEC wrapper was freeing memory that had not been malloc'ed.
10215
10216   *) Correctly allow access and auth directives in <Files> sections in
10217      server config files. [Alexei Kosut]
10218
10219   *) Fix bug with ServerPath that could cause certain files to be not
10220      found by the server. [Alexei Kosut]
10221
10222   *) Fix handling of ErrorDocument so that it doesn't remove a trailing
10223      double-quote from text and so that it properly checks for unsupported
10224      status codes using the new index_of_response interface. [Roy Fielding]
10225
10226   *) Multiple fixes to the lingering_close code in order to avoid being
10227      interrupted by a stray timeout, to avoid lingering on a connection
10228      that has already been aborted or never really existed, to ensure that
10229      we stop lingering as soon as any error condition is received, and to
10230      prevent being stuck indefinitely if the read blocks.  Also improves
10231      reporting of error conditions.  [Marc Slemko and Roy Fielding]
10232
10233   *) Fixed initialization of parameter structure for sigaction.
10234      [mgyger@itr.ch, Adrian Filipi-Martin]
10235
10236   *) Fixed reinitializing the parameters before each call to accept and
10237      select, and removed potential for infinite loop in accept.
10238      [Roy Fielding, after useful PR from adrian@virginia.edu]
10239
10240   *) Fixed condition where, if a child fails to fork, the scoreboard would
10241      continue to say SERVER_STARTING forever. Eventually, the main process
10242      would refuse to start new children because count_idle_servers() will
10243      count those SERVER_STARTING entries and will always report that there
10244      are enough idle servers. [Phillip Vandry]
10245
10246   *) Fixed bug in bcwrite regarding failure to account for partial writes.
10247      Avoided calling bflush() when the client is pipelining requests.
10248      Removed unnecessary flushes from http_protocol. [Dean Gaudet]
10249
10250   *) Added description of "." mode in server-status [Jim Jagielski]
10251
10252 Changes with Apache 1.2b4
10253
10254   *) Fix possible race condition in accept_mutex_init() that
10255      could leave a small security hole open allowing files to be
10256      overwritten in cases where the server UID has write permissions.
10257      [Marc Slemko]
10258
10259   *) Fix awk compatibilty problem in Configure. [Jim Jagielski]
10260
10261   *) Fix portablity problem in util_script where ARG_MAX may not be
10262      defined for some systems.
10263
10264   *) Add changes to allow compilation on Machten 4.0.3 for PowerPC.
10265      [Randal Schwartz]
10266
10267   *) OS/2 changes to support an MMAP style scoreboard file and UNIX
10268      style magic #! token for better script portability. [Garey Smiley]
10269
10270   *) Fix bug in suexec wrapper introduced in b3 that would cause failed
10271      execution for ~userdir CGI. [Jason Dour]
10272
10273   *) Fix initgroups() business in suexec wrapper. [Jason Dour]
10274
10275   *) Fix month off by one in suexec wrapper logging.
10276
10277 Changes with Apache 1.2b3:
10278
10279   *) Fix error in mod_cgi which could cause resources not to be properly
10280      freed, or worse. [Dean Gaudet]
10281
10282   *) Fix find_string() NULL pointer dereference. [Howard Fear]
10283
10284   *) Add set_flag_slot() at the request of Dirk and others.
10285      [Dirk vanGulik]
10286
10287   *) Sync mod_rewrite with patch level 10. [Ralf Engelschall]
10288
10289   *) Add changes to improve the error message given for invalid
10290      ServerName parameters. [Dirk vanGulik]
10291
10292   *) Add "Authoritative" directive for Auth modules that don't
10293      currently have it. This gives admin control to assign authoritative
10294      control to an authentication scheme and allow "fall through" for
10295      those authentication modules that aren't "Authoritative" thereby
10296      allowing multiple authentication mechanisms to be chained.
10297      [Dirk vanGulik]
10298
10299   *) Remove requirement for ResourceConfig/AccessConfig if not using
10300      the three config file layout. [Randy Terbush]
10301
10302   *) Add PASV mode to mod_proxy FTP handler. [Chuck Murcko]
10303
10304   *) Changes to suexec wrapper to fix the following problems:
10305      1.  symlinked homedirs will kill ~userdirs.
10306      2.  initgroups() on Linux 2.0.x clobbers gr->grid.
10307      3.  CGI command lines paramters problems
10308      4.  pw-pwdir for "docroot check" still the httpd user's pw record.
10309     [Randy Terbush, Jason Dour]
10310
10311   *) Change create_argv() to accept variable arguments. This fixes
10312      a problem where arguments were not getting passed to the CGI via
10313      argv[] when the suexec wrapper was active. [Randy Terbush, Jake Buchholz]
10314
10315   *) Collapse multiple slashes in path URLs to properly apply
10316      handlers defined by <Location>. [Alexei Kosut]
10317
10318   *) Define a sane set of DEFAULT_USER and DEFAULT_GROUP values for AIX.
10319
10320   *) Improve the accuracy of request duration timings by setting
10321      r->request_time in read_request_line() instead of read_request().
10322      [Dean Gaudet]
10323
10324   *) Reset timeout while reading via get_client_block() in mod_cgi.c
10325      Fixes problem with timed out transfers of large files. [Rasmus Lerdorf]
10326
10327   *) Add the ability to pass different Makefile.tmpl files to Configure
10328      using the -make flag. [Rob Hartill]
10329
10330   *) Fix coredump triggered when sending a SIGHUP to the server caused
10331      by an assertion failure, in turn caused by an uninitialised field in a
10332      listen_rec.
10333      [Ben Laurie]
10334
10335   *) Add FILEPATH_INFO variable to CGI environment, which is equal to
10336      PATH_INFO from previous versions of Apache (in certain situations,
10337      Apache 1.2's PATH_INFO will be different than 1.1's). [Alexei Kosut]
10338      [later removed in 1.2b11]
10339
10340   *) Add rwrite() function to API to allow for sending strings of
10341      arbitrary length. [Doug MacEachern]
10342
10343   *) Remove rlim_t typedef for NetBSD. Do older versions need this?
10344
10345   *) Defined rlim_t and WANTHSREGEX=yes and fixed waitpid() substitute for
10346      NeXT. [Jim Jagielski]
10347
10348   *) Removed recent modification to promote the status code on internal
10349      redirects, since the correct fix was to change the default log format
10350      in mod_log_config so that it outputs the original status. [Rob Hartill]
10351
10352 Changes with Apache 1.2b2:
10353
10354   *) Update set_signals() to use sigaction() for setting handlers.
10355      This appears to fix a re-entrant problem in the seg_fault()
10356      bus_error() handlers. [Randy Terbush]
10357
10358   *) Changes to allow mod_status compile for OS/2 [Garey Smiley]
10359
10360   *) changes for DEC AXP running OSF/1 v3.0. [Marc Evans]
10361
10362   *) proxy_http.c bugfixes:  [Chuck Murcko]
10363         1) fixes possible NULL pointer reference w/NoCache
10364         2) fixes NoCache behavior when using ProxyRemote (ProxyRemote
10365            host would cache nothing if it was in the local domain,
10366            and the local domain was in the NoCache list)
10367         3) Adds Host: header when not available
10368         4) Some code cleanup and clarification
10369
10370   *) mod_include.c bugfixes:
10371         1) Fixed an ommission that caused include variables to not
10372            be parsed in config errmsg directives [Howard Fear]
10373         2) Remove HAVE_POSIX_REGEX cruft [Alexei Kosut]
10374         3) Patch to fix compiler warnings [perrot@lal.in2p3.fr]
10375         4) Allow backslash-escaping to all quoted text
10376            [Ben Yoshino <ben@wiliki.eng.hawaii.edu>]
10377         5) Pass variable to command line if not set in XSSI's env
10378            [Howard Fear]
10379
10380   *) Fix infinite loop when processing Content-language lines in
10381      type-map files. [Alexei Kosut]
10382
10383   *) Closed file-globbing hole in test-cgi script. [Brian Behlendorf]
10384
10385   *) Fixed problem in set_[user|group] that prevented CGI execution
10386      for non-virtualhosts when suEXEC was enabled. [Randy Terbush]
10387
10388   *) Added PORTING information file.  [Jim Jagielski]
10389
10390   *) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie]
10391
10392   *) Changed default group to "nogroup" instead of "nobody" [Randy Terbush]
10393
10394   *) Fixed define typo of FCNTL_SERIALIZED_ACCEPT where
10395      USE_FCNTL_SERIALIZED_ACCEPT was intended.
10396
10397   *) Fixed additional uses of 0xffffffff where INADDR_NONE was intended,
10398      which caused problems of systems where socket s_addr is >32bits.
10399
10400   *) Added comment to explain (r->chunked = 1) side-effect in
10401      http_protocol.c [Roy Fielding]
10402
10403   *) Replaced use of index() in mod_expires.c with more appropriate
10404      and portable isdigit() test.  [Ben Laurie]
10405
10406   *) Updated Configure for ...
10407         OS/2          (DEF_WANTHSREGEX=yes, other code changes)
10408         *-dg-dgux*    (bad pattern match)
10409         QNX           (DEF_WANTHSREGEX=yes)
10410         *-sunos4*     (DEF_WANTHSREGEX=yes, -DUSEBCOPY)
10411         *-ultrix      (new)
10412         *-unixware211 (new)
10413      and added some user diagnostic info.  [Ben Laurie]
10414
10415   *) In helpers/CutRule, replaced "cut" invocation with "awk" invocation
10416      for better portability. [Jim Jagielski]
10417
10418   *) Updated helpers/GuessOS for ...
10419         SCO 5            (recognize minor releases)
10420         SCO UnixWare     (braindamaged uname, whatever-whatever-unixware2)
10421         SCO UnixWare 2.1.1      (requires a separate set of #defines in conf.h)
10422         IRIX64           (-sgi-irix64)
10423         ULTRIX           (-unknown-ultrix)
10424         SINIX            (-whatever-sysv4)
10425         NCR Unix         (-ncr-sysv4)
10426      and fixed something in helpers/PrintPath  [Ben Laurie]
10427
10428 Changes with Apache 1.2b1
10429
10430   *) Not listed. See <http://www.apache.org/docs/new_features_1_2.html>
10431
10432 Changes with Apache 1.1.1
10433
10434   *) Fixed bug where Cookie module would make two entries in the
10435      logfile for each access [Mark Cox]
10436
10437   *) Fixed bug where Redirect in .htaccess files would cause memory
10438      leak. [Nathan Neulinger]
10439
10440   *) MultiViews now works correctly with AddHandler [Alexei Kosut]
10441
10442   *) Problems with mod_auth_msql fixed [Dirk vanGulik]
10443
10444   *) Fix misspelling of "Anonymous_Authorative" directive in mod_auth_anon.
10445
10446 Changes with Apache 1.1.0
10447
10448   *) Bring NeXT support up to date. [Takaaki Matsumoto]
10449
10450   *) Bring QNX support up to date. [Ben Laurie]
10451
10452   *) Make virtual hosts default to main server keepalive parameters.
10453      [Alexei Kosut, Ben Laurie]
10454
10455   *) Allow ScanHTMLTitles to work with lowercase <title> tags. [Alexei Kosut]
10456
10457   *) Fix missing address family for connect, also remove unreachable statement
10458      in mod_proxy. [Ben Laurie]
10459
10460   *) mod_env now turned on by default in Configuration.tmpl.
10461
10462   *) Bugs which were fixed:
10463         a) yet more mod_proxy bugs [Ben Laurie]
10464         b) CGI works again with inetd [Alexei Kosut]
10465         c) Leading colons were stripped from passwords [osm@interguide.com]
10466         d) Another fix to multi-method Limit problem [jk@tools.de]
10467
10468 Changes with Apache 1.1b4
10469
10470   *) r->bytes_sent variable restored. [Robert Thau]
10471
10472   *) Previously broken multi-method <Limit> parsing fixed. [Robert Thau]
10473
10474   *) More possibly unsecure programs removed from the support directory.
10475
10476   *) More mod_auth_msql authentication improvements.
10477
10478   *) VirtualHosts based on Host: headers no longer conflict with the
10479      Listen directive.
10480
10481   *) OS/2 compatibility enhancements. [Gary Smiley]
10482
10483   *) POST now allowed to directory index CGI scripts.
10484
10485   *) Actions now work with files of the default type.
10486
10487   *) Bugs which were fixed:
10488         a) more mod_proxy bugs
10489         b) early termination of inetd requests
10490         c) compile warnings on several systems
10491         d) problems when scripts stop reading output early
10492
10493 Changes with Apache 1.1b3
10494
10495   *) Much of cgi-bin and all of cgi-src has been removed, due to
10496      various security holes found and that we could no longer support
10497      them.
10498
10499   *) The "Set-Cookie" header is now special-cased to not merge multiple
10500      instances, since certain popular browsers can not handle multiple
10501      Set-Cookie instructions in a single header. [Paul Sutton]
10502
10503   *) rprintf() added to buffer code, occurrences of sprintf removed.
10504      [Ben Laurie]
10505
10506   *) CONNECT method for proxy module, which means tunneling SSL should work.
10507      (No crypto needed)  Also a NoCache config directive.
10508
10509   *) Several API additions: pstrndup(), table_unset() and get_token()
10510      functions now available to modules.
10511
10512   *) mod_imap fixups, in particular Location: headers are now complete
10513      URL's.
10514
10515   *) New "info" module which reports on installed module set through a
10516      special URL, a la mod_status.
10517
10518   *) "ServerPath" directive added - allows for graceful transition
10519      for Host:-header-based virtual hosts.
10520
10521   *) Anonymous authentication module improvements.
10522
10523   *) MSQL authentication module improvements.
10524
10525   *) Status module design improved - output now table-based. [Ben Laurie]
10526
10527   *) htdigest utility included for use with digest authentication
10528      module.
10529
10530   *) mod_negotiation: Accept values with wildcards to be treated with
10531      less priority than those without wildcards at the same quality
10532      value. [Alexei Kosut]
10533
10534   *) Bugs which were fixed:
10535         a) numerous mod_proxy bugs
10536         b) CGI early-termination bug [Ben Laurie]
10537         c) Keepalives not working with virtual hosts
10538         d) RefererIgnore problems
10539         e) closing fd's twice in mod_include (causing core dumps on
10540            Linux and elsewhere).
10541
10542 Changes with Apache 1.1b2
10543
10544   *) Bugfixes:
10545         a) core dumps in mod_digest
10546         b) truncated hostnames/ip address in the logs
10547         c) relative URL's in mod_imap map files
10548
10549 Changes with Apache 1.1b1
10550
10551   *) Not listed. See <http://www.apache.org/docs/new_features_1_1.html>
10552
10553 Changes with Apache 1.0.3
10554
10555   *) Internal redirects which occur in mod_dir.c now preserve the
10556      query portion of a request (the bit after the question mark).
10557      [Adam Sussman]
10558
10559   *) Escape active characters '<', '>' and '&' in html output in
10560      directory listings, error messages and redirection links.
10561      [David Robinson]
10562
10563   *) Apache will now work with LynxOS 2.3 and later [Steven Watt]
10564
10565   *) Fix for POSIX compliance in waiting for processes in alloc.c.
10566      [Nick Williams]
10567
10568   *) setsockopt no longer takes a const declared argument [Martijn Koster]
10569
10570   *) Reset timeout timer after each successful fwrite() to the network.
10571      This patch adds a reset_timeout() procedure that is called by
10572      send_fd() to reset the timeout ever time data is written to the net.
10573      [Nathan Schrenk]
10574
10575   *) timeout() signal handler now checks for SIGPIPE and reports
10576      lost connections in a more user friendly way. [Rob Hartill]
10577
10578   *) Location of the "scoreboard" file which used to live in /tmp is
10579      now configurable (for OSes that can't use mmap) via ScoreBoardFile
10580      which works similar to PidFile (in httpd.conf) [Rob Hartill]
10581
10582   *) Include sys/resource.h in the correct place for SunOS4 [Sameer Parekh]
10583
10584   *) the pstrcat call in mod_cookies.c didn't have an ending NULL,
10585      which caused a SEGV with cookies enabled
10586
10587   *) Output warning when MinSpareServers is set to <= 0 and change it to 1
10588      [Rob Hartill]
10589
10590   *) Log the UNIX textual error returned by some system calls, in
10591      particular errors from accept() [David Robinson]
10592
10593   *) Add strerror function to util.c for SunOS4 [Randy Terbush]
10594
10595 Changes with Apache 1.0.2
10596
10597   *) patch to get Apache compiled on UnixWare 2.x, recommended as
10598      a temporary measure, pending rewrite of rfc931.c. [Chuck Murcko]
10599
10600   *) Fix get_basic_auth_pw() to set the auth_type of the request.
10601      [David Robinson]
10602
10603   *) past changes to http_config.c to only use the
10604      setrlimit function on systems defining RLIMIT_NOFILE
10605      broke the feature on SUNOS4. Now defines HAVE_RESOURCE
10606      for SUNOS and prototypes the needed functions.
10607
10608   *) Remove uses of MAX_STRING_LEN/HUGE_STRING_LEN from several routines.
10609      [David Robinson]
10610
10611   *) Fix use of pointer to scratch memory. [Cliff Skolnick]
10612
10613   *) Merge multiple headers from CGI scripts instead of taking last
10614      one. [David Robinson]
10615
10616   *) Add support for SCO 5. [Ben Laurie]
10617
10618 Changes with Apache 1.0.1
10619
10620   *) Silence mod_log_referer and mod_log_agent if not configured
10621      [Randy Terbush]
10622
10623   *) Recursive includes can occur if the client supplies PATH_INFO data
10624      and the server provider uses relative links; as file.html
10625      relative to /doc.shtml/pathinfo is /doc.shtml/file.html. [David Robinson]
10626
10627   *) The replacement for initgroups() did not call {set,end}grent(). This
10628      had two implications: if anything else used getgrent(), then
10629      initgroups() would fail, and it was consuming a file descriptor.
10630      [Ben Laurie]
10631
10632   *) On heavily loaded servers it was possible for the scoreboard to get
10633      out of sync with reality, as a result of a race condition.
10634      The observed symptoms are far more Apaches running than should
10635      be, and heavy system loads, generally followed by catastrophic
10636      system failure. [Ben Laurie]
10637
10638   *) Fix typo in license. [David Robinson]
10639
10640 Changes with Apache 1.0.0                                        23 Nov 1995
10641
10642   *) Not listed. See <http://www.apache.org/docs/new_features_1_0.html>
10643
10644 Changes with Apache 0.8.16                                       05 Nov 1995
10645
10646   *) New man page for 'httpd' added to support directory [David Robinson]
10647
10648   *) .htgroup files can have more than one line giving members for a
10649      given group (each must have the group name in front), for NCSA
10650      back-compatibility [Robert Thau]
10651
10652   *) Mutual exclusion around accept() is on by default for SVR4 systems
10653      generally, since they generally can't handle multiple processes in
10654      accept() on the same socket.  This should cure flaky behavior on
10655      a lot of those systems.  [David Robinson]
10656
10657   *) AddType, AddEncoding, and AddLanguage directives take multiple
10658      extensions on a single command line [David Robinson]
10659
10660   *) UserDir can be disabled for a given virtual host by saying
10661      "UserDir disabled" in the <VirtualHost> section --- it was a bug
10662      that this didn't work.  [David Robinson]
10663
10664   *) Compiles on QNX [Ben Laurie]
10665
10666   *) Corrected parsing of ctime time format [David Robinson]
10667
10668   *) httpd does a perror() before exiting if it can't log its pid
10669      to the PidFile, to make diagnosing the error a bit easier.
10670      [David Robinson]
10671
10672   *) <!--#include file="..."--> can no longer include files in the
10673      parent directory, for NCSA back-compatibility.  [David Robinson]
10674
10675   *) '~' is *not* escaped in URIs generated for directory listings
10676      [Roy Fielding]
10677
10678   *) Eliminated compiler warning in the imagemap module [Randy Terbush]
10679
10680   *) Fixed bug involving handling URIs with escaped %-characters
10681      in redirects [David Robinson]
10682
10683 Changes with Apache 0.8.15                                       14 Oct 1995
10684
10685   *) Switched to new, simpler license
10686
10687   *) Eliminated core dumps with improperly formatted DBM group files [Mark Cox]
10688
10689   *) Don't allow requests for ordinary files to have PATH_INFO [Ben Laurie]
10690
10691   *) Reject paths containing %-escaped '%' or null characters [David Robinson]
10692
10693   *) Correctly handles internal redirects to files with names containing '%'
10694      [David Robinson]
10695
10696   *) Repunctuated some error messages [Aram Mirzadeh, Andrew Wilson]
10697
10698   *) Use geteuid() rather than getuid() to see if we have root privilege,
10699      so that server correctly resets privilege if run setuid root.  [Andrew
10700      Wilson]
10701
10702   *) Handle ftp: and telnet: URLs correctly in imagemaps (built-in module)
10703      [Randy Terbush]
10704
10705   *) Fix relative URLs in imagemap files [Randy Terbush]
10706
10707   *) Somewhat better fix for the old "Alias /foo/ /bar/" business
10708      [David Robinson]
10709
10710   *) Don't repeatedly open the ErrorLog if a bunch of <VirtualHost>
10711      entries all name the same one. [David Robinson]
10712
10713   *) Fix directory listings with filenames containing unusual characters
10714      [David Robinson]
10715
10716   *) Better URI-escaping for generated URIs in directories with filenames
10717      containing unusual characters [Ben Laurie]
10718
10719   *) Fixed potential FILE* leak in http_main.c [Ben Laurie]
10720
10721   *) Unblock alarms on error return from spawn_child() [David Robinson]
10722
10723   *) Sample Config files have extra note for SCO users [Ben Laurie]
10724
10725   *) Configuration has note for HP-UX users [Rob Hartill]
10726
10727   *) Eliminated some bogus Linux-only #defines in conf.h [Aram Mirzadeh]
10728
10729   *) Nuked bogus #define in httpd.h [David Robinson]
10730
10731   *) Better test for whether a system has setrlimit() [David Robinson]
10732
10733   *) Calls update_child_status() after reopen_scoreboard() [David Robinson]
10734
10735   *) Doesn't send itself SIGHUP on startup when run in the -X debug-only mode
10736      [Ben Laurie]
10737
10738 Changes with Apache 0.8.14                                       19 Sep 1995
10739
10740   *) Compiles on SCO ODT 3.0 [Ben Laurie]
10741
10742   *) AddDescription works (better) [Ben Laurie]
10743
10744   *) Leaves an intelligible error diagnostic when it can't set group
10745      privileges on standalone startup [Andrew Wilson]
10746
10747   *) Compiles on NeXT again --- the 0.8.13 RLIMIT patch was failing on
10748      that machine, which claims to be BSD but does not support RLIMIT.
10749      [Randy Terbush]
10750
10751   *) gcc -Wall no longer complains about an unused variable when util.c
10752      is compiled with -DMINIMAL_DNS [Andrew Wilson]
10753
10754   *) Nuked another compiler warning for -Wall on Linux [Aram Mirzadeh]
10755
10756 Changes with Apache 0.8.13                                       07 Sep 1995
10757
10758   *) Make IndexIgnore *work* (ooops) [Jarkko Torppa]
10759
10760   *) Have built-in imagemap code recognize & honor Point directive [James
10761      Cloos]
10762
10763   *) Generate cleaner directory listings in directories with a mix of
10764      long and short filenames [Rob Hartill]
10765
10766   *) Properly initialize dynamically loaded modules [Royston Shufflebotham]
10767
10768   *) Properly default ServerName for virtual servers [Robert Thau]
10769
10770   *) Rationalize handling of BSD in conf.h and elsewhere [Randy Terbush,
10771      Paul Richards and a cast of thousands...]
10772
10773   *) On self-identified BSD systems (we don't try to guess any more),
10774      allocate a few extra file descriptors per virtual host with setrlimit,
10775      if we can, to avoid running out. [Randy Terbush]
10776
10777   *) Write 22-character lock file name into buffer with enough space
10778      on startup [Konstantin Olchanski]
10779
10780   *) Use archaic setpgrp() interface on NeXT, which requires it [Brian
10781      Pinkerton]
10782
10783   *) Suppress -Wall warning by casting const away in util.c [Aram Mirzadeh]
10784
10785   *) Suppress -Wall warning by initializing variable in negotiation code
10786      [Tobias Weingartner]
10787
10788 Changes with Apache 0.8.12                                       31 Aug 1995
10789
10790   *) Doesn't pause three seconds after including a CGI script which is
10791      too slow to die off (this is done by not even trying to kill off
10792      subprocesses, including the SIGTERM/pause/SIGKILL routine, until
10793      after the entire document has been processed).  [Robert Thau]
10794
10795   *) Doesn't do SSI if Options Includes is off.  (Ooops).  [David Robinson]
10796
10797   *) Options IncludesNoExec allows inclusion of at least text/* [Roy Fielding]
10798
10799   *) Allows .htaccess files to override <Directory> sections naming the
10800      same directory [David Robinson]
10801
10802   *) Removed an efficiency hack in sub_req_lookup_uri which was
10803      causing certain extremely marginal cases (e.g., ScriptAlias of a
10804      *particular* index.html file) to fail.  [David Robinson]
10805
10806   *) Doesn't log an error when the requested URI requires
10807      authentication, but no auth header line was supplied by the
10808      client; this is a normal condition (the client doesn't no auth is
10809      needed here yet).  [Robert Thau]
10810
10811   *) Behaves more sanely when the name server loses its mind [Sean Welch]
10812
10813   *) RFC931 code compiles cleanly on old BSDI releases [Randy Terbush]
10814
10815   *) RFC931 code no longer passes out name of prior clients on current
10816      requests if the current request came from a server that doesn't
10817      do RFC931.  [David Robinson]
10818
10819   *) Configuration script accepts "Module" lines with trailing whitespace.
10820      [Robert Thau]
10821
10822   *) Cleaned up compiler warning from mod_access.c [Robert Thau]
10823
10824   *) Cleaned up comments in mod_cgi.c [Robert Thau]
10825
10826 Changes with Apache 0.8.11                                       24 Aug 1995
10827
10828   *) Wildcard <Directory> specifications work.  [Robert Thau]
10829
10830   *) Doesn't loop for buggy CGI on Solaris [Cliff Skolnick]
10831
10832   *) Symlink checks (FollowSymLinks off, or SymLinkIfOwnerMatch) always check
10833      the file being requested itself, in addition to the directories leading
10834      up to it. [Robert Thau]
10835
10836   *) Logs access failures due to symlink checks or invalid client address
10837      in the error log [Roy Fielding, Robert Thau]
10838
10839   *) Symlink checks deal correctly with systems where lstat of
10840      "/path/to/some/link/" follows the link.  [Thau, Fielding]
10841
10842   *) Doesn't reset DirectoryIndex to 'index.html' when
10843      other directory options are set in a .htaccess file.  [Robert Thau]
10844
10845   *) Clarified init code and nuked bogus warning in mod_access.c
10846      [Florent Guillaume]
10847
10848   *) Corrected several directives in sample srm.conf
10849      --- includes corrections to directory indexing icon-related directives
10850      (using unknown.gif rather than unknown.xbm as the DefaultIcon, doing
10851      icons for encodings right, and turning on AddEncoding by default).
10852      [Roy Fielding]
10853
10854   *) Corrected descriptions of args to AddIcon and AddAlt in command table
10855      [James Cloos]
10856
10857   *) INSTALL & README mention "contributed modules" directory [Brian
10858      Behlendorf]
10859
10860   *) Fixed English in the license language...  "for for" --> "for".
10861      [Roy Fielding]
10862
10863   *) Fixed ScriptAlias/Alias interaction by moving ScriptAlias handling to
10864      mod_alias.c, merging it almost completely with handling of Alias, and
10865      adding a 'notes' field to the request_rec which allows the CGI module
10866      to discover whether the Alias module has put this request through
10867      ScriptAlias (which it needs to know for back-compatibility, as the old
10868      NCSA code did not check Options ExecCGI in ScriptAlias directories).
10869      [Robert Thau]
10870
10871 Changes with Apache 0.8.10                                       18 Aug 1995
10872
10873   *) AllowOverride applies to the named directory, and not just
10874      subdirectories.  [David Robinson]
10875
10876   *) Do locking for accept() exclusion (on systems that need it)
10877      using a special file created for the purpose in /usr/tmp, and
10878      not the error log; using the error log causes real problems
10879      if it's NFS-mounted; this is known to be the cause of a whole
10880      lot of "server hang" problems with Solaris.  [David Robinson;
10881      thanks to Merten Schumann for help diagnosing the problem].
10882
10883 Changes with Apache 0.8.9                                        12 Aug 1995
10884
10885   *) Compiles with -DMAXIMUM_DNS ---- ooops! [Henrik Mortensen]
10886
10887   *) Nested includes see environment variables of the including document,
10888      for NCSA bug-compatibility (some sites have standard footer includes
10889      which try to print out the last-modified date).  [Eric Hagberg/Robert
10890      Thau]
10891
10892   *) <!--exec cgi="/some/uri/here"--> always treats the item named by the
10893      URI as a CGI script, even if it would have been treated as something
10894      else if requested directly, for NCSA back-compatibility.  (Note that
10895      this means that people who know the name of the script can see the
10896      code just by asking for it).  [Robert Thau]
10897
10898   *) New version of dbmmanage script included in support directory as
10899      dbmmanage.new.
10900
10901   *) Check if scoreboard file couldn't be opened, and say so, rather
10902      then going insane [David Robinson]
10903
10904   *) POST to CGI works on A/UX [Jim Jagielski]
10905
10906   *) AddIcon and AddAlt commands work properly [Rob Hartill]
10907
10908   *) NCSA server push works properly --- the Arena bug compatibility
10909      workaround, which broke it, is gone (use -DARENA_BUG_WORKAROUND
10910      if you still want the workaround).  [Rob Hartill]
10911
10912   *) If client didn't submit any Accept-encodings, ignore encodings in
10913      content negotiation.  (NB this will all have to be reworked anyway
10914      for the new HTTP draft).  [Florent Guillaume]
10915
10916   *) Don't dump core when trying to log timed-out requests [Jim Jagielski]
10917
10918   *) Really honor CacheNegotiatedDocs [Florent Guillaume]
10919
10920   *) Give Redirect priority over Alias, for NCSA bug compatibility
10921      [David Robinson]
10922
10923   *) Correctly set PATH_TRANSLATED in all cases from <!--#exec cmd=""-->,
10924      paralleling earlier bug fix for CGI [David Robinson]
10925
10926   *) If DBM auth is improperly configured, report a server error and don't
10927      dump core.
10928
10929   *) Deleted FCNTL_SERIALIZED_ACCEPTS from conf.h entry for A/UX;
10930      it seems to work well enough without it (even in a 10 hits/sec
10931      workout), and the overhead for the locking under A/UX is
10932      alarmingly high (though it is very low on other systems).
10933      [Eric Hagberg, Jim Jagielski]
10934
10935   *) Fixed portability problems with mod_cookies.c [Cliff Skolnick]
10936
10937   *) Further de-Berklize mod_cookies.c; change the bogus #include.  [Brian
10938      Behlendorf/Eric Hagberg]
10939
10940   *) More improvements to default Configuration for A/UX [Jim Jagielski]
10941
10942   *) Compiles clean on NEXT [Rob Hartill]
10943
10944   *) Compiles clean on SGI [Robert Thau]
10945
10946 Changes with Apache 0.8.8                                        08 Aug 1995
10947
10948   *) SunOS library prototypes now never included unless explicitly
10949      requested in the configuration (via -DSUNOS_LIB_PROTOTYPES);
10950      people using GNU libc on SunOS are screwed by prototypes for the
10951      standard library.
10952
10953      (Those who wish to compile clean with gcc -Wall on a standard
10954      SunOS setup need the prototypes, and may obtain them using
10955      -DSUNOS_LIB_PROTOTYPES.  Those wishing to use -Wall on a system
10956      with nonstandard libraries are presumably competent to make their
10957      own arrangements).
10958
10959   *) Strips trailing '/' characters off both args to the Alias command,
10960      to make 'Alias /foo/ /bar/' work.
10961
10962 Changes with Apache 0.8.7                                        03 Aug 1995
10963
10964   *) Don't hang when restarting with a child from 'TransferLog "|..."' running
10965      [reported by David Robinson]
10966
10967   *) Compiles clean on OSF/1 [David Robinson]
10968
10969   *) Added some of the more recent significant changes (AddLanguage stuff,
10970      experimental LogFormat support) to CHANGES file in distribution root
10971      directory
10972
10973 Changes with Apache 0.8.6                                        02 Aug 1995
10974
10975   *) Deleted Netscape reload workaround --- it's in violation of HTTP specs.
10976      (If you actually wanted a conditional GET which bypassed the cache, you
10977      couldn't get it). [Reported by Roy Fielding]
10978
10979   *) Properly terminate headers on '304 Not Modified' replies to conditional
10980      GETs --- no browser we can find cares much, but the CERN proxy chokes.
10981      [Reported by Cliff Skolnick; fix discovered independently by Rob Hartill]
10982
10983   *) httpd -v doesn't call itself "Shambhala".  [Reported by Chuck Murcko]
10984
10985   *) SunOS lib-function prototypes in conf.h conditionalized on __GNUC__,
10986      not __SUNPRO_C (they're needed to quiet gcc -Wall, but acc chokes on 'em,
10987      and older versions don't set the __SUNPRO_C preprocessor variable).  On
10988      all other systems, these are never used anyway.  [Reported by Mark Cox].
10989
10990   *) Scoreboard file (/tmp/htstatus.*) no longer publically writable.
10991
10992 Changes with Apache 0.8.5                                        01 Aug 1995
10993
10994   *) Added last-minute configurable log experiment, as optional module
10995
10996   *) Correctly set r->bytes_sent for HTTP/0.9 requests, so they get logged
10997      properly.  (One-line fix to http_protocol.c).
10998
10999   *) Work around bogus behavior when reloading from Netscape.
11000      It's Netscape's bug --- for some reason they expect a request with
11001      If-modified-since: to not function as a conditional GET if it also
11002      comes with Pragma: no-cache, which is way out of line with the HTTP
11003      spec (according to Roy Fielding, the redactor).
11004
11005   *) Added parameter to set maximum number of server processes.
11006
11007   *) Added patches to make it work on A/UX.  A/UX is *weird*.  [Eric Hagberg,
11008      Jim Jagielski]
11009
11010   *) IdentityCheck bugfix [Chuck Murcko].
11011
11012   *) Corrected cgi-src/Makefile entry for new imagemap script.  [Alexei Kosut]
11013
11014   *) More sample config file corrections; add extension to AddType for
11015      *.asis, move AddType generic description to its proper place, and
11016      fix miscellaneous typos. [ Alexei Kosut ]
11017
11018   *) Deleted the *other* reference to the regents from the Berkeley
11019      legal disclaimer (everyplace).
11020
11021   *) Nuked Shambhala name from src/README; had already cleaned it out
11022      of everywhere else.
11023
11024 Changes with Apache 0.8.4
11025
11026   *) Changes to server-pool management parms --- renamed current
11027      StartServers to MinSpareServers, created separate StartServers
11028      parameter which means what it says, and renamed MaxServers to
11029      MaxSpareServers (though the old name still works, for NCSA 1.4
11030      back-compatibility).  The old names were generally regarded as
11031      too confusing.  Also altered "docs" in sample config files.
11032
11033   *) More improvements to default config files ---
11034      sample directives (commented out) for XBitHack, BindAddress,
11035      CacheNegotiatedDocs, VirtualHost; decent set of AddLanguage
11036      defaults, AddTypes for send-as-is and imagemap magic types, and
11037      improvements to samples for DirectoryIndex [Alexei Kosut]
11038
11039   *) Yet more improvements to default config files --- changes to
11040      Alexei's sample AddLanguage directives, and sample LanguagePriority
11041      [ Florent Guillaume ]
11042
11043   *) Set config file locations properly if not set in httpd.conf
11044      [ David Robinson ]
11045
11046   *) Don't escape URIs in internal redirects multiple times; don't
11047      do that when translating PATH_INFO to PATH_TRANSLATED either.
11048      [ David Robinson ]
11049
11050   *) Corrected spelling of "Required" in 401 error reports [Andrew Wilson]
11051
11052 Changes with Apache 0.8.3
11053
11054   *) Edited distribution README to *briefly* summarize installation
11055      procedures, and give a pointer to the INSTALL file in the src/
11056      directory.
11057
11058   *) Upgraded imagemap script in cgi-bin to 1.8 version from more
11059      recent NCSA distributions.
11060
11061   *) Bug fix to previous bug fix --- if .htaccess file and <Directory>
11062      exist for the same directory, use both and don't segfault.  [Reported
11063      by David Robinson]
11064
11065   *) Proper makefile dependencies [David Robinson]
11066
11067   *) Note (re)starts in error log --- reported by Rob Hartill.
11068
11069   *) Only call no2slash() after get_path_info() has been done, to
11070      preserve multiple slashes in the PATH_INFO [NCSA compatibility,
11071      reported by Andrew Wilson, though this one is probably a real bug]
11072
11073   *) Fixed mod_imap.c --- relative paths with base_uri referer don't
11074      dump core when Referer is not supplied. [Randy Terbush]
11075
11076   *) Lightly edited sample config files to refer people to our documentation
11077      instead of NCSA's, and to list Rob McCool as *original* author (also
11078      deleted his old, and no doubt non-functional email address).  Would be
11079      nice to have examples of new features...
11080
11081 Changes with Apache 0.8.2                                        19 Jul 1995
11082
11083   *) Added AddLanuage code [Florent Guillaume]
11084
11085   *) Don't say "access forbidden" when a CGI script is not found.  [Mark Cox]
11086
11087   *) All sorts of problems when MultiViews finds a directory.  It would
11088      be nice if mod_dir.c was robust enough to handle that, but for now,
11089      just punt.  [reported by Brian Behlendorf]
11090
11091   *) Wait for all children on restart, to make sure that the old socket
11092      is gone and we can reopen it.  [reported by Randy Terbush]
11093
11094   *) Imagemap module is enabled in default Configuration
11095
11096   *) RefererLog and UserAgentLog modules properly default the logfile
11097      [Randy Terbush]
11098
11099   *) Mark Cox's mod_cookies added to the distribution as an optional
11100      module (commented out in the default Configuration, and noted as
11101      an experiment, along with mod_dld). [Mark Cox]
11102
11103   *) Compiles on ULTRIX (a continuing battle...). [Robert Thau]
11104
11105   *) Fixed nasty bug in SIGTERM handling [reported by Randy Terbush]
11106
11107   *) Changed "Shambhala" to "Apache" in API docs. [Robert Thau]
11108
11109   *) Added new, toothier legal disclaimer. [Robert Thau; copied from BSD
11110      license]
11111
11112 Changes with Apache 0.8.1
11113
11114   *) New imagemap module [Randy Terbush]
11115
11116   *) Replacement referer log module with NCSA-compatible RefererIgnore
11117      [Matthew Gray again]
11118
11119   *) Don't mung directory listings with very long filenames.
11120      [Florent Guillaume]
11121
11122 Changes with Apache 0.8.0 (nee Shambhala 0.6.2)                  16 Jul 1995
11123
11124   *) New config script.  See INSTALL for info.  [Robert Thau]
11125
11126   *) Scoreboard mechanism for regulating the number of extant server
11127      processes.  MaxServers and StartServers defaults are the same as
11128      for NCSA, but the meanings are slightly different.  (Actually,
11129      I should probably lower the MaxServers default to 10).
11130
11131      Before asking for a new connection, each server process checks
11132      the number of other servers which are also waiting for a
11133      connection.  If there are more than MaxServers, it quietly dies
11134      off.  Conversely, every second, the root, or caretaker, process
11135      looks to see how many servers are waiting for a new connection;
11136      if there are fewer than StartServers, it starts a new one.  This
11137      does not depend on the number of server processes already extant.
11138      The accounting is arranged through a "scoreboard" file, named
11139      /tmp/htstatus.*, on which each process has an independent file
11140      descriptor (they need to seek without interference).
11141
11142      The end effect is that MaxServers is the maximum number of
11143      servers on an *inactive* server machine, but more will be forked
11144      off to handle unusually heavy loads (or unusually slow clients);
11145      these will die off when they are no longer needed --- without
11146      reverting to the overhead of full forking operation.  There is a
11147      hard maximum of 150 server processes compiled in, largely to
11148      avoid forking out of control and dragging the machine down.
11149      (This is arguably too high).
11150
11151      In my server endurance tests, this mechanism did not appear to
11152      impose any significant overhead, even after I forced it to put the
11153      scoreboard file on a normal filesystem (which might have more
11154      overhead than tmpfs).  [Robert Thau]
11155
11156   *) Set HTTP_FOO variables for SSI <!--#exec cmd-->s, not just CGI scripts.
11157      [Cliff Skolnick]
11158
11159   *) Read .htaccess files even in directory with <Directory> section.
11160      (Former incompatibility noted on mailing list, now fixed). [Robert
11161      Thau]
11162
11163   *) "HEAD /" gives the client a "Bad Request" error message, rather
11164      than trying to send no body *and* no headers.  [Cliff Skolnick].
11165
11166   *) Don't produce double error reports for some very obscure cases
11167      mainly involving auth configuration (the "all modules decline to
11168      handle" case which is a sure sign of a server bug in most cases,
11169      but also happens when authentication is badly misconfigured).
11170      [Robert Thau]
11171
11172   *) Moved FCNTL_SERIALIZED_ACCEPT defines into conf.h (that's what
11173      it's *for*, and this sort of thing really shouldn't be cluttering
11174      up the Makefile). [Robert Thau]
11175
11176   *) Incidental code cleanups in http_main.c --- stop dragging
11177      sa_client around; just declare it where used.  [Robert Thau]
11178
11179   *) Another acc-related fix.  (It doesn't like const char
11180      in some places...). [Mark Cox]
11181
11182 Changes with Shambhala 0.6.1                                     13 Jul 1995
11183
11184   *) Fixed auth_name-related typos in http_core.c [Brian Behlendorf]
11185      Also, fixed auth typo in http_protocol.c unmasked by this fix.
11186
11187   *) Compiles clean with acc on SunOS [Paul Sutton]
11188
11189   *) Reordered modules in modules.c so that Redirect takes priority
11190      over ScriptAlias, for NCSA bug-compatibility [Rob Hartill] ---
11191      believe it or not, he has an actual site with a ScriptAlias and
11192      a Redirect declared for the *exact same directory*.  Even *my*
11193      compatibility fetish wouldn't motivate me to fix this if the fix
11194      required any effort, but it doesn't, so what the hey.
11195
11196   *) Fixed to properly default several server_rec fields for virtual
11197      servers from the corresponding fields in the main server_rec.
11198      [Cliff Skolnick --- 'port' was a particular irritant].
11199
11200   *) No longer kills off nph- child processes before they are
11201      finished sending output. [Matthew Gray]
11202
11203 Changes with Shambhala 0.6.0                                     10 Jul 1995
11204
11205   *) Two styles of timeout --- hard and soft.  soft_timeout()s just put
11206      the connection to the client in an "aborted" state, but otherwise
11207      allow whatever handlers are running to clean up.  hard_timeout()s
11208      abort the request in progress completely; anything not tied to some
11209      resource pool cleanup will leak.  They're still around because I
11210      haven't yet come up with a more elegant way of handling
11211      timeouts when talking to something that isn't the client.  The
11212      default_handler and the dir_handler now use soft timeouts, largely
11213      so I can test the feature.  [Robert Thau]
11214
11215   *) TransferLog "| my_postprocessor ..." seems to be there.  Note that
11216      the case of log handlers dying prematurely is probably handled VERY
11217      gracelessly at this point, and if the logger stops reading input,
11218      the server will hang.  (It is known to correctly restart the
11219      logging process on server restart; this is (should be!) going through
11220      the same SIGTERM/pause/SIGKILL routine used to ding an errant CGI
11221      script).  [Robert Thau]
11222
11223   *) asis files supported (new module).  [Robert Thau]
11224
11225   *) IdentityCheck code is compiled in, but has not been tested.  (I
11226      don't know anyone who runs identd). [Robert Thau]
11227
11228   *) PATH_INFO and PATH_TRANSLATED are not set unless some real PATH_INFO
11229      came in with the request, for NCSA bug-compatibility. [Robert Thau]
11230
11231   *) Don't leak the DIR * on HEAD request for a directory. [Robert Thau]
11232
11233   *) Deleted the block_alarms() stuff from dbm_auth; no longer necessary,
11234      as timeouts are not in scope. [Robert Thau]
11235
11236   *) quoted-string args in config files now handled correctly (doesn't drop
11237      the last character). [Robert Thau; reported by Randy Terbush]
11238
11239   *) Fixed silly typo in http_main.c which was suddenly fatal in HP-UX.
11240      How the hell did it ever work? [Robert Thau; reported by Rob Hartill]
11241
11242   *) mod_core.c --- default_type returns DEFAULT_TYPE (the compile-time
11243      default default type); the former default default behavior when all
11244      type-checkers defaulted had been a core dump.  [Paul Sutton]
11245
11246   *) Copy filenames out of the struct dirent when indexing
11247      directories.  (On Linux, readdir() returns a pointer to the same
11248      memory area every time).  Fix is in mod_dir.c.  [Paul Sutton]
11249
11250 Changes with Shambhala 0.5.3 [not released]
11251
11252   *) Default response handler notes "file not found" in the error log,
11253      if the file was not found.  [Cliff Skolnick].
11254
11255   *) Another Cliff bug --- "GET /~user" now properly redirects (the userdir
11256      code no longer sets up bogus PATH_INFO which fakes out the directory
11257      handler). [Cliff Skolnick]
11258
11259 Changes with Shambhala 0.5.2                                     06 Jul 1995
11260
11261   *) Changes to http_main.c --- root server no longer plays silly
11262      games with SIGCHLD, and so now detects and replaces dying
11263      children.  Child processes just die on SIGTERM, without taking
11264      the whole process group with them.  Potential problem --- if any
11265      child process refuses to die, we hang in restart.
11266      MaxRequestsPerChild may still not work, but it certainly works
11267      better than it did before this!  [Robert Thau]
11268
11269   *) mod_dir.c bug fixes: ReadmeName and HeaderName
11270      work (or work better, at least); over-long description lines
11271      properly terminated. [Mark Cox]
11272
11273   *) http_request.c now calls unescape_url() more places where it
11274      should [Paul Sutton].
11275
11276   *) More directory handling bugs (reported by Cox)
11277      Parent Directory link is now set correctly. [Robert Thau]
11278
11279 Changes with Shambhala 0.5.1                                     04 Jul 1995
11280
11281   *) Generalized cleanup interface in alloc.c --- any function can be
11282      registered with alloc.c as a cleanup for a resource pool;
11283      tracking of files and file descriptors has been reimplemented in
11284      terms of this interface, so I can give it some sort of a test.
11285      [Robert Thau]
11286
11287   *) More changes in alloc.c --- new cleanup_for_exec() function,
11288      which tracks down and closes all file descriptors which have been
11289      registered with the alloc.c machinery before the server exec()s a
11290      child process for CGI or <!--#exec-->.  CGI children now get
11291      started with exactly three file descriptors open.  Hopefully,
11292      this cures the problem Rob H. was having with overly persistent
11293      CGI connections. [Robert Thau]
11294
11295   *) Mutual exclusion around the accept() in child_main() --- this is
11296      required on at least SGI, Solaris and Linux, and is #ifdef'ed in
11297      by default on those systems only (-DFCNTL_SERIALIZED_ACCEPT).
11298      This uses fcntl(F_SETLK,...) on the error log descriptor because
11299      flock() on that descriptor won't work on systems which have BSD
11300      flock() semantics, including (I think) Linux 1.3 and Solaris.
11301
11302      This does work on SunOS (when the server is idle, only one
11303      process in the pool is waiting on accept()); it *ought* to work
11304      on the other systems. [Robert Thau]
11305
11306   *) FreeBSD and BSDI portability tweaks [Chuck Murcko]
11307
11308   *) sizeof(*sa_client) bugfix from [Rob Hartill]
11309
11310   *) pstrdup(..., NULL) returns NULL, [Randy Terbush]
11311
11312   *) block_alarms() to avoid leaking the DBM* in dbm auth (this should
11313      be unnecessary if I go to the revised timeout-handling scheme).
11314      [Robert Thau]
11315
11316   *) For NCSA bug-compatibility, set QUERY_STRING env var (to a null
11317      string) even if none came in with the request.  [Robert Thau]
11318
11319   *) CHANGES file added to distribution ;-).
11320
11321 Changes with Shambhala 0.4.5
11322
11323   *) mod_dld --- early dynamic loading support [rst]
11324   *) Add wildcard content handlers for XBITHACK; default_hander now
11325      invoked with that mechanism (as a handler hanging off mod_core) [rst]
11326   *) XBITHACK supported as a wildcard content-handler, and 
11327      configurable at run-time (not just at compile time, as in the
11328      "patchy server" releases) [rst]
11329
11330 Changes with Shambhala 0.4.4                                     30 Jun 1995
11331
11332   *) Fixed basic thinkos in mod_dbm_auth.c [rst, reported by Mark Cox]
11333   *) Handle Addtype x/y .z [rst, reported by Cox]
11334
11335 Changes with Shambhala 0.4.3
11336
11337   *) Fixed very dumb bug in mod_alias; "Alias" and "Redirect" are not
11338      synonymous [rst, terbush]
11339
11340 Changes with Shambhala 0.4.1                                     28 Jun 1995
11341
11342   *) First-cut virtual host implementation; some refit in the config
11343      reading code, and log management, was necessary to support this [rst]
11344   *) Sub-pool machinery, originally added to avoid excessive storage
11345      allocation on listings of large directories (which turned out to
11346      be the problem that the 0.3 storage accounting was added to
11347      find).  Subrequests and mod_dir changed to use subpools.  [rst]
11348   *) More memory debugging --- free list consistency checks. [rst]
11349   *) Added err_headers to request_rec, with support elsewhere [rst]
11350   *) Other fixes to minor bugs in mod_dir and mod_includes [rst, terbush]
11351
11352 Changes with Shambhala 0.3                                       19 Jun 1995
11353
11354   *) Switch ONE_PROCESS to a runtime command-line option (-X)
11355   *) Don't compile in mod_ai_backcompat by default
11356   *) Switch name of server from Apache to Shambhala in Makefile
11357   *) Add some accounting routines to track memory usage in the pools,
11358      for debugging
11359
11360 Changes with Shambhala 0.2
11361
11362   *) Set DOCUMENT_ROOT CGI variable
11363   *) Add single-process debugging, as a compile-time option (ONE_PROCESS)
11364   *) Add critical section protection to handling of cleanup structures 
11365      in alloc.c [rst]
11366   *) Significant code reorg within the server core to group related
11367      functions together [rst]
11368   *) Correctly handle clients that hang up before sending any request
11369      [rst]
11370   *) Replace dying child processes. [rst]
11371
11372 Changes with Shambhala 0.1                                       12 Jun 1995
11373
11374    Major rewrite of the pre-existing "patchy server" codebase, by
11375    Robert Thau (rst).  Significant portions of the server code, such
11376    as configuration-file handling and HTTP authentication support,
11377    were ripped out and rewritten from scratch.  Code that was not
11378    completely rewritten was significantly altered.
11379
11380    Major changes with this release include:
11381
11382    *) Introduction of the module API; in request handling, the central 
11383       machinery just dispatches to various modules, which actually do
11384       most of the work.  Configuration handling is similar --- modules
11385       declare their own commands, and the central machinery just
11386       dispatches to them.  
11387
11388       API features from shambhala/0.1 were substantially unchanged in
11389       Apache 1.0 and 1.1.  (1.0 API features not yet present in this
11390       release, such as wildcard handlers and subpools, were added in
11391       subsequent Shambhala releases, and were also generally rst's
11392       work). 
11393
11394    *) This release included the following modules:
11395
11396       mod_access      (access control --- allow and deny directives),
11397       mod_alias       (Alias and Redirect commands),
11398       mod_auth        (straight HTTP authentication, based on flat-files)
11399       mod_auth_dbm    (same, with dbm files)
11400       mod_cgi         (CGI scripts and, in this release, ScriptAlias)
11401       mod_common_log  (CLF access logs; later renamed mod_log_common)
11402       mod_dir         (directory indexing)
11403       mod_include     (server-side includes)
11404       mod_mime        (AddType directives)
11405       mod_negotiation (content negotiation)
11406       mod_userdir     (support for users' public_html directories)
11407
11408       It also included a mod_ai_backcompat, which was a private hack
11409       for back-compatibility with rst's own AI-lab servers.
11410
11411       All of these modules were substantially complete, and functional 
11412       or nearly so (a few, which implemented features not in use at
11413       Thau's site, required patches of a few lines).
11414
11415    *) sub-request machinery, to allow modules to determine how other
11416       modules would assign MIME types to a given file, or optionally
11417       serve its content (this is heavily used by mod_dir, mod_include
11418       and mod_negotiation).
11419
11420    *) Resource pool system for keeping track of memory allocated and
11421       files opened in service of a particular request.  Much of the
11422       code in the modules (when they weren't rewrites) was adjusted to 
11423       replace a pervasive convention of using fixed-size buffers on
11424       the stack with an equally pervasive convention of using memory
11425       allocated with palloc().
11426
11427    *) Reorganization of data structures associated with a given
11428       request to eliminate use of global variables and the troublesome 
11429       unmunge_name function (used in NCSA and early Apache releases to 
11430       attempt to determine the URI which mapped to a given filename
11431       --- a difficult proposition, given that it is easy to produce
11432       setups in which multiple URIs map to the same file).
11433
11434    *) Source files renamed and rearranged
11435
11436    *) Very simple pre-forking behavior --- parent process forked off a 
11437       fixed number of children, and then just waited for SIGHUP.
11438
11439    *) Other more minor changes too numerous to list.
11440
11441    This release included modified versions of a lot of code from the
11442    Apache 0.6.4 public release, plus an early pre-forking patch
11443    codeveloped by Robert Thau and Rob Hartill.
11444
11445 Changes with Apache 0.7.3                                        20 Jun 1995
11446
11447    *) There were a bunch of changes between Apache 0.6.4 and 0.7.3 that
11448       were incorporated by Rob Hartill on the main branch while Robert Thau
11449       worked on the Shambhala rewrite above.  Most were merged into the
11450       Shambala architecture after Apache 0.8.0.
11451
11452 Changes with Apache 0.6.4                                        13 May 1995
11453
11454    *) Patches by Rob Hartill, Cliff Skolnick, Randy Terbush, Robert Thau,
11455       and others.
11456
11457 Changes with Apache 0.5.1                                        10 Apr 1995
11458
11459 Changes with Apache 0.4                                          02 Apr 1995
11460
11461   *) Patches by Brian Behlendorf, Andrew Wilson, Robert Thau,
11462      and Rob Hartill.
11463
11464 Changes with Apache 0.3                                          24 Mar 1995
11465
11466   *) Patches by Robert Thau, David Robinson, Rob Hartill, and
11467      Carlos Varela.
11468
11469 Changes with Apache 0.2                                          18 Mar 1995
11470
11471   *) Based on NCSA httpd 1.3 by Rob McCool and patches by CERT,
11472      Roy Fielding, Robert Thau, Nicolas Pioch, David Robinson,
11473      Brian Behlendorf, Rob Hartill, and Cliff Skolnick.