Commit da4736d6 authored by Greg Stein's avatar Greg Stein
Browse files

this is California. what to _you_ think the weather is?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84992 13f79535-47bb-0310-9956-ffa450edef68
parent 667d49e2
Loading
Loading
Loading
Loading
+13 −1
Changes for STATUS: 13 added lines, 1 removed line.
Original line number Diff line number Diff line
Apache 2.0 STATUS:
Last modified at [$Date: 2000/04/18 00:08:29 $]
Last modified at [$Date: 2000/04/18 18:47:52 $]

Release:

@@ -74,6 +74,11 @@ RELEASE SHOWSTOPPERS:
        Status: The best known candidate would be something from
	BIND v9.

    * Switch from HSRegex to PCRE. New code should be src/lib/pcre/
      (ftp://cus.cam.ac.uk/pub/software/programs/pcre/)
      Status: Greg +1


RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
    * Configuration Modules.  Allow a new module type that reads 
      a config file and sets up an internal tree structure for
@@ -171,6 +176,13 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:

    * Provide a sane API for handling the request's environment variables.

    * configuration option to use *DBM
      Status: Greg +1 (volunteers)

    * add SDBM into src/lib/sdbm/ as a default/fallback DBM implementation.
      SDBM is used by Perl, mod_dav, mod_sssl, others for basic DBM support.
      Status: Greg +1 (volunteers)

Other bugs that need fixing:

    * MaxRequestsPerChild measures connections, not requests.