Received: by taz.hyperreal.com (8.8.4/V2.0) id UAA24206; Mon, 31 Mar 1997 20:36:57 -0800 (PST) Received: from twinlark.arctic.org by taz.hyperreal.com (8.8.4/V2.0) with SMTP id UAA24180; Mon, 31 Mar 1997 20:36:53 -0800 (PST) Received: (qmail 32248 invoked by uid 500); 1 Apr 1997 04:36:51 -0000 Date: Mon, 31 Mar 1997 20:36:51 -0800 (PST) From: Dean Gaudet To: new-httpd@apache.org Subject: [STATUS] Mon Mar 31 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com 1.2b8 status as of Mon Mar 31 20:36:02 PST 1997 * Committed since 1.2b7: * HP MPE/iX fixes * replace bcopy with memmove for ANSIfriendliness * UXP/DS(V20) port * MachTen fine tuning * PR#186: Make declaration of add_env_variable agree with definiton. * PR#210: Missing semicolon. * Correctly handle Swedish filenames * buff.c header include fixes * create_argv() fixes * remove cleanups from bpushfd() * help avoid virtual host confusion * PR#40: include path_info for error when file doesn't exist * PR#59: os/2: allow for cgi files without the .EXE extension * missing header_parser slots in modules * PR#146, PR#187: is_url() not HTTP/1.1 conformant * log long headers in case it is an attack * PR#194: ErrorDocument broken due to an optimization in 1.2b7 * PR#190: Reduced IdentityCheck timeout to 30 seconds * PR#160: invoke_handler() doesn't handle mime arguments * memory management goof in alloc.c * support/Makefile.tmpl and LIBS * deal with long hostnames at gethostname() call * clear memory allocated for listeners * PR#212: improved handling of ip addresses in VirtualHost * mod_neg iso-8859-1 fixup and other cleanups * workaround a compiler bug that causes sunos 4.x to panic * don't count starting servers as idle * document dangers of "UserDir ./" and need to protect * problem with proper per-connection counting * infinite loop with trailing slash and type map * vhost error log not set when initialized * improved modules/Makefile generation * PR#234,143: per_dir_config incorrectly set for name-based vhosts * tighten email on anonymous logging * big header table sending and persistence fixes * garbage_coll() not called in proxy if filsystem full * PR#105: continue after DNS errors and document vhosts better * errno cleanup * "make clean" bombs if no subdirectory modules are used * iso-8859-1 selected even if other acceptable * handle multiple Configurations without warning * bug reporting changes * use shmget on linux * PR#246: AuthAuthoritative goofup * mod_rewrite 3.0.2 * PR#276: host port changed to unsigned short Agenda for 1.2b8-dev ==================== Patches available: * Dean's wild-guess patch for 3 second CGI problem - I've sent this to rindfuss@medea.wz-berlin.de, and rfrancis@dti.net so we at least get an idea if this is what's wrong. - Also sent to Dwayne Fontenot , emddjf@chron.com who had submitted a similar report. He reports that it fixes his problem. Status: Roy +1 * Roy's [PATCH] Correct status when POSTing to bad URL, proxy to origin <9703290020.aa05656@paris.ics.uci.edu> Hopefully fixes user errors such as PR#280. Status: Dean +1 * Dean's [PATCH] mod_negotiation: not copying headers, and more memory fixes * Roy's [PATCH] broken modules/Makefile (again) <9703311911.aa04097@paris.ics.uci.edu> Status: Dean +1 Showstoppers with no patches yet: * 3 seconds delay in CGI execution on SunOS 4.x, see PR 122 Status: Dean is pretty certain that the wild-guess patch above cleans this up in a nice enough way for 1.2. * redirect of index file causes SEGV [Marc] Status: have a way to stop the core dump, but that doesn't make it work properly. See also: * SEGV under FreeBSD, Next with lingering_close <3331034D.167EB0E7@topsail.org> * PR#214: access control for proxy appears to be broken Documentation Changes that should make 1.2: * mod_example.c illustration of command handler call semantics for the different directive argument types (et alia). +1 Dirk, Chuck, but needs work. I'll try to flesh this out in the next few days if these mean "+1 to including in distribution". +1 from Ralf. ... and more work ... And Ken says check it all out at * some better suexec docs would be really nice, detailing some of the security risks and compromises discussed Status: I think Randy said something about doing it at one point, but no one can write what I think should be there better than me, if I ever have time. Randy says he thinks Jason is perhaps doing them. No patches yet: * sub_req_lookup_simple is bogus, it creates a subrequest which shares structures with the parent, which could be modified during type_checker or run_fixups. Removing it would be a performance penalty in mod_dir and mod_negotiation. * -DNO_LINGCLOSE default for those operating systems that require it. Chuck says UnixWare and Next. Jim adds SunOS 4. Dean says IRIX needs it too until/unless SGI provides a patch. * libucb problems with readdir() under Solaris and other SVR4 * [BUG]: "SSI stopped working in 1.2b7" on Solaris 2.x (fwd) * Marc has changed his mind and wants to have a check to be sure log directory(ies) isn't writable by anyone except the user starting the server. The posting in bugtraq only highlites the problem. Needs override. See NCSA code for sample implem. Status: Marc busy writing * redo lingering_close to check for old sockets to close out before accept() in child. Status: doesn't look to be overly clean to do in the current framework. Will not have time to do implementation for this beta in any case. If it turns out to be a big issue, could go in later. (1.2.1?) * CGIs don't get PIPE under FreeBSD; under Solaris they get a TERM and then a PIPE in close succession. Hmm. Marc will look when he gets a chance. * Solaris "accept: Too many levels of remote in path" [marc] * error compiling on NeXT: In file included from http_main.c:108: /NextDeveloper/Headers/bsd/netinet/tcp.h:57: duplicate member `th_off' /NextDeveloper/Headers/bsd/netinet/tcp.h:58: duplicate member `th_x2' Status: got a login in a NeXT OpenStep 4.x machine to test, looks like an interaction between gcc and the header files. It is trying to include definitions for both big and little endian platforms, and that no work. * Type map can't find appropriate document for language on Solaris 2.x. (I can't gistify this one; full details in message ID .) Reporter has provided tar.gz file of config info. (no PR#, 1.2b7, 24/2/1997, ) * crates [sic] zombies on FreeBSDLinux (see for the details; I'm not going to try to decode 'em) Reporter says hackers have told it the cause lies in an error in the loop structure in alloc.c's fork()/signal()/wait() handling (no PR#, 1.1.1/1.2.something (?), 23/2/1997, ) - Marc said it *might* be related to the kindercide issue * SONY NEWS port. See both: Needs work to turn it into a patch * [BUG]: "mod_dld problem: variable in httpd_config.c counted wrong"on Irix and Dirk says he's got something to fix it that needs some work. UnixWare: Chuck thinks all of these are solved using the method presented by Joe D. Chuck will implement/document? * SIGTERM to parent on UnixWare kills it but leaves children as zombies, requiring reboot. SIGHUP reloads it fine when it's running. (no PR#, 1.2b6, 21/2/1997, ) * Randy says "seems that the processes on a Unixware machine are eventually all dying off. Mind you, I have not seen this, but that is what is being reported. Sounds like perhaps the server is not respawning new children after MaxRequestsPerChild has been reached." * UnixWare 2.1.1 needs USE_FCNTL_SERIALIZE_ACCEPT to keep from locking up. (no PR#, 1.2b6, reported by ) - reporter says "UW 2.1.1 requires installation of UW patch ptf3123 for proper operation of accept()". The patch is available from ftp.sco.com - He also says that defining NO_LINGCLOSE reduces FIN_WAIT_2 incidences in this environment - Chuck told the reporter "it" (presumably the USE_FCNTL define) will be in 1.2b8, and info about the OS patch will be put in the online docs. Contrib stuff / future: * Start digital signing the distributions. * PR#161 -- mod_dir performance with negotiation Status: Petr posted patch, Dean +1 on part Petr posted query about how it should be redone. * Chris Adams patch to mod_log_config to add %m and %c. * "Large groups cause authentication errors" on FreeBSD [salari@cs.ubc.ca]; problem looks to be MAX_STRING_LEN buffer in groups_for_user. * mod_log_config patch for conditional logging Status: contrib, not in server * Jim has patch for time taken to handle a request in status module * Ed has an updated patch for limiting connections per IP * mod_include could use boyer-moore searching for