EMAIL PROTECTED]
Envoyé : lundi 29 janvier 2007 17:02
À : users@httpd.apache.org
Objet : Re: [EMAIL PROTECTED] using Apache module
On Jan 29, 2007, at 6:00 AM, Garnier, Jeremie wrote:
> How can I use an apache module in a C application?
Why would you want to do such a thing?
> Is it poss
Hi all,
How can I use an apache module in a C application?
Is it possible to use mod_dbd? Actually there are some undefined references
(ap_hook_post_config, ap_hook_child_init...).
Why the APR/APU in srclib of httpd 2.x are old versions and not APR/APU 1.3?
Thanks for your help...
Jérémie
Hi all,
I try to use connection pooling in apache using mod_dbd...
I test APR/APU and so the connection with the database is ok but I want to know
how use mod_dbd?
I make all configurations in httpd.conf (DBDriver oracle,...). The module
mod_dbd is well loaded ...
Now, I will use mod_dbd...