Return-Path: Delivered-To: apmail-modperl-cvs-archive@apache.org Received: (qmail 86812 invoked by uid 500); 5 Sep 2002 01:50:46 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 86801 invoked by uid 500); 5 Sep 2002 01:50:46 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 5 Sep 2002 01:50:45 -0000 Message-ID: <20020905015045.6749.qmail@icarus.apache.org> From: dougm@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0 Changes STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 2002/09/04 18:50:45 Modified: . Changes STATUS Log: update Revision Changes Path 1.43 +4 -1 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- Changes 29 Aug 2002 02:28:44 -0000 1.42 +++ Changes 5 Sep 2002 01:50:45 -0000 1.43 @@ -10,13 +10,16 @@ =item 1.99_06-dev +add $r->add_config method to add dynamic configuration at request time + add Apache::DIR_MAGIC_TYPE constant add support for directive handlers fix source_scan to run with current httpd/apr -add Apache::Directive->insert method to add dynamic configuration +add Apache::Server->add_config method to add dynamic configuration at +server startup time add Apache::Directive->to_string method 1.11 +2 -2 modperl-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl-2.0/STATUS,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- STATUS 4 Sep 2002 18:02:51 -0000 1.10 +++ STATUS 5 Sep 2002 01:50:45 -0000 1.11 @@ -57,7 +57,7 @@ * pluggable sections have been implemented but need a default handler to actually convert the Perl code into apache config -* Apache->httpd_conf compat method mapping to Apache::Directive->insert +* Apache->httpd_conf compat method mapping to Apache::Server->add_config * directive handlers are supported but need some work for 1.x compat - Apache::ModuleConfig->get needs a compat method mapping to