From: Ian Holsman Date: Sat, 10 Sep 2005 03:44:08 +0000 (+0000) Subject: Fix config file for mod_dbd X-Git-Tag: 2.3.0~3013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ac48b6d7d36c09e469a085364c466711bcf7fb4;p=apache Fix config file for mod_dbd Submitted: Brian J. France git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@279940 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a648e10c81..8617b0e2aa 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) Fix mod_dbd's config [Brian J. France ] + *) New provider function to list all available provider names in a specific group and version (ap_list_provider_names). [Jim Jagielski] diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index c5bfacd6db..c1a91e646b 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -13,5 +13,6 @@ APACHE_MODULE(example, example and demo module, , , no) APACHE_MODULE(case_filter, example uppercase conversion filter, , , no) APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no) APACHE_MODULE(filter, smart filtering module, , , no) +APACHE_MODULE(dbd, Apache DBD Framework, , , no) APACHE_MODPATH_FINISH