You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2005/09/10 05:44:15 UTC

svn commit: r279940 - in /httpd/httpd/trunk: CHANGES modules/experimental/config.m4

Author: ianh
Date: Fri Sep  9 20:44:08 2005
New Revision: 279940

URL: http://svn.apache.org/viewcvs?rev=279940&view=rev
Log:
Fix config file for mod_dbd 

Submitted: Brian J. France <list firehawksystems.com>


Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/modules/experimental/config.m4

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=279940&r1=279939&r2=279940&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Sep  9 20:44:08 2005
@@ -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 <list firehawksystems.com>]
+
   *) New provider function to list all available provider names in a
      specific group and version (ap_list_provider_names). [Jim Jagielski]
 

Modified: httpd/httpd/trunk/modules/experimental/config.m4
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/experimental/config.m4?rev=279940&r1=279939&r2=279940&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/experimental/config.m4 (original)
+++ httpd/httpd/trunk/modules/experimental/config.m4 Fri Sep  9 20:44:08 2005
@@ -13,5 +13,6 @@
 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