You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Brian J. France" <li...@firehawksystems.com> on 2005/09/09 16:06:09 UTC

mod_dbd

Any reason why this patch couldn't be applied to allow the option of 
building mod_dbd?

The title might need a little tweaking.

Thanks,

Brian
   - with no commit access

Index: modules/experimental/config.m4
===================================================================
--- modules/experimental/config.m4      (revision 279774)
+++ modules/experimental/config.m4      (working copy)
@@ -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


Re: mod_dbd

Posted by Ian Holsman <li...@holsman.net>.
I don't see why not.
Committed.

regards
Ian

Brian J. France wrote:
> Any reason why this patch couldn't be applied to allow the option of 
> building mod_dbd?
> 
> The title might need a little tweaking.
> 
> Thanks,
> 
> Brian
>   - with no commit access
> 
> Index: modules/experimental/config.m4
> ===================================================================
> --- modules/experimental/config.m4      (revision 279774)
> +++ modules/experimental/config.m4      (working copy)
> @@ -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
>