STATUS revision 91cacb801f6c0215b38322f6d2fc58cbfedfecfb
f26489cf50364d60a14c9bf33ca2c91855ad438aChristian MaederAPACHE 2.0 STATUS: -*-text-*-
9658657e918981d91c8647ed8c220464f10a6235Christian MaederLast modified at [$Date: 2001/11/11 00:46:41 $]
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.28 : tagged November 8, 2001
64c2422e1ba0691556a6639e959820add102315cChristian Maeder 2.0.27 : rolled November 6, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.26 : tagged October 16, 2001. not rolled.
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.25 : rolled August 29, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.24 : rolled August 18, 2001
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder 2.0.23 : rolled August 9, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.22 : rolled July 29, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.21 : rolled July 20, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.20 : rolled July 8, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.19 : rolled June 27, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.18 : rolled May 18, 2001
f5c16d70215311c0392b5723f427f714e34ba6b9Till Mossakowski 2.0.17 : rolled April 17, 2001
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder 2.0.16 : rolled April 4, 2001
3490b73f69b58ab742417b0867d0e2d4a7778cc0Christian Maeder 2.0.15 : rolled March 21, 2001
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0.14 : rolled March 7, 2001
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder 2.0a9 : released December 12, 2000
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0a8 : released November 20, 2000
e982190515f83fe6615436530ebe89bb320770d6Christian Maeder 2.0a7 : released October 8, 2000
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder 2.0a6 : released August 18, 2000
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0a5 : released August 4, 2000
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder 2.0a4 : released June 7, 2000
c64d33a7fbeae730cbe65193fe3cc24e7aa1ddd6Christian Maeder 2.0a3 : released April 28, 2000
64c2422e1ba0691556a6639e959820add102315cChristian Maeder 2.0a2 : released March 31, 2000
64c2422e1ba0691556a6639e959820add102315cChristian Maeder 2.0a1 : released March 10, 2000
b53688bfed888214b485cf76439d57262d80e0a7Christian MaederPlease consult the following STATUS files for information
c64d33a7fbeae730cbe65193fe3cc24e7aa1ddd6Christian Maederon related projects:
b53688bfed888214b485cf76439d57262d80e0a7Christian MaederRELEASE SHOWSTOPPERS:
f26489cf50364d60a14c9bf33ca2c91855ad438aChristian Maeder * If any request gets to the core handler, without a flag that this
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder r->filename was tested by dir/file_walk, we need to 500 at the very
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder end of the ap_process_request_internal() processing. This provides
f26489cf50364d60a14c9bf33ca2c91855ad438aChristian Maeder authors of older modules better compatibility, while still improving
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder the security and robustness of 2.0.
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder Status: still need to decide where this goes, OtherBill comments...
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder Message-ID: <065701c14526$495203b0$96c0b0d0@roweclan.net>
46b1095ba983ce859e17c2a12f48b50583b7150cChristian Maeder we need to look at halting this in the 'default handler' case,
e982190515f83fe6615436530ebe89bb320770d6Christian Maeder and that implies pushing the 'handler election' into the request
8797631d5eb386d245fcc80fcd2b523a1b0535b1Klaus Luettich internal processing phase from the run request phase.
46b1095ba983ce859e17c2a12f48b50583b7150cChristian Maeder * There is a bug in how we sort some hooks, at least the pre-config
9603ad7198b72e812688ad7970e4eac4b553837aKlaus Luettich hook. The first time we call the hooks, they are in the correct
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder order, but the second time, we don't sort them correctly. Currently,
46b1095ba983ce859e17c2a12f48b50583b7150cChristian Maeder the modules/http/config.m4 file has been renamed to
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder modules/http/config2.m4 to work around this problem, it should moved
333780eae2be9f20fe46dedbf5eb46ffa0cbfd02Christian Maeder back when this is fixed. rbb
64c2422e1ba0691556a6639e959820add102315cChristian Maeder * The Add...Filter and Set...Filter directives do not allow the
11280087fb7891a39bae5305886e76c0cc30886cChristian Maeder administrator to order filters, beyond the order of filename (mime)
64c2422e1ba0691556a6639e959820add102315cChristian Maeder extensions. It isn't clear if Set...Filter(s) should be inserted
64c2422e1ba0691556a6639e959820add102315cChristian Maeder before or after the Add...Filter(s) which are ordered by sequence of
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder filename extensions. Add...FilterByType will add to this quandry.
865ae561becd3cb451d6280125886b3e03ddf0a4Hendrik Iben Some sort of resolution needs to be proposed,
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder * mod_dir should normally redirect ALL directory requests which do
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder not include a trailing slash on the URI. However, if a "notes"
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder flag is set (say, via BrowserMatch), this behavior will be
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder disabled for non-GET requests.
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder Status: Greg volunteers
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder MsgId: <20010227104646.E2297@lyra.org>
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder MsgId: <3A9C0097.9C83F07C@Golux.Com>
9658657e918981d91c8647ed8c220464f10a6235Christian Maeder * mod_negotiation needs a new option or directive, something like
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder ForceLanguagePriority, to fall back to the LanguagePriority
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder directive instead of returning a "no acceptable variant" error.
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder Status: Bill has some code in his tree that accomplishes
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder this, and will commit it Friday after it's tested.
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder * Usability: Sanitize the MPM config directives. MaxClients in
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder the threaded MPM is totally misleading now as it has little to
6e1ecd948a1844206ad678907eb97c7296b805efChristian Maeder do with limiting the number of clients (it limits the number
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder of child processes). Bill proposed nomenclature change to
f0eb47a1c9a5eff66911524130dcf327de641c95Christian Maeder something like "StartWorkers, MaxWorkers, etc." that could
f0eb47a1c9a5eff66911524130dcf327de641c95Christian Maeder apply to most all the MPMs (with some notable exceptions).
0e7407d270da049e0b19b3b737996c5577b4970cChristian Maeder Bill would be happy with changing MaxClients to MaxServers
f0eb47a1c9a5eff66911524130dcf327de641c95Christian Maeder to make it agree with the operation of the StartServers
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder * revamp the input filter semantics, per discussions since
f0eb47a1c9a5eff66911524130dcf327de641c95Christian Maeder February (and especially at the hackathon last
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder April). Specifically, ap_get_brigade will return a brigade with
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder *up to* a specific number of bytes, or a "line" of data. The
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder read may be blocking or nonblocking. ap_getline() will be
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder refactored into apr_brigade_getline(), and then DECHUNK can use
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder f->next (ap_getline will always read "top of input stack"). Also
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder fix the bug where request body content will end up closing the
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder connection (buggering up persistent conns).
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8aChristian Maeder Status: Justin is working on this as fast as he can.
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder The core input filters, HTTP-related filters, mod_ssl, and
c7fe3371bcd2a5f76c9be6d457bffaca9b7e2caeChristian Maeder mod_proxy are switched to the new logic.
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder - socket bucket and core input filter changes. see end of
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder message ID (Feb 27): <20010227075326.S2297@lyra.org>
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder - fix up ap_get_brigade() semantics, fix bug in DECHUNK /
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder ap_getline. many messages (plus their threads) (Apr/May):
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder Message-ID: <20010402101207.J27539@lyra.org>
c7fe3371bcd2a5f76c9be6d457bffaca9b7e2caeChristian Maeder Message-ID: <3AF7F921.D2EEC41A@algroup.co.uk>
9658657e918981d91c8647ed8c220464f10a6235Christian Maeder Message-ID: <20010508190029.E18404@lyra.org>
c7fe3371bcd2a5f76c9be6d457bffaca9b7e2caeChristian Maeder - further work with combining/tweaking the builtin filters:
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder Message-ID: <20010509115445.D1374@lyra.org>
edc4d8faa97073b96157868aaa887d6e4dfddf85Christian Maeder - thoughts on filter modes:
59ffdc90faada70cc1580ba5963f8f6d7e88cb25Christian Maeder Message-ID: <021b01c14dee$09782af0$93c0b0d0@roweclan.net>
edc4d8faa97073b96157868aaa887d6e4dfddf85Christian Maeder * Fold mod_auth_db features back into mod_auth_dbm, and depricate it.
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder This can't wait until we have a 2.0-gold release, if folks need
edc4d8faa97073b96157868aaa887d6e4dfddf85Christian Maeder to move over to auth_dbm, we can't do that to them after 2.0 gold.
edc4d8faa97073b96157868aaa887d6e4dfddf85Christian MaederRELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
62ec122da8d4fdfa66cc059b97dabbf10c81affeChristian Maeder * Allow the DocumentRoot directive within <Location > scopes? This
62ec122da8d4fdfa66cc059b97dabbf10c81affeChristian Maeder allows the beloved (crusty) Alias /foo/ /somepath/foo/ followed
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder by a <Directory /somepath/foo> to become simply
59ffdc90faada70cc1580ba5963f8f6d7e88cb25Christian Maeder <Location /foo/> DocumentRoot /somefile/foo (IMHO a bit more legible
edc4d8faa97073b96157868aaa887d6e4dfddf85Christian Maeder and in-your-face.) DocumentRoot unset would be accepted [and would
edc4d8faa97073b96157868aaa887d6e4dfddf85Christian Maeder not permit content to be served, only virtual resources such as
edc4d8faa97073b96157868aaa887d6e4dfddf85Christian Maeder server-info or server-status.
b53688bfed888214b485cf76439d57262d80e0a7Christian Maeder This proposed change would _not_ depricate Alias.
b83ff3749d99d03b641adee264b781039a551addChristian Maeder * add mod_gz to httpd-2.0 (in modules/experimental/)
b83ff3749d99d03b641adee264b781039a551addChristian Maeder +1: Greg, Justin, ben, Ken, Jeff, Bill
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder 0: Cliff (there's now another candidate to be evaluated)
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder 0: Jim (premature decision at present, IMO)
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder -0: Doug, Ryan
b83ff3749d99d03b641adee264b781039a551addChristian Maeder non-binding: Ian (+1)
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder * daedalus: mod_cgid and suexec have a problem co-existing. suexec
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder sees a null command string sometimes. The problem happens when
1651d17a9d7530af8763c462c93ac5f2f4d5fcf9Christian Maeder you access bugs.apache.org, then click on the "search the bug db"
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder * Win32: Rotatelogs sometimes is not terminated when Apache
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder goes down hard. FirstBill was looking at possibly tracking the
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder child's-child processes in the parent process.
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder OtherBill asks, wasn't this fixed?
b83ff3749d99d03b641adee264b781039a551addChristian Maeder * Win32: Add a simple hold console open patch (wait for close or
3490b73f69b58ab742417b0867d0e2d4a7778cc0Christian Maeder the ESC key, with a nice message) if the server died a bad
3490b73f69b58ab742417b0867d0e2d4a7778cc0Christian Maeder death (non-zero exit code) in console mode.
add408dd9d1f792ed3606410f5eede2dd4180614Christian Maeder Resolution: bring forward same ugly hacks from 1.3.13-.20
3490b73f69b58ab742417b0867d0e2d4a7778cc0Christian Maeder * Port of mod_ssl to Apache 2.0:
e7e3cca7d7c0afb9a5e56ae004a8fa661ce6073cChristian Maeder The current porting state is summarized in modules/ssl/README. The
e7e3cca7d7c0afb9a5e56ae004a8fa661ce6073cChristian Maeder remaining work includes:
e7e3cca7d7c0afb9a5e56ae004a8fa661ce6073cChristian Maeder (1) stablizing/optimizing the SSL filter logic
e7e3cca7d7c0afb9a5e56ae004a8fa661ce6073cChristian Maeder (2) Enabling the various SSL caching mechanisms (shmcb, shmht)
865ae561becd3cb451d6280125886b3e03ddf0a4Hendrik Iben (3) Enabling SSL extentions
34393039c300e992fa92261e4bb362c6ce5b600bHendrik Iben (4) Trying to seperate the https filter logic from mod_ssl -
e7e3cca7d7c0afb9a5e56ae004a8fa661ce6073cChristian Maeder This is to facilitate other modules that wish to use the https
e7e3cca7d7c0afb9a5e56ae004a8fa661ce6073cChristian Maeder filter or the mod_ssl logic or both as required.
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder * Performance: Get the SINGLE_LISTEN_UNSERIALIZED_ACCEPT
04d04d19fdd5320953c78ad5b6d2d11f85bc4bcfChristian Maeder optimization working in threaded. prefork's new design for how
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder to notice data on the pod should be sufficient.
00cc35c28abca1e35864cc0fca0d55761a8647f8Klaus Luettich * Performance & Debug: Eliminate most (and perhaps all) of the
00cc35c28abca1e35864cc0fca0d55761a8647f8Klaus Luettich malloc/free calls in the bucket brigade code. Need some
937ad7a0f64e679fd3f06d763937667a47bdbf00Klaus Luettich light weight memory management functions that allow freeing
937ad7a0f64e679fd3f06d763937667a47bdbf00Klaus Luettich memory (putting it back into a memory pool) when it is no
937ad7a0f64e679fd3f06d763937667a47bdbf00Klaus Luettich longer needed. Enabling simple debugging features like guard
937ad7a0f64e679fd3f06d763937667a47bdbf00Klaus Luettich bands, double free detection, etc. would be cool but certainly
937ad7a0f64e679fd3f06d763937667a47bdbf00Klaus Luettich not a hard requirement.
aa9a7405e3150b8d1caeba44af7c9e562231aff7Christian Maeder Status: Cliff started to implement this using SMS as has
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder been discussed at length for months, but since
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder SMS is not being used anywhere else in the server,
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder several people expressed the opinion that we should
e982190515f83fe6615436530ebe89bb320770d6Christian Maeder get rid of it entirely, meaning that the buckets
e982190515f83fe6615436530ebe89bb320770d6Christian Maeder need their own memory management (free list) functions.
e982190515f83fe6615436530ebe89bb320770d6Christian Maeder Cliff will implement that this weekend so we at least
0e7407d270da049e0b19b3b737996c5577b4970cChristian Maeder have something to look at/compare with.
0e7407d270da049e0b19b3b737996c5577b4970cChristian Maeder * Eliminate unnecessary creation of pipes in mod_cgid
8a5c05062ef501bf725a86a370a5145a198e81fdKlaus Luettich * the autoconf setup should be fixed to default to using the
8a5c05062ef501bf725a86a370a5145a198e81fdKlaus Luettich "Apache" layout from config.layout, and each variable settable
8a5c05062ef501bf725a86a370a5145a198e81fdKlaus Luettich in a layout should be overridable on the command line. Plus,
937ad7a0f64e679fd3f06d763937667a47bdbf00Klaus Luettich what we do right now just doesn't seem to fully fit into how autoconf
8a5c05062ef501bf725a86a370a5145a198e81fdKlaus Luettich works, eg. AC_PREFIX_DEFAULT issues.
8a5c05062ef501bf725a86a370a5145a198e81fdKlaus Luettich Message-ID: <Pine.BSF.4.20.0104031557420.20876-100000@alive.znep.com>
8a5c05062ef501bf725a86a370a5145a198e81fdKlaus Luettich * Combine log_child and piped_log_spawn. Clean up http_log.c.
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder Common logging API.
00cc35c28abca1e35864cc0fca0d55761a8647f8Klaus Luettich * Document mod_file_cache.
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder * OS/2: Make mod_status work for spmt_os2 MPM.
3490b73f69b58ab742417b0867d0e2d4a7778cc0Christian Maeder * Platforms that do not support fork (primarily Win32 and AS/400)
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder Architect start-up code that avoids initializing all the modules
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder in the parent process on platforms that do not support fork.
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder * Win32: Migrate the MPM over to use APR thread/process calls. This
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder would eliminate some code in the Win32 branch that essentially
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder duplicates what is in APR.
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder * There are still a number of places in the code where we are
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder losing error status (i.e. throwing away the error returned by a
596a8e9039bd2f42c09cc0da4a57c8073f96fbddChristian Maeder system call and replacing it with a generic error code)
f26489cf50364d60a14c9bf33ca2c91855ad438aChristian Maeder * Mass vhosting version of suEXEC.
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder * All DBMs suffer from confusion in support/dbmmanage (perl script) since
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder the dbmmanage employs the first-matched dbm format. This is not
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder necessarily the library that Apache was built with. Aught to
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder rewrite dbmmanage upon installation to bin/ with the proper library
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder for predictable mod_auth_db/dbm administration.
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder Status: Mladen Turk has posted several patches and ideas.
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder Key question, part of htpasswd, or a seperate utility?
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder prefer htpasswd:
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder prefer seperate: OtherBill
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder * use apu_dbm in mod_auth_dbm
951bd6674ebe0958d7ac959f3de9be6c49f3fa79Christian Maeder Status: Greg +1 (low-priority volunteer)
f5c16d70215311c0392b5723f427f714e34ba6b9Till Mossakowski Justin says: "Seems like this is already there, so should we just
f26489cf50364d60a14c9bf33ca2c91855ad438aChristian Maeder remove the other DBM code in that file? If you want
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder to use gdbm, or dbm, etc, you should tell apr-util."
873cf3314879d7742e0118532e41b70c5d4e89b1Christian Maeder Will says: "bs - I may choose the fastest - most efficient native
9f08800df9da91d444560875167fbf7acb8396edChristian Maeder dbm implementation, for shared proc caches, ssl session
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0dChristian Maeder caching, etc, but that has nothing to do with maintaining
3490b73f69b58ab742417b0867d0e2d4a7778cc0Christian Maeder a userlist via dbm, which has to remain readable between
873cf3314879d7742e0118532e41b70c5d4e89b1Christian Maeder builds/machines, etc. The use-multiple database schema
* Explore use of a post-config hook for the code in http_main.c which
* (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
* shift stuff to mod_core.h
process (e.g., mutex init failure), other children (cgid, at least)
rand.c, at least.) This could be resolved with an SSL library, or
- Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it
Using NIS passwd.byname dbm files with AuthDBMUserFile
setlogin() is not called, causing problems with e.g. identd
add allow,deny/deny,allow warning to mod_access
A small addition to rotatelogs.c to improve program functionality.
Feedback/Comment on APACI
Inclusion of RPM spec file in CVS/distributions
* orig_ct in the byterange/multipart handling may not be