CHANGES revision fcef0136828a2525b702f4a2ac465bd789cc5686
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas GustafssonChanges with Apache 2.0.31
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley *) Add a timeout option to the proxy code 'ProxyTimeout'
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley [Ian Holsman]
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley *) FTP directory listings are now always retrieved in ASCII mode.
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington The FTP proxy properly escapes URI's and HTML in the generated
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson listing, and escapes the path components when talking to the FTP
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington server. It is now possible to browse the root directory by using
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson a url like: ftp://user@host/%2f/ (ported from apache_1.3.24)
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson Also, the last path component may contain wildcard characters
0a2d5c990559ce2b9f95df752db6e93024d9a250Brian Wellington '*' and '?', and if they do, a directory listing is created instead
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson of a file retrieval. Example: ftp://user@host/httpd/server/*.c
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson [Martin Kraemer]
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson *) Added single-listener unserialized accept support to the
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson worker MPM [Brian Pane]
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington *) New Directive for mod_proxy: 'ProxyPreserveHost'. This passes
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson the incoming host header through to the proxied server
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington [Geoff <g.russell@ieee.org>]
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson *) New Directive Option for ProxyPass. It now can block a location
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington from being proxied [Jukka Pihl <jukka.pihl@entirem.com>]
debff476ad3512687a354499c25d2793e2009acdBrian Wellington *) Don't let the default handler try to serve a raw directory. At
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson best you get gibberish. Much worse things can happen depending
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson on the OS. [Jeff Trawick]
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson *) Change the pre_config hook to return a value. Modules can now emit
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson an error message and then cause the server to quit gracefully during
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson startup. This required a bump to the MMN. [Aaron Bannert]
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington *) Fix some unix socket descriptor leaks in the handler side of
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson mod_cgid (the part that runs in the server process). Whack a
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington silly "close(-1)" in the handler too. [Jeff Trawick]
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson *) Change the pre_mpm hook to return a value, so that scoreboard
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson init errors percolate up to code that knows how to exit
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson cleanly. This required a bump to the MMN. [Jeff Trawick]
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson *) Add the socket back to the conn_rec and remove the create_connection
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson hook. The create_connection hook had a design flaw that did not
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson allow creating connections based on vhost info. [Bill Stoddard]
9a72459b6040b30d043c5fd9e283441b847e569aAndreas Gustafsson *) Fixed PATH_INFO and QUERY_STRING from mod_negotiation results.
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson Resolves the common case of using negotation to resolve the request
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson /script/foo for /script.cgi/foo. [William Rowe]
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson *) Added new functions ap_add_(input|output)_filter_handle to
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson allow modules to bypass the usual filter name lookup when
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson adding hard-coded filters to a request [Brian Pane]
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews *) caching should now work on subrequests (still very experimental)
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews [Ian Holsman]
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson *) The Win32 mpm_winnt now has a shared scoreboard. [William Rowe]
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence *) Change ap_get_brigade prototype to use apr_off_t instead of apr_off_t*.
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence [Justin Erenkrantz]
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence *) Refactor ap_rgetline so that it does not use an internal brigade.
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence Change ap_rgetline's prototype to return errors. [Justin Erenkrantz]
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence *) Remove mod_auth_db. [Justin Erenkrantz]
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence *) Do not install unnecessary pcre headers like config.h and internal.h.
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence [Joe Orton <joe@manyfish.co.uk>]
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson *) Change in quick_hanlder behavior for subrequests. it now passes DONE
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson (as it does for a normal request). quick_handled sub-requests now work
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson in mod-include [Ian Holsman]
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson *) Change SUBREQ_CORE so that it is a 'HTTP_HEADER' filter instead of
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington 'CONTENT' one, as it needs to run AFTER all content headers
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson *) Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington [Lars Eilebrecht]
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson *) Split out blocking from the mode in the input filters.
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson [Justin Erenkrantz]
ef8d97818f0d30a4e09db97af695f504b311372cMark Andrews *) Fix a segfault in mod_include. [Justin Erenkrantz, Jeff Trawick]
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence *) Cause Win32 to capture all child-worker process errors in
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence Apache to the main server error log, until the child can
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence open its own error logs. [William Rowe]
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson *) HPUX 11.*: Do not kill the child process when accept()
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson returns ENOBUFS on HPUX 11.*. (ported from a 1.3 patch
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson by [madhusudan_mathihalli@hp.com])
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson [Bill Stoddard]
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson *) Fix a problem in the parsing of the <Proxy foo> directive.
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson [Jeff Trawick]
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson *) rewrite of mod_ssl input filter for better performance and less
4f4e44c98f315bfadc6dded1b86b465222a83967David Lawrence memory usage [Doug MacEachern]
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence *) allow quick_handler to be run on subrequests. [Ian Holsman]
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence *) mod_dav now asks its provider to place content directly into the
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence filter stack when handling a GET request. The mod_dav/provider
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence API has changed, so providers need to be updated. [Greg Stein]
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence *) Clear the output socket descriptor in unixd_accept() to make sure
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence we don't supply a bogus socket to the caller if the accept fails.
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence This caused problems with the worker MPM, which tried to process
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence the returned socket if it was non-NULL. [Brian Pane]
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence *) Move a check for an empty brigade to the start of core input filter
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence to avoid segfaults. [Justin Erenkrantz, Jeff Trawick]
6c35e4dd17e6562a6b4d106cbf1d824b9f529356David Lawrence *) Add FileETag directive to allow configurable control of what
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence data are used to form ETag values for file-based URIs. MMN
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence bumped to 20020111 because of fields added to the end of
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence the core_dir_config structure. [Ken Coar]
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson *) Fix a segfault in mod_rewrite's logging code caused by passing the
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson wrong config to ap_get_remote_host(). [Jeff Trawick]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson *) Allow mod_cgid to work from a binary distribution install by
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington using 755 for the permissions on the log directory instead of
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington 750. [Jeff Trawick]
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson *) Fixed a segfault that happened during graceful shutdown (or when
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson *) Split all Win32 modules [excluding the core components mod_core,
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson mod_so, mod_win32 and the winnt mpm] into individual loadable
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson modules, so the administrator may individually disable the former
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson compiled-in modules by simply commenting out their LoadModule
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson directives. [William Rowe]
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington *) Saved Win32 module authors and porters many future headaches, by
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson duplicating the appropriate .h files such as os.h into the include
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington directory, including in the build tree. [William Rowe]
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews *) mod_ssl adjustments to help with using toolkits other than OpenSSL:
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews Use SSL functions/macros instead of directly dereferencing SSL
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews structures wherever possible.
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews Add type-casts for the cases where functions return a generic pointer.
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson Add $SSL/include to configure search path.
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson *) Moved several pointers out of the shared Scoreboard so it is
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson more portable, and will present the vhost name across server
711c2be7d9d99ee4415bc4e41ebe4f7f31947b3bAndreas Gustafsson generation restarts. [William Rowe]
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson *) Fix SSLPassPhraseDialog exec: and SSLRandomSeed exec:
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson [Doug MacEachern]
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas GustafssonChanges with Apache 2.0.30
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson *) Fix the main bug for FreeBSD and threaded MPM's. There are
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson still issues (see STATUS) but at least the server will now
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson run without crashing the machine.
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson [David Reid, Aaron Bannert, Justin Erenkrantz]
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson *) Fix a typo in mod_deflate's m4 config section.
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews [albert chin (china@thewrittenword.com)]
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews *) Fix a couple of mod_proxy problems forwarding HTTP connections
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington and handling CONNECT:
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson (1) PR #9190 Proxy failed to connect to IPv6 hosts.
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington (2) Proxy failed to connect when the first IP address returned by
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington the resolver was unreachable but a secondary IP address was.
99a8d30559834dc12bd80f4f164fa6375f73cb62Mark Andrews [Jeff Trawick]
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence *) Fix the module identifer as shown in the docs for various core
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence modules (e.g., the identifer for mod_log_config was previously
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence listed as config_log_module). PR #9338
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence [James Watson <ap2bug@sowega.org>]
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence *) Fix LimitRequestBody directive by placing it in the HTTP
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence filter. [Justin Erenkrantz]
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence *) Fix mod_proxy seg fault when the proxied server returns
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence an HTTP/0.9 response or a bogus status line.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence [Adam Sussman]
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews *) Prevent mod_proxy from truncating one character off the
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews end of the status line returned from the proxied server.
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews [Adam Sussman, Bill Stoddard]
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews *) Eliminate loop in ap_proxy_string_read().
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington [Adam Sussman, Bill Stoddard]
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington *) Provide $0..$9 results from mod_include regex parsing.
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington [William Rowe]
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews *) Allow mod-include to look for alternate start & end tags [Ian Holsman]
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington *) Introduced the ForceLanguagePriority directive, to prevent
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases,
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews when using Multiviews. [William Rowe]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson *) Fix a problem which prevented mod_cgid and suexec from working
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence together reliably [Greg Ames]
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson *) Remove the call to exit() from within mod_auth_digest's post_config
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence phase. [Aaron Bannert]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Fix a problem in mod_auth_digest that could potentially cause
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence problems with initialized static data on a system that uses DSOs.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence [Aaron Bannert]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Fix a segfault in the worker MPM that could happen during
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence child process exits. [Brian Pane, Aaron Bannert]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Fix matching of vhosts by ip address so we find IPv4
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence vhost address when target address is v4-mapped form of
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence that address. [Jeff Trawick]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) More performance tweaks to the BNDM string-search algorithm
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence used to find "<!--#" tokens in mod_include [Brian Pane]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Miscellaneous small performance fixes: optimized away various
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence string copy operations and removed large temp buffers from
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence the stack [Brian Pane]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Fixed startup segfault that occurred when a VirtualHost
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence directive had a port but no address [Brian Pane]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson *) Allow htdbm to work with multiple DBM types [Ian Holsman]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence if oslevel < WINNT. This should fix several problems reported
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence Against 2.0.28 on Windows 98 [Bill Stoddard]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence to fail. [Bill Stoddard]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence *) Change core code to allow an MPM to set hard thread/server
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence limits at startup. prefork, worker, and perchild MPMs now have
5455f30a7532738d750252c00e649890c694ee30Brian Wellington directives to set these limits. [Jeff Trawick]
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington *) Win32: The async AcceptEx() event should be autoreset upon
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson successful completion of a wait (WaitForSingleObject). This
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington eliminates a number of spurious
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed." messages.
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington [Bill Stoddard]
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington *) Move any load library path environment variables out of
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews apachectl and into a separate environment variable file which
89d03d4715120fd0c968775bf0724b5a2a647539Mark Andrews can be more easily tailored by the admin. The environment
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews variable file as built by Apache may have additional system-
4fbd6a13a5ba6ec1e9bd080cba86c74b3b92c894Mark Andrews specific settings. For example, on OS/390 we tailor the heap
761a21dfab558235030ccfc3d61979146e2cf4b5Mark Andrews settings to allow lots of threads. [Jeff Trawick]
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson *) Use the new APR pool code to reduce pool-related lock
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson contention in the worker MPM. [Sander Striker]
0b135de5a52acec5bb42f96b4e79484d1629fd93Brian Wellington *) The POD no longer assumes the child is listening on 127.0.0.1
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson and now pulls the first hostname in the list of listeners to
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson perform the dummy connect on. This fixes a bug when the user
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson had configured the Listen directive for an IP other than
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson 127.0.0.1. This would result in undead children and error
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson messages such as "Connection refused: connect to listener".
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson [Aaron Bannert]
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson *) The worker MPM now respects the LockFile setting, needed to
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson avoid locking problems with NFS. [Jeff Trawick]
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson *) Fix segfault when worker MPM receives SIGHUP.
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson [Ian Holsman, Aaron Bannert, Justin Erenkrantz]
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson *) Fix bug that could potentially prevent the perchild MPM from
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson working with more than one vhost/uid. [Aaron Bannert]
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson *) Change make install and apxs -i processing of DSO modules to
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson perform special handling on platforms where libtool doesn't install
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson mod_foo.so. This fixes some wonkiness on HP-UX, Tru64, and AIX
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson which prevented standard LoadModule statements from working.
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson [Jeff Trawick]
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson *) Whenever mod_so is enabled (not just when there are DSOs for
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington our modules), do whatever special magic is required for compiling/
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington loading third-party modules. This allows third-party DSOs to
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley be used on an AIX build when there were no built-in modules
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley built as DSOs. (This should help on OS/390 and BeOS as well.)
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley [Jeff Trawick]
751aa24c98fea02215cad95a08411af547d70e41Bob Halley *) Allow apxs to be used to build DSOs on AIX without requiring the
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson user to hard-code the list of import files. (This should help
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson on OS/390 and BeOS as well.) [Jeff Trawick]
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson *) Resolved segfault in mod_isapi when configuring with ISAPICacheFile.
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson PR 8563, 8919 [William Rowe]
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson *) Get binary builds working when libapr and libaprutil are built
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson shared [Greg Ames]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson *) Get shared builds of libapr and libaprutil, as well as Apache DSOs,
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews working on AIX. [Aaron Bannert, Dick Dunbar <RLDunbar@pacbell.net>,
f08f3c6caeb8460cb679a8687f61da61fff69fb0Mark Andrews Gary Hook <ghook@us.ibm.com>, Victor Orlikowski, Jeff Trawick]
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson *) Fix the handling of SSI directives in which the ">" of the
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson terminating "-->" is the last byte in a file [Brian Pane]
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson *) Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington message that we had back in apache-1.3 and still have scattered
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson throughout our docs. [Aaron Bannert]
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington *) Prevent the Win32 port from continuing after encountering an
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson error in the command line args to apache. [William Rowe]
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington *) On a error in the proxy, make it write a line to the error log
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson *) Various mod_ssl performance improvements [Doug MacEachern]
1a286a6613d385b443030a8c932e40ac9e9c301fBob HalleyChanges with Apache 2.0.29
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley *) Add buffering in core_output_filter to ensure that long
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley lists of small buckets don't cause small packet writes.
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley [Brian Pane, Ryan Bloom]
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson *) Fix the installation target to make sure that the manual is
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson installed in the correct location.
ecaedd50f4e6b8cff110f9981a0a33a34269d421Mark Andrews [Yoshifumi Hiramatsu <hiramatu@boreas.dti.ne.jp> and
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson Gomez Henri <hgomez@slib.fr>]
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence *) Fix the cmd command for mod_include. When we are processing
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence a cmd command, we do not want to use the r->filename to set
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence the command name. The command comes from the SSI tag. To do this,
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence I added a variable to the function that builds the command line
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence in mod_cgi. This allows the include_cmd function to specify
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence the command line itself. [Ryan Bloom]
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence *) Change open_logs hook to return a value, allowing you
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson to flag a error while opening logs
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson [Ian Holsman, Doug MacEachern]
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson *) Change post_config hook to return a value, allowing you
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson to flag a error post config
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson [Ian Holsman, Jeff Trawick]
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson *) Allow SUEXEC_BIN (the path to the suexec binary that is
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson hard-coded into the server) to be specified to the configure
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson script by the --with-suexec-bin parameter. [Aaron Bannert]
cedd0ab1e812ec7cf05d57c3e602db41b79f0a2aAndreas Gustafsson *) Fix segv in worker MPM following accept on pipe-of-death
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington *) Add mod_deflate to experimental.
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington [Ian Holsman, Justin Erenkrantz]
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington *) Bail out at configure time if an invalid MPM was specified.
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson *) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson configured [John Sterling <sterling@covalent.net>]
2b7a77a68e27fc7991a857d403cb34b2ae90fc0bMark Andrews *) Fix apxs to use sbindir. [Henri Gomez <hgomez@slib.fr>]
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson *) Fix a problem with IPv6 vhosts. PR #8118 [Jeff Trawick]
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson *) Optimization for the BNDM string-search function in
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson mod_include. [Brian Pane]
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson *) Fixed the behavior of the XBitHack directive.
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson [Taketo Kabe <kabe@sra-tohoku.co.jp>, Cliff Woolley] PR#8804
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson *) The threaded MPM for Unix has been removed. Use the worker
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington MPM instead. [various]
55ddb88e53838693370c213930beda1652b8a583Brian Wellington *) APR-ize the resolver logic in mod_unique_id. This fixes a bug
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson in logging the error from a failed DNS lookup. [Jeff Trawick]
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington *) Added the missing macros AP_INIT_TAKE13 and AP_INIT_TAKE123.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson [Cliff Woolley]
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington *) Get mod_cgid killed when a MPM exits due to a fatal error.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson [Jeff Trawick]
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington *) Fix a file descriptor leak in mod_include. When we include a
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson file, we use a sub-request, but we didn't destroy the sub-request
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington immediately, instead we waited until the original request was
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley done. This patch closes the sub-request as soon as the data is
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley done being generated. [Brian Pane <bpane@pacbell.net>]
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington *) Allow modules that add sockets to the ap_listeners list to
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington define the function that should be used to accept on that
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington socket. Each MPM can define their own function to use for
672056d560d973cac1c0d02f087e059eef8f948fBrian Wellington the accept function with the MPM_ACCEPT_FUNC macro. This
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson also abstracts out all of the Unix accept error handling
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence logic, which has become out of synch across Unix MPMs.
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence *) Fix a bug which would cause the response headers to be omitted
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence when sending a negotiated ErrorDocument because the required
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington filters were attached to the wrong request_rec.
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington [John Sterling <sterling@covalent.net>]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson *) Remove commas from the end of the macros that define
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington directives that are used by MPMs. Prior to this patch,
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington you would use these macros without commas, which was unlike
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson the macros for any other directives. Now, the caller provides
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington the comma rather than the macro providing it. This makes
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington the macros look more like the rest of the directives.
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington [Ryan Bloom and Cliff Woolley]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson *) Add 'redirect-carefully' environment option to disable sending
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington redirects under special circumstances. This is helpful for
c1ff0308f3f67bf148f96ca952db081eb5fd8383Brian Wellington Microsoft's WebFolders when accessing a directory resource via
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson DAV methods. [Justin Erenkrantz]
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson *) Begin to abstract out the underlying transport layer.
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson The first step is to remove the socket from the conn_rec,
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson the server now lives in a context that is passed to the
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson core's input and output filters. This forces us to be very
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson careful when adding calls that use the socket directly,
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson because the socket isn't available in most locations.
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington *) Really reset the MaxClients value in worker and threaded
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington when the configured value is not a multiple of the number
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson of threads per child. We said we did previously but we
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson forgot to. [Jeff Trawick]
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson *) Add Debian layout. [Daniel Stone <daniel@sfarc.net>]
b8a85202af814468421a6541b4c935bd14773c53Brian Wellington *) If shared modules are requested and mod_so is not available,
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson produce a fatal config-time error. [Justin Erenkrantz]
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson *) Improve http2env's performance by cutting the work it has to
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington do. [Brian Pane <bpane@pacbell.net>]
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson *) use new 'apr_hash_merge' function in mod_mime (performance fix)
b0390aab30438a13f533cccae9389945214b1421Brian Wellington [Brian Pane <bpane@pacbell.net>]
b0390aab30438a13f533cccae9389945214b1421Brian WellingtonChanges with Apache 2.0.28
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson *) Fix infinite loop in mod_cgid.c.
54d64c7994d01da590462ecc56faf1a87fc4abb9Brian Wellington [Dale Ghent <daleg@elemental.org>, Brian Pane <bpane@pacbell.net>]
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson *) When no port is given in a "ServerName host" directive, the
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson server_rec->port is now set to zero, not 80. That allows for
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington run-time deduction of the correct server port (depending on
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington SSL/plain, and depending also on the current setting of
91e35ded544576b671606779143d7fbffaf451d2Andreas Gustafsson UseCanonicalName). This change makes redirections
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington work, even with https:// connections. As in Apache-1.3, the
d9112843333472bb7700c02a10d18e2b253b2708Bob Halley connection's actual port number is never used, only the ServerName
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson setting or the client's Host: setting. Documentation updated
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson to reflect the change. [Martin Kraemer]
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson *) Add a '%{note-name}e' argument to mod-headers, which works in
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson the same way as mod_log_confg. [Ian Holsman]
04cb6056a6539539e0fc2ed695298f7fa7b1d632Brian Wellington *) Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
17789c880460c0bca3f3693c759be2214b936e69Brian Wellington AP_MPMQ_MAX_REQUESTS_DAEMON macros in ap_mpm.h and all standard
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews MPMs. [Cliff Woolley]
02e7e0ba65a26a5f8728b0ee256f7253795cf839Brian Wellington *) Introduce htdbm, a user management utility for db/dbm authorization
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson databases. [Mladen Turk <mturk@mappingsoft.com>]
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence *) Optimize usage of strlen and strcat in ap_directory_walk.
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence [Brian Pane <bpane@pacbell.net>]
590233519e14f3cf49840a93d2648d5560dd957eDavid LawrenceChanges with Apache 2.0.27
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson *) Introduce an Apache mod_ssl initial configuration template
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson (ssl.conf, generated from ssl-std.conf). [Ralf S. Engelschall]
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington *) Fixed a memory leak in the getline parsing code that could
88a790c39176f72a8f98f134b83df92e09a8c56bAndreas Gustafsson be triggered by arbitrarily large header lines. Requests
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington from the core input filter for single lines are now limited
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington to HUGE_STRING_LEN (8192 bytes). [Aaron Bannert]
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington *) Fix a truncation bug in how we print the port on the Via: header.
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews The routine that prints the Via: header now takes a length for
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews the port string. [Zvi Har'El <rl@math.technion.ac.il>]
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley *) Some syntax errors in mod_mime_magic's magic file can result
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley in a 500 error, which previously was unlogged. Now we log the
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley error. [Jeff Trawick]
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley *) Add the support/checkgid helper app, which checks the run-time
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley validity of group identifiers usable in the Group directive.
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington *) Various --enable-so options have been fixed: --enable-so is
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington treated as "static"; explicit --enable-so=shared issues an error;
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley and explicit --enable-so fails with error on systems without
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson APR_HAS_DSO. [Aaron Bannert]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson *) Fix a segfault in the core input filter when the client socket
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson gets disconnected unexpectedly. [Cliff Woolley]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson *) Fix the reporting for child processes that die. This removes
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson all of the non-portable W* macros from Apache.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson [Jeff Trawick and Ryan Bloom]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson *) Win32: Track and display "Parent Server Generation:" in
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson mod_status output. The generation will be bumped at
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson server graceful restart, when the child process exits
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington by hitting MaxRequestsPerChild or if the child
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley process exits abnormally. [Bill Stoddard]
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley *) Win32: Fix problem where MaxRequestsPerChild directive was
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington not being picked up in favor of the default. Enable
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington the parent to start up a new child process immediately upon
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson the old child starting shutdown.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson [Bill Stoddard]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson *) Fix some bungling of the remote port in rfc1413.c so that
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson IdentityCheck retrieves the proper user id instead of failing
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson and thus always returning "nobody."
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson [Dick Streefland <Dick.Streefland@xs4all.nl>]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson *) Introduced thread saftey for mod_rewrite's internal cache.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson [Brian Pane <bpane@pacbell.net>]
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews *) Simplified mod_env's directives to behave as most directives are
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews expected, in that UnsetEnv will not unset a SetEnv and PassEnv
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews directive following that UnsetEnv within the same container.
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews Also provides a runtime startup warning if a PassEnv configured
a97b72bac75dd2b4294108f59e1273f50495583cAndreas Gustafsson environment value is undefined. [William Rowe]
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson *) The worker MPM is now completely ported to APR's new lock API. It
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson uses native APR types for thread mutexes, cross-process mutexes,
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson and condition variables. [Aaron Bannert]
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington *) Sync up documentation to remove all references to the now deprecated
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington Port directive. [Justin Erenkrantz]
14c615e979f674aa61b0ca65c6a252009e521dd8Brian Wellington *) Moved all ldap modules from the core to httpd-ldap sub-project
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson *) Exit when we can't listen on any of the configured ports. This
df0f58959ed82a2a43ca8d816ce9592541df9f2fMark Andrews is the same behavior as 1.3, and it avoids having the MPMs to
4d35b6836eb57387a9da6b103331b59cc988b827Mark Andrews deal with bogus ap_listen_rec structures. [Jeff Trawick]
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley *) Cleanup the proxy code that creates a request to the origin
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson server. This change adds an optional hook, which allows modules
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley to gain control while the request is created if the proxy module
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley is loaded. The purpose of this hook is to allow modules to add
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley input and/or output filters to the request to the origin. While
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley I was at it, I made the core use this hook, so that proxy request
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson creation uses some of the code from the core. This can still be
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson greatly improved, but this is a good start. [Ryan Bloom]
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas GustafssonChanges with Apache 2.0.26
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington *) Port the MaxClients changes from the worker MPM to the threaded
762a538eed7f4de4c340090536553f9c73f6432aBrian Wellington MPM. [Ryan Bloom]
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington *) Fix mod_proxy so that it handles chunked transfer-encoding and works
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington with the new input filtering system. [Justin Erenkrantz]
c44ab73a0f37fa8c8a52069ca20dd060492dbafdAndreas Gustafsson *) Introduce the MultiviewsMatch directive, to allow the operator
7ae7d499f353549162ddcf6fed957ea21e4fa52bMark Andrews to be flexible in recognizing Handlers and Filters filename
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson extensions as part of the Multiviews matching logic, strict with
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley MultiviewsMatch NegotiatedOnly to accept only filename extentions
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley that designate negotiated parameters, (content type, charset, etc.)
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley or MultiviewsAll for the 1.3 behavior of matching any files, even
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson if they have unregistered extensions. [William Rowe]
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson *) Fixed the configure script to add a LoadModule directive to
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson the default httpd.conf for any module that was compiled
40c1177517ca5312371da6cc697d813576cfe5a8Andreas Gustafsson as a DSO. [Aaron Bannert <aaron@clove.org>]
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington *) rewrite mod_ssl input filtering to work with the new input filtering
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington system. [Justin Erenkrantz]
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington *) prefork: Don't segfault when we are able to listen on some but
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington not all of the configured ports. [Jeff Trawick]
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington *) Build mod_so even if no core modules are built shared.
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington [Aaron Bannert <aaron@clove.org>]
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington *) Introduce ap_directory_walk rewrite (with further optimizations
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington required) to adapt to the ap_process_request_internal() changes.
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington Optimized so subrequests and redirects now reuse previous section
d77312050f1fb1d41b450d4fe6908ea155264d08Brian Wellington merges, until we mismatch with the original directory_walk, and
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington precomputed r->finfo results will cause directory_walk to skip
4b9f0fd0791cb9cb31087789a03fa3a28dd4b583Andreas Gustafsson the most expensive phases of the function. [William Rowe]
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson *) Allow ApacheMonitor to connect to and control Apache on other
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson WinNT/2K machines. [Mladen Turk <mturk@mappingsoft.com>]
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews *) Remove the Port directive. In it's place, the Listen directive
80aba3d49a872ca11d7cf8550c3a993162e7939fMark Andrews is now a required directive, which tells Apache what port to
31039b15173fb3e375269991920e4843f664457eMark Andrews listen on. The ServerName directive has also been extended
31039b15173fb3e375269991920e4843f664457eMark Andrews to accept an optional port. If the port is specified to the
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson ServerName, the server will report that port whenever it
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson reports the port that it is listening on. This change was
936af16e0dbac26c1ec2337e684ff6ca9b2fe1bbAndreas Gustafsson made to ease configuration errors that stem from having a Port
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson directive, and a Listen directive. In that situation, the server
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson would only listen to the port specified by the Listen command,
22457624d3e63e7cd255b4083cb435c16caea26dBob Halley which caused a lot of confusion to users. [Ryan Bloom]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson *) Added mod_mime_magic, mod_unique_id and mod_vhost_alias to the Win32
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington build, as loadable modules. [William Rowe]
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington *) Fix --enable-mods-shared processing. If most is specified,
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington then all modules that can be compiled as shared modules are.
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington [Aaron Bannert <aaron@clove.org>]
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews *) Update the mime.types file to map video/vnd.mpegurl to mxu
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews and add commonly used audio/x-mpegurl for m3u extensions.
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson [Heiko Recktenwald <uzs106@uni-bonn.de>, Lars Eilebrecht]
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson *) Eliminate the depreciated r->content_language, in favor of the array
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson r->content_languages introduced many years ago. Module authors must
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson substantially overhaul their modules, so this needs to be upgraded
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson if the module still relied on backwards-brokeness. [William Rowe]
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington *) Allow configure help strings to work with autoconf 2.50+ and 2.13.
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington [Justin Erenkrantz]
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson *) Rewrite the input filtering mechanisms to consolidate and reorganize
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson code. In short, core_input_filter does something now and
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson ap_http_filter is now only concerned with HTTP. [Justin Erenkrantz]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson *) Update the Win32 build to re-absorb mod_proxy and family.
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley [William Rowe]
8e68489885e744ab48907414b4199c36858c27ddMark Andrews *) Resolved the build failure on Win32 using MSVC 5.0 (without the
8e68489885e744ab48907414b4199c36858c27ddMark Andrews current SDK.) [William Rowe]
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson *) Some style changes to the code that does ProxyErrorOverride. Fixed
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson config merge behaviour. [Graham Leggett]
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson *) Allow support programs to be compiled against a static version
ec4f7c6d0f0cfc72bcecdb22bf59890d590218d6Mark Andrews of libapr. This allows the smaller support programs to be
d8d95c7d2eae28c5adbde097e88efa115bae6f35Andreas Gustafsson relocated. [Aaron Bannert <aaron@clove.org>]
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson *) Update the mime.types file to the registered media types as
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson of 2001-09-25, and add mapping for xsl extension [Mark Cox]
7427490a67b9547242b57c255254f7e146127c48Bob Halley *) Fix MaxClients in the Worker MPM, so that it specifies the maximum
7427490a67b9547242b57c255254f7e146127c48Bob Halley number of clients that can connect at the same time, instead of
7427490a67b9547242b57c255254f7e146127c48Bob Halley specifying the maximum number of child processes.
7427490a67b9547242b57c255254f7e146127c48Bob Halley [Aaron Bannert <aaron@clove.org>]
fbe35d126f2c4df000f50662ed9d90ced13188c3Andreas Gustafsson *) Switch proc_pthread AcceptMutex configuration directive to pthread to
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson be consistent with 1.3. [Justin Erenkrantz]
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson *) Cache apr_explode_localtime() value for 15 seconds.
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson [Brian Pane <bpane@pacbell.net>]
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews *) Fix mod_include to not return ETag or Last-Modified headers.
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews [Ian Holsman <ianh@cnet.com>]
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews *) Fix worker MPM's scoreboard logic. [Aaron Bannert <aaron@clove.org>]
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington *) Eliminate the wasteful run-time conversion of method names from strings
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington to numbers in places where the methods are known at compile time.
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington [Brian Pane <bpane@pacbell.net>]
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington *) Turn the worker MPM's queue into a LIFO. This may
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington improve cache-hit performance under some conditions.
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson [Aaron Bannert <aaron@clove.org>]
a12d9cfa59b5981c52e1aaafedf652d5128f3448Brian Wellington *) Switch back to SIGUSR1 for graceful restarts on all platforms that
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington support it. [Justin Erenkrantz]
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington *) Cleanup the worker MPM. We no longer re-use transaction
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington pools. This incurs less overhead than shuffling the pools
e4aeba32725a79e295c2ceed1919cba076530ba3Andreas Gustafsson around so that they can be re-used. Remove one of the
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington queue's condition variables. We just redefined the API to
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson state that you can't try to add more stuff than you allocated
4b236540be165859390f05911eda86a39ee58eedAndreas Gustafsson segments for. [Aaron Bannert <aaron@clove.org>]
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson *) Fix SSL VPATH builds [Cody Sherr <csherr@covalent.net>]
f6987630ce2d424a34bb9d373b3c08de48010287Andreas Gustafsson *) Fixed persistent connections when a request contains a body.
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews *) mod_dav uses a new API to speak to the backend provider for dead
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews property management. [Greg Stein]
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews *) Remove the Win32 script-processing exception from mod_cgi, and
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews roll build_command_line/build_argv_list into a unified, overrideable
363cb30a83e8e57bc8874e621910f0e23dd84909Mark Andrews ap_cgi_build_command optional function. [William Rowe]
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington *) Rewrite find_start_sequence to use a better search algorithm
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington to find the start tag. [Justin Erenkrantz]
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson *) Fix a seg fault in mod_include. When we are generating an
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson internal redirect, we must set r->uri to "", not a bogus
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson string, and not NULL. [Ryan Bloom]
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson *) Optimized location_walk, so subrequests, redirects and second passes
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson now reuse previous section merges on a <Location > by <Location >
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson basis, until we mismatch with the original location_walk.
ce1269825c9d9c4bca42ae9750a7a2fd93a45557Mark Andrews [William Rowe]
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson *) Back out the 1.45 change to util_script.c. This change made
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson us set the environment variable REQUEST_URI to the redirected
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington URI, instead of the originally requested URI.
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington [Taketo Kabe <kabe@sra-tohoku.co.jp>]
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington *) Make mod_include do lazy evaluation of potentially expensive to
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington compute variables. [Brian Pane <bpane@pacbell.net>]
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington *) Fix logging of bytes sent for HEAD requests. %b and %B should
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington log either - or 0, before this patch, they were both logging
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson the file size. [Taketo Kabe <kabe@sra-tohoku.co.jp>]
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington *) Make mod_include check for BYTE_CHECK_THRESHOLD per bucket rather
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington than per character. [Brian Pane <bpane@pacbell.net>]
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson *) Normalize the primary request, redirects and sub-requests to
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson run the same ap_process_request_internal for consistency in
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson robustness, behavior and security. [William Rowe]
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington *) Fix a segfault with mod_include when r->path_info is not set
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington (which is the case with mod_proxy). [Ian Holsman <ianh@cnet.com>]
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington *) Add -X functionality back. This indicates to all MPMs and any other
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington part of Apache that it should run in "debug" mode. [Justin Erenkrantz]
bfd14616fa53e2572e7492a21467fad239deeae7Andreas Gustafsson *) Some initial support for the cygwin platform [prefork only].
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson This is not to be confused with support for the WinNT/Win32
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews platform, which is the recommended configuration for native
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews Win32 users. The cygwin platform support is recommended for
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington cygwin platform users. [Stipe Tolj <tolj@wapme-systems.de>]
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley *) Changed syntax of Set{Input|Output}Filter. The list of filters
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley must be semicolon delimited (if more than one filter is given.)
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson The Set{Input|Output}Filter directive now overrides a parent
fb0663dbdd4811c6062fe602b511227be66aec56Mark Andrews container's directive (e.g. SetInputFilter in <Directory /web/foo>
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson will override any SetInputFilter directive in <Directory /web>.)
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson This new syntax is more consistent with Add{Input|Output}Filter
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington directives defined in mod_mime. Also cures a bug in prior releases
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington where the Set{Input|Output}Filter directive would corrupt the
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington global configuration if the multiple directives were nested.
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson [William Rowe]
66921d6dd259c4486a07aba19eee2b8349698575Brian Wellington *) Cured what's ailed mime for quite some time. If an AddSomething
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson was given in the configuration (Language, Charset, Handler or
b65fc651b8aaab5d0fb9b8f6ef583d699d14a113Mark Andrews Encoding) Apache would set the content type as given by AddType,
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson but refused to check the mime.types file if AddType wasn't given
2728a98ee4104b2fb30f273893a7f354e20002b5Mark Andrews for that specific extension. Setting the AddHandler for .html
c50895694ef939f287aaa7505e0fcf634903bd34Mark Andrews without setting the AddType text/html html would cause Apache to
be387fd057ee54ae5d84904e69587d6e29bd3950Mark Andrews use the default content type. [William Rowe]
d72269740049af28b091ba81d68a067c88f53547Mark Andrews *) Added some bulletproofing to memory allocation in the LDAP cache
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson code. [Graham Leggett]
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark AndrewsChanges with Apache 2.0.25
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews *) Move the installed /manual directory out of the /htdocs/ tree, so
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews that it can be kept more independently from the remaining document
5e16689bd396d261779526345a1c5207e3308477Andreas Gustafsson root. The "Alias /manual ..." already allowed for easy projection
f7321615eaaf63461bd682513d2873d97ae31771Mark Andrews into existing private document trees. [Martin Kraemer]
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington *) Add specified user attributes to the environment when using
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington mod_auth_ldap. This allows you to use mod_include to embed specified
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington user attributes in a page like so:
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson Hello <!--#echo var="AUTHENTICATE_CN"-->, how are you?
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson [Graham Leggett]
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson *) Fix a performance problem with the worker MPM. We now create
725fec8d79ff36402b0f90a7a05aafa7964e387fBrian Wellington transaction pools once, and re-use them for each connection.
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington [Aaron Bannert <aaron@clove.org>]
19c7cce8555ccc0c95455a0c35dedd017d420d05Mark Andrews *) Modfied mod_mime to prevent mod_negotation from serving a multiview
19c7cce8555ccc0c95455a0c35dedd017d420d05Mark Andrews of a 'handler' or 'filter', so that any filename extension that does
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson not contribute to the negotiated metadata can't be served without
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson an explicit request. E.g., if the .Z extension is associated with
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson an unzip filter, the user request somefile.Z.html, mod_negotiation
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson won't serve it. It can serve somefile.Z.html when somefile.Z is
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson requested, since the .Z extension is explictly requested, if the
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews .html extension is associated with ContentType text/html.
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews [William Rowe]
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington *) Introduce the AddInputFilter filter[;filter...] ext [ext...]
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington and corresponding AddOutputFilter syntax, to insert one or more
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington filters by mod_mime filename extension processing.
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington [William Rowe]
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington *) Fix a growing connection pool in core_output_filter() for
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington keepalive requests. [Jeff Trawick]
523dd6a979865b8b1b8f1ecc81e5ce47a168c63fBrian Wellington *) Moved split_and_pass_pretag_buckets back to being a
523dd6a979865b8b1b8f1ecc81e5ce47a168c63fBrian Wellington macro at Ryans's request. Removed the return from it
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews by setting and returning a return code instead. Updated
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews the code to check the return code from the macro and
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews do the right thing. [Paul J. Reder]
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington *) Fix a segfault when a numeric value was received for Host:.
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington [Jeff Trawick]
3f8ad70264645ebd6a2a8bc7e923271eb5bf8416Brian Wellington *) Add a function ap_remove_input_filter. This is to match
3f8ad70264645ebd6a2a8bc7e923271eb5bf8416Brian Wellington up with ap_remove_output_filter. [Ryan Bloom]
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington *) Clean up location_walk, so that this step performs a minimum
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington amount of redundant effort (it must be run twice, but it will no
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington longer reparse all <Location > blocks when the request uri
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson hadn't changed.) [William Rowe]
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson *) Eliminate proxy: (and all other 'special') processing from the
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson ap_directory_walk() phase. Modules that want to use special
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson walk logic should refer to the mod_proxy map_to_location example,
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson with it's proxy_walk and proxysection implementation. This makes
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson either directory_walk flavor much more legible, since that phase
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson only runs against real <Directory > blocks.
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson [William Rowe]
228c679d7a269423019f7c528db92e855f08240bMark Andrews *) Fix a security problem in mod_include which would allow
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington an SSI document to be passed to the client unparsed.
8c6058d00f89792733b5c8d4ceee84ab5025857bAndreas Gustafsson [Cliff Woolley, Brian Pane]
148af05e15f5d7ae3b076231617369fdaf57d26dAndreas Gustafsson *) Introduce the map_to_storage hook, which allows modules to bypass
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington the directory_walk and file_walk for non-file requests. TRACE
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington [William Rowe]
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington *) Add the ability for mod_include to add the INCLUDES filter
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington if the file is configured for the server-parsed handler.
175ba246fb074ae8caca0e76ecc8055517ab486cBrian Wellington This makes the configuration for .shtml files much easier
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington to understand, and allows mod_include to honor Apache 1.3
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington config files. Based on Doug MacEachern's patch to PHP
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington to do the same thing. [Ryan Bloom]
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington *) force OpenSSL to ignore process local-caching and to always
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington get/set/delete sessions using mod_ssl's callbacks
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>,
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews Geoff Thorpe <geoff@geoffthorpe.net>]
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer *) Make the worker MPM shutdown and restart cleanly. This also
bbd3d20d0843165a74698166a3180897fd019e18Andreas Gustafsson cleans up some race conditions, and gets the worker using
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer pools more cleanly. [Aaron Bannert <aaron@clove.org>]
bbd3d20d0843165a74698166a3180897fd019e18Andreas Gustafsson *) Implement CRYPTO_set_locking_callback() in terms of apr_lock
f7e900edbc368275aa7cec7ebec0986e45aeadd7Mark Andrews [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington *) Fix for mod_include. Ryan's patch to check error
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington codes put a return in the wrong place. Also, the
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington include handler return code wasn't being checked.
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington I don't like macros with returns, so I converted
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington [Paul J. Reder <rederpj@raleigh.ibm.com>]
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley *) fix segv in mod_mime if no AddTypes are configured
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley [John Sterling <sterling@covalent.net>]
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley *) Enable ssl client authentication at SSL_accept time
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
065958bd3d26dbc25ff313cfcee07bb6a77ee47eBrian Wellington *) Fix a segfault in mod_include when the original request has no
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley associated filename (e.g., we're filtering the error document for
4e7942dc7612acb71b111a5e8d919960f5a9efc5Mark Andrews a bad URI). [Jeff Trawick]
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson *) Fix a storage leak (a strdup() call) in mod_mime_magic. [Jeff Trawick]
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson *) The prefork and OS/2 MPMs are overwriting the pid file when a second copy
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson of httpd is started and shuts down due to socket conflict. Moving the
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson call to ap_log_pid solves the problem.
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence *) Changed the late-1.3 log_config substitution %c to %X, to log the
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence status of the closed connection, as it conflicts with the far more
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence common, historical ssl logging directive %...{var}c. [William Rowe]
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence *) Added the common error/ tree to the build/install targets
046a9aca49bdc25bd57d75fd0dd34c021722f095Mark Andrews (similar to the common icons/ tree) for the multi-language error
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews messages that Lars committed earlier. [William Rowe]
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews *) Added a multi process, multi threaded OS/2 MPM mpmt_os2. [Brian Havard]
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews *) Added a default commented-out mod_ldap and mod_auth_ldap
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews configuration to httpd-std.conf and httpd-win.conf
be171be1799e0ba8cdd35d4f67b772ff086d0d81Andreas Gustafsson [Graham Leggett]
9f28451bca8377ef6c9ea3b0a49bf342c9fa6800Mark Andrews *) Added documentation for mod_ldap and mod_auth_ldap.
9f28451bca8377ef6c9ea3b0a49bf342c9fa6800Mark Andrews [Graham Leggett]
af5dc286ff4b750deec50d1c006aae5fc38019c0Mark Andrews *) Enabled negative caching on attribute comparisons in the LDAP cache.
af5dc286ff4b750deec50d1c006aae5fc38019c0Mark Andrews Fixed a problem where the default cache TTL was set in milliseconds
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson not microseconds causing the cache to time out almost immediately.
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington [Graham Leggett]
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington *) Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence module code to follow APR. [Graham Leggett]
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence *) Fixed LDAP cleanup on graceful restarts. LDAP connections are now
86b8c485762daa54a96d033110f6f41ea96e5213David Lawrence cleaned up when the connection pool pool is cleaned up.
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence [Graham Leggett]
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence *) Fix a minor issue with Jeff Trawick's mod_include
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence patch. Without this patch, the code will just allocate
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence more bytes in get_combined_directive than are needed.
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence *) Added the LDAP authentication module mod_auth_ldap.
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington *) Added the LDAP cache and connection pooling module mod_ldap.
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence by allowing a module to disable itself if its prerequisites are not
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence met. [Justin Erenkrantz]
6094a7774954463e312f7266c8d4d3f26aa07d4aAndreas GustafssonChanges with Apache 2.0.24
8dc3d2006f679d0a291f7a20612c37e2a7146096Brian Wellington *) Fix a couple of issues in mod_include when the tag appeared at
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson offsets near 8192 in the file being parsed. [Jeff Trawick]
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson *) Fix an assertion failure in mod_ssl when the keepalive timeout is
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson reached. [Jeff Trawick]
a06df85974344892431b14bec51c1beeee971eccAndreas Gustafsson *) Numerous improvements to the Win32 build system. Introduced command line
24c5978e0b32137305c2bef2c6e116ee7680a610Andreas Gustafsson builds without requiring .mak files for MSVC 6.0 and later versions.
f0f61db621eed0c453e31bb85f6803c550e19a6bAndreas Gustafsson Improved .dsp file compatibility for both Visual Studio 5.0 and 6.0 users.
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington [William Rowe]
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington *) Assorted corrections and improvements to the winnt_mpm startup code. Better
9be0c3d823200bed1286cff6bddf2a8c639f5287Brian Wellington reporting of uninstalled services and other error conditions, and changed the
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence default service name to Apache2. [William Rowe]
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence *) Numerous improvements to the Win32 ApacheMonitor utility, including winnt_mpm
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence compatibility with existing Apache 1.3 Win32 Apache management utilites.
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson [Mladen Turk <mturk@mappingsoft.com>, William Rowe]
7d33e8996948523e0180bc7e28a93d534d878dccAndreas Gustafsson *) Fixed the segfaults in mod_mime introduced by hash tables in 2.0.20.
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington [William Rowe, Greg Ames]
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington *) Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage
732f883c12f171186d7f3331ebdf5d16044b14b0Brian Wellington and RemoveCharset directives. [William Rowe]
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson *) The Unix MPMs other than perchild now allow child server
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson processes to use the accept mutex when starting as root and
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson using SysV sems for the accept mutex. Previously, this
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson combination would lead to fatal errors in the child server
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson processes. perchild can't use SysV sems because of security
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson issues. [Jeff Trawick, Greg Ames]
f53848e17123569387b279578f0100dca5407da5Mark Andrews *) Added Win32 revision stamp resources to all http binaries
f53848e17123569387b279578f0100dca5407da5Mark Andrews (including modules/ and support/ tools.) PR7322 [William Rowe]
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington *) Fix ap_rvprintf to support more than 4K of data at one time.
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington [Cody Sherr <csherr@covalent.net>]
64a84169d7eed05486b10be90afea58f4af146f9Brian Wellington *) We have always used the obsolete/deprecated Netscape syntax
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews for our tracking cookies; now the CookieStyle directive
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson allows the Webmaster to choose the Netscape, RFC2109, or
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews RFC2965 format. The new CookieDomain directive allows the
acc63b06d9e4e2137950dabddcccd17d8b336ca0Olafur Gudmundsson setting of the cookie's Domain= attribute, too. PR #s 5006,
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington 5023, 5920, 6140 [Ken Coar]
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington *) Tweak server/Makefile so that the rules for generating exports.c
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson are compatible with make utilities which don't expand wildcards
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson in a dependency list (e.g., OS/390 make, certain levels of GNU
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson make). [Jeff Trawick]
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson *) Install the SSL headers. [John Sterling <sterling@covalent.net>]
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson *) Begin to sanitize the MPM configuration directives. Now, all
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson MPMs use the same functions for all common MPM directives. This
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson should make it easier to catch all bugs in these directives once.
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson [Cody Sherr <csherr@covalent.net>]
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson *) Close a major resource leak. Every time we had issued a
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson graceful restart, we leaked a socket descriptor.
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson *) Fix a problem with the new method code. We need to cast
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson the 1 to an apr_int64_t or it will be treated as a 32-bit
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence integer, and it will wrap after being shifted 32 times.
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence [Cody Sherr <csherr@covalent.net> and Ryan Morgan <rmorgan@covalent.net>]
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence *) Fix a bug in mod_expires. Previous to this patch, if you
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence told mod_expires to add 604800 seconds to the last-modified
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence time, it actually added 604800 usec's to the last-modified time,
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence so that when looking at the response it looked like nothing
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence had been done. The root of the problem was that we always compute
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence time in usec's, but we ask users to input sec's. This means we
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence need to convert to usec's before using those values.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence *) The worker MPM now handles shutdown and restart requests. It
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington definitely isn't perfect, but we do stop the servers correctly.
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington The biggest problem right now is that SIGHUP causes the server to
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington just die. [Ryan Bloom]
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian WellingtonChanges with Apache 2.0.23
253f774e358dba38742a484426a4cadf4f248817Brian Wellington *) Use the prefork MPM by default on Unix. [various]
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington *) Added a systray icon monitor application for Win32.
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington [Mladen Turk <mturk@mappingsoft.com>]
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson *) mod_rewrite: Fix the line ending on some non-Unix systems for
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson messages written to the rewrite log.
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson [Richard Labennett <rlabenn@us.ibm.com>]
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson *) All mod_autoindex query parsing is now quietly quashed with the
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson IndexOption IgnoreClient. The IndexOption SuppressColumnSorting
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington still drops the column sort <a href>'s for the column headers, but
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington IgnoreClient is required to ignore these Query options entirely.
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington [William Rowe]
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer *) Introduced new mod_autoindex query argument parsing for F=[0|1|2]
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer to allow the client to select plain, FancyIndexing or HTMLTable
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence formatting, V=[0|1] to inhibit or enable version sorting, and
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence P=pattern to return only specific files. The old Query Arguments
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence were reorganized as C=f for sorting column 'f' (same N, D, S, or M
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington as before), and O=A|D for ordering ascending or descending.
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington [William Rowe]
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer *) Fixed an error in mod_include's directive parsing routines which
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer caused #if, #elif, and #else expressions containing backslashes
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence to be improperly evaluated. [Cliff Woolley]
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence *) Introduced new mod_autoindex IndexOptions flags: SuppressIcon to
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence drop the icon column, SuppressRules to drop the <hr> elements,
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson and HTMLTable to create rudimentary HTML table listings (implies
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington FancyIndexing). [William Rowe]
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington *) Re-introduced the mod_autoindex IndexOptions flag TrackModified
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington from Apache 1.3.15. This is needed for two reasons, first, given
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington multiple machines within a server farm, ETags and Last-Modified
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington stamps won't correspond from machine to machine, and second, many
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington Unixes don't capture changes to the date or time stamp of existing
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington files, since these don't modify the dirent itself. [William Rowe]
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington *) Re-introduced the mod_autoindex IndexOptions flag FoldersFirst
833535ea78ec7a15376b862fd288ffd00f808666Brian Wellington and DirectoryWidth options from Apache 1.3.10.
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington [William Rowe, Ken Coar]
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington *) Eliminated FancyIndexing directive, deprecated early in Apache
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington 1.3 by the IndexOptions FancyIndexing syntax. [William Rowe]
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson *) mod_autoindex now excludes any file names that would result in
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson an error, other than a success or redirect. Also optimized
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson the parent directory, always included except in the URI '/'.
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington [William Rowe]
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington *) Refactored mod_negotiation and mod_mime to help mod_dir accept
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson negotiated index pages, and prevent the server from defaulting
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson to an autoindex of the directory. mod_negotiation will now die
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson with a 500 Internal Error if it could match some filenames
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington (e.g. for mod_dir) but none can be served. mod_negotation now
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington refuses to serve any file with an extention that mod_mime doesn't
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington recognize, and wasn't part of the request. [William Rowe]
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson *) Eliminate mod_cgi's handling of .exe files without the .exe file
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson extension. This is already handled by multiviews, if the admin
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson wishes to AddHandler .exe or define a content type handler and
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson associate .exe files with that content type. Multiviews must be
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson enabled to allow these to be served. [William Rowe]
5a6335a8bffdcc15ab4b3bb01d070080f9bc892eMark Andrews *) Speed up the server's response to a spike in incoming workload
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson or restarts by assigning empty scoreboard slots to new processes
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson when they are available. [Greg Ames]
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson *) Add a handler to mod_includes.c. This handler is designed to
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson implement the XbitHack directive. This can't be done with a
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson fixup, because we need to check the content-type, which is
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson only available in the handler phase. [Ryan Bloom]
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews *) Make the includes filter check return codes from filters lower in
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews the filter chain. If a lower level filter returns an error, then
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews the request needs to stop immediately. This allows mod_include to
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews stop parsing data once a lower filter recognizes an error.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews [Ryan Bloom]
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson *) Add the ability to extend the methods that Apache understands
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson and have those methods <limit>able in the httpd.conf. It uses
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson the same bit mask/shifted offset as the original HTTP methods
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson such as M_GET or M_POST, but expands the total bits from an int to
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson an ap_int64_t to handle more bits for new request methods than
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson an int provides. [Cody Sherr <csherr@covalent.net>]
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson *) Fix broken mod_mime behavior in merging its arguments. Possible
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews cause of unexplicable crashes introduced in 2.0.20. [William Rowe]
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews *) Solve many mod_ssl porting issues (too many to detail) with
483958540f0034d543f0564beb7877326f15a45bMark Andrews help from the whole team, but most notably [Ralf S. Engelschall,
483958540f0034d543f0564beb7877326f15a45bMark Andrews Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>,
59e1a928bc4253b91ead0f7c46be7d3984cb3016Bob Halley Doug MacEachern, William Rowe, Cliff Woolley]
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson *) More stall fixes for the threaded & worker mpm's.
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson Make mod_status output more accurate. Don't
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson count workers in processes which aren't actively
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews serving requests. [Greg Ames]
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews *) Win32: Get SSI exec cgi tag working. [Bill Stoddard]
f9870620b346ed267023dc98ee81adcfef2e16b7Andreas Gustafsson *) Add a single listener/multiple worker MPM. This MPM is
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews definately not fully correct, but it allows us to solve many
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews of the problems that exist in the threaded MPM. This is a
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews modified version of the threaded MPM. [Ryan Bloom]
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews *) Improve content generation throughout Apache, providing closer
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews compliance with HTML 3.2, HTML 4.01 Transitional and XHTML 1.0
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews Transitional specifications. [William Rowe]
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas GustafssonChanges with Apache 2.0.22
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington *) Fix a problem where the threaded MPM stalls after restarts or
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington segfaults. Also prevent multiple active processes from using
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson the same scoreboard slot. [Greg Ames]
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson *) Apache/Win32 now fills in the service description with Apache's
d7e77a9b59138e8a94d3dfa4e41e1852ad51ac25Andreas Gustafsson server version string, including loaded and advertised modules.
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson [William Rowe]
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson *) Improved support for the Win32 build, to recover gracefully from
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson missing apr or apr-util directories or the awk interpreter,
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley create the proper cgi-bin examples, including a test-cgi.bat, and
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson fix the perl shebang line for printenv.pl, when installing from
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley the build environment. [William Rowe]
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley *) Fix a segfault in threaded.c caused by passing uninitialized
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley apr_thread_t * to apr_thread_join(). [Jeff Trawick]
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley *) Use new APR number conversion functions to reduce CPU consumption
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley when setting the content length, and in mod_log_config.
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley [Brian Pane]
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson *) Fix problem reported by Taketo Kabe <kabe@sra-tohoku.co.jp>
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson where HEAD response headers were being repeated twice for
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson files greater than 32K bytes (4*AP_MIN_BYTES_TO_WRITE). This
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson problem in the http_header filter was exposed by the recent rewrite
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson of the content_length filter. [Taketo Kabe, Bill Stoddard]
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson *) Fix seg faults in mod_status with ExtendedStatus enabled, after
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson restarts. A garbage pointer to a vhost's server_rec from the
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson previous generation was being left around under certain
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington conditions. [Greg Ames]
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson *) Fix a cosmetic problem with mod_include. Non-existant SSI vars
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson used to appear as '(none', without the closing paren.
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson [G�nter Knauf <eflash@gmx.net>]
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson *) Improve the exports generating awk script. In the past, we had
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson work around problems in the awk script by avoiding some #if and
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence #ifdefs. This has bitten us many times in generating the exports.c
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence file. This improvement allows corrects the header file parsing.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence [Sander Striker <striker@apache.org>]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David LawrenceChanges with Apache 2.0.21
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence *) Resolve the Win32 htpasswd bug, where a file that existed would be
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence overwritten, regardless of the -c flag.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence [William Rowe, Mladen Turk <mladen.turk@mail.inet.hr>]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence *) Introduce connection sub-pools into ab. Truncating the lifetime
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence of these allocations means that ab no longer perpetually grows
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence its working set, running out of memory on large request attempts.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence [William Rowe]
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington *) Make scoreboard creation a hook. This allows management
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington modules to have access to the scoreboard at the time that it is
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington created, and at every restart request.
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington [Cody Sherr <csherr@covalent.net>]
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson *) Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson daemon index actually used in the scoreboard. I also
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington updated the pertinent calls. [Paul J. Reder]
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington *) Win32: Prevent listening sockets from being inherited by
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson the Apache child process, CGI scripts, rotatelog process
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson etc. If the Apache child process segfaults, any processes
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson that the child started are not reaped. Prior to this fix,
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson these processes inherited the listening sockets which sometimes
733e928f714c848aa394c2d12b6239bc7780101bMark Andrews prevented the restarted Apache child process from accepting
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson connections (ie, the server would hang).
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson [Bill Stoddard]
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson *) Provide vhost and request strings when ExtendedStatus is on.
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson *) Fix some issues with the pod and prefork: check the pod *after*
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson processing a connection so that a server processing a time-
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson consuming request bails out as soon as practical; when the
066faef1195d539f575816ccab87ff3e85b1b13eBrian Wellington parent process wakes up a server process via connect(), use an
dffdc24ffd76ef3d8c8141671e89fb39428fef06Brian Wellington APR timeout on the connect() so that we don't hang for a long
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews time if there aren't server processes around to do accept().
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews [Jeff Trawick, Greg Ames]
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer *) Performance improvement to mod_mime.c. find_ct() in mod_mime,
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer spends a lot of time in apr_table_get calls. Using the default
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer httpd.conf, the tables for languages and charsets are somewhat
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer large, so the time spent scanning them on each request is
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer significant. Replacing the tables with hash tables provides
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer a nice speedup. [Brian Pane <bpane@pacbell.net>]
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson *) Add two functions to allow modules to access random parts of the
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson scoreboard. This allows modules compiled for one MPM to access the
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson scoreboard, even if it the server was compiled for another MPM.
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson [Harrie Hazewinkel <harrie@covalent.net>]
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas GustafssonChanges with Apache 2.0.20
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington *) Fix problem in content-length filter where the filter would
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington buffer all the output from a CGI before sending any bytes
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews down the filter stack to the network. This problem would cause
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews significant memory consumption if the CGIs generated
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington lots of bytes. [Bill Stoddard]
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews *) Get non-blocking CGI pipe reads working with the bucket brigades.
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews [Bill Stoddard]
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews *) Fix seg fault on Windows when serving files cached with mod_file_cache.
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews [Bill Stoddard]
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews *) Fix a bug in the threaded MPM that would cause it to kill off all
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews workers immediately after starting if the number of workers started
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews was above a certain threshold. [Ryan Bloom, Bill Stoddard]
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid LawrenceChanges with Apache 2.0.19
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence *) Fix problem with threaded MPM. The problem was that if each child
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence process was busy serving a single long-lived request and the server
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence was sent a graceful restart signal, the server would stop serving
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence requests. This would happen because each child process would wait to
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews die until the last thread was done, and the parent wouldn't spawn any
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews new children until a process died. Now, the parent looks at the fact
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews that the children are dying gracefully, and starts new children.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence Those new children only start enough threads to compliment the number
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence of threads in the other child process that shares the same spot in
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews the scoreboard. In this way, we make sure to never go over
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews MaxClients. [Ryan Bloom]
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews *) modified mod_negotiation and mod_autoindex to speed up by almost a
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews factor of two on apr_dir_read()-enhanced platforms, such as Win32
72fa265baa3d138b43427bcb5c0838740f807045Mark Andrews and OS2, by calling ap_sub_request_lookup_dirent() with the results
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson already provided by apr_dir_read(). [William Rowe]
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews *) mod_file_cache is now more robust to filtering and serves requests
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews slightly more efficiently. [Cliff Woolley]
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews *) Fix problem handling FLUSH bucket in the chunked encoding filter.
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews Module was calling ap_rwrite() followed by ap_rflush() but the
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews served content was not being displayed in the browser. Inspection
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington of the output stream revealed that the first data chunk was
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington missing the trailing CRLF required by the RFC. [Bill Stoddard]
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews *) apxs no longer generates ap_send_http_header() in the example handler
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews *) Fix an ab problem which could cause a divide-by-zero exception
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews with certain invocations (e.g., ab -k -c 6 -n 100 localhost/).
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson [Ian Holsman <ianh@cnet.com>]
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington *) Solve case-insensitive platforms' confusion about negotiated
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington filenames, allowing files of differnt case to match in choosing
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson the document to serve. [William Rowe]
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson *) Fix brokenness when ThreadsPerChild is higher than the built-in
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson limit. We left ap_threads_per_child at the higher value which
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson led to segfaults when doing certain scoreboard operations.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson [Jeff Trawick]
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington *) Fix seg faults and/or missing output from mod_include. The
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington default_handler was using the subrequest pool for files and
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington MMAPs, even though the associated APR structures typically
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington live longer than the subrequest. [Greg Ames]
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews *) Extend mod_setenvif to support specifying regular expressions
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson Example: SetEnvIf ^TS* [a-z].* HAVE_TS
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson will cause HAVE_TS to be set if any of the request headers begins
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson with "TS" and has a value that begins with any character in the
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington set [a-z]. [Bill Stoddard]
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence *) httpd children now re-bind themselves to a random CPU on
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence multiprocessor systems on AIX via bindprocessor() in 2.0.
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence [Victor J. Orlikowski]
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence *) Fix htdigest. It would go into a loop in getline when adding
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence a second user. [Bill Stoddard]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley *) Win32 platforms now fully support mod_userdir options. [Will Rowe]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley *) Automatically generate httpd.exp for AIX.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley DSOs now work again on AIX in 2.0
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley [Victor J. Orlikowski]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley *) Add a new request hook, error_log. This phase allows modules
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley to act on the error log string _after_ it has been written
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley to the error log. The goal for this hook is to allow monitoring
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley modules to send the error string to the monitoring agent.
86c270cbb24117976d6cd3098c3010e067915c24Andreas Gustafsson *) Modify mod_echo to make it use filters for input and output.
86c270cbb24117976d6cd3098c3010e067915c24Andreas Gustafsson [Ryan Morgan <rmorgan@covalent.net>]
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews *) Extend mod_headers to support conditional driven Header
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews add, append and set. Use SetEnvIf to set an envar and conditionally
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews add/append/set headers based on this envar thusly:
8217f91f8d2dd6e94a2bf893284506ea47cd294aAndreas Gustafsson SetEnvIf TSMyHeader value HAVE_TSMyHeader
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer Header add MyHeader "%t %D" env=HAVE_TSMyHeader
588b63e1a86fb707172830e14897da624ed380edMark Andrews If the request contains header "TSMyHeader: value" then header
588b63e1a86fb707172830e14897da624ed380edMark Andrews MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington [Bill Stoddard]
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington *) Extend mod_headers to support using format specifiers on Header
452d75b18f9d050086964fa39c326cf388517396Mark Andrews add, append and set header values. Two format specifiers are supported:
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews %t - reports, in UTC microseconds since the epoch, when the
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews request was received.
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington %D - reports the time, in microseconds, between when the request was
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington received and the response sent.
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews Header add MyHeader "This request served in %D microseconds. %t"
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews results in a header being added to the response that looks like this:
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington MyHeader: This request served in D=5438 microseconds. t=991424704447256
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews [Bill Stoddard]
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews *) Fix reset_filter(). We need to be careful how we remove filters.
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews If we set r->output_filters to NULL, we also have to reset the
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews connection's filters. [John Sterling]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer *) Optimise reset_filter() in http_protocol.c. [Greg Stein]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer *) Add a check to ap_die() to make sure the filter stack is sane and
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer contains the correct basic filters when an error occurs. This fixes
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson a problem where headers are not being sent on error. [John Sterling]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson *) New Header directive 'echo' option. "Header echo regex" will
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer cause any headers received on the request that match regex to be
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer echoed to (included in) the response headers.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer [Bill Stoddard]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer *) include/ap_compat.h tested and set APR_COMPAT_H instead of AP_COMPAT_H.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer This prevented the inclusion of apr_compat.h. PR #7773
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer [Oleg Broytmann <phd@phd.pp.ru>]
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson *) Moved util_uri to the apr-util library. This required a bunch of
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson apr_name changes for the uri utility functions. [Justin Erenkrantz]
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson *) Move the addition of default AP_HTTP_HTTP_HEADER filters to the
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson insert_filter phase so that other filters are not bypassed by default.
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson [Graham Leggett]
e2b52099918681498136fc82df192d256cc3cdd3Brian Wellington *) Reimplement mod_headers as an output filter. mod_headers can now
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson add custom headers to inbound requests using the RequestHeader directive
389ec663f262cc219e986d6600eec9707ef2cb24Brian Wellington and to responses using the same old Header directive. [Graham Leggett]
e549eb1242b69ee050440e7205a5633cb56199b3Mark AndrewsChanges with Apache 2.0.18
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews *) Fix command-line processing so that if a bad argument is specified
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews Apache will exit. [Jeff Trawick]
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews *) Change the make targets and rules to be consistent in all of the
fce9a9550e8e7a6dff4093d4815ec41fae2d7b55Mark Andrews Apache-owned source trees. [Roy Fielding]
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson *) Fix processing of the TRACE method. Previously we passed bogus
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson parms to form_header_field() and it overlaid some vhost structures,
93d5a6b95e88f57b7619d9728f06e3aa5e2f0c65Andreas Gustafsson resulting in a segfault in check_hostalias().
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson [Greg Ames, Jeff Trawick]
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson *) Win32: Add support for reliable piped logs. If the logging process
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson goes down, Apache will automatically restart it. This function has
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson been part of Apache on Unix/Linux/BSD since the early v1.3 releases.
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson [Bill Stoddard]
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews *) Do not start piped log processes during the config file
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington preflight. This change also circumvents a problem on
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington Windows where the rotatelog processes created during preflight
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington was not getting cleaned up properly.
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington [Bill Stoddard]
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer *) add "Request Phase Participation" info to mod_info
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer [Doug MacEachern]
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer *) Make first phase changes to the scoreboard data structures in
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer preparation for the rewriting of the scoreboard per my posted
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer design notes. [Paul J. Reder]
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson *) Fix httpd's definition of LTFLAGS to be consistent with that of apr
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson and apr-util, allow it to be overridden by the configure command-line
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson (default="--silent") and introduce LT_LDFLAGS to replace what we were
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson formerly abusing as LTFLAGS. [Roy Fielding]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson *) Clean up the reporting of incorrect closing container tags.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson [Barrie Slaymaker <barries@slaysys.com>]
e412ae947df6de858883564b8676a9650df70d9aMark Andrews *) Simplify the configure process by moving all libtool stuff to APR
e412ae947df6de858883564b8676a9650df70d9aMark Andrews and moving hints.m4 inline. [Roy Fielding]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson *) Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews of functions used by mod_proxy for export in the DLL
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews [Ian Holsman <IanH@cnet.com>]
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews *) Prevent a hang when a cgi handled by mod_cgid tries to read a
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson request body from its stdin but no reqest body is being written to
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson the cgi. [Jeff Trawick]
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson *) mod_log_config: %c connection status incorrectly logged
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson as "-" (non-keepalive) when MaxKeepAliveRequests is set to 0.
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson [Bill Stoddard]
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson *) Get mod_cern_meta working under Windows
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson [Bill Stoddard]
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews *) Create Files, and thus MMAPs, out of the request pool, not the
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson connection pool. This solves a small resource leak that had us
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson not closing files until a connection was closed. In order to do
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson this, at the end of the core_output_filter, we loop through the
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson brigade and convert any data we have into a single HEAP bucket
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson that we know will survive clearing the request_rec.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson [Ryan Bloom, Justin Erenkrantz <jerenkrantz@ebuilt.com>,
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson Cliff Woolley]
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson *) Completely revamp configure so that it preserves the standard make
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson the configure additions to EXTRA_* variables. Also, allow the user
dc2e45d08d73fdaefd92dbfa4d69b4d3f3b0f249Andreas Gustafsson to specify NOTEST_* values for all of the above, which eliminates the
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson avoid pointless duplications. Fix the order in which flags are given
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson on the compile and link lines. Remove obsolete macros APR_DOEXTRA,
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson AC_ADD_LIBRARY, AC_CHECK_DEFINE, APACHE_PASSTHRU, and APACHE_ONCE.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson Added APR_SAVE_THE_ENVIRONMENT and APR_RESTORE_THE_ENVIRONMENT macros.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson Renamed AC_TYPE_RLIM_T macro to APACHE_TYPE_RLIM_T. [Roy Fielding]
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson *) Get mod_tls to compile/work better on Windows. PR #7612
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington [Bernhard Schrenk <b.schrenk@improx.com>]
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson *) Fix shutdown/restart hangs in the threaded MPM.
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews [Jeff Trawick, Greg Ames, Ryan Bloom]
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews *) Removed the keptalive boolean from conn_rec because it is now only
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews used by a single routine and can be replaced by a local variable.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews [Greg Stein, Ryan Bloom, Roy Fielding]
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews *) Patch prefork to put enough of the signal processing back in so that
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews signals are all handled properly now. The previous patch fixed the
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews deadlock race condition, but broke the user directed signal handling.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews This fixes it to work the way it did before my previous prefork patch
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews (primarily, SIGTERM is now working).
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence *) Change how input filters decide how much data is returned to the
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence higher filter. We used to use a field in the conn_rec, with this
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson change, we use an argument to ap_get_brigade to determine how much
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence data is retrieved. [Ryan Bloom]
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson *) Fix seg fault at start-up introduced by Ryan's change to enable
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson modules to specify their own logging tags. mod_log_config
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson registers an optional function, ap_register_log_handler().
cd73a1c823bc9feea603803a96a9e5f5da8bf33dMichael Sawyer ap_register_log_handler() was being called by http_core before
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington the directive hash table was created. This patch creates the
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington directive hash table before ap_register_log_handler() is
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson registered as an optional function.
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
b0796437d493ca2e083ab0ff02acf0dc0c8ad2a3David Lawrence *) Add ap_set_int_slot() function
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington [John K. Sterling <sterling@covalent.net>]
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson *) Under certain circumstances, Apache did not supply the
e42c402595802edceafbd3e5338dda011fbbcdb6Michael Sawyer right response headers when requiring authentication.
cc7420cb3b8eb2c48a00384784701bfee37cc96fAndreas Gustafsson [Gertjan van Wingerde <Gertjan.van.Wingerde@cmg.nl>] PR#7114
8357e90fba97010a86356a41c8a961d5d602d7d0Michael Sawyer (This is a port of the change that went into Apache 1.3.19.)
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson *) Allow modules to specify their own logging tags. This basically
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson allows a module to tell mod_log_config that when %x is encountered
abb38b673379d6dae7cbb495f814d73a4afe5c8bAndreas Gustafsson a specific function should be called. Currently, x can be any single
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer character. It may be more useful to make this a string at some point.
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews [Ryan Bloom]
b374727d513049b4bfcb9eb021002595fe6a7c63Mark AndrewsChanges with Apache 2.0.17
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson *) If a higher-level filter handles the the byterange aspects of a
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews request, then the byterange filter should not try to redo the
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews work. The most common case of this happening, is a byterange
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews request going through the proxy, and the origin server handles
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews the byterange request. The proxy should ignore it.
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews [Graham Leggett <minfrin@sharp.fm>]
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews *) Changed the threaded mpm to have child_main join to each of the
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson worker threads to make sure the kids are all gone before child_main
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson exits after a signal (cleanup from perform_idle_server_maintenance).
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson This is an extension of Ryans recent commit to make the child_main
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson the signal thread.
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson *) Add more options to the ap_mpm_query function. This also allows MPMs to
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson report if their threads are dynamic or static. Finally, this also
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews implements a new API, ap_show_mpm, which returns the MPM that was
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews required into the core. [Harrie Hazewinkel <harrie@covalent.net>]
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley *) Do not install the binaries from the support directory twice.
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley [jun-ichiro hagino <itojun@iijlab.net>]
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley *) The ap_f* functions should flush data to the filter that is passed
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley in, not the the filter after the one passed in.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson [Ryan Morgan <rmorgan@covalent.net>]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson *) Make ab work again by changing its native types to apr types and formats.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews *) Move the byterange filter and all of the supporting functions back
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews to the HTTP module. The byterange filter turned out to be very
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley HTTP specific, and it belongs in the HTTP module. [Greg Stein]
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley *) Make clean, distclean, and extraclean consistently according to the
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley Gnu makefile guidelines. [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff *) Fix errors in the renaming of the apr_threadattr_detach_xxx functions.
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff This may have been causing problems stopping processes in the threaded
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff mpm's. [Greg Ames]
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson *) Fix content-length in mod_negotiation to a long int representation.
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson [William Rowe]
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson *) Remove BindAddress from the default config file.
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson [giles@nemeton.com.au]
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson *) Allow module authors to add a module to their Apache build using
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson --with-module, without re-running buildconf. The syntax is:
ba43c53451d5c38765f376eeede457178b36951aBob Halley --with-module=module_type:/path/to/module.c
ba43c53451d5c38765f376eeede457178b36951aBob Halley The configure script will copy the module.c file to
ba43c53451d5c38765f376eeede457178b36951aBob Halley modules/module_type, and it will be added to the relevant Makefiles.
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews currently, this only works for static modules. [Ryan Bloom]
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews *) Changes required to make prefork clean up idle children properly.
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews There was a window during which a starting worker deadlocks when
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews an idle cleanup arrives before it completes init. Apache then keeps
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews trying to cleanup the same deadlocked worker forever (until higher
668278867ba063995988507b6b28724ebb9f9391Mark Andrews pids come along, but it still will never reduce below the deadlocked
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff pid). Thus the number of children would not reduce to the correct
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson idle level. [Paul J. Reder]
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas GustafssonChanges with Apache 2.0.16
2053a53eeac7f069311d8ed67333503c7d3a2e2bAndreas Gustafsson *) Change the default installation directory to /usr/local/apache2,
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson as now defined by the "Apache" layout in config.layout. [Marc Slemko]
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson *) OS/2: Added support for building loadable modules as OS/2 DLLs.
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson [Brian Havard]
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson *) Get MaxRequestsPerChild working with the Windows MPM.
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson [Bill Stoddard]
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson *) Make generic hooks to work, with mod_generic_hook_import/export
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson experimental modules. [Ben Laurie, Will Rowe]
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson *) Fix segfaults for configuration file syntax errors such as
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson "<Directory>" followed by "</Directory" and
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson "<Directory>" followed by "</Directoryz>". [Jeff Trawick]
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson *) Cleanup the --enable-layout option of configure. This makes
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson us use a consistent location for the config.layout file, and it
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson makes configure more portable.
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson [jun-ichiro hagino <itojun@iijlab.net>]
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff *) Changes to 'ab'; fixed int overrun's, added statistics, output in
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff csv/gnuplot format, rudimentary ssl support and various other tweaks
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff to make results more true to what is measured. The upshot of this it
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff turns out that 'ab' has often underreported the true performance of
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff apache. Often by a order of magnitude :-) See talk/paper of Sander
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff Temme <sctemme@covalent.net> at April ApacheCon 2001 for details.
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff [Dirk-Willem van Gulik]
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington *) Clean up mod_cgid's temporary request pool. Besides fixing a
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington storage leak this ensures that some unnecessary pipes are closed.
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington [Jeff Trawick]
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley *) Performance: Add quick_handler hook. This hook is called at the
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley very beginning of the request processing before location_walk,
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley translate_name, etc. This hook is useful for URI keyed content
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley caches like Mike Abbott's Quick Shortcut Cache.
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington [Bill Stoddard]
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington *) top_module global variable renamed to ap_top_module [Perl]
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson *) Move ap_set_last_modified to the core. This is a potentially
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson controversial change, because this is kind of HTTP specific. However
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson many protocols should be able to take advantage of this kind of
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley information. I expect that headers will need one more layer of
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley indirection for multi-protocol work, but this is a small step in
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley the right direction. [Ryan Bloom]
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff *) Enable mod_status by default. This matches what Apache 1.3 does.
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff *) Add a ScriptSock directive to the default config file. This is
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington only enabled when mod_cgid is used.
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson [Taketo Kabe <kabe@sra-tohoku.co.jp>]
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas GustafssonChanges with Apache 2.0.15
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff *) Untangled the buildconf script and eliminated the need for build's
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson libtool muck that is now under srclib/apr/build. [Roy Fielding]
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff *) Win32: Don't accept more connections than we have worker threads
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson [Bill Stoddard]
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson *) Fix bug in the Unix threaded.c MPM that allowed child processes
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson to fork() new child processes.
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson [Bill Stoddard]
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson *) Fix a major security problem with double-reverse lookup checking.
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson Previously, a client connecting over IPv4 would not be matched
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson properly when the server had an IPv6 listening socket. PR #7407
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson [Taketo Kabe <kiabe@sra-tohoku.co.jp>]
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington *) Change the way the beos MPM handles polling to allow it to stop and
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington restart. Problem was the sockets being polled were being reset by
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington the select call, so once it had accepted a connection it was no
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson longer listening on the UDP socket we use for shutdown instructions.
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson APR needs to be altered, patch on it's way. [David Reid]
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson *) Empty out the brigade shared by ap_getline()/ap_get_client_block()
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington on error exit from ap_getline(). Some other code got upset because
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington the wrong data was in the brigade. [Greg Ames, Jeff Trawick]
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson *) Handle ap_discard_request_body() being called more than once.
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson [Greg Ames, Jeff Trawick]
d9ec31a329a14588127b0a15618dec53ca41c73eAndreas Gustafsson *) Get rid of an inadvertent close of file descriptor 2 in
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson mod_mime_magic. [Greg Ames, Jeff Trawick]
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington *) Add a hook, create_request. This hook allows modules to modify
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington a request while it is being created. This hook is called for all
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington request_rec's, main request, sub request, and internal redirect.
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson When this hook is called, the the r->main, r->prev, r->next
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson pointers have been set, so modules can determine what kind of
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson request this is. [Ryan Bloom]
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson *) Cleanup the build process a bit more. The Apache configure
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson script no longer creates its own helper scripts, it just
cdc2d4a065b6b1a00f0b07aae94bc7cb380d15bcAndreas Gustafsson [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson *) Stop the forced downgrade of the connection to HTTP/1.0 for
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson proxy requests. [Graham Leggett]
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson *) Avoid using sscanf to determine the HTTP protocol number in
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson the common case because sscanf is a performance hog. From
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson Mike Abbot's Accelerating Apache patch number 6.
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson [Mike Abbot <mja@trudge.engr.sgi.com>, Bill Stoddard]
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington *) Fix a security exposure in mod_access. Previously when IPv6
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington listening sockets were used, allow/deny-from-IPv4-address rules
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington were not evaluated properly (PR #7407). Also, add the ability to
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington specify IPv6 address strings with optional prefix length on Allow
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson and Deny. [Jeff Trawick]
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson *) Enhance rotatelogs so that a UTC offset can be specified, and
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson the logfile name can be formatted using strftime(3). (Brought
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson forward from 1.3.) [Ken Coar]
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington DuplicateHandle on an IOCompletionPort (a practice which
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington MS "discourages"). The new model does not rely on associating
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington the completion port with the listening sockets, thus the
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington completion port can be completely managed within the child
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson process. A dedicated thread accepts connections off the network,
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson then calls PostQueuedCompletionStatus() to wake up worker
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson threads blocked on the completion port.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson [Bill Stoddard]
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson *) Bring forward the --suexec-umask option which allows the
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson builder to preset the umask for suexec processes. [Ken Coar]
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson *) Add a -V flag to suexec, which causes it to display the
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson compile-time settings with which it was built. (Only
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson usable by root or the AP_HTTPD_USER username.) [Ken Coar]
e1368a7770744cbeadcdc27967f855196988eceaAndreas Gustafsson *) Mod_include should always unset the content-length if the file is
c05eb51a1b9ebd156b9fec957d60c2579c968468Mark Andrews going to be passed through send_parsed_content. There is no to
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson determine if the content will change before actually scanning the
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson entire content. It is far safer to just remove the C-L as long
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson as we are scanning it. [Ryan Bloom]
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson *) Make sure Apache sends WWW-Authenticate during a reverse proxy
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson request and not Proxy-Authenticate.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews [Graham Leggett <minfrin@sharp.fm>]
031f9084fc1ca8b258c151f428677e7226556ad0Mark AndrewsChanges with Apache 2.0.14
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews *) Fix content-length computation. We ONLY compute a content-length if
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews We are not in a 1.1 request and we cannot chunk, and this is a keepalive
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews or we already have all the data. [Ryan Bloom]
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews *) Report unbounded containers in the config file. Previously, a typo
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews in the </container> directive could result in the rest of the config
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews file being silently ignored, with undesired defaults used.
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews [Jeff Trawick]
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews *) Make the old_write filter use the ap_f* functions for the buffering.
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson *) Move more code from the http module into the core server. This
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson is core code, basically the default handler, the default input
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson and output filters, and all of the core configuration directives.
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson All of this code is required in order for the server to work, with or
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson without HTTP. The server is closer to working without the HTTP
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson module, although there is still more to do. [Ryan Bloom]
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson *) Fix a number of SGI compile warnings throughout the server. Fix some
e3402551ac9be809eeb3a4b7b30d023ba67dad28Brian Wellington bad parameters to apr_bucket_read(). Fix a bad statement in
6d3f954c572db02159deedd444373161fda47a88Brian Wellington ap_method_in_list(). For the mod_rewrite cache use apr_time_t
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington consistently; we were mixing apr_time_t and time_t in invalid ways
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington before. In load_file(), call apr_dso_error() instead of
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington apr_strerror() so that we get a more specific string on some platforms.
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson PR #6980 [Jeff Trawick]
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson *) Allow modules to query the MPM about it's execution profile. This
ff59f0e4feaefb45a49427bd91775058b4b4f2d0Andreas Gustafsson query API can and should be extended in the future, but for now,
ff59f0e4feaefb45a49427bd91775058b4b4f2d0Andreas Gustafsson max_daemons, and threading or forking is a very good start.
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson [Jon Travis <jtravis@covalent.net>]
8af0b86ade4c15a7db207bd7643f8a9f6cb5a648David Lawrence *) Modify mod_include to send blocks of data no larger than 9k.
886b96ebfd555cfeaf37ae46fc08421a41c61392Andreas Gustafsson Without this, mod_include will wait until the whole file is parsed,
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington or the first tag is found to send any data to the client.
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington [Paul J. Reder <rederpj@raleigh.ibm.com>]
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson *) Fix mod_info, so that <Directory> and <Location> directives are
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson not displayed twice when displaying the current configuration.
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson [Ryan Morgan <rmorgan@covalent.net>]
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington *) Add config directives to override DEFAULT_ERROR_MSG and
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington DEFAULT_TIME_FORMAT. This was sent in as PR 6193.
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington [Dan Rench <drench@xnet.com>]
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington *) Get mod_info building and loading on Win32. [William Rowe]
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson *) Begin to move protocol independant functions out of mod_http. The goal
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence is to have only functions that are HTTP specific in the http directory.
b41de87910a4c57039a4f5968e272a9aec566959Brian WellingtonChanges with Apache 2.0.13
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson *) Don't assume that there will always be multiple calls to the byterange
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson filter. It is possible that we will need to do byteranges with only
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington one call to the filter. [Ryan Morgan <rmorgan@covalent.net>]
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington *) Move the error_bucket definition from the http module to the
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson core server. Every protocol will need this ability, not just
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson HTTP. [Ryan Bloom]
575db903aabb08137a757d1c60ebb0d286ecff56Andreas GustafssonChanges with Apache 2.0.12
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson *) Modify mod_file_cache to save pre-formatted strings for
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson content-length and last-modified headers for performance.
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson [Mike Abbot <mja@trudge.engr.sgi.com>]
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson *) Namespace protect IOBUFSIZ since it is exposed in the API.
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson [Jon Travis <jtravis@covalent.net>]
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson *) Use "Basic" authentication instead of "basic" in ab, as the spec
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson says we should. [Andre Breiler <andre.breiler@rd.bbc.co.uk>]
e0a9b524614889ca9b75f846cb6101fc448a60dcAndreas Gustafsson *) Fix a seg fault in mod_userdir.c. We used to use the pw structure
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews without ever filling it out. This fixes PR 7271.
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews [Taketo Kabe <kabe@sra-tohoku.co.jp> and
385a9cb48a70b329e507c39d043fa9a44c659913James Brister Cliff Woolley <cliffwoolley@yahoo.com>]
385a9cb48a70b329e507c39d043fa9a44c659913James Brister *) Add a couple of GCC attribute tags to printf style functions.
385a9cb48a70b329e507c39d043fa9a44c659913James Brister [Jon Travis <jtravis@covalent.net>]
385a9cb48a70b329e507c39d043fa9a44c659913James Brister *) Add the correct language tag for interoperation with the Taiwanese
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington versions of MSIE and Netscape. [Clive Lin <clive@CirX.ORG>] PR#7142
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington *) Migrate the perchild MPM to use the new apr signal child, and
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence APR thread functions. [Ryan Bloom]
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer *) Close one copy of the CGI's stdout before creating the new process.
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence The CGI will still have stdout, because we have already dup'ed it.
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer This keeps Apache from waiting forever to send the results of a CGI
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington process that has forked a long-lived child process.
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington [Taketo Kabe <kabe@sra-tohoku.co.jp>]
47ddde42728034854444cf17e278cebaea06f666Michael Graff *) Remove the rest of the pthreads functions from the threaded MPM.
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence This requires the APR support for a signal thread that was just
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence added. [Ryan Bloom]
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence *) Make mod_dir use a fixup for sending a redirect to the browser.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence Before this, we were using a handler, which doesn't make much
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence sense, because the handler wasn't generating any data, it would
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence either return a redirect error code, or DECLINED. This fits the
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence current hooks better. [Ryan Morgan <rmorgan@covalent.net>]
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence *) Make the threaded MPM use APR threads instead of pthreads.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence *) Get mod_tls to the point where it actually appears to work in all cases.
529a6b5224d751504027293a766a4c8b81241869Brian Wellington *) implement --enable-modules and --enable-mods-shared for "all" and
529a6b5224d751504027293a766a4c8b81241869Brian Wellington "most". [Greg Stein]
186ba80b8e391cf8421872f26771324644e45d83Andreas Gustafsson *) Move the threaded MPM to use APR locks instead of pthread locks.
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington *) Rename mpmt_pthread to threaded. This is more in line with the
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington fact that mpmt_pthread shouldn't be using pthreads directly, and
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington it is a smaller name that doesn't tie into anything.
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson *) Rename the module structures so that the exported symbol matches
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson the file name, and it is easier to automate the installation
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson process (generating LoadModule directives from the module filenames).
05f6d0c0381d19eec721e11f6fd88caef25dacd8Andreas Gustafsson [Martin Kraemer]
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington *) Remove the coalesce filter. With the ap_f* functions, this filter
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson is no longer needed. [Ryan Bloom]
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas GustafssonChanges with Apache 2.0.11
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington *) Remove the dexter MPM. Perchild is the same basic idea, but it has the
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington added feature of allowing a uid/gid per child process. If no
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson uid/gid is specified, then Perchild behaves exactly like dexter.
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson *) Get perchild building again. [Ryan Bloom]
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington *) Don't disable threads just because we are using the prefork MPM.
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington If somebody wants to compile without threads, they must now add
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson --disable-threads to the configure command line. [Ryan Bloom]
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson *) Begin to move the calls to update_child_status into common code, so
d4ab9cd94f0fe0cf24ba36d21240215ae648c8d5James Brister that each individual MPM does not need to update the scoreboard itself.
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer *) Allow mod_tls to compile under Unix boxes where openssl has been
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer installed to the system include files.
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer [Gomez Henri <new-httpd@slib.fr>]
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer *) Cleanup the mod_tls configure process. This should remove any need
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer to hand-edit any files. We require OpenSSL 0.9.6 or later, but
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer configure doesn't check that yet. [Ryan Bloom]
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer *) Add a very early prototype of SSL support (in mod_tls.c). It is
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson vital that you read modules/tls/README before attempting to build
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson it. [Ben Laurie]
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson *) Fix a potential seg fault on all platforms. David Reid fixed this
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson on BEOS, but the problem could happen anywhere, so we don't want
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson to #ifdef it. [Cliff Woolley <cliffwoolley@yahoo.com>]
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson *) Add new LogFormat directive, %D, to log time it takes to serve a
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson request in microseconds. [Bill Stoddard]
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson *) Change AddInputFilter and AddOutputFilter to SetInputFilter and
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson SetOutputFilter. This corresponds nicely with the other Set
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson directives, which operate on containers while the Add* directives
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson tend to work directly on extensions. [Ryan Bloom]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence *) Cleanup the header handling a bit. This uses the apr_brigade_*
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence functions for the buffering so that we don't need to compute
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence the length of the headers before we actually create the header
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence buffer. [Ryan Bloom]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence *) Allow filters to buffer data using the ap_f* functions. These have
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence become macros that resolve directly to apr_brigade_*.
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson *) Get the Unix MPM's to do a graceful restart again. If we are going
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson to register a cleanup with ap_cleanup_scoreboard, then we have to
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson kill the cleanup with the same function, and that function can't be
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson static. [Ryan Bloom]
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington *) Install all required header files. Without these, it was not
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington possible to compile some modules outside of the server.
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson *) Fix the AliasMatch directive in Apache 2.0. When we brought a patch
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson forward from 1.3 to 2.0, we missed a single line, which broke regex
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson aliases. [Ryan Bloom]
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson *) We have a poor abstraction in the protocol. This is a temporary
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington hack to fix the bug, but it will need to be fixed for real. If
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington we find an error while sending out a custom error response, we back
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington up to the first non-OK request and send the data. Then, when we send
9c4cba349f52bb8176c3858b2b5b340f13603802Brian Wellington the EOS from finalize_request_protocol, we go to the last request,
9c4cba349f52bb8176c3858b2b5b340f13603802Brian Wellington to ensure that we aren't sending an EOS to a request that has already
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson received one. Because the data is sent on a different request than
0e65062acb2b0d14ab64e0c7ae7eb4137758339bAndreas Gustafsson the EOS, the error text never gets sent down the filter stack. This
0e65062acb2b0d14ab64e0c7ae7eb4137758339bAndreas Gustafsson fixes the problem by finding the last request, and sending the data
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson with that request. [Ryan Bloom]
da527e4ff6a013364826637963e7ac372e024f33David Lawrence *) Make the server status page show the correct restart time, and
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson thus the proper uptime. [Ryan Bloom]
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson *) Move the CGI creation logic from mod_include to mod_cgi(d). This
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson should reduce the amount of duplicate code that is required to
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson create CGI processes.
30576c592b538cab293cf6e1f6265d376cd5a12cAndreas Gustafsson [Paul J. Reder <rederpj@raleigh.ibm.com>]
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence *) ap_new_connection() closes the socket and returns NULL if a socket
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence call fails. Usually this is due to a connection which has been
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence reset. [Jeff Trawick]
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence *) Move the Apache version information out of httpd.h and into release.h.
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister This is in preparation for the first tag with the new tag and release
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister system. [Ryan Bloom]
adade77942b069127a7094df419b3ad39dafb385James Brister *) Begin restructuring scoreboard code to enable adding back in
adade77942b069127a7094df419b3ad39dafb385James Brister the ability to use IPC other than shared memory.
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence Get mod_status working on Windows again. [Bill Stoddard]
adade77942b069127a7094df419b3ad39dafb385James Brister *) Make mod_status work with 2.0. This will work for prefork,
5c0a406664065d54824675e3d2f795ea9e2a56b8Mark Andrews mpmt_pthread, and dexter. [Ryan Bloom]
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson *) Correct a typo in httpd.conf.
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson [Kunihiro Tanaka <tanaka@apache.or.jp>] PR#7154
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson *) Really fix mod_rewrite map lookups this time. [Tony Finch]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *) Get the correct IP address if ServerName isn't set and we can't
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson find a fully-qualified domain name at startup.
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson PR#7170 [Danek Duvall <dduvall@eng.sun.com>]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *) Make mod_cgid work with SuExec. [Ryan Bloom]
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson *) Adopt apr user/group name features for mod_rewrite. Eliminates some
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson 'extra' stat's for user/group since they should never occur, and now
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson resolves the SCRIPT_USER and SCRIPT_GROUP, including on WinNT NTFS
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence volumes. [William Rowe]
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson *) Adopt apr features to simplify mod_includes. This changes the
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson behavior of the USER_NAME variable, unknown uid's are now reported
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson as USER_NAME="<unknown>" rather than the old user#000 result.
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson WinNT now resolves USER_NAME on NTFS volumes. [William Rowe]
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson *) Adopt apr features for simplifing mod_userdir, and accept the new
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson Win32/OS2 exceptions without hiccuping. [William Rowe]
5096958739769958dd7a6b69356bf41260033873David Lawrence *) Replace configure --with-optim option by using and saving the
5096958739769958dd7a6b69356bf41260033873David Lawrence environment variable OPTIM instead. This is needed because configure
5096958739769958dd7a6b69356bf41260033873David Lawrence options do not support multiple flags separated by spaces.
5096958739769958dd7a6b69356bf41260033873David Lawrence [Roy Fielding]
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence *) Fix some byterange handling. If we get a byte range that looks like
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence "-999999" where that is past the end of the file, we should return
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence a PARTIAL CONTENT status code, and return the whole file as one big
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence byterange. This matches the 1.3 handling now. [Ryan Bloom]
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence *) Make the error bucket a real meta-data bucket. This means that the
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence bucket length is 0, and a read returns NULL data. If one of these
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence buckets is passed down after the headers are sent, this data will
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence just be ignored. [Greg Stein]
280942843277ca894571ca94c1e431ba079d0ca0Mark Andrews *) The prefork MPM wasn't killing child processes correctly if a restart
280942843277ca894571ca94c1e431ba079d0ca0Mark Andrews signal was received while the process was serving a request. The child
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews process would become the equivalent of a second parent process. If
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson we break out of the accept loop, then we need to do die after cleaning
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews up after ourselves. [Ryan Bloom]
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence *) Change the Prefork MPM to use SIGWINCH instead of SIGUSR1 for graceful
475c936d4cd0fb83700eb3e022aaecc5626b9b4fJames Brister restarts. [Ryan Bloom]
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson *) Modify the apr_stat/lstat/getfileinfo calls within apache to use
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington the most optimal APR_FINFO_wanted bits. This spares Win32 from
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington performing very expensive owner, group and permission lookups
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington and allows the server to function until these apr_finfo_t fields
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington are implemented under Win32. [William Rowe]
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington *) Support for typedsafe optional functions - that is functions exported by
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington optional modules, which, therefore, may or may not be present, depending
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington on configuration. See the experimental modules mod_optional_fn_{ex,im}port
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington for sample code. [Ben Laurie]
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister *) filters can now report an HTTP error to the server. This is done
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister by sending a brigade where the first bucket is an error_bucket.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister This bucket is a simple bucket that stores an HTTP error and
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister a string. Currently the string is not used, but it may be needed
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister to output an error log. The http_header_filter will find this
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister bucket, and output the error text, and then return
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister AP_FILTER_ERROR, which informs the server that the error web page
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister has already been sent. [Ryan Bloom]
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister *) If we get an error, then we should remove all filters except for
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister those critical to serving a web page. This fixes a bug, where
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister error pages were going through the byterange filter, even though
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister that made no sense. [Ryan Bloom]
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson *) Relax the syntax checking of Host: headers in order to support
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson iDNS. PR#6635 [Tony Finch]
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson *) Cleanup the byterange filter to use the apr_brigade_partition
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson and apr_bucket_copy functions. This removes a lot of very messy
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson code, and hopefully makes this filter more stable.
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews [Ryan Bloom]
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews *) Remove AddModule and ClearModuleList directives. Both of these
96ab25294b028270eb1be867613df8a6c999b332David Lawrence directives were used to ensure that modules could be enabled
96ab25294b028270eb1be867613df8a6c999b332David Lawrence in the correct order. That requirement is now gone, because
96ab25294b028270eb1be867613df8a6c999b332David Lawrence we use hooks to ensure that modules are in the correct order.
96ab25294b028270eb1be867613df8a6c999b332David Lawrence *) When SuExec is specified, we need to add it to the list of
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson targets to be built. If we don't, then any changes to the
e68de4a7dbf5b6a1b2ff3f4f4dd8adf80b80525bBrian Wellington configuration won't affect SuExec, unless 'make suexec' is
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson specifically run. [Ryan Bloom]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *) Cleaned out open_file from mod_file_cache, as apr now accepts
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson the APR_XTHREAD argument to open a file for consumption by
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson parallel threads on win32. [William Rowe]
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson *) Correct a bug in determining when we follow symlinks. The code
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson expected a stat -1 result, not an apr_status_t positive error.
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson Also check if the APR_FINFO_USER fields are valid before we
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington follow the link. [William Rowe]
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington *) Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington mpm_common.c. These functions are only valid on some platforms,
96ab25294b028270eb1be867613df8a6c999b332David Lawrence so they should not be in the main-line code. [Ryan Bloom]
845e0b5f968d4ac069ac8b802730467df8cd7136Mark Andrews *) Remove ap_chdir_file(). This function is not thread-safe,
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence and nobody is currently using it. [Ryan Bloom]
c4252cd10ba9a35ef03c53b97961a4c0b15fe44fAndreas Gustafsson *) Do not try to run make depend if there are no .c files in the
b6747cf19dea764e5acaa164f23b70d54348d64cMark Andrews current directory, doing so makes `make depend` fail.
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence *) Update highperformance.conf to work with either prefork or
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence pthreads mpms. [Greg Ames]
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence *) Stop checking to see if this is a pipelined request if we know
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence for a fact that it isn't. Basically, if r->connection->keepalive == 0.
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence This keeps us from making an extra read call when serving a 1.0
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence request. [Ryan Bloom and Greg Stein]
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence *) Fix the handling of variable expansion look-ahead in mod_rewrite,
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence more complicated nested RewriteMap lookups. PR#7087 [Tony Finch]
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson *) Fix the RFC number mentioned when complaining about a missing
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson Host: header. PR#7079 [Alexey Toptygin <alexeyt@wam.umd.edu>]
e405739af20dcdc6c7f604548e78806a0d1515c5Brian Wellington *) Fix an endless loop in ab which occurred when ab was posting
e405739af20dcdc6c7f604548e78806a0d1515c5Brian Wellington and the server dropped the connection unexpectedly.
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson [Jeff Trawick]
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson *) Fix a segfault while handling request bodies in ap_http_filter().
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson This problem has been seen with mod_dav usage as well as with
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson requests where the body was just being discarded. [Jeff Trawick]
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson *) Some adjustment on the handling and automatic setting (via
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson hints.m4) of various compilation flags (eg: CFLAGS). Also,
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson add the capability to specify flags (NOTEST_CFLAGS and
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson NOTEST_LDFLAGS) which are used to compile Apache, but
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson not used during the configuration process. Useful for
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson flags like "-Werror". [Jim Jagielski]
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson *) Stop using environment variables to force debug mode or
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews no detach. We now use the -D command line argument to
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews specify the correct mode. -DONE_PROCESS and -DNO_DETACH.
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews [Greg Stein, Ryan Bloom]
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews *) Change handlers to use hooks. [Ben Laurie]
323b6387ce2575627427859b8668e7f27f090c4cMark Andrews *) Stop returning copies of filenames from both apr_file_t and
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson apr_dir_t. We pstrdup the filenames that we store in the
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson actual structures, so we don't need to pstrdup the strings again.
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson *) mod_cgi: Fix some problems where the wrong error value was being
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson traced. [Jeff Trawick]
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson *) EBCDIC: Fix some missing ASCII conversion on some protocol data.
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson [Jeff Trawick]
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson *) Add generic hooks. [Ben Laurie]
84c4c99c9e2cf14fb9ef6f6815a9fdb824475423Michael Sawyer *) Use a real pool to dup the error log descriptor. [Ryan Bloom]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence *) Fix a segfault caused by mod_ext_filter when the external filter
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence program does not exist. [Jeff Trawick]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence *) Fix an output truncation error when on an HTTP >= 1.0 request an
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence was served through mod_charset_lite (or anything else that would
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence create a transient bucket in this size range). ap_bucket_make_heap()
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence silently failed (fixed), transient_setaside() discovered it, but
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence ap_save_brigade() ignored it (fixed). [Jeff Trawick]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence *) Ignore \r\n or \n when using PEEK mode for input filters. The problem
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence is that some browsers send extra lines at the end of POST requests, and
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson we don't want to delay sending data back to the user just because the
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson browser isn't well behaved. [Ryan Bloom]
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson *) Get SuEXEC working again. We can't send absolute paths to suExec
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence because it refuses to execute those programs. SuEXEC also wasn't
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence always recognizing configuration changes made using the autoconf
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson setup. [Ryan Bloom]
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson *) Allow the buildconf process to find the config.m4 files in the correct
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson order. Basically, we can now name config.m4 files as config\d\d.m4,
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson and we will sort them correctly when inserting them into the build
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson process. [Ryan Bloom]
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson *) Get mod_cgid to use apr calls for creating the actual CGI process.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence This also allows mod_cgid to use ap_os_create_priviledged_process,
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence thus allowing for SuExec execution from mod_cgid. Currently, we do
8775909be9fc67180fc480115716f88174e74471James Brister not support everything that standard SuExec supports, but at least
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence it works minimally now. [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Allow SuExec to be configured from the ./configure command line.
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington *) Update some of the docs in README and INSTALL to reflect some of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the changes in Apache 2.0 [Cliff Woolley <cliffwoolley@yahoo.com>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) If we get EAGAIN returned from the call to apr_sendfile, then we
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence need to call sendfile again. This gets us serving large files
17d91fddb33cc6e0bf2dfacf7156bb1ebba197d8David Lawrence such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Get the support programs building cleanly again.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Cliff Woolley <cliffwoolley@yahoo.com>]
a38e5f0695a8ddf0b3cbb70b5a172a5c6dce994bDavid Lawrence *) The Apache/Win32 Apache.exe and dll's now live in bin. The
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence current directory logic now backs up over bin/ to determine the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence server root from the Apache.exe path.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Apache/Win32 now follows the standard conventions of mod_foo.so
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence loadable modules, dynamic libs are all named libfoo.dll, and the
c244584cad2a71276e60919bf2c80c7d79dc073bDavid Lawrence makefile.win populates the include, lib and libexec directories.
abeb505bb6c1400dde1a40d0bff7b3a435666e1cMark Andrews *) Apache is now IPv6-capable. On systems where APR supports IPv6,
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence Apache gets IPv6 listening sockets by default. Additionally, the
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson Listen, NameVirtualHost, and <VirtualHost> directives support IPv6
57b3597444bc8716459f0fb3022b2c12f4eee2aeAndreas Gustafsson numeric address strings (e.g., "Listen [fe80::1]:8080").
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson [Jeff Trawick]
99524919752c9b9abe1814007732b86592011cc1Brian Wellington *) Modify the install directory layout. Modules are now installed in
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson modules/. Shared libraries should be installed in libraries/, but
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson we don't have any of those on Unix yet. All install directories
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson are modifyable at configure time. [Ryan Bloom]
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson *) Install all header files in the same directory on Unix. [Ryan Bloom]
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson *) Get the functions in server/linked into the server, regardless of
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson which modules linked into the server. This uses the same hack
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson for Apache that we use for APR and apr-util to ensure all of the
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson necessary functions are linked. As a part of thise, the CHARSET_EBCDIC
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson was renamed to AP_CHARSET_EBCDIC for namespace protection, and to make
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington the scripts a bit easier.
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews *) Rework the RFC1413 handling to make it thread-safe, use a timeout
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews on the query, and remove IPv4 dependencies. [Jeff Trawick]
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson *) Get all of the auth modules to the point that they will install and
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson be loadable into the server. Our new build/install mechanism expects
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson that all modules will have a common name format. The auth modules
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence didn't use that format, so we didn't install them properly.
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson *) API routines ap_pgethostbyname() and ap_pduphostent() are no longer
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer available. Use apr_getaddrinfo() instead. [Jeff Trawick]
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson *) Get "NameVirtualHost *" working in 2.0. [Ryan Bloom]
8ae26e9f87560f9d2e495328d573c25af81c49beMark Andrews *) Return HTTP_RANGE_NOT_SATISFIABLE if the every range requested starts
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews after the end of the response. [Ryan Bloom]
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews *) Get byterange requests working with responses that do not have a
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews content-length. Because of the way byterange requests work, we have to
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews have all of the data before we can actually do the byterange, so we
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews can compute the content-length in the byterange filter.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews [Ryan Bloom]
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister *) Get exe CGI's working again on Windows.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister [Allan Edwards]
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister *) Get mod_cgid and mod_rewrite to work as DSOs by changing the way
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister they keep track of whether or not their post config hook has been
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister called before. Instead of a static variable (which is replaced when
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson the DSO is loaded a second time), use userdata in the process pool.
5dc6a24e8b6808f03e7a9bc6530d646ebba927dbMark Andrews [Jeff Trawick]
242dfd9cc6901a5e02dae94acdecdb91e78ea07cMark AndrewsChanges with Apache 2.0a9
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington *) Win32 now requires perl to complete the final install step for users
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington to build + install on Win32. Makefile.win now rewrites @@ServerRoot@
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington and installs the conf, htdocs and htdocs/manual directories.
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister [William Rowe]
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister *) Make mod_include use a hash table to associate directive tags with
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister functions. This allows modules to implement their own SSI tags easily.
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister The idea is simple enough, a module can insert it's own tag and function
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister combination into a hash table provided by mod_include. While mod_include
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson parses an SSI file, when it encounters a tag in the file, it does a
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson hash lookup to find the function that implements that tag, and passes
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence all of the relevant data to the function. That function is then
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson responsible for processing the tag and handing the remaining data back
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson to mod_include for further processing.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson [Paul J. Reder <rederpj@raleigh.ibm.com>]
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson *) Get rid of ap_new_apr_connection(). ap_new_connection() now has
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson fewer parameters: the local and remote socket addresses were removed
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson from the parameter list because all required information is available
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson via the APR socket. [Jeff Trawick]
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews *) Distribution directory structure reorganized to reflect a
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews normal source distribution with external install targets.
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson [Roy Fielding]
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister *) The MPMs that need multiple segments of shared memory now create
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister two apr_shmem_t variables, one for each shared memory allocation.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister the problem is that we can't determine how much memory will be required
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister for shared memory allocations once we try to allocate more than one
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence variable. The MM code automatically aligns the shared memory allocations,
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister so we end up needing to pad the amount of shared memory we want based
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister on how many variables will be allocated out of the shared memory segment.
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson It is just easier to create a second apr_shmem_t variable, and two
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson shmem memory blocks.
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister *) Cleanup the export list a bit. This creates a single unified list of
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister functions exported by APR. The export list is generated at configure
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister time, and that list is then used to generate the exports.c file.
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister Because of the way the export list is generated, we only export those
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister functions that are valid on the platform we are building on.
47c196192afa37b2dea728e52579779f190bf07fJames Brister *) Enable logging the cookie with mod_log_config
47c196192afa37b2dea728e52579779f190bf07fJames Brister [Sander van Zoest <sander@covalent.net>]
47c196192afa37b2dea728e52579779f190bf07fJames Brister *) Fix a segfault in mod_info when it reaches the end of the configuration.
adf82221858138f295bce732e86dcac34645692eJames Brister [Jeff Trawick]
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson *) Added lib/aputil/ as a placeholder for utility functions which are not
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington specific to the Apache HTTP Server (but do not make sense with APR).
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson The first utility is "apu_dbm": a set of functions to work with DBM
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson files. This first version can be compiled for SDBM or GDBM databases.
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington *) Complete re-write of mod_include. This makes mod_include a filter that
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister uses buckets directly. This has now served the FAQ correctly.
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister [Paul Reder <rederpj@raleigh.ibm.com>]
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister *) Allow modules to specify the first filter in a sub_request when
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister making the sub_request. This keeps modules from having to change the
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister output_filter immediately after creating the sub-request, and therefore
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister skip the sub_req_output_filter. [Ryan Bloom]
0380c44d0238a88e167526954d630d071739ed28Mark Andrews *) Update ab to accept URLs with IPv6 literal address strings (in the
0380c44d0238a88e167526954d630d071739ed28Mark Andrews format described in RFC 2732), and to build Host header fields in
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews the same format. This allows IPv6 literal address strings to be
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews used with ab. This support has been tested against Apache 1.3 with
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews the KAME patch, but Apache 2.0 does not yet work with this format
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence of the Host header field. [Jeff Trawick]
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington *) Accomodate an out-of-space condition in the piped logs and the
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington rotatelogs.c code, and no longer churn log processes for this
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence condition. [Victor J. Orlikowski]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add support for partial writes with apr_sendfile() to core_output_filter.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid LawrenceChanges with Apache 2.0a8
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson *) Add a directive to mod_mime so that filters can be associated with
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence a given mime-type.
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister *) Get multi-views working again. We were setting the path_info
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister field incorrectly if we couldn't find the specified file.
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister *) Fix 304 processing. The core should never try to send the headers
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence down the filter stack. Always, just setup the table in the request
d5399cc351a549db957185993b320a3bffa40e41James Brister record, and let the header filter convert it to data that is ready
d5399cc351a549db957185993b320a3bffa40e41James Brister for the network.
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister *) More fixes for the proxy. There are still bugs in the proxy code,
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister but this has now proxied www.yahoo.com and www.ntrnet.net (my ISP)
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister successfully.
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews [Ryan Bloom]
69b691c9624f31e59b8d128ada902a82127c15a3James Brister *) Fix params for apr_getaddrinfo() call in connect proxy handler.
69b691c9624f31e59b8d128ada902a82127c15a3James Brister [Chuck Murcko]
69b691c9624f31e59b8d128ada902a82127c15a3James Brister *) APR: Add new apr_getopt_long function to handle long options.
69b691c9624f31e59b8d128ada902a82127c15a3James Brister [B. W. Fitzpatrick <fitz@red-bean.com>]
dba20696eb808075d849e5a4cc8d854555869fb2Brian Wellington *) APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence Add generic apr_create_socket(). Add apr_getaddrinfo() for doing
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence hostname resolution/address string parsing and building
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister apr_sockaddr_t. Add apr_get_sockaddr() for getting the address
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister of one of the apr_sockaddr_t structures for a socket. Change
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence apr_bind() to take apr_sockaddr_t. [David Reid and Jeff Trawick]
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister *) Remove the BUFF from the HTTP proxy. This is still a bit ugly, but
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence I have proxied pages with it, cleanup will commence soon.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Make the proxy work with filters. This isn't perfect, because we
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence aren't dealing with the headers properly. [Ryan Bloom]
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence *) Do not send a content-length iff the C-L is 0 and this is a head
a3c0a79b61edfd6a021c080d4b368c9c962fcad6Andreas Gustafsson request. [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Make cgi-bin work as a regular directory when using mod_vhost_alias
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence with no VirtualScriptAlias directives. PR#6829 [Tony Finch]
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence *) Remove BUFF from the PROXY connect handling. [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Get the default_handler to stop trying to deal with HEAD requests.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence The idea is to let the content-length filter compute the C-L before
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence we try to send the data. If we can get the C-L correctly, then we
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence should send it in the HEAD response.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) The Header filter can now determine if a body should be sent based
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence on r->header_only. The general idea of this is that if we delay
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence deciding to send the body, then we might be able to compute the
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence content-length correctly, which will help caching proxies to cache
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson our data better. Any handler that doesn't want to try to compute
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson the content-length can just send an EOS bucket without data and
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson everything will just work.
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson *) Add the referer to the error log if one is available.
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff [Markus Gyger <mgyger@itr.ch>]
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff *) Mod_info.c has now been ported to Apache 2.0. As a part of this
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff change, the root of the configuration tree has been exposed to modules
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington as ap_conftree.
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington [Ryan Morgan <rmorgan@covalent.net>]
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington *) Get the core_output_filter to use the bucket interface directly.
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington This keeps us from calling the content-length filter multiple times
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington for a simple static request.
f34984369fbc87f6cc5c5d1059303377a1724d79James Brister *) We are sending the content-type correctly now.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence [Ryan Bloom and Will Rowe]
7cd4c3ddd1baf5f2b204562fdba3da37c716cc78Andreas Gustafsson *) APR on FreeBSD: Fix a bug in apr_sendfile() which caused us to report
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson a bogus bytes-sent value when the only thing being sent was trailers
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson and writev() returned an error (or EAGAIN). [Jeff Trawick]
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson *) Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This uses the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence hints file to determine which platforms define
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington *) APR: add apr_get_home_directory() [Jeff Trawick]
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence *) Initial import of 1.3-current mod_proxy. [Chuck Murcko]
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington *) Not all platforms have INADDR_NONE defined by default. Apache
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson used to make this check and define INADDR_NONE if appropriate,
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson but APR needs the check too, and I suspect other applications will
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson as well. APR now defines APR_INADDR_NONE, which is always a valid
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson value on all platforms.
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson [Branko �ibej <brane@xbc.nu>]
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson *) Destroy the pthread mutex in lock_intra_cleanup() for PR#6824.
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson [Shuichi Kitaguchi <ki@hh.iij4u.or.jp>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Relax the syntax checking of Host: headers in order to support
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence iDNS. PR#6635 [Tony Finch]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) When reading from file buckets we convert to an MMAP if it makes
b1d234eb75e2804e09d89178a76df39c321db51bBrian Wellington sense. This also simplifies the default handler because the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence default handler no longer needs to try to create MMAPs.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) BUFF has been removed from the main server. The BUFF code will remain
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in the code until it has been purged from the proxy module as well.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Byteranges have been completely re-written to be a filter. This
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence has been tested, and I believe it is working correctly, but it could
3c8e458ed2118828b13f35ca6fcc409da66c2869David Lawrence doesn't work for the Adobe Acrobat plug-in. The output almost matches
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the output from 1.3, the only difference being that 1.3 includes
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence a content-length in the response, and this does not.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) APR read/write functions and bucket read functions now operate
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington on unsigned integers, instead of signed ones. It doesn't make
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington any sense to use signed ints, because we return the error codes,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence so if we have an error we should report 0 bytes read or written.
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence *) Always compute the content length, whether it is sent or not.
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson The reason for this, is that it allows us to correctly report
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson the bytes_sent when logging the request. This also simplifies
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson content-length filter a bit, and fixes the actual byte-reporing
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson *) Remove AP_END_OF_BRIGADE definition. This does not signify what
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson it says, because it was only used by EOS and FLUSH buckets. Since
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson neither of those are required at the end of a brigade, this was
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson really signifying FLUSH_THE_DATA, but that can be determined better
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson by checking AP_BUCKET_IS_EOS() or AP_BUCKET_IS_FLUSH. EOS and FLUSH
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson buckets now return a length of 0, which is actually the amount of data
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson read, so they make more sense.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Allow the core_output_filter to save some data past the end of a
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff request. If we get an EOS bucket, we only send the data if it
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson makes sense to send it. This allows us to pipeline request
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff responses. As a part of this, we also need to allocate mmap
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff buckets out of the connection pool, not the request pool. This
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff allows the mmap to outlive the request.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff *) Make blocking and non-blocking bucket reads work correctly for
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson sockets and pipes. These are the only bucket types that should
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff have non-blocking reads, because the other bucket types should
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson ALWAYS be able to return something immediately.
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson *) In the Apache/Win32 console window, accept Ctrl+C to stop the
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson server, but use Ctrl+Break to initiate a graceful restart
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson instead of duplicating behavior. [John Sterling]
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson *) Patch mod_autoindex to set the Last-Modified header based on
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence the directory's mtime, and add the ETag header. [William Rowe]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *) Merge the 1.3 patch to add support for logging query string in
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister such a way that "%m %U%q %H" is the same as "%r".
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Port three log methods from mod_log_config 1.3 to 2.0:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence CLF compliant '-' byte count, method and protocol.
dc97fe4ed08488d314ab5bc8e99ed839542cf411David Lawrence [Bill Stoddard]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson *) Add a new LogFormat directive, %c, that will log connection
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson status at the end of the response as follows:
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson 'X' - connection aborted before the response completed.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson '+' - connection may be kept-alive by the server.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson '-' - connection will be closed by the server.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson [Bill Stoddard]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson *) Expand APR for WinNT to fully accept and return utf-8 encoded
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson Unicode file names and paths for Win32, and tag the Content-Type
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson from mod_autoindex to reflect that charset if the the feature
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson macro APR_HAS_UNICODE_FS is true. [William Rowe]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson *) Compute the content length (and add appropriate header field) for
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson the response when no content length is available and we can't use
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence chunked encoding. [Jeff Trawick]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Changed ap_discard_request_body() to use REQUEST_CHUNKED_DECHUNK,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence so that content input filters get dechunked data when using
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the default handler. Also removed REQUEST_CHUNKED_PASS.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Sascha Schumann]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add mod_ext_filter as an experimental module. This module allows
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the administrator to use external programs as filters. Currently,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence only filtering of output is supported. [Jeff Trawick]
6fa1cb5754695d550a58c6e8978fda65f5146af7David Lawrence *) Most Apache functions work on EBCDIC machines again, as protocol
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson data is now translated (again). [Jeff Trawick]
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson *) Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews the EBCDIC support. They are noops on ASCII machines, so this
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews type of translation doesn't have to be surrounded by #ifdef
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews CHARSET_EBCDIC. [Jeff Trawick]
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews *) Fix mod_include. tag commands work again, and the server will
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews send the FAQ again. This also allows mod_include to set aside
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence buckets that include partial buckets.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Ryan Bloom and David Reid]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add suexec support back. [Manoj Kasichainula]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Lingering close now uses the socket directly instead of using
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence BUFF. This has been tested, but since all we can tell is that it
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence doesn't fail, this needs to be really hacked on.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Allow filters to modify headers and have those headers be sent to
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence the client. The idea is that we have an http_header filter that
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington actually sends the headers to the network. This removes the need
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington for the BUFF to send headers.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Charset translation: mod_charset_lite handles translation of
34b394b43e2207e8f8f3703f0402422121455638David Lawrence request bodies. Get rid of the xlate version of ap_md5_digest()
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister since we don't compute digests of filtered (e.g., translated)
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister response bodies this way anymore. (Note that we don't do it at
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister all at the present; somebody needs to write a filter to do so.)
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister [Jeff Trawick]
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) Input filters and ap_get_brigade() now have a input mode parameter
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister (blocking, non-blocking, peek) instead of a length parameter.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) Update the mime.types file to the registered media types as
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister of 2000-10-19. PR#6613 [Carsten Klapp <carsten.klapp@home.net>,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Namespace protect some macros declared in ap_config.h
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister *) Support HTTP header line folding with input filtering.
c0b06c8275c5ea3cde8cc67f3a6f9cab1bd55d65James Brister *) Mod_include works again. This should still be re-written, but at
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister least now we can serve an SHTML page again.
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson *) Begin to remove BUFF from the core. Currently, we keep a pointer
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to both the BUFF and the socket in the conn_rec. Functions that
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson want to use the BUFF can, functions that want to use the socket,
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson can. They point to the same place.
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson *) apr_psprintf doesn't understand %lld as a format. Make it %ld.
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson [Tomas "�gren" <stric@ing.umu.se>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) APR pipes on Unix and Win32 are now cleaned up automatically when the
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson associated pool goes away. (APR pipes on OS/2 were already had this
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson logic.) This resolvs a fatal file descriptor leak with CGIs.
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson [Jeff Trawick]
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson *) The final line of the config file was not being read if there was
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson no \n at the end of it. This was caused by apr_fgets returning
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews APR_EOF even though we had read valid data. This is solved by
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews making cfg_getline check the buff that was returned from apr_fgets.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews If apr_fgets return APR_EOF, but there was data in the buf, then we
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews return the buf, otherwise we return NULL.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews [Ryan Bloom]
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews *) Piped logs work again in the 2.0 series.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews [Ryan Bloom]
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews *) Restore functionality broken by the mod_rewrite security fix:
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews rewrite map lookup keys and default values are now expanded
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson so that the lookup can depend on the requested URI etc.
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson PR #6671 [Tony Finch]
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson *) Tighten up the syntax checking of Host: headers to fix a
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews security bug in some mass virtual hosting configurations
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews that can allow a remote attacker to retrieve some files
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews on the system that should be inaccessible. [Tony Finch]
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews *) Add a pool bucket type. This bucket is used for data allocated out
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews of a pool. If the pool is cleaned before the bucket is destroyed, then
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews the data is converted to a heap bucket, allowing it to survive the
ff8d15be4e6096329fe6ae8217d0adcabd08c94bOlafur Gudmundsson death of the pool.
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson *) Add a flush bucket. This allows modules to signal that the filters
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence should all flush whatever data they currently have. There is no way
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence to actually force them to do this, so if a filter ignores this bucket,
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence that's life, but at least we can try with this.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add an output filter for sub-requests. This filter just strips the
f2fdfe7c42f3b10f3653f851ce5a0a90ee5ac1f9David Lawrence EOS bucket so that we don't confuse the main request's core output
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson filter by sending multiple EOS buckets. This change also makes sub
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence requests start to send EOS buckets when they are finished.
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister *) Make ap_bucket_(read|destroy|split|setaside) into macros. Also
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews makes ap_bucket_destroy a return void, which is okay because it
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews used to always return APR_SUCCESS, and nobody ever checked its
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews return value anyway.
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister [Cliff Woolley <cliffwoolley@yahoo.com>]
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister *) Remove the index into the bucket-type table from the buckets
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence structure. This has now been replaced with a pointer to the
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister bucket_type. Also add some macros to test the bucket-type.
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister *) Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
e411a986b94276c28e6a971f9c3b61d45c635456James Brister for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
e411a986b94276c28e6a971f9c3b61d45c635456James Brister and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
e411a986b94276c28e6a971f9c3b61d45c635456James Brister All _VAR_ flavors changes to _DATA to be absolutely clear.
e411a986b94276c28e6a971f9c3b61d45c635456James Brister [William Rowe]
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews *) Add support for /, //, //servername and //server/sharename
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence parsing of <Directory> blocks under Win32 and OS2.
76a33ffee5be9a1001c27c103e6d98983443cbfdAndreas Gustafsson [Tim Costello, William Rowe, Brian Harvard]
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson *) Remove the function pointers from the ap_bucket type. They have been
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews replaced with a global table. Modules are allowed to register bucket
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews types and use then use those buckets.
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence *) mod_cgid: In the handler, shut down the Unix socket (only for write)
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews once we finish writing the request body to the cgi child process;
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews otherwise, the client doesn't hit EOF on stdin. Small request bodies
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson worked without this change (for reasons I don't understand), but large
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson ones didn't. [Jeff Trawick]
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson *) Remove file bucket specific information from the ap_bucket type.
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson This has been moved to a file_bucket specific type that hangs off
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the data pointer in the ap_bucket type.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister *) Input filtering now has a third argument. This is the amount of data
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson to read from lower filters. This argument can be -1, 0, or a positive
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence number. -1 means give me all the data you have, I'll deal with it and
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister let you know if I need more. 0 means give me one line and one line
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister only. A positive number means I want no more than this much data.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Currently, only 0 and a positive number are implemented. This allows
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson us to remove the remaining field from the conn_rec structure, which
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister has also been done.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister *) Big cleanup of the input filtering. The goal is that http_filter
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence understands two conditions, headers and body. It knows where it is
36357e4304862fb47e9fae03c704cb6720310c45James Brister based on c->remaining. If c->remaining is 0, then we are in headers,
36357e4304862fb47e9fae03c704cb6720310c45James Brister and http_filter returns a line at a time. If it is not 0, then we are
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in body, and http_filter returns raw data, but only up to c->remaining
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence bytes. It can return less, but never more.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Greg Ames, Ryan Bloom, Jeff Trawick]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) mod_cgi: Write all of the request body to the child, not just what
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the kernel would accept on the first write. [Jeff Trawick]
9bb05852fed91ff3913601b7ed8e43e711aa9094David Lawrence *) Back out the change that moved the brigade from the core_output_filters
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ctx to the conn_rec. Since all requests over a given connection
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence go through the same core_output_filter, the ctx pointer has the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence correct lifetime.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix another bug in the send_the_file() read/write loop. A partial
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence send by apr_send would cause unsent data in the read buffer to
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence get clobbered. Complete making send_the_file handle partial
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence writes to the network.
014892d86d30b7eceb0003d51788f9b5cadfc1bfAndreas Gustafsson [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix a couple of type fixes to allow compilation on AIX again
b99d080717fdd741961d736581270d37bad8bec0David Lawrence [Victor J. Orlikowski <v.j.orlikowski@gte.net>]
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson *) Fix bug in send_the_file() which causes offset to be ignored
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson if there are no headers to send.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Handle APR_ENOTIMPL returned from apr_sendfile in the core
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence filter. Useful for supporting Windows 9* with a binary
23a09704774241d2dba059e4d9231cd3d28bb116David Lawrence compiled on Windows NT.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid LawrenceChanges with Apache 2.0a7
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Reimplement core_output_filter to buffer/save bucket brigades
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence across multiple calls to the core_filter. The brigade will be
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence sent when either MIN_BYTES_TO_SEND or MAX_IOVEC_TO_WRITE
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence thresholds are hit or the EOS bucket is received.
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Create experimental filter (buffer_filter) that coalesces bytes
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence into one large buffer before invoking the next filter in the
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence chain. This filter is particularly useful with the current
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence implementation of mod_autoindex when it inserted above the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence chunk_filter. mod_autoindex generates a lot of brigades that
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence containing buckets holding just a few bytes each. The
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence buffer_filter coalesces these buckets into a single large bucket.
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence [Bill Stoddard]
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence *) Add apr_sendfile() support into the core_output_filter.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add apr_sendv() support into the core_output_filter.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Bill Stoddard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix mod_log_config so that it compiles cleanly with BUFFERED_LOGS
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Mike Abbott <mja@sgi.com>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Remove ap_send_fb. This is no longer used in Apache, and it doesn't
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence make much sense, because Apache uses buckets instead of BUFFs now.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) send_the_file now falls back to a read/write loop on platforms that
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson do not have sendfile.
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson [Ryan Bloom and Brian Havard]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Install apachectl correctly, and substitute the proper values so
dc91d010dbd848ab3a11815e5a3d109662a38b0cDavid Lawrence that it works again. [Ryan Bloom]
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley *) Better(??) handle platforms that lack sendfile().
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley [Jim Jagielski]
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley *) APR now has UUID generation/formatting/parsing support.
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley [Greg Stein]
904463e94cafd59c8284f472ea8f58f1f311b8cbDavid Lawrence *) Begin the http_filter. This is an input filter that understands
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the absolute basic amount required to parse an HTTP Request. The
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence goal is to be able to split headers from request body before passing
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the data back to the other filters.
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington *) Bring forward from 1.3.13 the config directory implementation
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington [Jim Jagielski]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) install apxs if it is created
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Added APR_IS_STATUS_condition test macros to eliminate canonical error
fc9e755ba340607d76c7de897ee2d985d3b24505David Lawrence conversions. [William Rowe]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Now that we have ap_add_input_filter(), rename ap_add_filter() to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ap_add_output_filter(). [Jeff Trawick]
7896e45912df15d07eb99f885b9d9c15ad5f3f68David Lawrence *) Multiple build and configuration fixes
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Build process:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence -add datadir and localstatedir substitutions
32eddfc189108fa93e31761e13150594c7a79d2bDavid Lawrence -fix layout name
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews -fix logfilename misspelling
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews -fix evaluation of installation dir variables and
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews -replace $foobar by $(foobar) to be usefull in the makefile
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff Cross compile:
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews -add rules for cross-compiling in rules.mk. Okay, rule to check for
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews $CC_FOR_BUILD is still missing
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews -use CHECK_TOOL instead of CHECK_PROG for ranlib
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence -add missing "AR=@AR@" to severaly Makefile.in's
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews -cache result for "struct rlimit"
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence -compile all helper programs with native and cross compiler
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and use the native version to generate header file
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ["R�diger" Kuhlmann <Tadu@gmx.de>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Prepare our autoconf setup for autoconf 2.14a and for cross-
8b11f3debd9a9494d5aec60ea228ab393fbdc26eDavid Lawrence ["R�diger" Kuhlmann <Tadu@gmx.de>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix a bug where a client which only sends \n to delimit header
2cc1d2536d5834fbe20281068b8bd34dd1ee5337David Lawrence lines (netcat) gets a strange looking HTTP_NOT_IMPLEMENTED
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer message. Start working on ebcdic co-existance with input
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [William Rowe, Greg Ames]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) If mod_so is enabled in the server always create libexec, even
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence if there are no modules installed in this directory. This is a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence requirement for APXS to work correctly.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Connection oriented output filters are now stored in the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence conn_rec instead of the request_rec. This allows us to add the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence output filter in the pre-connection phase instead of the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence post_read_request phase, which keeps us from trying to write an
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence error page before we have a filter to write to the network.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Ryan Bloom, Jeff Trawick, and Greg Ames]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Cleaning up an mmap bucket no longer deletes the mmap. An
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence mmap can be used across multiple buckets (default_handler with
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence byte ranges, mod_file_cache, mod_mmap_static), so cleanup of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the mmap itself can't be associated with the bucket.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Jeff Trawick]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add .dll caching directive ISAPICacheFile to mod_isapi.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [William Rowe]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Radical surgery to improve mod_isapi support under Win32.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Includes a number of newer ServerSupportFunction calls, support
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence for ReadClient (in order to retrieve POSTs greater than 48KB),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and general bug fixes to more reliably load ISAPI .dll's and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence prevent leaking handle resources. Note: There are still
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence discrepancies between IIS's and Apache's ServerVariables, and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence async calls are still not supported. Additional warnings are
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence logged to facilitate debugging of unsupported ISAPI calls.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [William Rowe]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add input filtering to Apache. The basic idea for the input
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence filters is the same as the ideas for output filters. The biggest
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence difference is that instead of calling ap_pass_brigade, ap_get_brigade
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence should be called, and the order of execution for the filter itself is
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence different. When writing an output filter, a brigade is passed in,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and filters operate directly on that brigade, when done, they call
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ap_pass_brigade. Input filters are the exact opposite. Because input
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence is not a push operation, filters first call ap_get_brigade. When this
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence function returns, the input filter will be left with a valid brigade.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence The input filter should then operate on the brigade, and return.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix building on BSD/OS using its native make. The build system
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence falls back to the BSD .include directive on that host platform.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Sascha Schumann]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Expand dbmmanage to allow -d -m -s -p options for Crypt, MD5,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence SHA1 and plaintext password encodings. Make feature tests a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence bit more flexible. [William Rowe]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Charset translation: mod_charset_lite handles output content
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence translation in a filter. mod_charset_lite no longer ignores
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence subrequests. A bunch of cruft related to BUFF's support for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence translating request and response bodies was removed.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Jeff Trawick]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Move the addition of the CORE filter to the post_read_request
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence hook in http_core.c. This removes the need to add the filter in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence multiple places and allows for an SSL module to be added much
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence simpler. [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix a security problem that affects certain configurations of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence mod_rewrite. If the result of a RewriteRule is a filename that
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence contains expansion specifiers, especially regexp backreferences
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence $0..$9 and %0..%9, then it may be possible for an attacker to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence access any file on the web server. [Tony Finch]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *) Fix a bug where errors that are detected during early request parsing
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson don't produce visible HTTP error messages at the browser, because
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson the core_filter wasn't present. [Greg Ames]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Provide apr_socklen_t as a portability aid.
33e927bf8622db6d3e5ecfd871f517db47fa722bDavid Lawrence [Victor J. Orlikowski]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)
3e6b98586e823544344bcbbcad825d3d4485de59David Lawrence as well as a comment arg to the add, adduser and update cmds.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence update allows the user to clear or preserve pw/groups/comment.
947bd6c648bd29bc226971324de1b30230a56a22David Lawrence Fixed a bug in dbmmanage that prevented the check option from
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence parsing a password followed by :group... text. Corrected the
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence seed calcualation for Win32 systems, and added -lsdbm support.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [William Rowe]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Configured mod_auth_dbm to compile with sdbmlib under Win32.
b8957f3496b6a900df9ca263864a47dbb1cb8978David Lawrence [William Rowe]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Avoid a segfault when parsing .htaccess files. An
c7f22f83aac9e61dafee191cad040e9c42652cc8David Lawrence uninitialized tree pointer was passed to ap_build_config().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Jeff Trawick]
c4717613e45323ed23dc6e9162cba89f1f83830cDavid Lawrence *) Change the way that inet_addr & inet_network are checked for
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson in APR's configure process to allow BeOS BONE to correctly
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson find them. With this change BeOS BONE now builds from source
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson with no problems. [David Reid]
d41c9885ecfb4be7382fd32a58ae4a9fb2056b81David Lawrence *) Fix a bug in apr_create_process() for Unix. The NULL signifying
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the end of the parameters to execve() was stored in the wrong
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence location, overlaying the storage beyond the newargs[] array and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence also passing uninitialized storage to execve(), which would
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence sometimes fail with EFAULT. [Jeff Trawick]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix a bug parsing configuration file containers. With a sequence
802aa6f2b70cc0b4e69ef0a1dcab0a8d68a0fdeaDavid Lawrence like this in the config file
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley the second container would be terminated at the blank line due to
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley sediment in the buffer from reading the prior </IfModule> and an
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley error message would be generated for the real </IfModule> for the
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley second container. Also due to this problem, any two characters
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley could be used for "</" in the close of a container.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley [Jeff Trawick]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) ap_add_filter prototype changed to remove the ctx pointer. The
cc43f2461d2b7da80105cf6d1b96bda4e93303cdDavid Lawrence pointer still remains in the filter structure, but it can not be
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence a part of the ap_add_filter prototype. The reason is that when
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the core uses AddFilter to add a filter to the stack it doesn't
58bc93c3ddbdf0b2fde9b7d2b4342f90d83ec633David Lawrence know how to allocate the ctx pointer, or even how much memory should
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence be allocated. The filters will have to be responsible for allocating
7ce81e15fa98db5b13fba06d54526e8679ac064cDavid Lawrence the ctx memory when they need it.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add an AddFilter directive. This directive takes a list of filters
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence that should be activated for the requested resource.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *) apr_snprintf(): Get quad format strings working on OS/390 (and perhaps
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence some other platforms). [Jeff Trawick]
32eeec855957c3dd38f0d6c98ca79b67a71300b6Brian Wellington *) Modify mod_include to be a filter. Currently, it has only been tested
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence on actual files, but it should work for CGI scripts too.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) apr_putc(), apr_puts() for Unix: handle buffered files and interrupted
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence writes. apr_flush() for Unix: handle interrupted writes.
77f372eed39827f5efef476602de7c0505f99b91David Lawrence [Jeff Trawick]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) NameVirtualHost can now take "*" as an argument instead of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence an IP address. This allows you to create a purely name-based
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence virtual hosting server that does not have any IP addresses in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the configuration file and which ignores the local address
8b7304a34c751e519ede7d00b77f1f962c0a37e4David Lawrence of any connections. PR #5595, PR #4455 [Tony Finch]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix some compile warnings in mod_mmap_static.c
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Mike Abbott <mja@sgi.com>]
cabcfd3e90a647c7bab3c5cc3ef7b36f49830787David Lawrence *) Fix chunking problem with CGI scripts. The general problem was that
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the CGI modules were adding an EOS bucket and then the core added an
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence EOS bucket. The chunking filter finalizes the chunked response when it
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence encounters an EOS bucket. Because two EOS buckets were sent, we
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence finalized the response twice. The fix is to make sure we only send one
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence EOS, by utilizing a flag in the request_rec.
d111a46c88adda33a93839f4934e127b6147d87dBob Halley [Ryan Bloom]
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson *) apr_put_os_file() now sets up the unget byte appropriately on Unix
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson and Win32. Previously, the first read from an apr_file_t set up via
e49a98d47fea220023c22bcc7204f13f7f0b07feBrian Wellington apr_put_os_file() would return a '\0'. [Jeff Trawick]
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff *) Mod_cgid now creates a single element bucket brigade, with a pipe
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff bucket, instead of using BUFF's and ap_r*.
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington *) APRVARS.in no longer overwrites the EXTRA_LIBS variable.
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington [Mike Abbott <mja@sgi.com>]
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson *) Remove ap_bopenf from buff code. This required modifying the file_cache
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson code to use APR file's directly instead of going through BUFFs.
d111a46c88adda33a93839f4934e127b6147d87dBob Halley [Ryan Bloom]
d111a46c88adda33a93839f4934e127b6147d87dBob Halley *) Fix compile break on some platforms for mod_mime_magic.c
d111a46c88adda33a93839f4934e127b6147d87dBob Halley [John K. Sterling <sterling@covalent.net>]
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews *) Fix merging of AddDefaultCharset directive.
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence PR #5872 (1.3) [Jun Kuriyama <kuriyama@imgsrc.co.jp>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Minor revamp of the rlimit sections of code. We now test
2d0c5f1eada2015324cb89c11c7c5c11cccb493fAndreas Gustafsson explicitly for setrlimit and getrlimit. Also, unixd_set_rlimit()
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff is now "available" even if the platform doesn't support
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff the rlimit family (it's just a noop though). [Jim Jagielski]
c6adcd09c8d5c0acd47a8dccb8061bb1105cad95Michael Graff *) Migrate the pre-selection of which MPM to use for specific
c6adcd09c8d5c0acd47a8dccb8061bb1105cad95Michael Graff platforms to hints.m4, which contains (or should contain)
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington all platform specific "hints". [Jim Jagielski]
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley *) Remove IOLs from Apache. With filtering, IOLs are no longer necessary
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add tables with non-string/binary values to APR.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington *) Fix some bad calls to ap_log_rerror() in mod_rewrite.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington [Jeff Trawick]
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington *) Update PCRE to version 3.2. [Ryan Bloom]
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson *) Change the way buckets' destroy functions are called so that
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson they can be more directly used when changing the type of a
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson bucket in place. [Tony Finch]
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson *) Add generic support for reference-counting the resources used by
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews buckets, and alter the HEAP and MMAP buckets to use it. Change
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews the way buckets are initialised to support changing the type of
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews buckets in place, and use it when setting aside TRANSIENT buckets.
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson Change the implementation of TRANSIENT buckets so that it can be
4716e94840921878b26e493576f84afe4fe08752Mark Andrews mostly shared with IMMORTAL buckets, which are now implemented.
4716e94840921878b26e493576f84afe4fe08752Mark Andrews [Tony Finch]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid LawrenceChanges with Apache 2.0a6
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add support to Apache and APR for dsos on OS/390. [Greg Ames]
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley *) Add a chunking filter to Apache. This brings us one step closer
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley to removing BUFF. [Ryan Bloom]
3886e748a4086b813e3453232a742903762fedadBob Halley *) ap_add_filter now adds filters in a LIFO fashion. The first filter
3886e748a4086b813e3453232a742903762fedadBob Halley added to the stack is the last filter to be called. [Ryan Bloom]
3886e748a4086b813e3453232a742903762fedadBob Halley *) Apache 2.0 has been completely documented using Scandoc. The
3886e748a4086b813e3453232a742903762fedadBob Halley docs can be generated by running 'make docs'. [Ryan Bloom]
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley *) Add filtered I/O to Apache. This is based on bucket brigades,
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley Currently the buckets still use BUFF under the covers, but that
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley should change quickly. The only currently written filter is the
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley core filter which just calls ap_bwrite. [The Apache Group]
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington *) APR locks on Unix: Let APR_LOCKALL locks work when APR isn't
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington built with thread support. [Jeff Trawick]
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington *) Abort configuration if --with-layout was specified and there's
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington no layout definition file. [Ken Coar]
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington *) Add support for '--with-port=n' option to configure. [Ken Coar]
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson *) Add support for extension methods for the Allow response header
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson field, and an API routine for accessing r->allowed and the
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley list of extension methods in a unified manner. [Ken Coar]
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley *) mod_cern_meta: fix broken file reading loop in scan_meta_file().
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley [Rob Simonson <simo@us.ibm.com>]
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley *) Get xlate builds working again. The apr renaming in 2.0a5 broke
83a39d3f3c9b9966bc060d46e8e419adb004888aAndreas Gustafsson APACHE_XLATE builds. [Jeff Trawick]
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson *) A configuration file parsing problem was fixed. When the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence configuration file started with an IfModule/IfDefine container,
0f7045b0c437b158c61c195c319d2762882ece83Andreas Gustafsson only the last statement in the container would be retained.
0f7045b0c437b158c61c195c319d2762882ece83Andreas Gustafsson [Jeff Trawick]
7c0e50b5623a6ffc9e3986e129f8ca6bae9aabfaBrian WellingtonChanges with Apache 2.0a5
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson *) Perchild is serving pages after passing them to different child
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson processes. There are still a lot of bugs, but this does work. I
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson have made requests against the same installation of Apache, and had
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff different servers use different user IDs to serve the responses.
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff This change moves to using socketpair instead of an AF_UNIX socket.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Perchild MPM still doesn't work perfectly, but it is serving pages.
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence It can't seem to pass between child processes yet, but I think we
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence are closer now than before. This moves us back to using Unix
11a898e05092e8477fbfe1a245c1c5871a846638Andreas Gustafsson Domain Sockets. [Ryan Bloom]
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence *) libapr functions and types renamed with apr_ prefix.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence #include "apr_compat.h" for 1.3.x backwards compat
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix problems with APR sockaddr handling on Win32. It didn't always
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence return the right information on the local socket address.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence [Gregory Nicholls <gnicholls@level8.com>]
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister *) ap_recv() on Win32: Set bytes-read to 0 on error.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister [Gregory Nicholls <gnicholls@level8.com>]
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister *) Add an option to not detach from the controlling terminal without
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister going into single process mode. This allows for much easier
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister debugging of the process startup code. [Ryan Bloom]
6253eaa03c49aac035bdd8b1d9ec4853b45e94a0Andreas Gustafsson *) ab: don't use perror() to report the failure of an APR function.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister [Jeff Trawick]
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister *) Make dexter, mpmt_pthread, and perchild MPMs not destroy the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence scoreboard on graceful restarts.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence An invalid ap_proc_t was passed to ap_create_process().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [Jeff Trawick]
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister *) Allow modules to register filters. Those filters are still
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister never called, but this is a step in the right direction.
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson [Ryan Bloom and Greg Stein]
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson *) Register the mod_cgid daemon process for cleanup so that it is
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson killed at termination if it does not die when the parent gets
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson SIGTERM. This change is to fix occasional problems where the
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson process stays around. Bugs in similar logic in mod_rewrite and
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson mod_include were also fixed. [Jeff Trawick]
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson *) Fix a bug in the time handling. Basically, we were imploding a time
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in ap_parseHTTPdate, but it had bogus data in the exploded time format.
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington Namely, tm_usec and tm_gmtoff were not filled out. ap_implode_time
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington uses those two fields to adjust the time value. Because of the HTTP
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence spec, both of those values can be zero'ed out safely. This fixes
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the bug correctly. [Ryan Bloom]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Fix a couple of place in the Windows code where the wrong error
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence code was being returned. [Gregory Nicholls <gnicholls@level8.com>]
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley *) Fix POOL_DEBUG (at least for prefork mpm). [Dean Gaudet]
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington *) Added the APR_EOL_STR macro for platform dependent differences in
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington logfiles and other raw text (such as all APR files). Fixes logfiles
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley not terminated with cr/lf sequences in Win32. [William Rowe]
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley *) Move all strings functions in APR to src/lib/apr/strings and create
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence apr_strings.h for the prototypes. [Ryan Bloom]
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence *) APR lock fixes: when using SysV sems, flock(), or fcntl(), be sure
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister to repeat the syscall until we stop getting EINTR. I noticed a
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister related problem at termination (SIGTERM) on FreeBSD when using
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence fcntl(). Apache 1.3 had these new loops too. Also, make the flock()
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister implementation work properly with child init. Previously, ap_lock()
be768c2e952c34438025999125f984995a2c675fBob Halley was essentially a no-op because all children were using different
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence locks and thus nobody ever blocked. [Jeff Trawick]
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley *) The htdocs/ tree has been moved out of the CVS source tree into
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley a separate area for easier development. This has NO EFFECT on
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley end-users or Apache installations. [Ken Coar]
be768c2e952c34438025999125f984995a2c675fBob Halley *) Integrate the mod_dav module for WebDAV protocol handling. This
be768c2e952c34438025999125f984995a2c675fBob Halley adds the dav and dav_fs modules, the SDBM library, and additional
be768c2e952c34438025999125f984995a2c675fBob Halley XML handling utilities. [Greg Stein]
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley *) Clean out obsolete names (from httpd.h) for the HTTP Status Codes
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley [Greg Stein]
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley *) Update the lib/expat-lite/ library (bring forward changes from
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley the Apache 1.3 repository). [Greg Stein]
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley *) If sizeof(long long) == sizeof(long), then prefer long in APR
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley configure.in. [Dave Hill <ddhill@zk3.dec.com>]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) Add ap_sendfile for Tru64 Unix. Also, add an error message for
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister machines where sendfile is detected, but nobody has written ap_sendfile.
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister [Dave Hill <ddhill@zk3.dec.com>]
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson *) Compile fixes in mod_mmap_static. [Victor J. Orlikowski]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence *) ab would start up more connections than needed, then quit when the
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister desired number were finished. Also fixed a logic error involving
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence ab keepalives. [Victor J. Orlikowski]
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister *) WinNT: Implement non-blocking pipes with timeouts to communicate
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister with CGIs. Apache 2.0a4 had non-blocking pipes but without
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence timeouts (i.e, if a timeout was specified, the pipe reverted to
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister a full blocking pipe). Now the behaviour is more in line with
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister Unix non-blocking pipes.
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley [Bill Stoddard]
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley *) WinNT: Implement accept socket reuse. Using mod_file_cache to
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley cache open file handles along with accept socket reuse enables
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley Apache 2.0 to serve non-keepalive requests for static files at
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 3x the rate of Apache 1.3.(e.g, Apache 1.3 will serve 400 rps
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley and Apache 2.0 will serve almost 1200 rps on my system).
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington [Bill Stoddard]
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington *) Merge mod_mmap_static function into mod_file_cache. mod_file_cache
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington supports two config directives, mmapfile (same behavious as
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington mod_mmap_static) and cachefile. Use the cachefile directive
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington to cache open file handles. This directive only works on systems
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley that have implemented the ap_sendfile API. cachefile works today
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley on Windows NT, but has not been tested on any flavors of Unix.
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley [Bill Stoddard]
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley *) Cleanup the configuration. With the last few changes the
a5a5371b756f3bbbe33dac1dde196fbd6c063640Bob Halley configuration process automatically:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence inherits information about how to build from APR. Allowing
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence APR to inform Apache that it should or should not use -ldl
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Detects which mod_cgi should be used mod_cgi or mod_cgid,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence based on the threading model
compiled-in limits (e.g., ThreadsPerChild, MaxClients, StartTreads).
and a user makes a request like http://www.example.com//cgi-bin/cgi
*) Yet another update to saferead/halfduplex stuff -- need to ensure
to the configured User/Group (like other httpd processes)
if the len was negative. Use <sys/un.h> for struct sockaddr_un
doesn't seem to have a problem but /bin/sh on Solaris does.
ContentDigest enabled and we can't/don't mmap the file.
related bugs, and changed shmem/locking to use apr API. Shared-mem
would be errors generating ap_config_auto.h later in the configure
*) Organize http_main.c as independent code, such that no code or
in 1.3's ebcdic.c. [Jeff Trawick]
buffer if the implementation knows how to use it (i.e., if L_tmpnam
*) Configure creates config.nice now containing your configure
options. Syntax: ./config.nice [--more-options]
*) Fix mm's memcpy/memset macros, pointer arithmetic was broken.
*) The ab program in the src/support directory is now portable using
*) Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.
Apache.dsw created to bring together all the pieces. Create new file
os/win32/BaseAddr.ref to define module base addresses (to prevent
*) More FAQs and answers from comp.infosystems.www.servers.unix.
fix up from Apache 1.3. #include'ing "ap_mpm.h" fixes up an
we can use ReadFileScatter and WriteFileGather in readwrite.c.
fixes to mod_so.c.
Makefile.win includes the same user interface as the old
*) Put in Korean and Norwegian index.html pages (2.0 and 1.3)
config file. E.g. 'ServerAdmin ${POSTMASTER}'. As commited
it does this on a line by line basis; i.e. if the envvar
ErrorDocument XXX /local/uri
ErrorDocument XXX http://valid/url
*) Changed 'CacheNegotiatedDocs' from its present/not-present
done with --with-module=/path/to/module. Modules can only be added
*) Enable Apache to use sendfile/TransmitFile API
*) Make file I/O and network I/O writev/sendv APIs consistent.
bytes_read/bytes_written is always valid (never -1). Plus
some fixes to buff.c to correct problems introduced by the
*) buff.c has been converted to no longer use errno.
automatically for developers from src/Configure.
*) Fixed building of src/support/htpasswd.c
*) Moved mod_auth_digest.c from experimental to standard. [Roy Fielding]
*) Support line-continuation feature in config.option file and
*) Implement WINNT Win32 MPM from original Win32 code in http_main.c
(per default used the config.option file).
calling order to be specified on a per-hook/per-module basis.
*) os/unix/unixd.[ch]: detach, setuid, setgid, stuff which will be common
*) mpm_prefork: throw away all the alarm/timeout crud; and clean up the
of alloc.c for now. [Dean Gaudet]
based on IP/port. [Ben Laurie]
*) I/O layering and BUFF revamp. See docs/buff.txt. [Dean Gaudet]
docs/initial_blurb.txt. [Dean Gaudet]
an absolute path to the ./libexec directory where the libhttp.ep file
routines are now called ap_base64* and are 'plain' (i.e., no
pool access or anything clever). Inside util.c the routines acting
*) Fixed assumption of absolute paths in binbuild.sh. [Tony Finch]
src/support/httpd.exp. [Bill Stoddard, Randy Terbush]
*) Make ap_sha1.c compile for EBCDIC platforms: replace remaining LONG
*) PORT: Improved compilation and DSO support on Sequent DYNIX/ptx.
*) Local struct mmap in http_core.c conflicted with system structure
*) Added updated mod_digest as modules/experimental/mod_auth_digest.
*) CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled
*) RewriteLock/RewriteMap didn't work properly with virtual hosts.
*) PORT: Support for compaq/tandem/com.
Netscape servers. See support/SHA1 for more information.
Caused the separation of ap_md5.c into md5, sha1 and a general
ap_checkpass.c with just a validate_passwd routine. Added a
couple of flags to support/htpasswd. Some reuse of the to64()
with ASCII/EBCDIC conversions in "ident" query.
are combined, and duplicate tokens (e.g., "Vary: host, host" or
install the DSO; useful for editing httpd.conf with apxs. Fix
create duplicate LoadModule/AddModule entries; apxs can now be
used to re- enable/disable a module. [Wilfredo Sanchez]
Win 95 users may need to update their TCP/IP stack to pick up
Winsock 2. (See http://www.microsoft.com/windows95/downloads/)
error.log when CGI scripts fail. This makes Apache on Win32
*) Fix `make r' test procedure in src/regex/: ap_isprint was not found.
*) Add DSO support for DGUX 4.x using gcc. Tested on x86 platforms.
*) Add the new mass-vhost module (mod_vhost_alias.c) developed and
parent/child process management code.
*) Fix ndbm.h include problems with brain-dead glibc >= 2.1 which
has ndbm.h in a non-standard db1/ subdir. PR#4431, PR#4528
*) Determine AP_BYTE_ORDER for ap_config_auto.h and already
content-types are "text/html;parameters". PR#4524 [Ken Coar]
*void. When the OS/platform/compiler supports quads, ap_snprintf()
*) Add RULE_EXPAT, the src/lib/ directory structure, and a modified copy
(e.g., HTTP/0.9 or HTTP/1.1) of the request. [Ken Coar]
*) Switch to /bin/sh5 in APACI on Ultrix and friends to avoid problems with
their brain-dead /bin/sh. [Ralf S. Engelschall] PR#4372
*) mod_include's fsize/flastmod should allow only relative paths, just
*) Add iconsdir, htdocsdir, and cgidir to config.layout.
*) Fix minor but annoying bug with the test for Configuration.tmpl
in unix/os.c, and don't install the dyld error handlers, which
*) Add functionality to the install-bindist.sh script created by
binbuild.sh to use tar when copying distribution files to the
install-bindist.sh now detects the local perl5 path to install
src/modules/proxy_util.c where a NULL filepointer and
have assurance about how string manipulators (e.g., tr) will
*) Add "opt" (SysV-style) layout to config.layout. [Raymond S Brand
*) Fix number of bytes copied by read_connection() in src/support/ab.c
*) Make sure RewriteLock can be used only in the global context, (i.e.
uncompress/gzip, but those tools sometimes do not produce
*) PORT: deal with UTS compiler error in http_protocol.c
binary (e.g., image file) in the first place.
*) support/htpasswd now permits the password to be specified on the
apache -n apache1 -i -f c:/httpd.conf
Installs apache as service 'apache1' and associates c:/httpd.conf
Installs apache as service 'apache2'. httpd.conf is located under
the default server root (/apache/conf/httpd.conf).
apache -n apache3 -i -d c:/program files/apache
c:/program files/apache.
*) Correct the signed/unsigned character handling for the MD5 routines;
*) OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving
*) proxy ftp: instead of using the hardwired string "text/plain" as
<Directory proxy:ftp://some.host>
DefaultType gargle/blurb
*) Be more smart in APACI's configure script when determining the UID/GID
the number of fork()s from one/request to just the odd one an hour.
*) Added proxy, auth and header support to src/support/ab.c. Added a
README file to src/support/
*) Fix sed-substitutions in `make install': path elements like `httpd/conf'
(for instance from an APACI configure --sysconfdir=/etc/httpd/conf
*) PORT: Add support for FreeBSD 4.x [Ralf S. Engelschall]
the reboot prompt (which is only given if MSVCRT.DLL system
*) WIN32: Apache.exe now contains an icon. [Paul Sutton]
*) Using APACI, the main config file (usually httpd.conf) was
*) Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the
DSO/DLL section because it's a directive from mod_status and isn't
against libap.a and use its ap_snprintf() instead of sprintf() to avoid
*) Add Apple's Mac OS X Server Layout "Rhapsody" to config.layout.
*) Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order
*) Use proper pid_t type for saving PIDs in alloc.c. [John Bley]
in http_core.c. [John Bley, Roy Fielding]
*) src/support/: The ApacheBench benchmark program was overhauled by
*) Added -S option to install.sh so that options can be passed to
is *not* given in the argument list; i.e., the logical negation
*) Win32: Add global symbols missing from ApacheCore.def. [Carl Olsen]
to util.c for parsing an HTTP header field value to extract the next
code different from 500. This allows the proxy to, e.g., return
as "com.name" to be served. [Paul Sutton] PR#3769.
make subtasking easier on the OSD/POSIX mainframe environment.
ap_compat.h. [David White <david@persimmon.com>] PR#3725
*) Make NDBM file suffix determination for mod_rewrite more accurate, i.e.
*) Let src/Configure be aware of CFLAGS options starting with plus
signs as it's the case for the HP/UX compiler.
and this makes its functions available to things in src/support.
*) WIN32: Created new makefiles Makefile_win32.txt (normal build)
and Makefile_win32_debug.txt (debug build) that work on Win95.
nmake /f Makefile_win32.txt # compiles normal build
nmake /f Makefile_win32.txt install # compiles and installs
nmake /f Makefile_win32.txt clean # removes compiled junk
nmake /f Makefile_win32_debug.txt # compiles debug build
nmake /f Makefile_win32_debug.txt install
nmake /f Makefile_win32_debug.txt clean
*) Small fix for mod_env.html: The module was documented as to be _not_
*) Instead of fixing a bug in the generation procedure for config.status (a
making sure the src/support/ tools are _forced_ to be build last (they
*) Fix installation procedure: Now that os-inline.c is actually used (a
recently fixed bug prevented this) we need to also install os-include.c
`escape' and `unescape' were added which can be used to escape/unescape
to/from hex-encodings in URLs parts (this is especially useful in
*) Major overhaul of mod_negotiation.c, part 2.
- added ap_array_pstrcat() to alloc.c for efficient concatenation
*) Major overhaul of mod_negotiation.c, part 1.
revision (draft-ietf-http-v11-spec-rev-06.txt).
e.g. no feature negotiation). Removed old experimental version.
negotiation results are consistent across backup/restores and mirrors
*) RFC2396 allows the syntax http://host:/path (with no port number)
*) When modules update/modify the file name in the configfile_t structure,
*) The hashbang emulation code in ap_execve.c would interpret
#!/hashbang/scripts correctly, but failed to fall back to a
o fixed auto-suffix handling now that config.layout exists.
config.layout and every path now can be marked this way (not only the
SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section
of ap_config.h to allow serialized accept for multiport listens.
*) PORT: Fixed a misplaced #endif for NetBSD/OpenBSD section
of ap_config.h that would skip several defines if DEFAULT_GROUP
strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247
*) Fix ordering of definitions in ap_config.h so that ap_inline is
*) Make generation of src/Configuration.apaci more robust: It failed to
another (e.g. cgi vs. fastcgi). We now check for mod_XXX, libXXX and even
*) In src/Configure remove the SERVER_SUBVERSION support (already deprecated
*) Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command.
IS to the compiler/linker command. [Ralf S. Engelschall]
config.layout. Custom layouts are possible by using FILE:ID as the
The config.layout file consists of <Layout ID>..</Layout> sections
extension (e.g., .fr, .de) can be labelled as being some other
*) mod_include.c:handle_perl() now properly tests for OPT_INCNOEXEC
*) Updated mime.types to reflect current Internet media types
Improved mod_actions.c so that it can use any of the methods
defined in httpd.h. Added ap_method_number_of(method) for
*) Fix problems with handling of UNC names (e.g., \\host\path)
*) Move a typedef to fix compile problems on Linux with 1.x kernels.
*) http_config.c would respond with 501 (Method Not Implemented) if a
should have been a 500 response. Likewise, mod_proxy.c would responsd
on-the-fly/batch permute the order of two modules (mod_foo and mod_bar)
mod_foo with the begin of the module list, i.e. it `moves' the module to
which permutes mod_foo with the end of the module list, i.e. it `moves'
on container start lines (e.g., it wouldn't spot
*) Fix Berkeley-DB/2.x support in mod_auth_db: The data structures were not
httpd.conf-dist* files. The srm and access files now contain
only comments, and httpd.conf has all the combined contents in
*) PORT: DSO/ELF support for FreeBSD 3.0.
*) Fix http://localhost/ hints in top-level INSTALL document.
ap_config.h. [Brian Havard]
*) PORT: Add Pyramid DC/OSx support to configuration mechanism.
*) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1
*) Correct comment in mod_log_config.c about its internals.
handle the creation of modules.c [Jim Jagielski]
and to avoid problems under platforms where only version 2.x is present.
*) Remove redundant substitutions in top-level Makefile.tmpl.
platforms where `nogroup' exists in /etc/group. [Ralf S. Engelschall]
the possibility to override it manually via APACI or src/Configuration.
existance of the file under /usr/include, too.
*) Fix possible buffer overflow situation in suexec.c.
*) Fix documentation of ProxyPass/ProxyPassReverse according to the
in /home/user, not in /, therefore clicking on "../" in the
dump core for replies with invalid headers (e.g., duplicate
plop gmon.out profile data for each child [Doug MacEachern]
config.status script to be immune against arguments with whitespaces.
script `buildinfo.sh' which is both more flexible and already proofed to
*) Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
*) Remove bad reference to non-existing SERVER_VERSION in mod_rewrite.html
*) Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
variables in one RewriteRule and had to patch mod_rewrite.h for every
*) Make sure the config.status file is not overridden when just
See include/ap_mmn.h for more details. [Randy Terbush]
*) Cleanup of the PrintPath/PrintPathOS2 helper functions. Avoid
following the same idea as "MSVC vs WIN32". Additionally the src/os/emx/
directory was renamed to src/os/os2/ for consistency.
linking the DSOs, i.e. PIC libs and shared libs. Currently the rule is
*) Add correct `model' MIME types from RFC2077 to mime.types file.
*) Fixed examples in mod_rewrite.html document.
*) Update the mod_rewrite.html document to correctly reflect the situation
Makefile.tmpl: The umask+cp approach didn't work as expected (especially
*) Fix `distclean' and `clean' targets in src/Makefile.tmpl to have same
src/helper/mkdir.sh script. [Ralf S. Engelschall]
`search' entries in /etc/resolv.conf.
INSTALL file because a lot of users don't read htdocs/manual/dso.html
[Knut A.Syed <Knut.Syed@nhh.no>] PR#2674
(compilers complained) and the .so.V.R.P filename extension was adjusted
*) Disable the incorrect entry for application/msword in the
*) Fix broken RANLIB handling in src/Configure (the entry from
src/Configuration.tmpl was ignored) and additionally force RANLIB to
*) Autogenerate some HAVE_XXXXX_H defines in conf_auto.h (determined via
TestCompile) instead of defining them manually in conf.h based on less
OS-type and/or OS-version identifiers to discover whether a system header
required by HTML 3.2 and later) to mod_mime_magic's conf/magic.
*) Add Dynamic Shared Object (DSO) support for SCO5 (OpenServer 5.0.x).
*) Fix the Guess-DSO-flags-from-Perl stuff in src/Configure: "perl" was
*) PORT: remove broken test for MAP_FILE in http_main.c.
*) PORT: Change support/apachectl to use "kill -0 $pid" to test if the
but case-insensitive platforms). New #define for this added to conf.h
*) Enable DSO support for OpenBSD in general, not only for 2.x, because it
also works for OpenBSD 1.x. [Ralf S. Engelschall]
of a config.status script (as GNU Autoconf does) which remembers the used
*) Correct initialization of variable `allowed_globals' in http_main.c
multipart/x-mixed-replace;boundary=ThisRandomString.
modules/xxx/Makefile's to avoid problems with SVR4 Make under "full-DSO"
<Directory /> section of the default access.conf-dist
*) Fix symbol export list (src/support/httpd.exp) after recent
solved by another helper script findprg.sh which searches for Perl and
*) Remove the system() call from htpasswd.c, which eliminates a system
dependancy. ["M.D.Parker" <mdpc@netcom.com>] PR#2332
*) PORT: helpers/GuessOS updates for various versions for NCR SVR4.
*) Fix recently introduced Win32 child spawning code in mod_rewrite.c which
configure and src/Configure depend on this.
*) Changes usage of perror/fprintf to stderr to more proper ap_log_error
*) PORT: QNX needed a #include <sys/mman.h>; and now it uses flock
spawn_child was obsoleted and moved to compat.h
*) Fix src/support/httpd.exp (DSO export file which is currently only
``RewriteRule ^myscript$ - [T=application/x-httpd-cgi]'' This was often
*) Fix discrepancy in proxy_ftp.c which was causing failures when
*) Support for the NCR MP/RAS 3.0
*) The LDFLAGS_SHLIB_EXPORT variable of src/Configuration[.tmpl] was
not retrieved in src/Configure and thus was not useable.
- SUBDIRS is now generated in src/Makefile only and not in
Makefile.config because it is a local define for this location.
- update the "depend" targets in Makefile.tmpl files to use $(OSDIR), too.
- replaced SHLIB_OBJS/SHLIBS_OBJ consistently with OBJS_PIC because OBJS
- replaced ugly xx-so.o/xx.so-o hack with a clean and consistent usage
of xxx.lo as GNU libtool does with its PIC objects
- reduce local complexity in modules Makefile.tmpl by moving the last
*) WIN32: Make Win32 work again after the /dev/null DoS fix.
*) When opening "configuration" files (like httpd.conf, htaccess
and htpasswd), Apache will not allow them to be non-/dev/null
necessary. Long-term fix is to either serialize the chdir/spawn combo
htdocs/manual/suexec.html document before using the suexec-related
and htdocs/manual/suexec.html documents.
UID/GID and safe PATH, too.
- overhauled mkshadow.sh script: now its more IFS-safe and approx. twice
*) Add a note to httpd.conf-dist that apache will on some systems fail
and not the original statically list from modules.c
confusion with the next point and reduces the Makefile.tmpl complexity
6. The modules.c generation was extended to now contain two
of loading/linking (we use load=link+load & link=activate instead of
*) Fix the generated mod_xxx.c from "apxs -g -f xxx" after the
*) Add a comment to mod_example.c showing the format of a FLAG command
places in the code (e.g. DATE_GMT). PR#1551
*) get/set_module_config are trivial enough to be better off inline. Worth
*) Fix off-by-one error in ap_proxy_date_canon() in proxy_util.c
*) Fix debug log messages for BS2000/OSD: instead of logging the whole
*) Make sure the referer_log and agent_log entries in the default httpd.conf
*) WIN32: Make roots of filesystems (e.g. c:/) work. [Ben Laurie]
from mod_so.c to Configure because first it needs $PLAT etc. and second
AIX variants should work fine, too. Even AIX 3.x should work). This is
which we put into a os/unix/os-dso-aix.c file.
*) Fix two bugs in select() handling in http_main.c.
side-effect this reduces some subdir fiddling in configure+Makefile.tmpl.
"make root=/tmp/apache install" for rolling the package without bristling
*) Workaround braindead AWK's when generating ap_config.h: The split() and
*) Fix DEBUG_CGI situation in mod_cgi.c [David MacKenzie] PR#2114
*) Make sure that "make install" doesn't overwrite the `mime.types' and
*) PORT: Dynamic Shared Object (DSO) support for OpenBSD 2.x
variables) to avoid side-effects in "src/Configure" when the user
*) Provide backward compatibility from some old src/Configuration.tmpl
*) NeXT required strdup() in support/logresolve.c
ap_snprintf, and ap_psprintf). See include/ap.h for docs.
*) Because /usr/local/apache is the default prefix the ``configure
to `char *' under OSF1 and FreeBSD 2.x where it is defined this way
*) PORT: Make sure some AWK's don't fail in src/Configure with "string too
long" errors when generating the MODULES entry for src/Makefile
*) Make sure src/Configure doesn't complain about the old directory
/usr/local/etc/httpd/ when APACI is used. [Lars Eilebrecht]
*) Adding DSO support for the HP/UX platform by emulating the dlopen-style
interface via the similar but proprietary HP/UX shl_xxx-style system
APACI Makefile.tmpl "install" target more robust for sensible UnixWare
- Apache provided general functions (e.g., ap_cpystrn)
- Public API functions (e.g., palloc, bgets)
cross-object usage) but should be (e.g., new_connection)
For backward source compatibility a new header file named compat.h was
dummy.so file (containing dummy references to all global symbols) the
Placing the Apache core code itself into a DSO library named libhttpd.so.
where we perhaps exploit this libhttpd.so mechanism for providing nifty
inside the src subtree (i.e. for non-APACI users). Following GNU Makefile
to the mak/dsp files. [Alexei Kosut]
*) Add documentation file and src/Configuration.tmpl entry for the
*) Now src/Configure uses a fallback strategy for the shared object support
and installation of the support tools from the src/support/ area.
dynamic shared object (DSO) mechanism [mod_so.c]. The trick here is that
Apache C header files (PREFIX/include) and the new APXS tool
(SBINDIR/apxs). The intend is to provide a handy tool for third-party
modules, from trivial ones (single mod_foo.c) to complex ones (like PHP3
*) Modify the log directives in httpd.conf-dist files to use CustomLog
script and a corresponding top-level "Makefile.tmpl" file. The goal is
the old src/Configure stuff in batch and additionally installs the
routines. Use this to replace http_bprintf.c. Add new routines
is necessary on at least Solaris where the /etc/rc?.d scripts
http://.../cgi-bin/...?http%3A%2F%2F... references) [Martin Kraemer]
the mod_proxy.html and corrected the hyperlink to it in the
new_features_1.3.html document. [Ralf S. Engelschall] PR#1348
*) Fix a bug in the src/helpers/fp2rp script and make it a little bit
*) Add the new ApacheBench program "ab" to src/support/: This is derived
*) src/include/ap_config.h now wraps it's #define's with #ifndef/#endif's
*) [PORT] For A/UX change the OS-#define for -DAUX to -DAUX3.
the ugly export kludge, makes the one-liner file mod_mime.h obsolete, and
*) util.c cleanup and speedup. [Dean Gaudet]
modules as shared objects. Especially Solaris 2.x, SunOS 4.1, IRIX and
*) The Configure script now generates src/include/ap_config.h which
"http://host" url is treated as if a similar "Host:" header had been
supplied. This change was made to support future HTTP/1.x protocols
*) API: Cleanup of code in http_vhost.c, and remove vhost matching
*) API: A new source module main/util_uri.c; It contains a routine
user; /* user name, as in http://user:passwd@host:port/ */
password; /* password, as in http://user:passwd@host:port/ */
a username can contain when trying to expand it via /etc/passwd.
*) Hide Proxy-Authorization from CGI/SSI/etc just like Authorization is
reads fail. ["M.D.Parker" <mdpc@netcom.com>] PR#1827
*) Source file dependencies in Makefile.tmpl files throughout the
htdocs/manual/known_client_problems.html are in the default
(like mod_dld for Win32). This replaces mod_dld.c. Use SharedModule
header files are in the src/include directory. The -Imain -Iap
and mod_rewrite) have not been moved to src/include; nor have
calls that use too small an initial guess, see alloc.c.
because the key/value is a constant, or the value has been built
Note that it is easy to get code subtly wrong if you pass a key/value
safe thing to do is to pass key/values which are in the pool of
i.e. if the table is part of a subrequest, a value from the main
usage, enabled by defining POOL_DEBUG. See alloc.c for more details.
*) API: "typedef array_header table" removed from alloc.h, folks should
HAVE_MMAP/SHMGET #defines strictly are informational that the
Unixware 1.x appears to have the same SIGHUP bug as solaris does with
*) PORT: A/UX can handle single-listen accepts without mutex
*) suexec errors now include the errno/description. [Marc Slemko] PR#1543
*) Some const declarations in mod_imap.c that were added for debugging
*) The src/main/*.h header files have had #ifndef wrappers added to
multiple paths (e.g., in .c files as well as other .h files).
src/ap/ap.h, to ease their use in non-httpd applications. [Ken Coar]
set with SetEnv/BrowserMatch and similar directives.
(the Siemens BS2000/OSD family) in the POSIX subsystem
Located in libap.a. [Jim Jagielski]
alloc.c (affects win32 only). [Ben Hyde]
server itself (like the src/support tools). [Ken Coar]
It also wouldn't handle "AddIconByType (TXT,/icons/text.gif text/*"
htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
can be used by items in src/support among other things.
(e.g., <Directory>) where they're invalid. [Martin Kraemer]
for fgetc() and fgets() on SunOS 4.x. [Martin Kraemer, Ben Hyde]
subdirectory htdocs/manual/vhost/. [Lars Eilebrecht <sfx@unix-ag.org>]
[M.D.Parker] PR#1352
*) Inherit a bugfix to fnmatch.c from FreeBSD sources.
breaking on some systems. [Bhaba R.Misra <system@vt.edu>] PR#1368
*) A mild SIGTERM/SIGALRM race condition was eliminated.
*) Warn user that default path has changed if /usr/local/etc/httpd
*) PORT: On AIX 1.x files can't be named '@', fix the proxy cache
Document this a bit more in src/PORTING. [Dean Gaudet] PR#467
*) WIN32: Make index.html and friends work under Win95. [Ben Laurie]
*) Default pathname has been changed everywhere to /usr/local/apache
*) PORT: UnixWare 2.x requires -lgen for syslog.
[M.D.Parker <mdpc@netcom.com>] PR#1284
*) New support tool: src/support/split-logfile, a sample Perl script which
*) Makefile.tmpl was not using $CFLAGS in the link phase.
*) Add debugging code to alloc.c. Defining ALLOC_DEBUG provides a
Purify. See main/alloc.c for more details. [Dean Gaudet]
be used for whatever reason is appropriate (i.e. format() warnings
gcc >= 2.7.x (so that we have fewer support issues with older
Also removed the auto-generated link to www.apache.org that was the
*) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
*) Fixed error in proxy_util.c when looping through multiple host IP
buffered writes -- that is, it will buffer up to PIPE_BUF (i.e. 4k)
*) API: New register_other_child() API (see http_main.h) which allows
*) API: New piped_log API (see http_log.h) which implements piped logs,
Some things (like RewriteMaps) were checked/performed even if they
*) Removal of mod_auth_msql.c from the distribution. There are many
http://modules.apache.org/ It would be nice to offer a generic
Makefile on the fly based on Makefile.tmpl and Configuration.
*) support/httpd_monitor is no longer distributed because the
the headers/contents of the request. It does not run during subrequests
USE_xxx_SERIALIZED_ACCEPT in conf.h. xxx is FCNTL for fcntl(),
- Linux 2.x uses flock instead of fcntl
- Solaris 2.x uses pthreads
*) PORT: The semantics of accept/select make it very desirable to use
Modules can be dropped into modules/extra, or in their own
modules/standard. All other source code is in main. OS-specific
match "/home/a/andrew/public_html", now it only matches things
/dev/tty, etc.)
and cidr syntax (i.e. 10.1.0.0/16). PR#762
Apache would omit the chunk header/footer on the next block. Cleaned
e.g. when max_requests_per_child is reached, etc.
*) PORT: QNX mmap() support for faster/more reliable scoreboard handling.
setting. The define MAX_SPAWN_RATE can be used to raise/lower
in a language that by default does buffering (e.g. perl) this
*) PORT: Allow for use of n32bit libraries under IRIX 6.x
*) PORT: Linux: Attempt to detect glibc based systems and include crypt.h
*) PORT: QNX doesn't have initgroups() which support/suexec.c uses.
rect /url.hrm 10 20 30 40
braindead SunOS 4.1.x, allow env variables to be set even on rules with
i.e. now mod_rewrite no longer has a shared copyright. Instead is is
See http_config.h for more details. [Dean Gaudet]
LoadModule/LoadFile directives. Note that module DLLs must be
Module autoindex_module mod_autoindex.o
*) popendir/pclosedir created to properly protect directory scanning.
*) Makefile.nt added - to build all the bits from the command line:
nmake -f Makefile.nt
httpd.h. [Dean Gaudet]
the SFIO library calls sfread/sfwrite if B_SFIO is defined at
*) Turn off chunked encoding after sending terminating chunk/footer
*) SECURITY: When a client connects to a particular port/addr, and
actually be reached via that port/addr. [Ed Korthof <ed@organic.com>]
*) Support virtual hosts with wildcard port and/or multiple ports
and mod_include.c. [Dean Gaudet]
Also removed the auto-generated link to www.apache.org that was the
htdocs/manual/misc/known_client_problems.html#257th-byte) can happen
*) #ifdef wrap a few #defines in httpd.h to make life easier on
*) Fix MPE compilation error in mod_usertrack.c. [Mark Bixby]
should consider comparing against src/modules/standard/mod_include.c
*) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
minus WIN32/NT stuff, but plus copyright removement.
under Solaris 2.x (up through 2.5.1). It has been fixed.
lockfile in any location. It previously defaulted to /usr/tmp/htlock.
*) Add a placeholder in modules/Makefile to avoid errors with certain
*) USE_FLOCK_SERIALIZED_ACCEPT is now default for FreeBSD, A/UX, and
redirect flag, e.g. R=permanent, the permanent status was lost.
*) PORT: Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
*) PORT: fix problem compiling http_bprintf.c with gcc under SCO
*) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko]
directive and the DEFAULT_TYPE symbol in httpd.h. Changed the value
of DEFAULT_TYPE to match the documented default (text/plain).
*) In mod_proxy.c, check return values for proxy_host2addr() when reading
the connection (e.g., when user presses Stop). Apache will now stop
*) Rearrange Configuration.tmpl so that mod_rewrite has higher priority
htdocs/manual/stopping.html for details on stopping and
*) The default handler now logs invalid methods or URIs (i.e. PUT on an
buffer or write inside buff.c or fread'ing from a CGI's output,
*) Use /bin/sh5 on ULTRIX. [P. Alejandro Lopez-Valencia] PR#369
*) Add UnixWare compile/install instructions. [Chuck Murcko]
*) Add macro for memmove to conf.h for SUNOS4. [Marc Slemko]
*) More signed/unsigned port fixes. [Dean Gaudet]
*) suexec.c doesn't close the log file, allowing CGIs to continue writing
*) Improved generation of modules/Makefile to be more generic for
*) Fixed overlaying of request/sub-request notes and headers in
*) Port to UXP/DS(V20) [Toshiaki Nomura <nom@yk.fujitsu.co.jp>]
*) changed status check mask in proxy_http.c from "HTTP/#.# ### *" to
- Changed send_dir() to remove user/passwd from displayed URL.
select/accept and keep-alive requests, fixed several bugs regarding
*) Tweak byteserving code (e.g. serving PDF files) to work around
Emit Content-Length header when sending multipart/byteranges.
*) Port to HI-UX/WE2. [Nick Maclaren]
regex/regcomp.c since that file also used a NEXT define.
*) Portability Fix: NeXT lacks unistd.h so we wrap it's inclusion
*) Remove mod_fastcgi.c from the distribution. This module appears
continue to be easily available at http://www.fastcgi.com/
*) Fixed bug in modules/Makefile that wouldn't allow building in more
- execution restricted to UID/GID > 100
*) Replace references to make in Makefile.tmpl with $(MAKE).
*) Add ProxyBlock directive w/IP address caching. Add IP address
*) Remove requirement for ResourceConfig/AccessConfig if not using
2. initgroups() on Linux 2.0.x clobbers gr->grid.
*) Reset timeout while reading via get_client_block() in mod_cgi.c
*) Add the ability to pass different Makefile.tmpl files to Configure
*) proxy_http.c bugfixes: [Chuck Murcko]
1) fixes possible NULL pointer reference w/NoCache
*) mod_include.c bugfixes:
*) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie]
http_protocol.c [Roy Fielding]
*) Replaced use of index() in mod_expires.c with more appropriate
*) In helpers/CutRule, replaced "cut" invocation with "awk" invocation
*) Updated helpers/GuessOS for ...
SCO UnixWare 2.1.1 (requires a separate set of #defines in conf.h)
and fixed something in helpers/PrintPath [Ben Laurie]
*) Not listed. See <http://www.apache.org/docs/new_features_1_2.html>
*) mod_env now turned on by default in Configuration.tmpl.
b) truncated hostnames/ip address in the logs
*) Not listed. See <http://www.apache.org/docs/new_features_1_1.html>
*) Internal redirects which occur in mod_dir.c now preserve the
*) Fix for POSIX compliance in waiting for processes in alloc.c.
which works similar to PidFile (in httpd.conf) [Rob Hartill]
*) Include sys/resource.h in the correct place for SunOS4 [Sameer Parekh]
*) the pstrcat call in mod_cookies.c didn't have an ending NULL,
*) Add strerror function to util.c for SunOS4 [Randy Terbush]
*) patch to get Apache compiled on UnixWare 2.x, recommended as
a temporary measure, pending rewrite of rfc931.c. [Chuck Murcko]
*) past changes to http_config.c to only use the
*) Remove uses of MAX_STRING_LEN/HUGE_STRING_LEN from several routines.
and the server provider uses relative links; as file.html
*) Not listed. See <http://www.apache.org/docs/new_features_1_0.html>
*) Fixed potential FILE* leak in http_main.c [Ben Laurie]
*) Eliminated some bogus Linux-only #defines in conf.h [Aram Mirzadeh]
*) Nuked bogus #define in httpd.h [David Robinson]
*) gcc -Wall no longer complains about an unused variable when util.c
*) Rationalize handling of BSD in conf.h and elsewhere [Randy Terbush,
*) Suppress -Wall warning by casting const away in util.c [Aram Mirzadeh]
subprocesses, including the SIGTERM/pause/SIGKILL routine, until
causing certain extremely marginal cases (e.g., ScriptAlias of a
*particular* index.html file) to fail. [David Robinson]
*) Cleaned up compiler warning from mod_access.c [Robert Thau]
*) Cleaned up comments in mod_cgi.c [Robert Thau]
"/path/to/some/link/" follows the link. [Thau, Fielding]
*) Doesn't reset DirectoryIndex to 'index.html' when
*) Clarified init code and nuked bogus warning in mod_access.c
*) Corrected several directives in sample srm.conf
*) Fixed ScriptAlias/Alias interaction by moving ScriptAlias handling to
mod_alias.c, merging it almost completely with handling of Alias, and
using a special file created for the purpose in /usr/tmp, and
which try to print out the last-modified date). [Eric Hagberg/Robert
*) <!--exec cgi="/some/uri/here"--> always treats the item named by the
*) POST to CGI works on A/UX [Jim Jagielski]
it seems to work well enough without it (even in a 10 hits/sec
workout), and the overhead for the locking under A/UX is
*) Fixed portability problems with mod_cookies.c [Cliff Skolnick]
*) Further de-Berklize mod_cookies.c; change the bogus #include. [Brian
Behlendorf/Eric Hagberg]
*) More improvements to default Configuration for A/UX [Jim Jagielski]
*) SunOS lib-function prototypes in conf.h conditionalized on __GNUC__,
*) Scoreboard file (/tmp/htstatus.*) no longer publically writable.
properly. (One-line fix to http_protocol.c).
*) Corrected cgi-src/Makefile entry for new imagemap script. [Alexei Kosut]
*) Nuked Shambhala name from src/README; had already cleaned it out
*) Set config file locations properly if not set in httpd.conf
*) Fixed mod_imap.c --- relative paths with base_uri referer don't
be nice if mod_dir.c was robust enough to handle that, but for now,
/tmp/htstatus.*, on which each process has an independent file
*) Moved FCNTL_SERIALIZED_ACCEPT defines into conf.h (that's what
*) Incidental code cleanups in http_main.c --- stop dragging
*) Fixed auth_name-related typos in http_core.c [Brian Behlendorf]
Also, fixed auth typo in http_protocol.c unmasked by this fix.
*) Reordered modules in modules.c so that Redirect takes priority
the same SIGTERM/pause/SIGKILL routine used to ding an errant CGI
*) Fixed silly typo in http_main.c which was suddenly fatal in HP-UX.
*) mod_core.c --- default_type returns DEFAULT_TYPE (the compile-time
memory area every time). Fix is in mod_dir.c. [Paul Sutton]
*) Changes to http_main.c --- root server no longer plays silly
*) mod_dir.c bug fixes: ReadmeName and HeaderName
*) http_request.c now calls unescape_url() more places where it
*) Generalized cleanup interface in alloc.c --- any function can be
registered with alloc.c as a cleanup for a resource pool;
*) More changes in alloc.c --- new cleanup_for_exec() function,
registered with the alloc.c machinery before the server exec()s a
*) Fixed basic thinkos in mod_dbm_auth.c [rst, reported by Mark Cox]
in alloc.c [rst]