Date: Sat, 11 Oct 1997 16:29:04 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: [STATUS] 1.3b1: Sat Oct 11 16:28:42 PDT 1997 Message-ID: Return-Path: Dean Gaudet Organization: Transmeta Corp. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Status: O X-Status: Release: tarball rolled, but NT is broken. No other success/failure stories reported. Committed: * PR#1155: RedirectMatch does not deal with urls that need to be escaped * RedirectMatch /advertiser/(.*) $1 doesn't work * mod_autoindex: deal with &esc; and truncate only when necessary * makefile: exit when a subdir fails * PR#974: proxy matching bug * suexec wouldn't build without LOG_EXEC * mod_imap declines non-GET methods * PR#1139: mod_include evaluates some exprs with && or || incorrectly * send_fb doesn't do aborts right * PR#523: properly detach from stdin/out/err * Atari MINT port * start of OS/2 abstraction * nph stuck in graceful bug * fix an oversight in the SAFE_UNSERIALIZED_ACCEPT code * fix wildcarding of "special" dirs like "proxy:" * fix "Ouch! Freeing free block" * PR#1160 - CacheDirLevels/Length limit * cleanup aplog_error() * fix to proxy auth support * reclaim_child_processes was a little too sensitive * __attribute__((format(printf,x,y))) additions/bug fixes * __inline__ and __attribute__ only used if gcc >= 2.7.x * vhost revamp * Configure/Makefile wrangling Available: * Brian Havard's OS/2 proxy patch -- OS/2 can't open() a directory <199710060353.NAA01538@silk.apana.org.au> This is take 3 or so. * Dean's [PATCH] using freed memory, and a memory debugger Fixes three bugs. Dean doesn't care if the alloc.c debugging stuff goes in or not, but the bugs need fixing. Status: Dean +1 * Martin's [PATCH] [FEATURE] Clickable Path Components in ftp dir header <19971011014829.41276@deejai.mch.sni.de> <19971011022937.31959@deejai.mch.sni.de> * Martin's [BUGFIX] Another Description Column Fix for mod_autoindex <19971011033245.47202@deejai.mch.sni.de> Status: Martin +1, Dean +1 * Paul's Win32 service errors Status: Paul +1 In progress: * Martin Kraemer's [PATCH] Parsing URI into its components - comments welcome <19971006183722.11476@deejai.mch.sni.de> Good start, fixes bugs, cleans things up. Needs some more work, and will probably need to go in after Dean's vhost patch. Needs patch: * Gemini port (SCO + UnixWare) see * AIX >= 4.2 could use -DNET_SIZE_T=size_t Open issues: * The PR#918 patch above appears to have been bogus, should be fixed or reversed. It has been reversed for now. * Marc's auth issue, he'll get a minimal config that reproduces it * solved: mod_example is returning OK for everything ... causing badness * Martin's SEGV, and Alexei's GP Fault under windows (probably the same) * make install issues * FLOCK mutex problems under FreeBSD and others * Win32: mod_info Test mod_rewrite SERVER_BUILT crypt() replacement (but see crypt32.dll) - Ben has a more-or-less working install: - doesn't install as a service on NT - doesn't patch the config files - win95 doesn't seem to serve up index.html, NT dos * Marc's [BUG] include virtual and SCRIPT_NAME w/path_info * Ken's perl logfile splitter